aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-21net: Fix an RCU warning in dev_pick_tx()David Howells1-1/+1
2010-04-15net: dev_pick_tx() fixEric Dumazet1-2/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-18net: Potential null skb->dev dereferenceEric Dumazet1-3/+5
2010-02-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-1/+1
2010-02-27dev: support deferring device flag change notificationsPatrick McHardy1-59/+104
2010-02-27rtnetlink: handle rtnl_link netlink notifications manuallyPatrick McHardy1-1/+7
2010-02-26netdev: use list_first_entry macrostephen hemminger1-3/+3
2010-02-25net: Add checking to rcu_dereference() primitivesPaul E. McKenney1-1/+1
2010-02-23net: bug fix for vlan + gro issueAjit Khaparde1-1/+1
2010-02-17net: bug fix for vlan + gro issueAjit Khaparde1-1/+1
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-1/+1
2010-02-10ethtool: Introduce n-tuple filter programming supportPeter P Waskiewicz Jr1-0/+5
2010-02-03net: maintain namespace isolation between vlan and real deviceArnd Bergmann1-4/+31
2010-01-25net: use helpers to access uc list V2Jiri Pirko1-2/+2
2010-01-21net: Optimize non-gso test checksKrishna Kumar1-12/+17
2010-01-19net: Unexport napi_gro_flush().David S. Miller1-2/+1
2010-01-07net: Make it easier to parse /proc/net/dev contents.Jesper Dangaard Brouer1-1/+1
2010-01-07fix bonding: allow arp_ip_targets on separate vlans to use arp validationAndy Gospodarek1-6/+5
2010-01-03bonding: allow arp_ip_targets on separate vlans to use arp validationAndy Gospodarek1-3/+17
2009-12-23net: release dst entry while cache-hot for GSO case tooKrishna Kumar1-0/+8
2009-12-13net: Fix userspace RTM_NEWLINK notifications.Eric W. Biederman1-0/+11
2009-12-11net: Handle NETREG_UNINITIALIZED devices correctlyKrishna Kumar1-4/+6
2009-12-03netdevice: provide common routine for macvlan and vlan operstate managementPatrick Mullaney1-0/+27
2009-12-03net: Move network device exit batchingEric W. Biederman1-0/+25
2009-12-01net: Simplfy default_device_exit and improve batching.Eric W. Biederman1-10/+6
2009-12-01net: NETDEV_UNREGISTER_PERNET -> NETDEV_UNREGISTER_BATCHEric W. Biederman1-27/+9
2009-11-29net: Move && and || to end of previous lineJoe Perches1-3/+4
2009-11-26veth: move loopback logic to common locationArnd Bergmann1-0/+40
2009-11-25net: use net_eq to compare netsOctavian Purdila1-2/+2
2009-11-22net: Fix missing kernel-doc notationJaswinder Singh Rajput1-1/+1
2009-11-20net: rename skb->iif to skb->skb_iifEric Dumazet1-3/+3
2009-11-18net: device name allocation cleanupsOctavian Purdila1-45/+24
2009-11-18linkwatch: linkwatch_forget_dev() to speedup device dismantleEric Dumazet1-0/+3
2009-11-18net: introduce NETDEV_UNREGISTER_PERNETOctavian Purdila1-2/+27
2009-11-17net: add dev_txq_stats_fold() helperEric Dumazet1-19/+29
2009-11-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-5/+6
2009-11-16net: Fix the rollback test in dev_change_name()Eric Dumazet1-5/+6
2009-11-15net: Optimize hard_start_xmit() return checkingJarek Poplawski1-17/+0
2009-11-15net: check the return value of ndo_select_queue()Eric Dumazet1-0/+15
2009-11-13net: allow to propagate errors through ->ndo_hard_start_xmit()Patrick McHardy1-6/+26
2009-11-11netdev: fold name hash properly (v3)stephen hemminger1-1/+2
2009-11-04net: Introduce for_each_netdev_rcu() iteratorEric Dumazet1-14/+16
2009-11-01net: RCU locking for simple ioctl()Eric Dumazet1-4/+4
2009-11-01veth: Fix unregister_netdevice_queue for vethEric W. Biederman1-1/+2
2009-11-01net: Introduce dev_get_by_name_rcu()Eric Dumazet1-9/+40
2009-10-30net: use hlist_for_each_entry()Eric Dumazet1-8/+8
2009-10-29gro: Change all receive functions to return GRO result codesBen Hutchings1-23/+15
2009-10-29gro: Name the GRO result enumeration typeBen Hutchings1-5/+14
2009-10-29net: Introduce dev_get_by_index_rcu()Eric Dumazet1-10/+38