summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2010-04-20net: emphasize rtnl lock required in call_netdevice_notifiersJiri Pirko
2010-04-20rps: consistent rxhashEric Dumazet
2010-04-20rps: cleanupsEric Dumazet
2010-04-19rps: shortcut net_rps_action()Eric Dumazet
2010-04-18net: Introduce skb_orphan_try()Eric Dumazet
2010-04-18net: remove time limit in process_backlog()Eric Dumazet
2010-04-17rps: rps_sock_flow_table is mostly readEric Dumazet
2010-04-16rfs: Receive Flow SteeringTom Herbert
2010-04-15net: netif_rx() must disable preemptionEric Dumazet
2010-04-13net: uninline skb_bond_should_drop()Eric Dumazet
2010-04-13net: sk_dst_cache RCUificationEric Dumazet
2010-04-13net: Dont use netdev_warn()Eric Dumazet
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-05net: Add a missing local_irq_enable()Eric Dumazet
2010-04-05rps: fixed missed rps_unlockTom Herbert
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-04-03net: move address list functions to a separate fileJiri Pirko
2010-04-02net: illegal_highdma() fixEric Dumazet
2010-04-02net: change illegal_highdma to use dma_maskFUJITA Tomonori
2010-04-02rps: keep the old behavior on SMP without rpsChangli Gao
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-29net: __netif_receive_skb should be staticEric Dumazet
2010-03-25rps: add CONFIG_RPSEric Dumazet
2010-03-24net: Fix locking in flush_backlogTom Herbert
2010-03-22net: dev_getfirstbyhwtype() optimizationEric Dumazet
2010-03-22net: speedup netdev_set_master()Eric Dumazet
2010-03-22bonding: flush unicast and multicast lists when changing typeJiri Pirko
2010-03-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-03-19net: Potential null skb->dev dereferenceEric Dumazet
2010-03-19bonding: check return value of nofitier when changing typeJiri Pirko
2010-03-19rps: Fixed build with CONFIG_SMP not enabled.Tom Herbert
2010-03-17rps: Receive Packet SteeringTom Herbert
2010-03-01Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2010-02-27dev: support deferring device flag change notificationsPatrick McHardy
2010-02-27rtnetlink: handle rtnl_link netlink notifications manuallyPatrick McHardy
2010-02-26netdev: use list_first_entry macrostephen hemminger
2010-02-25net: Add checking to rcu_dereference() primitivesPaul E. McKenney
2010-02-24net: bug fix for vlan + gro issueAjit Khaparde
2010-02-17net: bug fix for vlan + gro issueAjit Khaparde
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2010-02-11ethtool: Introduce n-tuple filter programming supportPeter P Waskiewicz Jr
2010-02-04net: maintain namespace isolation between vlan and real deviceArnd Bergmann
2010-01-25net: use helpers to access uc list V2Jiri Pirko
2010-01-21net: Optimize non-gso test checksKrishna Kumar
2010-01-19net: Unexport napi_gro_flush().David S. Miller
2010-01-07net: Make it easier to parse /proc/net/dev contents.Jesper Dangaard Brouer
2010-01-07fix bonding: allow arp_ip_targets on separate vlans to use arp validationAndy Gospodarek
2010-01-04bonding: allow arp_ip_targets on separate vlans to use arp validationAndy Gospodarek
2009-12-23net: release dst entry while cache-hot for GSO case tooKrishna Kumar
2009-12-14net: Fix userspace RTM_NEWLINK notifications.Eric W. Biederman