1. 31d8b9e net: Disable NETIF_F_TSO_ECN when TSO is disabled by Ben Hutchings · 13 years ago
  2. ea2d368 net: Disable all TSO features when SG is disabled by Ben Hutchings · 13 years ago
  3. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 13 years ago
  4. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  5. 79b569f netdev: fix mtu check when TSO is enabled by Daniel Lezcano · 13 years ago
  6. edf947f bridge: notify applications if address of bridge device changes by stephen hemminger · 13 years ago
  7. 3b261ad net: remove useless comments in net/core/dev.c by Amerigo Wang · 13 years ago
  8. 2766051 net: implement dev_disable_lro() hw_features compatibility by Michał Mirosław · 13 years ago
  9. 8a4eb57 net: introduce rx_handler results and logic around that by Jiri Pirko · 13 years ago
  10. 33175d8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  11. 8909c9a net: don't allow CAP_NET_ADMIN to load non-netdev kernel modules by Vasiliy Kulikov · 13 years ago
  12. e3f48d3 net: allow handlers to be processed for orig_dev by Jiri Pirko · 13 years ago
  13. 63d8ea7 net: Forgot to commit net/core/dev.c part of Jiri's ->rx_handler patch. by David S. Miller · 13 years ago
  14. 14d1232 net: avoid initial "Features changed" message by Michał Mirosław · 13 years ago
  15. 8e9b59b Fix "(unregistered net_device): Features changed" message by Michał Mirosław · 13 years ago
  16. 2a3bcfd Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next-2.6 by David S. Miller · 13 years ago
  17. da935c6 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  18. ceaaec9 net: deinit automatic LIST_HEAD by Eric Dumazet · 13 years ago
  19. f87e6f4 net: dont leave active on stack LIST_HEAD by Linus Torvalds · 13 years ago
  20. 5455c69 net: Introduce new feature setting ops by Michał Mirosław · 13 years ago
  21. 212b573 ethtool: enable GSO and GRO by default by Michał Mirosław · 13 years ago
  22. 69a19ee net: RPS: Make hardware-accelerated RFS conditional on NETIF_F_NTUPLE by Ben Hutchings · 13 years ago
  23. f878b99 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next-2.6 by David S. Miller · 13 years ago
  24. 5c56580 net: Adjust TX queue kobjects if number of queues changes during unregister by Ben Hutchings · 13 years ago
  25. 1765a57 net: make dev->master general by Jiri Pirko · 13 years ago
  26. d59cfde net: remove the unnecessary dance around skb_bond_should_drop by Jiri Pirko · 13 years ago
  27. 263fb5b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  28. 8d3bdbd net: Fix lockdep regression caused by initializing netdev queues too early. by David S. Miller · 13 years ago
  29. bd4a697 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  30. 6d152e2 gro: reset skb_iif on reuse by Andy Gospodarek · 13 years ago
  31. 8587523 net: Check rps_flow_table when RPS map length is 1 by Tom Herbert · 13 years ago
  32. 5403c8a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  33. 66c46d7 gro: Reset dev pointer on reuse by Herbert Xu · 13 years ago
  34. ccf4343 net: fix dev_seq_next() by Eric Dumazet · 13 years ago
  35. acd1130 net: reduce and unify printk level in netdev_fix_features() by Michał Mirosław · 13 years ago
  36. 04ed3e7 net: change netdev->features to u32 by Michał Mirosław · 13 years ago
  37. 57422dc net: Move check of checksum features to netdev_fix_features() by Michał Mirosław · 13 years ago
  38. c445477 net: RPS: Enable hardware acceleration of RFS by Ben Hutchings · 13 years ago
  39. 5bdc22a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  40. e92427b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 13 years ago
  41. c506653 net: arp_ioctl() must hold RTNL by Eric Dumazet · 13 years ago
  42. bb134d2 net: netif_setup_tc() is static by Eric Dumazet · 13 years ago
  43. a2da570 net_sched: RCU conversion of stab by Eric Dumazet · 13 years ago
  44. 3fbd875 net: dev_close_many() is static by Eric Dumazet · 13 years ago
  45. 4f57c08 net: implement mechanism for HW based QOS by John Fastabend · 13 years ago
  46. cbda10f net_device: add support for network device groups by Vlad Dogaru · 14 years ago
  47. 1268afe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  48. d402786 net: fix can_checksum_protocol() arguments swap by Eric Dumazet · 13 years ago
  49. a5db219 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  50. 6ee400a net offloading: Do not mask out NETIF_F_HW_VLAN_TX for vlan. by Jesse Gross · 13 years ago
  51. d018b6f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  52. 1ac9ad1 net: remove dev_txq_stats_fold() by Eric Dumazet · 14 years ago
  53. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  54. bfe0d02 net_sched: factorize qdisc stats handling by Eric Dumazet · 14 years ago
  55. 36909ea net: Add alloc_netdev_mqs function by Tom Herbert · 14 years ago
  56. 0363466 net offloading: Convert checksums to use centrally computed features. by Jesse Gross · 14 years ago
  57. 02932ce net offloading: Convert skb_need_linearize() to use precomputed features. by Jesse Gross · 14 years ago
  58. 91ecb63 net offloading: Convert dev_gso_segment() to use precomputed features. by Jesse Gross · 14 years ago
  59. fc74121 net offloading: Pass features into netif_needs_gso(). by Jesse Gross · 14 years ago
  60. f01a523 net offloading: Generalize netif_get_vlan_features(). by Jesse Gross · 14 years ago
  61. 9497a05 net offloading: Accept NETIF_F_HW_CSUM for all protocols. by Jesse Gross · 14 years ago
  62. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  63. 7097818 net: timestamp cloned packet in dev_queue_xmit_nit by Eric Dumazet · 14 years ago
  64. 71d9dec net: increase skb->users instead of skb_clone() by Changli Gao · 14 years ago
  65. 55508d6 net: Use skb_checksum_start_offset() by Michał Mirosław · 14 years ago
  66. 4434572 net: factorize sync-rcu call in unregister_netdevice_many by Octavian Purdila · 14 years ago
  67. b236da6 net: use NUMA_NO_NODE instead of the magic number -1 by Changli Gao · 14 years ago
  68. a3d22a6 bnx2x: Take the distribution range definition out of skb_tx_hash() by Vladislav Zolotarov · 14 years ago
  69. 15c2d75f net: call dev_queue_xmit_nit() after skb_dst_drop() by Eric Dumazet · 14 years ago
  70. 941666c net: RCU conversion of dev_getbyhwaddr() and arp_ioctl() by Eric Dumazet · 14 years ago
  71. aa94210 net: init ingress queue by Changli Gao · 14 years ago
  72. 7903264 net: Fix too optimistic NETIF_F_HW_CSUM features by Michał Mirosław · 14 years ago
  73. f2cd2d3 net sched: use xps information for qdisc NUMA affinity by Eric Dumazet · 14 years ago
  74. bf26414 xps: Add CONFIG_XPS by Tom Herbert · 14 years ago
  75. 1d24eb4 xps: Transmit Packet Steering by Tom Herbert · 14 years ago
  76. 3853b58 xps: Improvements in TX queue selection by Tom Herbert · 14 years ago
  77. 6b35308 net: Export netif_get_vlan_features(). by David S. Miller · 14 years ago
  78. fe82224 net: Simplify RX queue allocation by Tom Herbert · 14 years ago
  79. ed9af2e net: Move TX queue allocation to alloc_netdev_mq by Tom Herbert · 14 years ago
  80. 58e998c offloading: Force software GSO for multiple vlan tags. by Jesse Gross · 14 years ago
  81. c8d5bcd offloading: Support multiple vlan tags in GSO. by Jesse Gross · 14 years ago
  82. e1e78db offloading: Make scatter/gather more tolerant of vlans. by Jesse Gross · 14 years ago
  83. b194a36 net/core/dev.c: Update WARN uses by Joe Perches · 14 years ago
  84. df32cc1 net: check queue_index from sock is valid for device by Tom Herbert · 14 years ago
  85. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  86. 66c68bc net: NETIF_F_HW_CSUM does not imply FCoE CRC offload by Ben Hutchings · 14 years ago
  87. af1905d net: Fix some corner cases in dev_can_checksum() by Ben Hutchings · 14 years ago
  88. 6e3f7fa rps: add __rcu annotations by Eric Dumazet · 14 years ago
  89. 198caec ipv6: ip6_ptr rcu annotations by Eric Dumazet · 14 years ago
  90. 11a766c net: Increase xmit RECURSION_LIMIT to 10. by David S. Miller · 14 years ago
  91. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  92. 2198a10 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  93. d0c2b0d napi: unexport napi_reuse_skb by stephen hemminger · 14 years ago
  94. d2ed817 net/core: Allow tagged VLAN packets to flow through VETH devices. by Ben Greear · 14 years ago
  95. 3701e51 vlan: Centralize handling of hardware acceleration. by Jesse Gross · 14 years ago
  96. 7b9c609 vlan: Enable software emulation for vlan accleration. by Jesse Gross · 14 years ago
  97. e648493 net: allocate tx queues in register_netdevice by Tom Herbert · 14 years ago
  98. bd25fa7 net: cleanups in RX queue allocation by Tom Herbert · 14 years ago
  99. 55513fb net: fail alloc_netdev_mq if queue count < 1 by Tom Herbert · 14 years ago
  100. 29b4433 net: percpu net_device refcount by Eric Dumazet · 14 years ago