1. fb699dfd net: Introduce dev_get_by_index_rcu() by Eric Dumazet · 15 years ago
  2. df5c794 net: Add ndo_fcoe_get_wwn to net_device_ops by Yi Zou · 15 years ago
  3. 9b5e383 net: Introduce unregister_netdevice_many() by Eric Dumazet · 15 years ago
  4. 44a0873 net: Introduce unregister_netdevice_queue() by Eric Dumazet · 15 years ago
  5. 7fe13c5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  6. d308e38 include/linux/netdevice.h: fix nanodoc mismatch by Wolfram Sang · 15 years ago
  7. 3295354 dcb: data center bridging ops should be r/o by Stephen Hemminger · 15 years ago
  8. f205ce8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  9. a4dbd67 driver model: constify attribute groups by David Brownell · 15 years ago
  10. 75c7850 bonding: remap muticast addresses without using dev_close() and dev_open() by Moni Shoua · 15 years ago
  11. 384912e net: Add DEVTYPE support for Ethernet based devices by Marcel Holtmann · 15 years ago
  12. af356af net_sched: reintroduce dev->qdisc for use by sch_api by Patrick McHardy · 15 years ago
  13. cb45439 net: Add ndo_fcoe_enable/ndo_fcoe_disable to net_device_ops by Yi Zou · 15 years ago
  14. dc1f8bf netdev: change transmit to limited range type by Stephen Hemminger · 15 years ago
  15. 7b3d3e4 netdevice: Consolidate to use existing macros where available. by Krishna Kumar · 15 years ago
  16. bb2af4f net: Add NETIF_F_FCOE_MTU to indicate support for a different MTU for FCoE by Yi Zou · 15 years ago
  17. 0e8635a net: remove NET_RX_BAD and NET_RX_CN* defines by Florian Westphal · 15 years ago
  18. 31278e7 net: group address list and its count by Jiri Pirko · 15 years ago
  19. a5bd8a1 netdevice.h: Use frag list abstraction interfaces. by David S. Miller · 15 years ago
  20. 278b251 gso: Stop fraglists from escaping by Herbert Xu · 15 years ago
  21. ccffad25 net: convert unicast addr list by Jiri Pirko · 16 years ago
  22. 5d4e039 bonding: allow bond in mode balance-alb to work properly in bridge -try4.3 by Jiri Pirko · 16 years ago
  23. 385a154 net: correct a comment for the final #endif by Jiri Pirko · 16 years ago
  24. 1ce8e7b net: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netdev_priv() by Eric Dumazet · 16 years ago
  25. a5b1cf2 gro: Avoid unnecessary comparison after skb_gro_header by Herbert Xu · 16 years ago
  26. 7489594 gro: Optimise length comparison in skb_gro_header by Herbert Xu · 16 years ago
  27. 78d3fd0 gro: Only use skb_gro_header for completely non-linear packets by Herbert Xu · 16 years ago
  28. 78a478d gro: Inline skb_gro_header and cache frag0 virtual address by Herbert Xu · 16 years ago
  29. 08baf56 net: txq_trans_update() helper by Eric Dumazet · 16 years ago
  30. e3804cb net: remove COMPAT_NET_DEV_OPS by Alexander Beregalov · 16 years ago
  31. 7004bf2 net: add tx_packets/tx_bytes/tx_dropped counters in struct netdev_queue by Eric Dumazet · 16 years ago
  32. 9d21493 net: tx scalability works : trans_start by Eric Dumazet · 16 years ago
  33. 4d5b78c net: Add missing rculist.h include to netdevice.h by David S. Miller · 16 years ago
  34. f001fde net: introduce a list of device addresses dev_addr_list (v6) by Jiri Pirko · 16 years ago
  35. aba7453 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  36. 6a321cb net: netif_tx_queue_stopped too expensive by Eric Dumazet · 16 years ago
  37. 8dc92f7 sctp: add feature bit for SCTP offload in hardware by Jesse Brandeburg · 16 years ago
  38. 37b607c net: Fix typo in net_device_ops description. by Mike Rapoport · 16 years ago
  39. 36e7b1b gro: Fix COMPLETE checksum handling by Herbert Xu · 16 years ago
  40. edbd9e3 gro: Fix handling of headers that extend over the tail by Herbert Xu · 16 years ago
  41. c759a6b net: Fix LL_MAX_HEADER for CONFIG_TR_MODULE by Adrian Bunk · 16 years ago
  42. b1b67dd net: factor out ethtool invocation of vlan/macvlan drivers by Patrick McHardy · 16 years ago
  43. 76620aa gro: New frags interface to avoid copying shinfo by Herbert Xu · 16 years ago
  44. d54b353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  45. cc0be32 net: Add missing include into include/linux/netdevice.h by Dmitri Vorobiev · 16 years ago
  46. d1c76af GRO: Move netpoll checks to correct location by Herbert Xu · 16 years ago
  47. 4d288d5 [SCSI] net: add FCoE offload support through net_device by Yi Zou · 16 years ago
  48. 01d5b2f [SCSI] net: define feature flags for FCoE offloads by Chris Leech · 16 years ago
  49. 43eb99c [SCSI] net: reclaim 8 upper bits of the netdev->features from GSO by Chris Leech · 16 years ago
  50. 508827f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  51. 9d40bbd vlan: Fix vlan-in-vlan crashes. by David S. Miller · 16 years ago
  52. f3a7c66 net: replace __constant_{endian} uses in net headers by Harvey Harrison · 16 years ago
  53. aa4b9f5 gro: Optimise Ethernet header comparison by Herbert Xu · 16 years ago
  54. 4ae5544 gro: Remember number of held packets instead of counting every time by Herbert Xu · 16 years ago
  55. fe2918b net: fix some trailing whitespaces by Graf Yang · 16 years ago
  56. 8691173 gro: Avoid copying headers of unmerged packets by Herbert Xu · 16 years ago
  57. 5d0d9be gro: Move common completion code into helpers by Herbert Xu · 16 years ago
  58. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 16 years ago
  59. 937f1ba net: Add init_dummy_netdev() and fix EMAC driver using it by Benjamin Herrenschmidt · 16 years ago
  60. 985ebdb net: Fix a comment in include/linux/netdevice.h. by Krzysztof Hałasa · 16 years ago
  61. d9e8a3a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 16 years ago
  62. 96e93ea gro: Add internal interfaces for VLAN by Herbert Xu · 16 years ago
  63. f67b459 net_dma: convert to dma_find_channel by Dan Williams · 16 years ago
  64. 5d38a07 gro: Add page frag support by Herbert Xu · 16 years ago
  65. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 16 years ago
  66. d565b0a net: Add Generic Receive Offload infrastructure by Herbert Xu · 16 years ago
  67. 1a881f2 net: Add frag_list support to GSO by Herbert Xu · 16 years ago
  68. eb14f01 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  69. 7b363e4 netpoll: fix race on poll_list resulting in garbage entry by Neil Horman · 16 years ago
  70. b74ca3a netdevice: Kill netdev->priv by Wang Chen · 16 years ago
  71. 7a6b6f5 DCB: fix kconfig option by Jeff Kirsher · 16 years ago
  72. 47fd5b8 netdev: add HAVE_NET_DEVICE_OPS by Stephen Hemminger · 16 years ago
  73. 2f90b86 ixgbe: this patch adds support for DCB to the kernel and ixgbe driver by Alexander Duyck · 16 years ago
  74. 0082982 netdev: add more functions to netdevice ops by Stephen Hemminger · 16 years ago
  75. eeda3fd netdev: introduce dev_get_stats() by Stephen Hemminger · 16 years ago
  76. d314774 netdev: network device operations infrastructure by Stephen Hemminger · 16 years ago
  77. 505d4f7 net: Guaranetee the proper ordering of the loopback device. v2 by Eric W. Biederman · 16 years ago
  78. 3d8160b Revert "net: Guaranetee the proper ordering of the loopback device." by David S. Miller · 16 years ago
  79. ae33bc4 net: Guaranetee the proper ordering of the loopback device. by Eric W. Biederman · 16 years ago
  80. 6cf3f41 bonding, net: Move last_rx update into bonding recv logic by Jay Vosburgh · 16 years ago
  81. ad1d967 net: delete excess kernel-doc notation by Randy Dunlap · 16 years ago
  82. b63365a net: Fix disjunct computation of netdev features by Herbert Xu · 16 years ago
  83. 113aa83 net: Rationalise email address: Network Specific Parts by Alan Cox · 16 years ago
  84. 396138f dsa: add support for Trailer tagging format by Lennert Buytenhek · 16 years ago
  85. cf85d08 dsa: add support for original DSA tagging format by Lennert Buytenhek · 16 years ago
  86. 91da11f net: Distributed Switch Architecture protocol support by Lennert Buytenhek · 16 years ago
  87. cf04a4c7 netdev: use const for some name functions by Stephen Hemminger · 16 years ago
  88. 0b815a1 net: network device name ifalias support by Stephen Hemminger · 16 years ago
  89. cc6533e net: Kill plain NET_XMIT_BYPASS. by David S. Miller · 16 years ago
  90. 378a2f0 net_sched: Add qdisc __NET_XMIT_STOLEN flag by Jarek Poplawski · 16 years ago
  91. c3f26a2 netdev: Fix lockdep warnings in multiqueue configurations. by David S. Miller · 16 years ago
  92. d29f749 net: Fix build failure with 'make mandocs'. by Dave Jones · 16 years ago
  93. 6579e57 net: Print the module name as part of the watchdog message by Arjan van de Ven · 16 years ago
  94. 3072367 pkt_sched: Manage qdisc list inside of root qdisc. by David S. Miller · 16 years ago
  95. 8387400 pkt_sched: Kill netdev_queue lock. by David S. Miller · 16 years ago
  96. ead81cc netdevice: Move qdisc_list back into net_device proper. by David S. Miller · 16 years ago
  97. 37437bb pkt_sched: Schedule qdiscs instead of netdev_queue. by David S. Miller · 16 years ago
  98. e2627c8 pkt_sched: Make QDISC_RUNNING a qdisc state. by David S. Miller · 16 years ago
  99. d3b753d pkt_sched: Move gso_skb into Qdisc. by David S. Miller · 16 years ago
  100. 92831bc netdev: Kill plain netif_schedule() by David S. Miller · 16 years ago