1. 8f0f222 net: Implement simple sw TX hashing. by David S. Miller · 16 years ago
  2. eae792b netdev: Add netdev->select_queue() method. by David S. Miller · 16 years ago
  3. fd2ea0a net: Use queue aware tests throughout. by David S. Miller · 16 years ago
  4. e8a0464 netdev: Allocate multiple queues for TX. by David S. Miller · 16 years ago
  5. b9e4085 netdev: Do not use TX lock to protect address lists. by David S. Miller · 16 years ago
  6. e308a5d netdev: Add netdev->addr_list_lock protection. by David S. Miller · 16 years ago
  7. f1f28aa netdev: Add addr_list_lock to struct net_device. by David S. Miller · 16 years ago
  8. bc1d041 vlan: deliver packets received with VLAN acceleration to network taps by Patrick McHardy · 16 years ago
  9. c773e84 netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue. by David S. Miller · 16 years ago
  10. eb6aafe pkt_sched: Make qdisc_run take a netdev_queue. by David S. Miller · 16 years ago
  11. 86d804e netdev: Make netif_schedule() routines work with netdev_queue objects. by David S. Miller · 16 years ago
  12. ee609cb netdev: Move next_sched into struct netdev_queue. by David S. Miller · 16 years ago
  13. 816f325 netdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc instead. by David S. Miller · 16 years ago
  14. b0e1e64 netdev: Move rest of qdisc state into struct netdev_queue by David S. Miller · 16 years ago
  15. 555353c netdev: The ingress_lock member is no longer needed. by David S. Miller · 16 years ago
  16. dc2b484 netdev: Move queue_lock into struct netdev_queue. by David S. Miller · 16 years ago
  17. bb949fb netdev: Create netdev_queue abstraction. by David S. Miller · 16 years ago
  18. 4b5a698 net: fix dev_set_promiscuity() breakage by Patrick McHardy · 16 years ago
  19. ea2aca0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  20. 93b3cff9 netdevice: Fix wrong string handle in kernel command line parsing by Wang Chen · 17 years ago
  21. 1b63ba8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  22. 5dbaec5 netdevice: Fix typo of dev_unicast_add() comment by Wang Chen · 17 years ago
  23. b9f75f4 netns: Don't receive new packets in a dead network namespace. by Eric W. Biederman · 17 years ago
  24. 0187bdf net: Disable LRO on devices that are forwarding by Ben Hutchings · 17 years ago
  25. dad9b33 netdevice: Fix promiscuity and allmulti overflow by Wang Chen · 17 years ago
  26. c1da4ac net/core: add NETDEV_BONDING_FAILOVER event by Or Gerlitz · 17 years ago
  27. 6de329e net: Fix test for VLAN TX checksum offload capability by Ben Hutchings · 17 years ago
  28. 0e91796 net: Fix call to ->change_rx_flags(dev, IFF_MULTICAST) in dev_change_flags() by David Woodhouse · 17 years ago
  29. dcc9977 net: handle errors from device_rename by Stephen Hemminger · 17 years ago
  30. e46b66b net: Added ASSERT_RTNL() to dev_open() and dev_close(). by Ben Hutchings · 17 years ago
  31. aca5139 netns: Fix arbitrary net_device-s corruptions on net_ns stop. by Pavel Emelyanov · 17 years ago
  32. aaf8cdc netns: Fix device renaming for sysfs by Daniel Lezcano · 17 years ago
  33. 0c0b0ac net: remove NR_CPUS arrays in net/core/dev.c by Mike Travis · 17 years ago
  34. 801678c Remove duplicated unlikely() in IS_ERR() by Hirofumi Nakagawa · 17 years ago
  35. d1643d2 [NET]: Fix and allocate less memory for ->priv'less netdevices by Alexey Dobriyan · 17 years ago
  36. d0498d9 [NET]: Do not allocate unneeded memory for dev->priv alignment. by Pavel Emelyanov · 17 years ago
  37. f3005d7 [NETNS]: Add netns refcnt debug for network devices. by Denis V. Lunev · 17 years ago
  38. 8e8e438 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  39. 61ee6bd [NET]: Fix multicast device ioctl checks by Patrick McHardy · 17 years ago
  40. 878628f [NET] NETNS: Omit namespace comparision without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 17 years ago
  41. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 17 years ago
  42. 2feb27d [NETNS]: Minor information leak via /proc/net/ptype file. by Pavel Emelyanov · 17 years ago
  43. 82cc1a7 [NET]: Add per-connection option to set max TSO frame size by Peter P Waskiewicz Jr · 17 years ago
  44. bdc0894 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  45. 12aa343 [NET]: Messed multicast lists after dev_mc_sync/unsync by Jorge Boncompte [DTI2] · 17 years ago
  46. f6866fe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  47. bc2cda1 docbook: make a networking book and fix a few errors by Randy Dunlap · 17 years ago
  48. b5606c2 remove final fastcall users by Harvey Harrison · 17 years ago
  49. d8b2a4d [NET]: Fix race in dev_close(). (Bug 9750) by Matti Linnanvuori · 17 years ago
  50. 7759db8 [AUDIT] Add uid, gid fields to ANOM_PROMISCUOUS message by Klaus Heinrich Kiwi · 17 years ago
  51. 4746ec5 [AUDIT] add session id to audit messages by Eric Paris · 17 years ago
  52. 0c11b94 [PATCH] switch audit_get_loginuid() to task_struct * by Al Viro · 17 years ago
  53. e83a2ea [VLAN]: set_rx_mode support for unicast address list by Chris Leech · 17 years ago
  54. 72348a42 [PKT_SCHED] net: add sparse annotation to ptype_seq_start/stop by Stephen Hemminger · 17 years ago
  55. 9a429c4 [NET]: Add some acquires/releases sparse annotations. by Eric Dumazet · 17 years ago
  56. a662071 [NET]: Check RTNL status in unregister_netdevice by Herbert Xu · 17 years ago
  57. 81103a5 [NETNS]: network namespace was passed into dev_getbyhwaddr but not used by Denis V. Lunev · 17 years ago
  58. 3b5b34f [NET] net/core/dev.c: use LIST_HEAD instead of LIST_HEAD_INIT by Denis Cheng · 17 years ago
  59. 82d8a867 [NET]: Make macro to specify the ptype_base size by Pavel Emelyanov · 17 years ago
  60. e372c41 [NET]: Consolidate net namespace related proc files creation. by Denis V. Lunev · 17 years ago
  61. fed17f3 [NET]: Stop polling when napi_disable() is pending. by David S. Miller · 17 years ago
  62. 53ccaae [NET] net/core/: Spelling fixes by Joe Perches · 17 years ago
  63. d59b54b [NET]: Fix wrong comments for unregister_net* by Wang Chen · 17 years ago
  64. c67625a [NET]: Remove notifier block from chain when register_netdevice_notifier fails by Pavel Emelyanov · 17 years ago
  65. 022cbae [NET]: Move unneeded data to initdata section. by Denis V. Lunev · 17 years ago
  66. 33d36bb8 [NETNS]: init dev_base_lock only once by Alexey Dobriyan · 17 years ago
  67. 3b582cc [NET]: docbook fixes for netif_ functions by Stephen Hemminger · 17 years ago
  68. 93ee31f [NET]: Fix free_netdev on register_netdev failure. by Daniel Lezcano · 17 years ago
  69. 0a7606c [NET]: Fix race between poll_napi() and net_rx_action() by David S. Miller · 17 years ago
  70. 2b008b0a [NET]: Marking struct pernet_operations __net_initdata was inappropriate by Eric W. Biederman · 17 years ago
  71. c8d90dc [NET] dev_change_name: ignore changes to same name by Stephen Hemminger · 17 years ago
  72. 342709e [NET]: Remove in-code externs for some functions from net/core/dev.c by Pavel Emelyanov · 17 years ago
  73. bada339 [NET]: Validate device addr prior to interface-up by Jeff Garzik · 17 years ago
  74. 668f895 [NET]: Hide the queue_mapping field inside netif_subqueue_stopped by Pavel Emelyanov · 17 years ago
  75. dfa4091 [NET]: Use the skb_set_queue_mapping where appropriate by Pavel Emelyanov · 17 years ago
  76. a030847 [NET]: Avoid copying TCP packets unnecessarily by Herbert Xu · 17 years ago
  77. f697c3e [NET]: Avoid unnecessary cloning for ingress filtering by Herbert Xu · 17 years ago
  78. c4ea43c net core: fix kernel-doc for new function parameters by Randy Dunlap · 17 years ago
  79. 9b77265 [NET]: Remove double dev->flags checking when calling dev_close() by Pavel Emelyanov · 17 years ago
  80. 4665079 [NETNS]: Move some code into __init section when CONFIG_NET_NS=n by Pavel Emelyanov · 17 years ago
  81. 14e3e07 [NET]: split dev_ifsioc() according to locking by Jeff Garzik · 17 years ago
  82. cfcabdc [NET]: sparse warning fixes by Stephen Hemminger · 17 years ago
  83. 3b04ddd [NET]: Move hardware header operations out of netdevice. by Stephen Hemminger · 17 years ago
  84. 8b41d18 [NET]: Fix running without sysfs by Eric W. Biederman · 17 years ago
  85. 056925a [NET]: Cleanup calling netdev notifiers. by Pavel Emelyanov · 17 years ago
  86. 30d97d3 [NETNS]: Consolidate hashes creation in netdev_init() by Pavel Emelyanov · 17 years ago
  87. ad7379d [NET]: Fix the prototype of call_netdevice_notifiers. by Eric W. Biederman · 17 years ago
  88. 22dd749 [NET]: migrate HARD_TX_LOCK to header file by Jamal Hadi Salim · 17 years ago
  89. 077130c [NET]: Fix race when opening a proc file while a network namespace is exiting. by Eric W. Biederman · 17 years ago
  90. 9d5010d [NET]: Add a might_sleep() to dev_close(). by David S. Miller · 17 years ago
  91. ce286d3 [NET]: Implement network device movement between namespaces by Eric W. Biederman · 17 years ago
  92. b267b17 [NET]: Factor out __dev_alloc_name from dev_alloc_name by Eric W. Biederman · 17 years ago
  93. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  94. 6d34b1c [NET]: Initialize the network namespace of network devices. by Eric W. Biederman · 17 years ago
  95. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  96. bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 17 years ago
  97. 7f353bf [NET]: Share correct feature code between bridging and bonding by Herbert Xu · 17 years ago
  98. fcc5a03 [NET]: Allow netdev REGISTER/CHANGENAME events to fail by Herbert Xu · 17 years ago
  99. 7f988ea [NET]: Take dev_base_lock when moving device name hash list entry by Herbert Xu · 17 years ago
  100. 7ce1b0e [NET]: Call uninit if necessary in register_netdevice by Herbert Xu · 17 years ago