1. 6b93f4a net: vlan: inherit addr_assign_type along with dev_addr by Bjørn Mork · 11 years ago
  2. 0c0667a vlan: cleanup the usage of vlan_dev_priv(dev) by Wang Sheng-Hui · 11 years ago
  3. 3e3aac4 vlan: fix a race in egress prio management by Eric Dumazet · 11 years ago
  4. b29d314 net: vlan,ethtool: netdev_features_t is more than 32 bit by Bjørn Mork · 11 years ago
  5. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 11 years ago
  6. 1fd9b1f net: vlan: prepare for 802.1ad support by Patrick McHardy · 11 years ago
  7. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 11 years ago
  8. 2cde6ac netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lock by Neil Horman · 11 years ago
  9. 86fbe9b net/8021q: Implement Multiple VLAN Registration Protocol (MVRP) by David Ward · 11 years ago
  10. 7826d43 ethtool: fix drvinfo strings set in drivers by Jiri Pirko · 12 years ago
  11. e949b09 vlan: set sysfs device_type to 'vlan' by Doug Goldstein · 12 years ago
  12. f4d5392 vlan: use IS_ENABLED() by Amerigo Wang · 12 years ago
  13. 6eacf8a vlan: clean up vlan_dev_hard_start_xmit() by Amerigo Wang · 12 years ago
  14. f3da389 vlan: clean up some variable names by Amerigo Wang · 12 years ago
  15. 38e6bc1 netpoll: make __netpoll_cleanup non-block by Amerigo Wang · 12 years ago
  16. 47be03a2 netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup() by Amerigo Wang · 12 years ago
  17. 30fdd8a0 netpoll: move np->dev and np->dev_name init into __netpoll_setup() by Jiri Pirko · 12 years ago
  18. 0289403 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  19. 59b9997 Revert "net: maintain namespace isolation between vlan and real device" by David S. Miller · 12 years ago
  20. 53a2b3a 8021q: Convert compare_ether_addr to ether_addr_equal by Joe Perches · 12 years ago
  21. de93cb2 vlan: static functions by Eric Dumazet · 13 years ago
  22. 6d4cdf4 vlan: add 802.1q netpoll support by Benjamin LaHaise · 13 years ago
  23. 7da82c0 vlan: rename vlan_dev_info to vlan_dev_priv by Jiri Pirko · 13 years ago
  24. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  25. bc5787c6 net: remove legacy ethtool ops by Michał Mirosław · 13 years ago
  26. deede2f vlan: Don't propagate flag changes on down interfaces. by Matthijs Kooijman · 13 years ago
  27. 4bc71cb net: consolidate and fix ethtool_ops->get_settings calling by Jiri Pirko · 13 years ago
  28. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  29. 550fd08 net: Audit drivers to identify those needing IFF_TX_SKB_SHARING cleared by Neil Horman · 13 years ago
  30. 033b114 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  31. 62f2a3a net: remove NETIF_F_ALL_TX_OFFLOADS by Michał Mirosław · 13 years ago
  32. 6c9c1b5 net: vlan: remove reduntant check in ndo_fix_features callback by Michał Mirosław · 13 years ago
  33. e12fe68 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  34. 712ae51 net: vlan: enable soft features regardless of underlying device by Shan Wei · 13 years ago
  35. e990b37 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  36. afab2d2 net: 8021q: Add pr_fmt by Joe Perches · 13 years ago
  37. 307f73d vlan: fix typo in vlan_dev_hard_start_xmit() by Wei Yongjun · 13 years ago
  38. f0a619c net: Fix vlan_features propagation by Michał Mirosław · 13 years ago
  39. 3c709f8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6 by David S. Miller · 13 years ago
  40. 55aee10 vlan: fix GVRP at dismantle time by Eric Dumazet · 13 years ago
  41. bcc6d47 net: vlan: make non-hw-accel rx path similar to hw-accel by Jiri Pirko · 13 years ago
  42. 8a0427b vlan: convert VLAN devices to use ndo_fix_features() by Michał Mirosław · 13 years ago
  43. d870bfb vlan: should take into account needed_headroom by Eric Dumazet · 13 years ago
  44. 4ea09c9 vlan: add support to ndo_fcoe_ddp_target() by Yi Zou · 13 years ago
  45. 213b15c vlan: remove ndo_select_queue() logic by Eric Dumazet · 14 years ago
  46. 4af429d vlan: lockless transmit path by Eric Dumazet · 14 years ago
  47. 636e19a net: consolidate 8021q tagging by John Fastabend · 14 years ago
  48. 8f5549f net: remove check for headroom in vlan_dev_create by John Fastabend · 14 years ago
  49. 65ac6a5 vlan: Avoid hash table lookup to find group. by Jesse Gross · 14 years ago
  50. caf586e net: add a core netdev->rx_dropped counter by Eric Dumazet · 14 years ago
  51. af5ef24 vlan: use this_cpu_ptr() in vlan_skb_recv() by Eric Dumazet · 14 years ago
  52. 8990f46 net: rx_dropped accounting by Eric Dumazet · 14 years ago
  53. 0ac820e vlan: Match underlying dev carrier on vlan add by Phil Oester · 14 years ago
  54. ad1afb0 vlan_dev: VLAN 0 should be treated as "no vlan tag" (802.1p packet) by Pedro Garcia · 14 years ago
  55. 3cfde79 net: Get rid of rtnl_link_stats64 / net_device_stats union by Ben Hutchings · 14 years ago
  56. a204b48 vlan: allow TSO setting on vlan interfaces by Eric Dumazet · 14 years ago
  57. 2817273 net: fix 64 bit counters on 32 bit arches by Eric Dumazet · 14 years ago
  58. 9618e2f vlan: 64 bit rx counters by Eric Dumazet · 14 years ago
  59. 194dbcc net: init_vlan should not copy slave or master flags by John Fastabend · 14 years ago
  60. 2d6c9ff net: congestion notifications are not dropped packets by Eric Dumazet · 14 years ago
  61. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  62. 4a35ecf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  63. a748ee2 net: move address list functions to a separate file by Jiri Pirko · 14 years ago
  64. 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
  65. 669d3e0 vlan: adds vlan_dev_select_queue by Vasu Dev · 14 years ago
  66. 8a83a00 net: maintain namespace isolation between vlan and real device by Arnd Bergmann · 14 years ago
  67. 05ba712 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  68. 2dc85e9 vlan: fix vlan_skb_recv() by Eric Dumazet · 14 years ago
  69. bf9ae53 llc: use dev_hard_header by Octavian Purdila · 15 years ago
  70. 5e75659 vlan: support "loose binding" to the underlying network device by Patrick McHardy · 15 years ago
  71. 9793241 vlan: Precise RX stats accounting by Eric Dumazet · 15 years ago
  72. cbbef5e vlan/macvlan: propagate transmission state to upper layers by Patrick McHardy · 15 years ago
  73. d653479 vlan: Add support to netdev_ops.ndo_fcoe_get_wwn for VLAN device by Yi Zou · 15 years ago
  74. 05423b2 vlan: allow null VLAN ID to be used by Eric Dumazet · 15 years ago
  75. 1a123a3 vlan: adds drops accounting by Eric Dumazet · 15 years ago
  76. 2f8bc32 vlan: enable multiqueue xmits by Eric Dumazet · 15 years ago
  77. 0af46d9 vlan: Add support for net_devices_ops.ndo_fcoe_enable/_disable to VLAN by Yi Zou · 15 years ago
  78. 6fef4c0 netdev: convert pseudo-devices to netdev_tx_t by Stephen Hemminger · 15 years ago
  79. b85daa5 vlan: adds fcoe offload related net_device_ops and updates fcoe_ddp_xid field by Vasu Dev · 15 years ago
  80. ccffad25 net: convert unicast addr list by Jiri Pirko · 15 years ago
  81. e3804cb net: remove COMPAT_NET_DEV_OPS by Alexander Beregalov · 15 years ago
  82. 93f154b net: release dst entry in dev_hard_start_xmit() by Eric Dumazet · 15 years ago
  83. 450c4ea vlan: use struct netdev_queue counters instead of dev->stats by Eric Dumazet · 15 years ago
  84. aba7453 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  85. adc667e vlan: update vlan carrier state for admin up/down by Jay Vosburgh · 15 years ago
  86. b1b67dd net: factor out ethtool invocation of vlan/macvlan drivers by Patrick McHardy · 15 years ago
  87. 7816a0a vlan/macvlan: fix NULL pointer dereferences in ethtool handlers by Patrick McHardy · 15 years ago
  88. 9d40bbd vlan: Fix vlan-in-vlan crashes. by David S. Miller · 15 years ago
  89. cc883d1 vlan: add neigh_setup by Frank Blaschka · 16 years ago
  90. f7d1b9f vlan: fix convertion to net_device_ops by Eric Dumazet · 16 years ago
  91. 656299f vlan: convert to net_device_ops by Stephen Hemminger · 16 years ago
  92. d2ad3ca net/: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  93. b3020061 vlan: propogate ethtool speed values by Stephen Hemminger · 16 years ago
  94. 6067804 net: Use hton[sl]() instead of __constant_hton[sl]() where applicable by Arnaldo Carvalho de Melo · 16 years ago
  95. 1ae4be2 vlan: vlan device not reading gso max size of parent. by Alexander Duyck · 16 years ago
  96. cf508b1 netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep. by David S. Miller · 16 years ago
  97. e8a0464 netdev: Allocate multiple queues for TX. by David S. Miller · 16 years ago
  98. 6136276 vlan: remove unnecessary include statements by Patrick McHardy · 16 years ago
  99. d80aa31 vlan: clean up hard_start_xmit functions by Patrick McHardy · 16 years ago
  100. 1349fe9 vlan: clean up vlan_dev_hard_header() by Patrick McHardy · 16 years ago