1. f01a523 net offloading: Generalize netif_get_vlan_features(). by Jesse Gross · 14 years ago
  2. 9497a05 net offloading: Accept NETIF_F_HW_CSUM for all protocols. by Jesse Gross · 14 years ago
  3. 7097818 net: timestamp cloned packet in dev_queue_xmit_nit by Eric Dumazet · 14 years ago
  4. 71d9dec net: increase skb->users instead of skb_clone() by Changli Gao · 14 years ago
  5. 55508d6 net: Use skb_checksum_start_offset() by Michał Mirosław · 14 years ago
  6. 4434572 net: factorize sync-rcu call in unregister_netdevice_many by Octavian Purdila · 14 years ago
  7. b236da6 net: use NUMA_NO_NODE instead of the magic number -1 by Changli Gao · 14 years ago
  8. a3d22a6 bnx2x: Take the distribution range definition out of skb_tx_hash() by Vladislav Zolotarov · 14 years ago
  9. 15c2d75f net: call dev_queue_xmit_nit() after skb_dst_drop() by Eric Dumazet · 14 years ago
  10. 941666c net: RCU conversion of dev_getbyhwaddr() and arp_ioctl() by Eric Dumazet · 14 years ago
  11. aa94210 net: init ingress queue by Changli Gao · 14 years ago
  12. 7903264 net: Fix too optimistic NETIF_F_HW_CSUM features by Michał Mirosław · 14 years ago
  13. f2cd2d3 net sched: use xps information for qdisc NUMA affinity by Eric Dumazet · 14 years ago
  14. bf26414 xps: Add CONFIG_XPS by Tom Herbert · 14 years ago
  15. 1d24eb4 xps: Transmit Packet Steering by Tom Herbert · 14 years ago
  16. 3853b58 xps: Improvements in TX queue selection by Tom Herbert · 14 years ago
  17. 6b35308 net: Export netif_get_vlan_features(). by David S. Miller · 14 years ago
  18. fe82224 net: Simplify RX queue allocation by Tom Herbert · 14 years ago
  19. ed9af2e net: Move TX queue allocation to alloc_netdev_mq by Tom Herbert · 14 years ago
  20. 58e998c offloading: Force software GSO for multiple vlan tags. by Jesse Gross · 14 years ago
  21. c8d5bcd offloading: Support multiple vlan tags in GSO. by Jesse Gross · 14 years ago
  22. e1e78db offloading: Make scatter/gather more tolerant of vlans. by Jesse Gross · 14 years ago
  23. b194a36 net/core/dev.c: Update WARN uses by Joe Perches · 14 years ago
  24. df32cc1 net: check queue_index from sock is valid for device by Tom Herbert · 14 years ago
  25. 66c68bc net: NETIF_F_HW_CSUM does not imply FCoE CRC offload by Ben Hutchings · 14 years ago
  26. af1905d net: Fix some corner cases in dev_can_checksum() by Ben Hutchings · 14 years ago
  27. 6e3f7fa rps: add __rcu annotations by Eric Dumazet · 14 years ago
  28. 198caec ipv6: ip6_ptr rcu annotations by Eric Dumazet · 14 years ago
  29. 11a766c net: Increase xmit RECURSION_LIMIT to 10. by David S. Miller · 14 years ago
  30. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  31. 2198a10 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  32. d0c2b0d napi: unexport napi_reuse_skb by stephen hemminger · 14 years ago
  33. d2ed817 net/core: Allow tagged VLAN packets to flow through VETH devices. by Ben Greear · 14 years ago
  34. 3701e51 vlan: Centralize handling of hardware acceleration. by Jesse Gross · 14 years ago
  35. 7b9c609 vlan: Enable software emulation for vlan accleration. by Jesse Gross · 14 years ago
  36. e648493 net: allocate tx queues in register_netdevice by Tom Herbert · 14 years ago
  37. bd25fa7 net: cleanups in RX queue allocation by Tom Herbert · 14 years ago
  38. 55513fb net: fail alloc_netdev_mq if queue count < 1 by Tom Herbert · 14 years ago
  39. 29b4433 net: percpu net_device refcount by Eric Dumazet · 14 years ago
  40. 4315d83 net: Fix rxq ref counting by Tom Herbert · 14 years ago
  41. 4e7f795 net: Update kernel-doc for netif_set_real_num_rx_queues() by Ben Hutchings · 14 years ago
  42. 3d3211e net: netif_set_real_num_rx_queues may cap num_rx_queues at init time by John Fastabend · 14 years ago
  43. caf586e net: add a core netdev->rx_dropped counter by Eric Dumazet · 14 years ago
  44. 24824a0 net: dynamic ingress_queue allocation by Eric Dumazet · 14 years ago
  45. bfa5ae6 net: rename netdev rx_queue to ingress_queue by Eric Dumazet · 14 years ago
  46. 745e20f net: add a recursion limit in xmit path by Eric Dumazet · 14 years ago
  47. 62fe0b4 net: Allow changing number of RX queues after device allocation by Ben Hutchings · 14 years ago
  48. e40051d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  49. 1b4bf46 rps: allocate rx queues in register_netdevice only by Eric Dumazet · 14 years ago
  50. c5256c5 net: propagate NETIF_F_HIGHDMA to vlans by Eric Dumazet · 14 years ago
  51. 7ed5692 Merge commit 'v2.6.36-rc5' into perf/core by Ingo Molnar · 14 years ago
  52. 3b27e10 netns: keep vlan slaves on master netns move by David Lamparter · 14 years ago
  53. caeda9b net: include inetdevice.h for rcu_dereference_raw api change by Stephen Rothwell · 14 years ago
  54. 16c3ea7 net: enable GRO by default for vlan devices by Brandon Philips · 14 years ago
  55. 95ae6b2 ipv4: ip_ptr cleanups by Eric Dumazet · 14 years ago
  56. 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
  57. ef885af net: use rcu_barrier() in rollback_registered_many by Eric Dumazet · 14 years ago
  58. e548833 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  59. 6febfca net: rps: add the shortcut for one rps_cpus by Changli Gao · 14 years ago
  60. deabc77 net: fix tx queue selection for bridged devices implementing select_queue by Helmut Schaa · 14 years ago
  61. 07dc22e skb: Add tracepoints to freeing skb by Koki Sanagi · 14 years ago
  62. cf66ba5 netdev: Add tracepoints to netdev layer by Koki Sanagi · 14 years ago
  63. c07b68e net: dev_add_pack() & __dev_remove_pack() changes by Eric Dumazet · 14 years ago
  64. 86cac58 skge: add GRO support by Eric Dumazet · 14 years ago
  65. 40d0802 gro: __napi_gro_receive() optimizations by Eric Dumazet · 14 years ago
  66. 21dc330 net: Rename skb_has_frags to skb_has_frag_list by David S. Miller · 14 years ago
  67. 0553212 net: 802.1q: make vlan_hwaccel_do_receive() return void by Changli Gao · 14 years ago
  68. d3c6e7a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  69. 1003489 net: rps: fix the wrong network header pointer by Changli Gao · 14 years ago
  70. 12fcdef net: rps: use proto_ports_offset() to handle the AH message correctly by Changli Gao · 14 years ago
  71. dbe5775 net: rps: skip fragment when computing rxhash by Changli Gao · 14 years ago
  72. 2d47b45 net: rps: reset network header before calling skb_get_rxhash() by Changli Gao · 14 years ago
  73. 2244d07 net: simplify flags for tx timestamping by Oliver Hartkopp · 14 years ago
  74. e5093ae net: Fix a memmove bug in dev_gro_receive() by Jarek Poplawski · 14 years ago
  75. bfb564e core: Factor out flow calculation from get_rps_cpu by Krishna Kumar · 14 years ago
  76. cece194 net: disable preemption before call smp_processor_id() by Changli Gao · 14 years ago
  77. ce9e76c net: Fix napi_gro_frags vs netpoll path by Jarek Poplawski · 14 years ago
  78. 3578b0c Revert "net: remove zap_completion_queue" by David S. Miller · 14 years ago
  79. a427615 net: cleanup inclusion by Changli Gao · 14 years ago
  80. de38483 net: ingress filter message limit by Stephen Hemminger · 14 years ago
  81. bb7e95c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  82. c736eef net: dev_forward_skb should call nf_reset by Ben Greear · 14 years ago
  83. 11fe883 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  84. bd27290 net: 64bit stats for netdev_queue by Eric Dumazet · 14 years ago
  85. c1f19b5 net: support time stamping in phy devices. by Richard Cochran · 14 years ago
  86. b0f77d0 net: fix problem in reading sock TX queue by Tom Herbert · 14 years ago
  87. 87fd308 net: skb_tx_hash() fix relative to skb_orphan_try() by Eric Dumazet · 14 years ago
  88. d775351 net: Document that dev_get_stats() returns the given pointer by Ben Hutchings · 14 years ago
  89. 3cfde79 net: Get rid of rtnl_link_stats64 / net_device_stats union by Ben Hutchings · 14 years ago
  90. 597e608 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  91. 2817273 net: fix 64 bit counters on 32 bit arches by Eric Dumazet · 14 years ago
  92. 256df2f netdevice.h net/core/dev.c: Convert netdev_<level> logging macros to functions by Joe Perches · 14 years ago
  93. f0796d5 net: decreasing real_num_tx_queues needs to flush qdisc by John Fastabend · 14 years ago
  94. 70777d0 net/core: use ntohs for skb->protocol by Sebastian Andrzej Siewior · 14 years ago
  95. 6afff0c net: consolidate netif_needs_gso() checks by John Fastabend · 14 years ago
  96. f350a0a8 bridge: use rx_handler_data pointer to store net_bridge_port pointer by Jiri Pirko · 14 years ago
  97. 93e2c32 net: add rx_handler data pointer by Jiri Pirko · 14 years ago
  98. be1f3c2 net: Enable 64-bit net device statistics on 32-bit architectures by Ben Hutchings · 14 years ago
  99. 62522d3 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  100. 597a264 net: deliver skbs on inactive slaves to exact matches by John Fastabend · 14 years ago