summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-02net: change illegal_highdma to use dma_maskFUJITA Tomonori1-6/+14
2010-04-02rps: keep the old behavior on SMP without rpsChangli Gao1-14/+28
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-29net: __netif_receive_skb should be staticEric Dumazet1-1/+1
2010-03-25rps: add CONFIG_RPSEric Dumazet1-10/+19
2010-03-24net: Fix locking in flush_backlogTom Herbert1-4/+8
2010-03-22net: dev_getfirstbyhwtype() optimizationEric Dumazet1-7/+10
2010-03-22net: speedup netdev_set_master()Eric Dumazet1-4/+3
2010-03-22bonding: flush unicast and multicast lists when changing typeJiri Pirko1-2/+4
2010-03-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+5
2010-03-19net: Potential null skb->dev dereferenceEric Dumazet1-3/+5
2010-03-19bonding: check return value of nofitier when changing typeJiri Pirko1-2/+2
2010-03-19rps: Fixed build with CONFIG_SMP not enabled.Tom Herbert1-0/+24
2010-03-17rps: Receive Packet SteeringTom Herbert1-56/+279
2010-03-01Merge 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-24net: bug fix for vlan + gro issueAjit Khaparde1-1/+1
2010-02-18net: 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-11ethtool: Introduce n-tuple filter programming supportPeter P Waskiewicz Jr1-0/+5
2010-02-04net: maintain namespace isolation between vlan and real deviceArnd Bergmann1-4/+31
2010-01-26net: use helpers to access uc list V2Jiri Pirko1-2/+2
2010-01-21net: Optimize non-gso test checksKrishna Kumar1-12/+17
2010-01-20net: 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-04bonding: allow arp_ip_targets on separate vlans to use arp validationAndy Gospodarek1-3/+17
2009-12-24net: release dst entry while cache-hot for GSO case tooKrishna Kumar1-0/+8
2009-12-14net: Fix userspace RTM_NEWLINK notifications.Eric W. Biederman1-0/+11
2009-12-12net: Handle NETREG_UNINITIALIZED devices correctlyKrishna Kumar1-4/+6
2009-12-04netdevice: 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-02net: Simplfy default_device_exit and improve batching.Eric W. Biederman1-10/+6
2009-12-02net: NETDEV_UNREGISTER_PERNET -> NETDEV_UNREGISTER_BATCHEric W. Biederman1-27/+9
2009-11-30net: Move && and || to end of previous lineJoe Perches1-3/+4
2009-11-27veth: move loopback logic to common locationArnd Bergmann1-0/+40
2009-11-26net: use net_eq to compare netsOctavian Purdila1-2/+2
2009-11-23net: Fix missing kernel-doc notationJaswinder Singh Rajput1-1/+1
2009-11-21net: 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-18net: add dev_txq_stats_fold() helperEric Dumazet1-19/+29
2009-11-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-5/+6
2009-11-16net: Fix the rollback test in dev_change_name()Eric Dumazet1-5/+6
2009-11-16net: Optimize hard_start_xmit() return checkingJarek Poplawski1-17/+0
2009-11-16net: check the return value of ndo_select_queue()Eric Dumazet1-0/+15