1. 0ac820e vlan: Match underlying dev carrier on vlan add by Phil Oester · 14 years ago
  2. ad1afb0 vlan_dev: VLAN 0 should be treated as "no vlan tag" (802.1p packet) by Pedro Garcia · 14 years ago
  3. 3cfde79 net: Get rid of rtnl_link_stats64 / net_device_stats union by Ben Hutchings · 14 years ago
  4. a204b48 vlan: allow TSO setting on vlan interfaces by Eric Dumazet · 14 years ago
  5. 2817273 net: fix 64 bit counters on 32 bit arches by Eric Dumazet · 14 years ago
  6. 9618e2f vlan: 64 bit rx counters by Eric Dumazet · 14 years ago
  7. be1f3c2 net: Enable 64-bit net device statistics on 32-bit architectures by Ben Hutchings · 14 years ago
  8. 597a264 net: deliver skbs on inactive slaves to exact matches by John Fastabend · 14 years ago
  9. 194dbcc net: init_vlan should not copy slave or master flags by John Fastabend · 14 years ago
  10. ccbd6a5 net: Remove unnecessary semicolons after switch statements by Joe Perches · 14 years ago
  11. 2d6c9ff net: congestion notifications are not dropped packets by Eric Dumazet · 14 years ago
  12. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  13. 4a35ecf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  14. a748ee2 net: move address list functions to a separate file by Jiri Pirko · 14 years ago
  15. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  16. f6b9f4b vlan: updates vlan real_num_tx_queues by Vasu Dev · 14 years ago
  17. 669d3e0 vlan: adds vlan_dev_select_queue by Vasu Dev · 14 years ago
  18. e77c8e8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  19. 0641e4f net: Potential null skb->dev dereference by Eric Dumazet · 14 years ago
  20. 1c01fe1 net: forbid underlaying devices to change its type by Jiri Pirko · 14 years ago
  21. 7d720c3 percpu: add __percpu sparse annotations to net by Tejun Heo · 14 years ago
  22. 8a83a00 net: maintain namespace isolation between vlan and real device by Arnd Bergmann · 14 years ago
  23. 05ba712 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  24. 2dc85e9 vlan: fix vlan_skb_recv() by Eric Dumazet · 14 years ago
  25. 2c8c1e7 net: spread __net_init, __net_exit by Alexey Dobriyan · 14 years ago
  26. 1f3c880 bonding: allow arp_ip_targets on separate vlans to use arp validation by Andy Gospodarek · 15 years ago
  27. bf9ae53 llc: use dev_hard_header by Octavian Purdila · 15 years ago
  28. fc4a748 netdevice: provide common routine for macvlan and vlan operstate management by Patrick Mullaney · 15 years ago
  29. 91e2ff3 net: Teach vlans to cleanup as a pernet subsystem by Eric W. Biederman · 15 years ago
  30. 946d1a9 net: Simplify vlan pernet operations. by Eric W. Biederman · 15 years ago
  31. 5e75659 vlan: support "loose binding" to the underlying network device by Patrick McHardy · 15 years ago
  32. 3505d1a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  33. f99189b netns: net_identifiers should be read_mostly by Eric Dumazet · 15 years ago
  34. 9793241 vlan: Precise RX stats accounting by Eric Dumazet · 15 years ago
  35. 6b863d1 vlan: Fix register_vlan_dev() error path by Eric Dumazet · 15 years ago
  36. b93ab83 vlan: Use __vlan_hwaccel_put_tag() in rx by Eric Dumazet · 15 years ago
  37. cbbef5e vlan/macvlan: propagate transmission state to upper layers by Patrick McHardy · 15 years ago
  38. 9e06759 vlan: eliminate use of dev_base_lock by stephen hemminger · 15 years ago
  39. 81adee4 net: Support specifying the network namespace upon device creation. by Eric W. Biederman · 15 years ago
  40. 29906f6 vlan: cleanup multiple unregistrations by Patrick McHardy · 15 years ago
  41. c7c4b3b gro: Change all receive functions to return GRO result codes by Ben Hutchings · 15 years ago
  42. 5b252f0 gro: Name the GRO result enumeration type by Ben Hutchings · 15 years ago
  43. d653479 vlan: Add support to netdev_ops.ndo_fcoe_get_wwn for VLAN device by Yi Zou · 15 years ago
  44. 63c8099 vlan: Optimize multiple unregistration by Eric Dumazet · 15 years ago
  45. 23289a3 net: add a list_head parameter to dellink() method by Eric Dumazet · 15 years ago
  46. 05423b2 vlan: allow null VLAN ID to be used by Eric Dumazet · 15 years ago
  47. fc482cc net: fix vlan_get_size to include vlan_flags size by John Fastabend · 15 years ago
  48. 1a123a3 vlan: adds drops accounting by Eric Dumazet · 15 years ago
  49. 2f8bc32 vlan: enable multiqueue xmits by Eric Dumazet · 15 years ago
  50. 2e59af3 vlan: multiqueue vlan device by Eric Dumazet · 15 years ago
  51. 0af46d9 vlan: Add support for net_devices_ops.ndo_fcoe_enable/_disable to VLAN by Yi Zou · 15 years ago
  52. 6fef4c0 netdev: convert pseudo-devices to netdev_tx_t by Stephen Hemminger · 15 years ago
  53. b85daa5 vlan: adds fcoe offload related net_device_ops and updates fcoe_ddp_xid field by Vasu Dev · 15 years ago
  54. 36cbd3d net: mark read-only arrays as const by Jan Engelhardt · 15 years ago
  55. b4076d1 vlan: allow creating vlan when real device is not up by Stephen Hemminger · 15 years ago
  56. 2e477c9 vlan: Propagate physical MTU changes by Herbert Xu · 15 years ago
  57. 6e327c1 8021q: Vlan driver should use rcu_barrier() on unload instead of syncronize_net() by Jesper Dangaard Brouer · 15 years ago
  58. ccffad25 net: convert unicast addr list by Jiri Pirko · 15 years ago
  59. e3804cb net: remove COMPAT_NET_DEV_OPS by Alexander Beregalov · 15 years ago
  60. 93f154b net: release dst entry in dev_hard_start_xmit() by Eric Dumazet · 15 years ago
  61. 450c4ea vlan: use struct netdev_queue counters instead of dev->stats by Eric Dumazet · 15 years ago
  62. aba7453 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  63. adc667e vlan: update vlan carrier state for admin up/down by Jay Vosburgh · 15 years ago
  64. b1b67dd net: factor out ethtool invocation of vlan/macvlan drivers by Patrick McHardy · 15 years ago
  65. e5e9743 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  66. 7816a0a vlan/macvlan: fix NULL pointer dereferences in ethtool handlers by Patrick McHardy · 15 years ago
  67. a54bfa4 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  68. 76620aa gro: New frags interface to avoid copying shinfo by Herbert Xu · 15 years ago
  69. 1db9e29 gro: Normalise skb before bypassing GRO on netpoll VLAN path by Herbert Xu · 15 years ago
  70. 2ffb455 gro: Fix vlan/netpoll check again by Herbert Xu · 15 years ago
  71. d1c76af GRO: Move netpoll checks to correct location by Herbert Xu · 15 years ago
  72. 7546dd9 net: convert usage of packet_type to read_mostly by Stephen Hemminger · 15 years ago
  73. 508827f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  74. 9d40bbd vlan: Fix vlan-in-vlan crashes. by David S. Miller · 15 years ago
  75. aa4abc9 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  76. 4ead443 netpoll: Add drop checks to all entry points by Herbert Xu · 15 years ago
  77. aa4b9f5 gro: Optimise Ethernet header comparison by Herbert Xu · 15 years ago
  78. 09640e6 net: replace uses of __constant_{endian} by Harvey Harrison · 15 years ago
  79. 8691173 gro: Avoid copying headers of unmerged packets by Herbert Xu · 15 years ago
  80. 5d0d9be gro: Move common completion code into helpers by Herbert Xu · 15 years ago
  81. 116cb42 vlan: Export symbols as non GPL symbols. by Ben Greear · 15 years ago
  82. cc883d1 vlan: add neigh_setup by Frank Blaschka · 16 years ago
  83. e1c096e vlan: Add GRO interfaces by Herbert Xu · 16 years ago
  84. f7d1b9f vlan: fix convertion to net_device_ops by Eric Dumazet · 16 years ago
  85. 656299f vlan: convert to net_device_ops by Stephen Hemminger · 16 years ago
  86. 7e452ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  87. 309f796 vlan: Fix typos in proc output string by Ferenc Wagner · 16 years ago
  88. 9eeda9a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  89. 9b22ea5 net: fix packet socket delivery in rx irq handler by Patrick McHardy · 16 years ago
  90. d2ad3ca net/: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  91. b3020061 vlan: propogate ethtool speed values by Stephen Hemminger · 16 years ago
  92. 6067804 net: Use hton[sl]() instead of __constant_hton[sl]() where applicable by Arnaldo Carvalho de Melo · 16 years ago
  93. 1ae4be2 vlan: vlan device not reading gso max size of parent. by Alexander Duyck · 16 years ago
  94. cf508b1 netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep. by David S. Miller · 16 years ago
  95. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  96. e8a0464 netdev: Allocate multiple queues for TX. by David S. Miller · 16 years ago
  97. 6136276 vlan: remove unnecessary include statements by Patrick McHardy · 16 years ago
  98. d80aa31 vlan: clean up hard_start_xmit functions by Patrick McHardy · 16 years ago
  99. 1349fe9 vlan: clean up vlan_dev_hard_header() by Patrick McHardy · 16 years ago
  100. 19b9a4e vlan: ethtool ->get_flags support by Patrick McHardy · 16 years ago