1. 970565b netdev: Move gso_skb into netdev_queue. by David S. Miller · 17 years ago
  2. ee609cb netdev: Move next_sched into struct netdev_queue. by David S. Miller · 17 years ago
  3. 816f325 netdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc instead. by David S. Miller · 17 years ago
  4. b0e1e64 netdev: Move rest of qdisc state into struct netdev_queue by David S. Miller · 17 years ago
  5. 555353c netdev: The ingress_lock member is no longer needed. by David S. Miller · 17 years ago
  6. dc2b484 netdev: Move queue_lock into struct netdev_queue. by David S. Miller · 17 years ago
  7. bb949fb netdev: Create netdev_queue abstraction. by David S. Miller · 17 years ago
  8. eca9eba net: Add GARP applicant-only participant by Patrick McHardy · 17 years ago
  9. 1b63ba8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  10. c88e6f5 include/linux/netdevice.h: don't export MAX_HEADER to userspace by Adrian Bunk · 17 years ago
  11. 0187bdf net: Disable LRO on devices that are forwarding by Ben Hutchings · 17 years ago
  12. dad9b33 netdevice: Fix promiscuity and allmulti overflow by Wang Chen · 17 years ago
  13. 5bbc172 Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by David S. Miller · 17 years ago
  14. 9d45abe netdevice: change net_device->promiscuity/allmulti to unsigned int by Wang Chen · 17 years ago
  15. b8a9787 bonding: Allow setting max_bonds to zero by Jay Vosburgh · 17 years ago
  16. c1da4ac net/core: add NETDEV_BONDING_FAILOVER event by Or Gerlitz · 17 years ago
  17. 289c79a vlan: Use bitmask of feature flags instead of seperate feature bits by Patrick McHardy · 17 years ago
  18. 5fb1357 [VLAN]: Propagate selected feature bits to VLAN devices by Patrick McHardy · 17 years ago
  19. f5184d2 net: Allow netdevices to specify needed head/tailroom by Johannes Berg · 17 years ago
  20. 8388e3d net: Set LL_MAX_HEADER properly for wireless. by David S. Miller · 17 years ago
  21. 4951704 syncppp: Fix crashes. by David S. Miller · 17 years ago
  22. f3005d7 [NETNS]: Add netns refcnt debug for network devices. by Denis V. Lunev · 17 years ago
  23. a4aa834 [NETNS]: Declare init_net even without CONFIG_NET defined. by Denis V. Lunev · 17 years ago
  24. e1ec1b8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  25. 3edf8fa [NET]: Fix allnoconfig build on powerpc and avr32 by David S. Miller · 17 years ago
  26. 0ef4730 net: Comment dev_kfree_skb_irq and dev_kfree_skb_any better by Matti Linnanvuori · 17 years ago
  27. 1567ca7 [NET]: Protect device namespace inlines with CONFIG_NET by David S. Miller · 17 years ago
  28. 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
  29. 50fd440 [NET]: Use local_irq_{save,restore}() in napi_complete(). by David S. Miller · 17 years ago
  30. f5aa23f [NETNS]: Compilation warnings under CONFIG_NET_NS. by Denis V. Lunev · 17 years ago
  31. 9c2f574 [NETNS]: Compilation fix for include/linux/netdevice.h. by Denis V. Lunev · 17 years ago
  32. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 17 years ago
  33. 82cc1a7 [NET]: Add per-connection option to set max TSO frame size by Peter P Waskiewicz Jr · 17 years ago
  34. f6866fe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  35. b3c9752 include/linux: Remove all users of FASTCALL() macro by Harvey Harrison · 17 years ago
  36. d5bd014 [NET]: Improve cache line coherency of ingress qdisc by Neil Turton · 17 years ago
  37. e83a2ea [VLAN]: set_rx_mode support for unicast address list by Chris Leech · 17 years ago
  38. a0a4619 [NET]: Add NAPI_STATE_DISABLE. by David S. Miller · 17 years ago
  39. bdb95b1 [NET]: Do not grab device reference when scheduling a NAPI poll. by David S. Miller · 17 years ago
  40. 3b582cc [NET]: docbook fixes for netif_ functions by Stephen Hemminger · 17 years ago
  41. 43cc738 [NET] napi: use non-interruptible sleep in napi_disable by Benjamin Herrenschmidt · 17 years ago
  42. bada339 [NET]: Validate device addr prior to interface-up by Jeff Garzik · 17 years ago
  43. f1ecfd5 remove header_ops bug in qeth driver by Ursula Braun · 17 years ago
  44. 668f895 [NET]: Hide the queue_mapping field inside netif_subqueue_stopped by Pavel Emelyanov · 17 years ago
  45. 4fa4d23 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 17 years ago
  46. 1b83336 [NET]: Fix OOPS due to missing check in dev_parse_header(). by Patrick McHardy · 17 years ago
  47. c264c3d napi_synchronize: waiting for NAPI by Stephen Hemminger · 17 years ago
  48. c4ea43c net core: fix kernel-doc for new function parameters by Randy Dunlap · 17 years ago
  49. 9ef4429 [NET]: Fix dev_put() and dev_hold() comments by Benjamin Thery · 17 years ago
  50. bfe13f5 ibm_emac: Convert to use napi_struct independent of struct net_device by Roland Dreier · 17 years ago
  51. 3b04ddd [NET]: Move hardware header operations out of netdevice. by Stephen Hemminger · 17 years ago
  52. b95cce3 [NET]: Wrap hard_header_parse by Stephen Hemminger · 17 years ago
  53. 0c4e858 [NET]: Wrap netdevice hardware header creation. by Stephen Hemminger · 17 years ago
  54. 2774c7a [NET]: Make the loopback device per network namespace. by Eric W. Biederman · 17 years ago
  55. e24eb52 [NET]: note that NETIF_F_LLTX is deprecated by Christian Borntraeger · 17 years ago
  56. de3cb74 [NET]: Dynamically allocate the loopback device, part 1. by Daniel Lezcano · 17 years ago
  57. ad7379d [NET]: Fix the prototype of call_netdevice_notifiers. by Eric W. Biederman · 17 years ago
  58. 22dd749 [NET]: migrate HARD_TX_LOCK to header file by Jamal Hadi Salim · 17 years ago
  59. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  60. a050c33 [NETNS]: Fix bad macro definition. by Daniel Lezcano · 17 years ago
  61. ce286d3 [NET]: Implement network device movement between namespaces by Eric W. Biederman · 17 years ago
  62. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  63. 4a1c537 [NET]: Add a network namespace tag to struct net_device by Eric W. Biederman · 17 years ago
  64. 3ae7c0b [ETHTOOL]: Add ETHTOOL_[GS]FLAGS sub-ioctls by Jeff Garzik · 17 years ago
  65. bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 17 years ago
  66. 7f353bf [NET]: Share correct feature code between bridging and bonding by Herbert Xu · 17 years ago
  67. 31ce72a [NET]: Fix loopback crashes when multiqueue is enabled. by Patrick McHardy · 17 years ago
  68. 456ad75 [NET]: move dev_mc_discard from dev_mcast.c to dev.c by Denis Cheng · 17 years ago
  69. 2e27afb Revert "[NET]: Fix races in net_rx_action vs netpoll." by Linus Torvalds · 17 years ago
  70. b863ceb [NET]: Add macvlan driver by Patrick McHardy · 17 years ago
  71. a0a400d [NET]: dev_mcast: add multicast list synchronization helpers by Patrick McHardy · 17 years ago
  72. 2402345 [NET]: Add net_device change_rx_mode callback by Patrick McHardy · 17 years ago
  73. 2957862 [NET]: Fix races in net_rx_action vs netpoll. by Olaf Kirch · 18 years ago
  74. 61cbc2f [NET]: Fix secondary unicast/multicast address count maintenance by Patrick McHardy · 18 years ago
  75. f25f4e4 [CORE] Stack changes to add multiqueue hardware support API by Peter P Waskiewicz Jr · 18 years ago
  76. 4417da6 [NET]: dev: secondary unicast address support by Patrick McHardy · 18 years ago
  77. 3fba5a8 [NET]: dev_mcast: switch to generic net_device address lists by Patrick McHardy · 18 years ago
  78. bf74248 [NET]: dev: introduce generic net_device address lists by Patrick McHardy · 18 years ago
  79. d212f87 [NET]: IPV6 checksum offloading in network devices by Stephen Hemminger · 18 years ago
  80. 38f7b87 [RTNETLINK]: Link creation API by Patrick McHardy · 18 years ago
  81. 6472ce6 [NET]: Mark struct net_device * argument to netdev_priv const by Patrick McHardy · 18 years ago
  82. b0ba666 [NET] napi: Call __netif_rx_complete in netif_rx_complete by Herbert Xu · 18 years ago
  83. 572a103 [NET] link_watch: Move link watch list into net_device by Herbert Xu · 18 years ago
  84. 7562f87 [NET]: Rework dev_base via list_head (v3) by Pavel Emelianov · 18 years ago
  85. 4e9cac2 [NET]: Add __dev_getfirstbyhwtype by Patrick McHardy · 18 years ago
  86. 5a1b589 [NET]: Remove NETIF_F_INTERNAL_STATS, default to internal stats. by Rusty Russell · 18 years ago
  87. 5f286e1 [NETPOLL]: Fix TX queue overflow in trapped mode. by Sergei Shtylyov · 18 years ago
  88. b86e028 [WEXT] net_device: Don't include wext bits if not required. by Johannes Berg · 18 years ago
  89. 704232c [WIRELESS] cfg80211: New wireless config infrastructure. by Johannes Berg · 18 years ago
  90. c45d286 [NET]: Inline net_device_stats by Rusty Russell · 18 years ago
  91. 22f8cde [NET]: unregister_netdevice as void by Stephen Hemminger · 18 years ago
  92. 43cb76d Network: convert network devices to use struct device instead of class_device by Greg Kroah-Hartman · 23 years ago
  93. e44c39bd [NET]: Add memory barrrier to netif_poll_enable() by David S. Miller · 18 years ago
  94. f049098 [NET]: Force a cache line split in hh_cache in SMP. by Eric Dumazet · 18 years ago
  95. 3644f0c [NET]: Convert hh_lock to seqlock. by Stephen Hemminger · 18 years ago
  96. d7fe0f2 [PATCH] severing skbuff.h -> mm.h by Al Viro · 18 years ago
  97. d5c42c0 [NET]: Pack struct hh_cache by Arnaldo Carvalho de Melo · 18 years ago
  98. b9df3cb [TCP/DCCP]: Introduce net_xmit_eval by Gerrit Renker · 18 years ago
  99. 90833aa [NET]: The scheduled removal of the frame diverter. by Adrian Bunk · 18 years ago
  100. e81c7359 [NET]: Fix MAX_HEADER setting. by David S. Miller · 18 years ago