aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
Commit message (Expand)AuthorAge
...
* | net: sk_dst_cache RCUificationEric Dumazet2010-04-13
* | net: Dont use netdev_warn()Eric Dumazet2010-04-13
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-11
|\|
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | net: Add a missing local_irq_enable()Eric Dumazet2010-04-05
* | rps: fixed missed rps_unlockTom Herbert2010-04-05
* | net: convert multicast list to list_headJiri Pirko2010-04-03
* | net: move address list functions to a separate fileJiri Pirko2010-04-03
* | net: illegal_highdma() fixEric Dumazet2010-04-02
* | net: change illegal_highdma to use dma_maskFUJITA Tomonori2010-04-01
* | rps: keep the old behavior on SMP without rpsChangli Gao2010-04-01
* | net: __netif_receive_skb should be staticEric Dumazet2010-03-29
* | rps: add CONFIG_RPSEric Dumazet2010-03-25
* | net: Fix locking in flush_backlogTom Herbert2010-03-24
* | net: dev_getfirstbyhwtype() optimizationEric Dumazet2010-03-21
* | net: speedup netdev_set_master()Eric Dumazet2010-03-21
* | bonding: flush unicast and multicast lists when changing typeJiri Pirko2010-03-21
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-03-20
|\|
| * net: Potential null skb->dev dereferenceEric Dumazet2010-03-19
* | bonding: check return value of nofitier when changing typeJiri Pirko2010-03-18
* | rps: Fixed build with CONFIG_SMP not enabled.Tom Herbert2010-03-18
* | rps: Receive Packet SteeringTom Herbert2010-03-17
|/
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-02-28
|\
| * net: Add checking to rcu_dereference() primitivesPaul E. McKenney2010-02-25
| * net: bug fix for vlan + gro issueAjit Khaparde2010-02-23
* | dev: support deferring device flag change notificationsPatrick McHardy2010-02-27
* | rtnetlink: handle rtnl_link netlink notifications manuallyPatrick McHardy2010-02-27
* | netdev: use list_first_entry macrostephen hemminger2010-02-26
* | net: bug fix for vlan + gro issueAjit Khaparde2010-02-17
* | net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-12
* | ethtool: Introduce n-tuple filter programming supportPeter P Waskiewicz Jr2010-02-10
* | net: maintain namespace isolation between vlan and real deviceArnd Bergmann2010-02-03
* | net: use helpers to access uc list V2Jiri Pirko2010-01-25
* | net: Optimize non-gso test checksKrishna Kumar2010-01-21
* | net: Unexport napi_gro_flush().David S. Miller2010-01-19
* | net: Make it easier to parse /proc/net/dev contents.Jesper Dangaard Brouer2010-01-07
* | fix bonding: allow arp_ip_targets on separate vlans to use arp validationAndy Gospodarek2010-01-07
* | bonding: allow arp_ip_targets on separate vlans to use arp validationAndy Gospodarek2010-01-04
* | net: release dst entry while cache-hot for GSO case tooKrishna Kumar2009-12-23
|/
* net: Fix userspace RTM_NEWLINK notifications.Eric W. Biederman2009-12-13
* net: Handle NETREG_UNINITIALIZED devices correctlyKrishna Kumar2009-12-11
* netdevice: provide common routine for macvlan and vlan operstate managementPatrick Mullaney2009-12-03
* net: Move network device exit batchingEric W. Biederman2009-12-03
* net: Simplfy default_device_exit and improve batching.Eric W. Biederman2009-12-01
* net: NETDEV_UNREGISTER_PERNET -> NETDEV_UNREGISTER_BATCHEric W. Biederman2009-12-01
* net: Move && and || to end of previous lineJoe Perches2009-11-29
* veth: move loopback logic to common locationArnd Bergmann2009-11-26
* net: use net_eq to compare netsOctavian Purdila2009-11-25
* net: Fix missing kernel-doc notationJaswinder Singh Rajput2009-11-22
* net: rename skb->iif to skb->skb_iifEric Dumazet2009-11-20