summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorLines
2012-02-08gro: more generic L2 header checkEric Dumazet-2/+8
2012-01-17net: fix NULL-deref in WARN() in skb_gso_segment()Michał Mirosław-2/+3
2012-01-17net: WARN if skb_checksum_help() is called on skb requiring segmentationBen Hutchings-12/+19
2012-01-17net: Use device model to get driver name in skb_gso_segment()Ben Hutchings-4/+4
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+8
2011-12-01net: net_device flags is an unsigned intEric Dumazet-7/+7
2011-11-30net/core: fix rollback handler in register_netdevice_notifierRongQing.Li-1/+2
2011-11-29net: Fix skb_update_prio RCU usage.Igor Maravic-1/+1
2011-11-29bql: Byte queue limitsTom Herbert-0/+3
2011-11-29net: Add queue state xoff flag for stackTom Herbert-2/+2
2011-11-29net: dont call jump_label_dec from irq contextEric Dumazet-0/+23
2011-11-28net: use skb_flow_dissect() in __skb_get_rxhash()Eric Dumazet-111/+14
2011-11-28net: Fix corruption in /proc/*/net/dev_mcastAnton Blanchard-0/+6
2011-11-22net: add network priority cgroup infrastructure (v4)Neil Horman-0/+14
2011-11-17net: use jump_label to shortcut RPS if not setupEric Dumazet-12/+9
2011-11-16net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław-15/+6
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław-17/+21
2011-11-16net: remove legacy ethtool opsMichał Mirosław-10/+2
2011-11-16net: use jump_label for netstamp_neededEric Dumazet-18/+14
2011-10-30vlan: allow nested vlan_do_receive()Eric Dumazet-2/+2
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-92/+244
2011-10-25Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+2
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2011-10-24rtnetlink: Add missing manual netlink notification in dev_change_net_namespacesEric W. Biederman-0/+1
2011-10-21dev: use name hash for dev_seq_opsMihai Maruseac-15/+69
2011-10-19net: validate HWTSTAMP ioctl parametersRichard Cochran-0/+58
2011-10-19net: Move rcu_barrier from rollback_registered_many to netdev_run_todo.Eric W. Biederman-1/+7
2011-10-19net: add skb frag size accessorsEric Dumazet-3/+3
2011-10-18net: allow vlan traffic to be received under bondJohn Fastabend-11/+11
2011-10-03RPS: Ensure that an expired hardware filter can be re-added laterBen Hutchings-6/+3
2011-09-28net: rps: fix the support for PPPOEChangli Gao-1/+11
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller-0/+8
2011-09-15net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko-24/+0
2011-09-15net: copy userspace buffers on device forwardingMichael S. Tsirkin-0/+8
2011-08-24net: convert core to skb paged frag APIsIan Campbell-7/+9
2011-08-24rps: support IPIP encapsulationEric Dumazet-0/+2
2011-08-22dynamic_debug: make netdev_dbg() call __netdev_printk()Jason Baron-1/+2
2011-08-22net: vlan: goto another_round instead of calling __netif_receive_skbJiri Pirko-4/+3
2011-08-18net: rps: support PPPOE session messagesChangli Gao-0/+8
2011-08-18net: rps: support 802.1QChangli Gao-0/+8
2011-08-17net: remove ndo_set_multicast_list callbackJiri Pirko-4/+2
2011-08-17net: introduce IFF_UNICAST_FLT private flagJiri Pirko-6/+6
2011-08-17rps: Inspect GRE encapsulated packets to get flow hashTom Herbert-0/+22
2011-08-17rps: Infrastructure in __skb_get_rxhash for deep inspectionTom Herbert-0/+7
2011-08-17rps: Add flag to skb to indicate rxhash is based on L4 tupleTom Herbert-4/+6
2011-08-17rps: Some minor cleanup in get_rps_cpusTom Herbert-5/+7
2011-08-12net: cleanup some rcu_dereference_rawEric Dumazet-5/+5
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger-2/+2
2011-07-25net: Convert struct net_device uc_promisc to boolJoe Perches-2/+2
2011-07-14net: unexport netdev_fix_features()Michał Mirosław-2/+1