1. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  2. 4a1c537 [NET]: Add a network namespace tag to struct net_device by Eric W. Biederman · 17 years ago
  3. 3ae7c0b [ETHTOOL]: Add ETHTOOL_[GS]FLAGS sub-ioctls by Jeff Garzik · 17 years ago
  4. bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 17 years ago
  5. 7f353bf [NET]: Share correct feature code between bridging and bonding by Herbert Xu · 17 years ago
  6. 31ce72a [NET]: Fix loopback crashes when multiqueue is enabled. by Patrick McHardy · 17 years ago
  7. 456ad75 [NET]: move dev_mc_discard from dev_mcast.c to dev.c by Denis Cheng · 17 years ago
  8. 2e27afb Revert "[NET]: Fix races in net_rx_action vs netpoll." by Linus Torvalds · 17 years ago
  9. b863ceb [NET]: Add macvlan driver by Patrick McHardy · 17 years ago
  10. a0a400d [NET]: dev_mcast: add multicast list synchronization helpers by Patrick McHardy · 17 years ago
  11. 2402345 [NET]: Add net_device change_rx_mode callback by Patrick McHardy · 17 years ago
  12. 2957862 [NET]: Fix races in net_rx_action vs netpoll. by Olaf Kirch · 17 years ago
  13. 61cbc2f [NET]: Fix secondary unicast/multicast address count maintenance by Patrick McHardy · 17 years ago
  14. f25f4e4 [CORE] Stack changes to add multiqueue hardware support API by Peter P Waskiewicz Jr · 17 years ago
  15. 4417da6 [NET]: dev: secondary unicast address support by Patrick McHardy · 17 years ago
  16. 3fba5a8 [NET]: dev_mcast: switch to generic net_device address lists by Patrick McHardy · 17 years ago
  17. bf74248 [NET]: dev: introduce generic net_device address lists by Patrick McHardy · 17 years ago
  18. d212f87 [NET]: IPV6 checksum offloading in network devices by Stephen Hemminger · 17 years ago
  19. 38f7b87 [RTNETLINK]: Link creation API by Patrick McHardy · 17 years ago
  20. 6472ce6 [NET]: Mark struct net_device * argument to netdev_priv const by Patrick McHardy · 17 years ago
  21. b0ba666 [NET] napi: Call __netif_rx_complete in netif_rx_complete by Herbert Xu · 17 years ago
  22. 572a103 [NET] link_watch: Move link watch list into net_device by Herbert Xu · 17 years ago
  23. 7562f87 [NET]: Rework dev_base via list_head (v3) by Pavel Emelianov · 17 years ago
  24. 4e9cac2 [NET]: Add __dev_getfirstbyhwtype by Patrick McHardy · 17 years ago
  25. 5a1b589 [NET]: Remove NETIF_F_INTERNAL_STATS, default to internal stats. by Rusty Russell · 17 years ago
  26. 5f286e1 [NETPOLL]: Fix TX queue overflow in trapped mode. by Sergei Shtylyov · 17 years ago
  27. b86e028 [WEXT] net_device: Don't include wext bits if not required. by Johannes Berg · 17 years ago
  28. 704232c [WIRELESS] cfg80211: New wireless config infrastructure. by Johannes Berg · 17 years ago
  29. c45d286 [NET]: Inline net_device_stats by Rusty Russell · 17 years ago
  30. 22f8cde [NET]: unregister_netdevice as void by Stephen Hemminger · 17 years ago
  31. 43cb76d Network: convert network devices to use struct device instead of class_device by Greg Kroah-Hartman · 22 years ago
  32. e44c39b [NET]: Add memory barrrier to netif_poll_enable() by David S. Miller · 18 years ago
  33. f049098 [NET]: Force a cache line split in hh_cache in SMP. by Eric Dumazet · 18 years ago
  34. 3644f0c [NET]: Convert hh_lock to seqlock. by Stephen Hemminger · 18 years ago
  35. d7fe0f2 [PATCH] severing skbuff.h -> mm.h by Al Viro · 18 years ago
  36. d5c42c0 [NET]: Pack struct hh_cache by Arnaldo Carvalho de Melo · 18 years ago
  37. b9df3cb [TCP/DCCP]: Introduce net_xmit_eval by Gerrit Renker · 18 years ago
  38. 90833aa [NET]: The scheduled removal of the frame diverter. by Adrian Bunk · 18 years ago
  39. e81c735 [NET]: Fix MAX_HEADER setting. by David S. Miller · 18 years ago
  40. d77072e [NET]: Annotate dst_ops protocol by Al Viro · 18 years ago
  41. b0df3bd Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into tmp by Jeff Garzik · 18 years ago
  42. f5b2b96 [PATCH] bonding: Validate probe replies in ARP monitor by Jay Vosburgh · 18 years ago
  43. baef186 [PATCH] WE-21 support (core API) by John W. Linville · 18 years ago
  44. a319a27 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 18 years ago
  45. 84fa793 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE by Patrick McHardy · 18 years ago
  46. 76fd859 [PATCH] ethtool: allow const ethtool_ops by Stephen Hemminger · 18 years ago
  47. 78eb887 [BRIDGE]: Disable SG/GSO if TX checksum is off by Herbert Xu · 18 years ago
  48. 7ea49ed [VLAN]: Make sure bonding packet drop checks get done in hwaccel RX path. by David S. Miller · 18 years ago
  49. 53c4b2c [NET]: Fix reversed error test in netif_tx_trylock by Herbert Xu · 18 years ago
  50. a430a43 [NET] gso: Fix up GSO packets with broken checksums by Herbert Xu · 18 years ago
  51. 89114af [NET] gso: Add skb_is_gso by Herbert Xu · 18 years ago
  52. f83ef8c [IPV6]: Added GSO support for TCPv6 by Herbert Xu · 18 years ago
  53. bcd7611 [NET]: Generalise TSO-specific bits from skb_setup_caps by Herbert Xu · 18 years ago
  54. b0da8537 [NET]: Add ECN support for TSO by Michael Chan · 18 years ago
  55. d6b4991 [NET]: Fix logical error in skb_gso_ok by Herbert Xu · 18 years ago
  56. 576a30e [NET]: Added GSO header verification by Herbert Xu · 18 years ago
  57. 6048126 [NET]: make net/core/dev.c:netdev_nit static by Adrian Bunk · 18 years ago
  58. 37c3185 [NET]: Added GSO toggle by Herbert Xu · 18 years ago
  59. f6a78bf [NET]: Add generic segmentation offload by Herbert Xu · 18 years ago
  60. 7967168 [NET]: Merge TSO/UFO fields in sk_buff by Herbert Xu · 18 years ago
  61. a4cfae1 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  62. cee4cca Merge git://git.infradead.org/hdrcleanup-2.6 by Linus Torvalds · 18 years ago
  63. 48d8332 [NET]: Prevent multiple qdisc runs by Herbert Xu · 18 years ago
  64. 8648b30 [NET]: Add NETIF_F_GEN_CSUM and NETIF_F_ALL_CSUM by Herbert Xu · 18 years ago
  65. 932ff27 [NET]: Add netif_tx_lock by Herbert Xu · 18 years ago
  66. db21733 [I/OAT]: Setup the networking subsystem as a DMA client by Chris Leech · 18 years ago
  67. 66643de Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 18 years ago
  68. b17a7c1 [NET]: Do sysfs registration as part of register_netdevice. by Stephen Hemminger · 18 years ago
  69. d324031 sky2: backout NAPI reschedule by Stephen Hemminger · 18 years ago
  70. fe9925b [NET]: Create netdev attribute_groups with class_device_add by Stephen Hemminger · 18 years ago
  71. d6754b4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 18 years ago
  72. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 18 years ago
  73. 734cbc3 [PATCH] sky2: reschedule if irq still pending by Stephen Hemminger · 18 years ago
  74. 5607943 [NET]: Deinline some larger functions from netdevice.h by Denis Vlasenko · 18 years ago
  75. 1533306 [NET]: dev_put/dev_hold cleanup by Stephen Hemminger · 18 years ago
  76. b00055a [NET] core: add RFC2863 operstate by Stefan Rompf · 18 years ago
  77. 0a12257 [PATCH] sky2: change netif_rx_schedule_test to __netif_schedule_prep by shemminger@osdl.org · 19 years ago
  78. 83cbd33 Merge branch 'bonding-sysfs' of git://git.tuxdriver.com/git/netdev-jwl by Jeff Garzik · 19 years ago
  79. c2373ee [PATCH] net: make dev_valid_name public by Mitch Williams · 19 years ago
  80. 3b621ee Merge branch 'master' by Jeff Garzik · 19 years ago
  81. fb286bb [NET]: Detect hardware rx checksum faults correctly by Herbert Xu · 19 years ago
  82. 7211bb9 Merge branch 'master' by Jeff Garzik · 19 years ago
  83. e89e9cf [IPv4/IPv6]: UFO Scatter-gather approach by Ananda Raju · 19 years ago
  84. 9089068 Merge branch 'master' by Jeff Garzik · 19 years ago
  85. 3c8c7b2 Merge branch 'upstream-fixes' by Jeff Garzik · 19 years ago
  86. 9356b8f [NET]: Reorder some hot fields of struct net_device by Eric Dumazet · 19 years ago
  87. 793b883 [PATCH] sky2: driver update. by Stephen Hemminger · 19 years ago
  88. 3173c89 [PATCH] drivers/net: fix-up schedule_timeout() usage by Nishanth Aravamudan · 19 years ago
  89. a6f9a70 [NET]: Add support for getting the permanent hardware address. by Jon Wetzel · 19 years ago
  90. 2038073 [NET]: Fix sparse warnings by Arnaldo Carvalho de Melo · 19 years ago
  91. 0a242ef [NET]: Deinline netif_carrier_{on,off}(). by Denis Vlasenko · 19 years ago
  92. f2ccd8f [NET]: Kill skb->real_dev by David S. Miller · 19 years ago
  93. 31aa02c [NET]: Eliminate netif_rx massive packet drops. by Stephen Hemminger · 19 years ago
  94. 34008d8 [NET]: Remove obsolete netif_rx congestion sensing mechanism. by Stephen Hemminger · 19 years ago
  95. c1ebcdb [NET]: Remove obsolete fastroute stats. by Stephen Hemminger · 19 years ago
  96. 543537b [PATCH] create a kstrdup library function by Paulo Marques · 19 years ago
  97. 115c1d6 [NETPOLL]: Introduce a netpoll_info struct by Jeff Moyer · 19 years ago
  98. 5ba0eac [NET]: Fix HH_DATA_OFF. by Jiri Benc · 19 years ago
  99. 81e8157 [BRIDGE]: make dev->features unsigned by Stephen Hemminger · 19 years ago
  100. d8a33ac [BRIDGE]: features change notification by Stephen Hemminger · 19 years ago