1. f0a619c net: Fix vlan_features propagation by Michał Mirosław · 14 years ago
  2. 3c709f8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6 by David S. Miller · 14 years ago
  3. 55aee10 vlan: fix GVRP at dismantle time by Eric Dumazet · 14 years ago
  4. bcc6d47 net: vlan: make non-hw-accel rx path similar to hw-accel by Jiri Pirko · 14 years ago
  5. 8a0427b vlan: convert VLAN devices to use ndo_fix_features() by Michał Mirosław · 14 years ago
  6. d870bfb vlan: should take into account needed_headroom by Eric Dumazet · 14 years ago
  7. 4ea09c9 vlan: add support to ndo_fcoe_ddp_target() by Yi Zou · 14 years ago
  8. 213b15c vlan: remove ndo_select_queue() logic by Eric Dumazet · 14 years ago
  9. 4af429d vlan: lockless transmit path by Eric Dumazet · 14 years ago
  10. 636e19a net: consolidate 8021q tagging by John Fastabend · 14 years ago
  11. 8f5549f net: remove check for headroom in vlan_dev_create by John Fastabend · 14 years ago
  12. 65ac6a5 vlan: Avoid hash table lookup to find group. by Jesse Gross · 14 years ago
  13. caf586e net: add a core netdev->rx_dropped counter by Eric Dumazet · 14 years ago
  14. af5ef24 vlan: use this_cpu_ptr() in vlan_skb_recv() by Eric Dumazet · 14 years ago
  15. 8990f46 net: rx_dropped accounting by Eric Dumazet · 14 years ago
  16. 0ac820e vlan: Match underlying dev carrier on vlan add by Phil Oester · 14 years ago
  17. ad1afb0 vlan_dev: VLAN 0 should be treated as "no vlan tag" (802.1p packet) by Pedro Garcia · 15 years ago
  18. 3cfde79 net: Get rid of rtnl_link_stats64 / net_device_stats union by Ben Hutchings · 15 years ago
  19. a204b48 vlan: allow TSO setting on vlan interfaces by Eric Dumazet · 15 years ago
  20. 2817273 net: fix 64 bit counters on 32 bit arches by Eric Dumazet · 15 years ago
  21. 9618e2f vlan: 64 bit rx counters by Eric Dumazet · 15 years ago
  22. 194dbcc net: init_vlan should not copy slave or master flags by John Fastabend · 15 years ago
  23. 2d6c9ff net: congestion notifications are not dropped packets by Eric Dumazet · 15 years ago
  24. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  25. 4a35ecf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  26. a748ee2 net: move address list functions to a separate file by Jiri Pirko · 15 years ago
  27. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  28. 669d3e0 vlan: adds vlan_dev_select_queue by Vasu Dev · 15 years ago
  29. 8a83a00 net: maintain namespace isolation between vlan and real device by Arnd Bergmann · 15 years ago
  30. 05ba712 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  31. 2dc85e9 vlan: fix vlan_skb_recv() by Eric Dumazet · 15 years ago
  32. bf9ae53 llc: use dev_hard_header by Octavian Purdila · 15 years ago
  33. 5e75659 vlan: support "loose binding" to the underlying network device by Patrick McHardy · 15 years ago
  34. 9793241 vlan: Precise RX stats accounting by Eric Dumazet · 15 years ago
  35. cbbef5e vlan/macvlan: propagate transmission state to upper layers by Patrick McHardy · 15 years ago
  36. d653479 vlan: Add support to netdev_ops.ndo_fcoe_get_wwn for VLAN device by Yi Zou · 15 years ago
  37. 05423b2 vlan: allow null VLAN ID to be used by Eric Dumazet · 15 years ago
  38. 1a123a3 vlan: adds drops accounting by Eric Dumazet · 15 years ago
  39. 2f8bc32 vlan: enable multiqueue xmits by Eric Dumazet · 15 years ago
  40. 0af46d9 vlan: Add support for net_devices_ops.ndo_fcoe_enable/_disable to VLAN by Yi Zou · 15 years ago
  41. 6fef4c0 netdev: convert pseudo-devices to netdev_tx_t by Stephen Hemminger · 15 years ago
  42. b85daa5 vlan: adds fcoe offload related net_device_ops and updates fcoe_ddp_xid field by Vasu Dev · 15 years ago
  43. ccffad25 net: convert unicast addr list by Jiri Pirko · 16 years ago
  44. e3804cb net: remove COMPAT_NET_DEV_OPS by Alexander Beregalov · 16 years ago
  45. 93f154b net: release dst entry in dev_hard_start_xmit() by Eric Dumazet · 16 years ago
  46. 450c4ea vlan: use struct netdev_queue counters instead of dev->stats by Eric Dumazet · 16 years ago
  47. aba7453 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  48. adc667e vlan: update vlan carrier state for admin up/down by Jay Vosburgh · 16 years ago
  49. b1b67dd net: factor out ethtool invocation of vlan/macvlan drivers by Patrick McHardy · 16 years ago
  50. 7816a0a vlan/macvlan: fix NULL pointer dereferences in ethtool handlers by Patrick McHardy · 16 years ago
  51. 9d40bbd vlan: Fix vlan-in-vlan crashes. by David S. Miller · 16 years ago
  52. cc883d1 vlan: add neigh_setup by Frank Blaschka · 16 years ago
  53. f7d1b9f vlan: fix convertion to net_device_ops by Eric Dumazet · 16 years ago
  54. 656299f vlan: convert to net_device_ops by Stephen Hemminger · 16 years ago
  55. d2ad3ca net/: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  56. b3020061 vlan: propogate ethtool speed values by Stephen Hemminger · 16 years ago
  57. 6067804 net: Use hton[sl]() instead of __constant_hton[sl]() where applicable by Arnaldo Carvalho de Melo · 16 years ago
  58. 1ae4be2 vlan: vlan device not reading gso max size of parent. by Alexander Duyck · 16 years ago
  59. cf508b1 netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep. by David S. Miller · 16 years ago
  60. e8a0464 netdev: Allocate multiple queues for TX. by David S. Miller · 17 years ago
  61. 6136276 vlan: remove unnecessary include statements by Patrick McHardy · 17 years ago
  62. d80aa31 vlan: clean up hard_start_xmit functions by Patrick McHardy · 17 years ago
  63. 1349fe9 vlan: clean up vlan_dev_hard_header() by Patrick McHardy · 17 years ago
  64. 19b9a4e vlan: ethtool ->get_flags support by Patrick McHardy · 17 years ago
  65. 8914650 8021q: Check return of dev_set_promiscuity/allmulti by Wang Chen · 17 years ago
  66. c773e84 netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue. by David S. Miller · 17 years ago
  67. 11a100f vlan: avoid header copying and linearisation where possible by Patrick McHardy · 17 years ago
  68. 9bb8582 vlan: TCI related type and naming cleanups by Patrick McHardy · 17 years ago
  69. 22d1ba7 vlan: move struct vlan_dev_info to private header by Patrick McHardy · 17 years ago
  70. 75b8846 vlan: Add ethtool support by Patrick McHardy · 17 years ago
  71. 26a2523 vlan: Use is_vlan_dev() by Joonwoo Park · 17 years ago
  72. acc81e1 vlan: fix network_header/mac_header adjustments by Patrick McHardy · 17 years ago
  73. 70c03b4 vlan: Add GVRP support by Patrick McHardy · 17 years ago
  74. b3ce032 vlan: Change vlan_dev_set_vlan_flag() to handle multiple flags at once by Patrick McHardy · 17 years ago
  75. 289c79a vlan: Use bitmask of feature flags instead of seperate feature bits by Patrick McHardy · 17 years ago
  76. 5fb1357 [VLAN]: Propagate selected feature bits to VLAN devices by Patrick McHardy · 17 years ago
  77. 65d292a [VLAN]: Allow vlan devices registration in net namespaces. by Pavel Emelyanov · 17 years ago
  78. df39e8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  79. 2355632 [VLAN]: Fix egress priority mappings leak. by Pavel Emelyanov · 17 years ago
  80. 8e8e438 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  81. 0ed21b3 [VLAN]: Don't copy ALLMULTI/PROMISC flags from underlying device by Patrick McHardy · 17 years ago
  82. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 17 years ago
  83. 577f99c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  84. 9534f03 [8021Q]: vlan_dev misannotations by Al Viro · 17 years ago
  85. 0dc4787 net: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  86. 55b01e8 [NET]: Restore sanity wrt. print_mac(). by David S. Miller · 17 years ago
  87. 235365f net/8021q/vlan_dev.c: Use print_mac. by Joe Perches · 17 years ago
  88. e83a2ea [VLAN]: set_rx_mode support for unicast address list by Chris Leech · 17 years ago
  89. 91b4f95 [VLAN]: Move protocol determination to seperate function by Pavel Emelyanov · 17 years ago
  90. 31ffdbcb [VLAN]: Clean up vlan_skb_recv() by Patrick McHardy · 17 years ago
  91. ad71208 [VLAN]: Update list address by Patrick McHardy · 17 years ago
  92. 2029cc2 [VLAN]: checkpatch cleanups by Patrick McHardy · 17 years ago
  93. 9dfebcc [VLAN]: Turn VLAN_DEV_INFO into inline function by Patrick McHardy · 17 years ago
  94. 40f98e1 [VLAN]: Clean up debugging and printks by Patrick McHardy · 17 years ago
  95. 62f99ef [VLAN]: Kill useless check by Patrick McHardy · 17 years ago
  96. ef3eb3e [VLAN]: Move device setup to vlan_dev.c by Patrick McHardy · 17 years ago
  97. 7bd38d7 [VLAN]: Use dev->stats by Patrick McHardy · 17 years ago
  98. 6ab3b48 [VLAN]: Fix nested VLAN transmit bug by Joonwoo Park · 17 years ago
  99. 39aaac1 [VLAN]: Allow setting mac address while device is up by Patrick McHardy · 17 years ago
  100. 3b04ddd [NET]: Move hardware header operations out of netdevice. by Stephen Hemminger · 17 years ago