1. 8875127 rps: shortcut net_rps_action() by Eric Dumazet · 15 years ago
  2. fec5e65 rfs: Receive Flow Steering by Tom Herbert · 15 years ago
  3. fd793d8 net: CONFIG_SMP should be CONFIG_RPS by Changli Gao · 15 years ago
  4. acbbc07 net: uninline skb_bond_should_drop() by Eric Dumazet · 15 years ago
  5. 18e225f net: fix definition of netdev_for_each_mc_addr() by Pavel Roskin · 15 years ago
  6. 22bedad net: convert multicast list to list_head by Jiri Pirko · 15 years ago
  7. a748ee2 net: move address list functions to a separate file by Jiri Pirko · 15 years ago
  8. b00fabb netdev: ethtool RXHASH flag by stephen hemminger · 15 years ago
  9. df33454 rps: add CONFIG_RPS by Eric Dumazet · 15 years ago
  10. 32a806c bonding: flush unicast and multicast lists when changing type by Jiri Pirko · 15 years ago
  11. e77c8e8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  12. 0641e4f net: Potential null skb->dev dereference by Eric Dumazet · 15 years ago
  13. 3ca5b40 bonding: check return value of nofitier when changing type by Jiri Pirko · 16 years ago
  14. 1e94d72 rps: Fixed build with CONFIG_SMP not enabled. by Tom Herbert · 15 years ago
  15. 0a9627f rps: Receive Packet Steering by Tom Herbert · 15 years ago
  16. bd38081 dev: support deferring device flag change notifications by Patrick McHardy · 16 years ago
  17. a283576 rtnetlink: handle rtnl_link netlink notifications manually by Patrick McHardy · 16 years ago
  18. ce300c7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  19. caf66e5 netdevice.h: check for CONFIG_WLAN instead of CONFIG_WLAN_80211 by John W. Linville · 16 years ago
  20. 95c26df net: Add netdev ops for SR-IOV configuration by Williams, Mitch A · 16 years ago
  21. b3d95c5 include/linux/netdevice.h: Add netif_printk helpers by Joe Perches · 16 years ago
  22. 571ba42 netdevice.h: Add netdev_printk helpers like dev_printk by Joe Perches · 16 years ago
  23. 15682bc ethtool: Introduce n-tuple filter programming support by Peter P Waskiewicz Jr · 16 years ago
  24. 6683ece net: use helpers to access mc list V2 by Jiri Pirko · 16 years ago
  25. 8a83a00 net: maintain namespace isolation between vlan and real device by Arnd Bergmann · 16 years ago
  26. 32e7bfc net: use helpers to access uc list V2 by Jiri Pirko · 16 years ago
  27. a271623 netdev: remove certain HAVE_ macros by Alexey Dobriyan · 16 years ago
  28. 11380a4 net: Unexport napi_gro_flush(). by David S. Miller · 16 years ago
  29. fc4a748 netdevice: provide common routine for macvlan and vlan operstate management by Patrick Mullaney · 16 years ago
  30. dcbccbd4 net: Implement for_each_netdev_reverse. by Eric W. Biederman · 16 years ago
  31. 4454096 veth: move loopback logic to common location by Arnd Bergmann · 16 years ago
  32. e014deb linkwatch: linkwatch_forget_dev() to speedup device dismantle by Eric Dumazet · 16 years ago
  33. d83345a net: add dev_txq_stats_fold() helper by Eric Dumazet · 16 years ago
  34. 9a1654b net: Optimize hard_start_xmit() return checking by Jarek Poplawski · 16 years ago
  35. ce81b76 ipv6: use RCU to walk list of network devices by Eric Dumazet · 16 years ago
  36. 572a9d7 net: allow to propagate errors through ->ndo_hard_start_xmit() by Patrick McHardy · 16 years ago
  37. 254245d netdev: add netdev_continue_rcu by stephen hemminger · 16 years ago
  38. d94d9fe net: cleanup include/linux by Eric Dumazet · 16 years ago
  39. c6d14c8 net: Introduce for_each_netdev_rcu() iterator by Eric Dumazet · 16 years ago
  40. 72c9528 net: Introduce dev_get_by_name_rcu() by Eric Dumazet · 16 years ago
  41. 0c509a6 net: Allow devices to specify a device specific sysfs group. by Eric W. Biederman · 16 years ago
  42. c7c4b3b gro: Change all receive functions to return GRO result codes by Ben Hutchings · 16 years ago
  43. 5b252f0 gro: Name the GRO result enumeration type by Ben Hutchings · 16 years ago
  44. fb699dfd net: Introduce dev_get_by_index_rcu() by Eric Dumazet · 16 years ago
  45. df5c794 net: Add ndo_fcoe_get_wwn to net_device_ops by Yi Zou · 16 years ago
  46. 9b5e383 net: Introduce unregister_netdevice_many() by Eric Dumazet · 16 years ago
  47. 44a0873 net: Introduce unregister_netdevice_queue() by Eric Dumazet · 16 years ago
  48. 7fe13c5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  49. d308e38 include/linux/netdevice.h: fix nanodoc mismatch by Wolfram Sang · 16 years ago
  50. 3295354 dcb: data center bridging ops should be r/o by Stephen Hemminger · 16 years ago
  51. f205ce8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  52. a4dbd67 driver model: constify attribute groups by David Brownell · 16 years ago
  53. 75c7850 bonding: remap muticast addresses without using dev_close() and dev_open() by Moni Shoua · 16 years ago
  54. 384912e net: Add DEVTYPE support for Ethernet based devices by Marcel Holtmann · 16 years ago
  55. af356af net_sched: reintroduce dev->qdisc for use by sch_api by Patrick McHardy · 16 years ago
  56. cb45439 net: Add ndo_fcoe_enable/ndo_fcoe_disable to net_device_ops by Yi Zou · 16 years ago
  57. dc1f8bf netdev: change transmit to limited range type by Stephen Hemminger · 16 years ago
  58. 7b3d3e4 netdevice: Consolidate to use existing macros where available. by Krishna Kumar · 16 years ago
  59. bb2af4f net: Add NETIF_F_FCOE_MTU to indicate support for a different MTU for FCoE by Yi Zou · 16 years ago
  60. 0e8635a net: remove NET_RX_BAD and NET_RX_CN* defines by Florian Westphal · 16 years ago
  61. 31278e7 net: group address list and its count by Jiri Pirko · 16 years ago
  62. a5bd8a1 netdevice.h: Use frag list abstraction interfaces. by David S. Miller · 16 years ago
  63. 278b251 gso: Stop fraglists from escaping by Herbert Xu · 16 years ago
  64. ccffad25 net: convert unicast addr list by Jiri Pirko · 16 years ago
  65. 5d4e039 bonding: allow bond in mode balance-alb to work properly in bridge -try4.3 by Jiri Pirko · 16 years ago
  66. 385a154 net: correct a comment for the final #endif by Jiri Pirko · 16 years ago
  67. 1ce8e7b net: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netdev_priv() by Eric Dumazet · 16 years ago
  68. a5b1cf2 gro: Avoid unnecessary comparison after skb_gro_header by Herbert Xu · 16 years ago
  69. 7489594 gro: Optimise length comparison in skb_gro_header by Herbert Xu · 16 years ago
  70. 78d3fd0 gro: Only use skb_gro_header for completely non-linear packets by Herbert Xu · 16 years ago
  71. 78a478d gro: Inline skb_gro_header and cache frag0 virtual address by Herbert Xu · 16 years ago
  72. 08baf56 net: txq_trans_update() helper by Eric Dumazet · 16 years ago
  73. e3804cb net: remove COMPAT_NET_DEV_OPS by Alexander Beregalov · 16 years ago
  74. 7004bf2 net: add tx_packets/tx_bytes/tx_dropped counters in struct netdev_queue by Eric Dumazet · 16 years ago
  75. 9d21493 net: tx scalability works : trans_start by Eric Dumazet · 16 years ago
  76. 4d5b78c net: Add missing rculist.h include to netdevice.h by David S. Miller · 16 years ago
  77. f001fde net: introduce a list of device addresses dev_addr_list (v6) by Jiri Pirko · 16 years ago
  78. aba7453 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  79. 6a321cb net: netif_tx_queue_stopped too expensive by Eric Dumazet · 16 years ago
  80. 8dc92f7 sctp: add feature bit for SCTP offload in hardware by Jesse Brandeburg · 16 years ago
  81. 37b607c net: Fix typo in net_device_ops description. by Mike Rapoport · 16 years ago
  82. 36e7b1b gro: Fix COMPLETE checksum handling by Herbert Xu · 16 years ago
  83. edbd9e3 gro: Fix handling of headers that extend over the tail by Herbert Xu · 16 years ago
  84. c759a6b net: Fix LL_MAX_HEADER for CONFIG_TR_MODULE by Adrian Bunk · 16 years ago
  85. b1b67dd net: factor out ethtool invocation of vlan/macvlan drivers by Patrick McHardy · 16 years ago
  86. 76620aa gro: New frags interface to avoid copying shinfo by Herbert Xu · 16 years ago
  87. d54b353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  88. cc0be32 net: Add missing include into include/linux/netdevice.h by Dmitri Vorobiev · 16 years ago
  89. d1c76af GRO: Move netpoll checks to correct location by Herbert Xu · 16 years ago
  90. 4d288d5 [SCSI] net: add FCoE offload support through net_device by Yi Zou · 17 years ago
  91. 01d5b2f [SCSI] net: define feature flags for FCoE offloads by Chris Leech · 17 years ago
  92. 43eb99c [SCSI] net: reclaim 8 upper bits of the netdev->features from GSO by Chris Leech · 17 years ago
  93. 508827f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  94. 9d40bbd vlan: Fix vlan-in-vlan crashes. by David S. Miller · 17 years ago
  95. f3a7c66 net: replace __constant_{endian} uses in net headers by Harvey Harrison · 17 years ago
  96. aa4b9f5 gro: Optimise Ethernet header comparison by Herbert Xu · 17 years ago
  97. 4ae5544 gro: Remember number of held packets instead of counting every time by Herbert Xu · 17 years ago
  98. fe2918b net: fix some trailing whitespaces by Graf Yang · 17 years ago
  99. 8691173 gro: Avoid copying headers of unmerged packets by Herbert Xu · 17 years ago
  100. 5d0d9be gro: Move common completion code into helpers by Herbert Xu · 17 years ago