1. 69a19ee net: RPS: Make hardware-accelerated RFS conditional on NETIF_F_NTUPLE by Ben Hutchings · 13 years ago
  2. 5c56580 net: Adjust TX queue kobjects if number of queues changes during unregister by Ben Hutchings · 13 years ago
  3. 263fb5b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  4. 8d3bdbd net: Fix lockdep regression caused by initializing netdev queues too early. by David S. Miller · 13 years ago
  5. bd4a697 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  6. 6d152e2 gro: reset skb_iif on reuse by Andy Gospodarek · 13 years ago
  7. 8587523 net: Check rps_flow_table when RPS map length is 1 by Tom Herbert · 13 years ago
  8. 5403c8a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  9. 66c46d7 gro: Reset dev pointer on reuse by Herbert Xu · 13 years ago
  10. ccf4343 net: fix dev_seq_next() by Eric Dumazet · 13 years ago
  11. acd1130 net: reduce and unify printk level in netdev_fix_features() by Michał Mirosław · 13 years ago
  12. 04ed3e7 net: change netdev->features to u32 by Michał Mirosław · 13 years ago
  13. 57422dc net: Move check of checksum features to netdev_fix_features() by Michał Mirosław · 13 years ago
  14. c445477 net: RPS: Enable hardware acceleration of RFS by Ben Hutchings · 13 years ago
  15. 5bdc22a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  16. e92427b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 13 years ago
  17. c506653 net: arp_ioctl() must hold RTNL by Eric Dumazet · 13 years ago
  18. bb134d2 net: netif_setup_tc() is static by Eric Dumazet · 13 years ago
  19. a2da570 net_sched: RCU conversion of stab by Eric Dumazet · 13 years ago
  20. 3fbd875 net: dev_close_many() is static by Eric Dumazet · 13 years ago
  21. 4f57c08 net: implement mechanism for HW based QOS by John Fastabend · 13 years ago
  22. cbda10f net_device: add support for network device groups by Vlad Dogaru · 14 years ago
  23. 1268afe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  24. d402786 net: fix can_checksum_protocol() arguments swap by Eric Dumazet · 13 years ago
  25. a5db219 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  26. 6ee400a net offloading: Do not mask out NETIF_F_HW_VLAN_TX for vlan. by Jesse Gross · 13 years ago
  27. d018b6f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  28. 1ac9ad1 net: remove dev_txq_stats_fold() by Eric Dumazet · 14 years ago
  29. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  30. bfe0d02 net_sched: factorize qdisc stats handling by Eric Dumazet · 14 years ago
  31. 36909ea net: Add alloc_netdev_mqs function by Tom Herbert · 14 years ago
  32. 0363466 net offloading: Convert checksums to use centrally computed features. by Jesse Gross · 14 years ago
  33. 02932ce net offloading: Convert skb_need_linearize() to use precomputed features. by Jesse Gross · 14 years ago
  34. 91ecb63 net offloading: Convert dev_gso_segment() to use precomputed features. by Jesse Gross · 14 years ago
  35. fc74121 net offloading: Pass features into netif_needs_gso(). by Jesse Gross · 14 years ago
  36. f01a523 net offloading: Generalize netif_get_vlan_features(). by Jesse Gross · 14 years ago
  37. 9497a05 net offloading: Accept NETIF_F_HW_CSUM for all protocols. by Jesse Gross · 14 years ago
  38. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  39. 7097818 net: timestamp cloned packet in dev_queue_xmit_nit by Eric Dumazet · 14 years ago
  40. 71d9dec net: increase skb->users instead of skb_clone() by Changli Gao · 14 years ago
  41. 55508d6 net: Use skb_checksum_start_offset() by Michał Mirosław · 14 years ago
  42. 4434572 net: factorize sync-rcu call in unregister_netdevice_many by Octavian Purdila · 14 years ago
  43. b236da6 net: use NUMA_NO_NODE instead of the magic number -1 by Changli Gao · 14 years ago
  44. a3d22a6 bnx2x: Take the distribution range definition out of skb_tx_hash() by Vladislav Zolotarov · 14 years ago
  45. 15c2d75f net: call dev_queue_xmit_nit() after skb_dst_drop() by Eric Dumazet · 14 years ago
  46. 941666c net: RCU conversion of dev_getbyhwaddr() and arp_ioctl() by Eric Dumazet · 14 years ago
  47. aa94210 net: init ingress queue by Changli Gao · 14 years ago
  48. 7903264 net: Fix too optimistic NETIF_F_HW_CSUM features by Michał Mirosław · 14 years ago
  49. f2cd2d3 net sched: use xps information for qdisc NUMA affinity by Eric Dumazet · 14 years ago
  50. bf26414 xps: Add CONFIG_XPS by Tom Herbert · 14 years ago
  51. 1d24eb4 xps: Transmit Packet Steering by Tom Herbert · 14 years ago
  52. 3853b58 xps: Improvements in TX queue selection by Tom Herbert · 14 years ago
  53. 6b35308 net: Export netif_get_vlan_features(). by David S. Miller · 14 years ago
  54. fe82224 net: Simplify RX queue allocation by Tom Herbert · 14 years ago
  55. ed9af2e net: Move TX queue allocation to alloc_netdev_mq by Tom Herbert · 14 years ago
  56. 58e998c offloading: Force software GSO for multiple vlan tags. by Jesse Gross · 14 years ago
  57. c8d5bcd offloading: Support multiple vlan tags in GSO. by Jesse Gross · 14 years ago
  58. e1e78db offloading: Make scatter/gather more tolerant of vlans. by Jesse Gross · 14 years ago
  59. b194a36 net/core/dev.c: Update WARN uses by Joe Perches · 14 years ago
  60. df32cc1 net: check queue_index from sock is valid for device by Tom Herbert · 14 years ago
  61. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  62. 66c68bc net: NETIF_F_HW_CSUM does not imply FCoE CRC offload by Ben Hutchings · 14 years ago
  63. af1905d net: Fix some corner cases in dev_can_checksum() by Ben Hutchings · 14 years ago
  64. 6e3f7fa rps: add __rcu annotations by Eric Dumazet · 14 years ago
  65. 198caec ipv6: ip6_ptr rcu annotations by Eric Dumazet · 14 years ago
  66. 11a766c net: Increase xmit RECURSION_LIMIT to 10. by David S. Miller · 14 years ago
  67. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  68. 2198a10 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  69. d0c2b0d napi: unexport napi_reuse_skb by stephen hemminger · 14 years ago
  70. d2ed817 net/core: Allow tagged VLAN packets to flow through VETH devices. by Ben Greear · 14 years ago
  71. 3701e51 vlan: Centralize handling of hardware acceleration. by Jesse Gross · 14 years ago
  72. 7b9c609 vlan: Enable software emulation for vlan accleration. by Jesse Gross · 14 years ago
  73. e648493 net: allocate tx queues in register_netdevice by Tom Herbert · 14 years ago
  74. bd25fa7 net: cleanups in RX queue allocation by Tom Herbert · 14 years ago
  75. 55513fb net: fail alloc_netdev_mq if queue count < 1 by Tom Herbert · 14 years ago
  76. 29b4433 net: percpu net_device refcount by Eric Dumazet · 14 years ago
  77. 4315d83 net: Fix rxq ref counting by Tom Herbert · 14 years ago
  78. 4e7f795 net: Update kernel-doc for netif_set_real_num_rx_queues() by Ben Hutchings · 14 years ago
  79. 3d3211e net: netif_set_real_num_rx_queues may cap num_rx_queues at init time by John Fastabend · 14 years ago
  80. caf586e net: add a core netdev->rx_dropped counter by Eric Dumazet · 14 years ago
  81. 24824a0 net: dynamic ingress_queue allocation by Eric Dumazet · 14 years ago
  82. bfa5ae6 net: rename netdev rx_queue to ingress_queue by Eric Dumazet · 14 years ago
  83. 745e20f net: add a recursion limit in xmit path by Eric Dumazet · 14 years ago
  84. 62fe0b4 net: Allow changing number of RX queues after device allocation by Ben Hutchings · 14 years ago
  85. e40051d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  86. 1b4bf46 rps: allocate rx queues in register_netdevice only by Eric Dumazet · 14 years ago
  87. c5256c5 net: propagate NETIF_F_HIGHDMA to vlans by Eric Dumazet · 14 years ago
  88. 7ed5692 Merge commit 'v2.6.36-rc5' into perf/core by Ingo Molnar · 14 years ago
  89. 3b27e10 netns: keep vlan slaves on master netns move by David Lamparter · 14 years ago
  90. caeda9b net: include inetdevice.h for rcu_dereference_raw api change by Stephen Rothwell · 14 years ago
  91. 16c3ea7 net: enable GRO by default for vlan devices by Brandon Philips · 14 years ago
  92. 95ae6b2 ipv4: ip_ptr cleanups by Eric Dumazet · 14 years ago
  93. 3aabae7 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 14 years ago
  94. ef885af net: use rcu_barrier() in rollback_registered_many by Eric Dumazet · 14 years ago
  95. e548833 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  96. 6febfca net: rps: add the shortcut for one rps_cpus by Changli Gao · 14 years ago
  97. deabc77 net: fix tx queue selection for bridged devices implementing select_queue by Helmut Schaa · 14 years ago
  98. 07dc22e skb: Add tracepoints to freeing skb by Koki Sanagi · 14 years ago
  99. cf66ba5 netdev: Add tracepoints to netdev layer by Koki Sanagi · 14 years ago
  100. c07b68e net: dev_add_pack() & __dev_remove_pack() changes by Eric Dumazet · 14 years ago