1. 0287587 net: better IFF_XMIT_DST_RELEASE support by Eric Dumazet · 10 years ago
  2. 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  3. a6111d3 vlan: Pass SIOC[SG]HWTSTAMP ioctls to real device by Stefan Sørensen · 10 years ago
  4. a48e5fa vlan: free percpu stats in device destructor by Eric Dumazet · 10 years ago
  5. 54e5c4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  6. da08143 vlan: more careful checksum features handling by Michal Kubeček · 10 years ago
  7. d38569a vlan: Fix lockdep warning with stacked vlan devices. by Vlad Yasevich · 10 years ago
  8. 5a4ae5f vlan: unnecessary to check if vlan_pcpu_stats is NULL by Li RongQing · 10 years ago
  9. dc8eaaa vlan: Fix lockdep warning when vlan dev handle notification by dingtianhong · 10 years ago
  10. 64c2723 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  11. a8779ec netpoll: Remove gfp parameter from __netpoll_setup by Eric W. Biederman · 10 years ago
  12. 2adb956 vlan: Warn the user if lowerdev has bad vlan features. by Vlad Yasevich · 10 years ago
  13. fc0d48b vlan: Set hard_header_len according to available acceleration by Vlad Yasevich · 10 years ago
  14. 57a7744 net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq by Eric W. Biederman · 10 years ago
  15. 85dcce7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  16. dd38743 vlan: Set correct source MAC address with TX VLAN offload enabled by Peter Boström · 10 years ago
  17. 1c213bd net: introduce netdev_alloc_pcpu_stats() for drivers by WANG Cong · 10 years ago
  18. 07fc67b 8021q: Use ether_addr_copy by Joe Perches · 10 years ago
  19. 2205369 vlan: Fix header ops passthru when doing TX VLAN offload. by David S. Miller · 10 years ago
  20. 5e30025 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  21. e267cb9 vlan: Implement vlan_dev_get_egress_qos_mask as an inline. by David S. Miller · 11 years ago
  22. d324353 net/vlan: Provide read access to the vlan egress map by Eyal Perry · 11 years ago
  23. 827da44 net: Explicitly initialize u64_stats_sync structures for lockdep by John Stultz · 11 years ago
  24. 6b93f4a net: vlan: inherit addr_assign_type along with dev_addr by Bjørn Mork · 11 years ago
  25. 0c0667a vlan: cleanup the usage of vlan_dev_priv(dev) by Wang Sheng-Hui · 11 years ago
  26. 3e3aac4 vlan: fix a race in egress prio management by Eric Dumazet · 11 years ago
  27. b29d314 net: vlan,ethtool: netdev_features_t is more than 32 bit by Bjørn Mork · 11 years ago
  28. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 11 years ago
  29. 1fd9b1f net: vlan: prepare for 802.1ad support by Patrick McHardy · 11 years ago
  30. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 11 years ago
  31. 2cde6ac netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lock by Neil Horman · 11 years ago
  32. 86fbe9b net/8021q: Implement Multiple VLAN Registration Protocol (MVRP) by David Ward · 11 years ago
  33. 7826d43 ethtool: fix drvinfo strings set in drivers by Jiri Pirko · 11 years ago
  34. e949b09 vlan: set sysfs device_type to 'vlan' by Doug Goldstein · 12 years ago
  35. f4d5392 vlan: use IS_ENABLED() by Amerigo Wang · 12 years ago
  36. 6eacf8a vlan: clean up vlan_dev_hard_start_xmit() by Amerigo Wang · 12 years ago
  37. f3da389 vlan: clean up some variable names by Amerigo Wang · 12 years ago
  38. 38e6bc1 netpoll: make __netpoll_cleanup non-block by Amerigo Wang · 12 years ago
  39. 47be03a2 netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup() by Amerigo Wang · 12 years ago
  40. 30fdd8a0 netpoll: move np->dev and np->dev_name init into __netpoll_setup() by Jiri Pirko · 12 years ago
  41. 0289403 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  42. 59b9997 Revert "net: maintain namespace isolation between vlan and real device" by David S. Miller · 12 years ago
  43. 53a2b3a 8021q: Convert compare_ether_addr to ether_addr_equal by Joe Perches · 12 years ago
  44. de93cb2 vlan: static functions by Eric Dumazet · 13 years ago
  45. 6d4cdf4 vlan: add 802.1q netpoll support by Benjamin LaHaise · 13 years ago
  46. 7da82c0 vlan: rename vlan_dev_info to vlan_dev_priv by Jiri Pirko · 13 years ago
  47. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  48. bc5787c6 net: remove legacy ethtool ops by Michał Mirosław · 13 years ago
  49. deede2f vlan: Don't propagate flag changes on down interfaces. by Matthijs Kooijman · 13 years ago
  50. 4bc71cb net: consolidate and fix ethtool_ops->get_settings calling by Jiri Pirko · 13 years ago
  51. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  52. 550fd08 net: Audit drivers to identify those needing IFF_TX_SKB_SHARING cleared by Neil Horman · 13 years ago
  53. 033b114 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  54. 62f2a3a net: remove NETIF_F_ALL_TX_OFFLOADS by Michał Mirosław · 13 years ago
  55. 6c9c1b5 net: vlan: remove reduntant check in ndo_fix_features callback by Michał Mirosław · 13 years ago
  56. e12fe68 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  57. 712ae51 net: vlan: enable soft features regardless of underlying device by Shan Wei · 13 years ago
  58. e990b37 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  59. afab2d2 net: 8021q: Add pr_fmt by Joe Perches · 13 years ago
  60. 307f73d vlan: fix typo in vlan_dev_hard_start_xmit() by Wei Yongjun · 13 years ago
  61. f0a619c net: Fix vlan_features propagation by Michał Mirosław · 13 years ago
  62. 3c709f8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6 by David S. Miller · 13 years ago
  63. 55aee10 vlan: fix GVRP at dismantle time by Eric Dumazet · 13 years ago
  64. bcc6d47 net: vlan: make non-hw-accel rx path similar to hw-accel by Jiri Pirko · 13 years ago
  65. 8a0427b vlan: convert VLAN devices to use ndo_fix_features() by Michał Mirosław · 13 years ago
  66. d870bfb vlan: should take into account needed_headroom by Eric Dumazet · 13 years ago
  67. 4ea09c9 vlan: add support to ndo_fcoe_ddp_target() by Yi Zou · 13 years ago
  68. 213b15c vlan: remove ndo_select_queue() logic by Eric Dumazet · 14 years ago
  69. 4af429d vlan: lockless transmit path by Eric Dumazet · 14 years ago
  70. 636e19a net: consolidate 8021q tagging by John Fastabend · 14 years ago
  71. 8f5549f net: remove check for headroom in vlan_dev_create by John Fastabend · 14 years ago
  72. 65ac6a5 vlan: Avoid hash table lookup to find group. by Jesse Gross · 14 years ago
  73. caf586e net: add a core netdev->rx_dropped counter by Eric Dumazet · 14 years ago
  74. af5ef24 vlan: use this_cpu_ptr() in vlan_skb_recv() by Eric Dumazet · 14 years ago
  75. 8990f46 net: rx_dropped accounting by Eric Dumazet · 14 years ago
  76. 0ac820e vlan: Match underlying dev carrier on vlan add by Phil Oester · 14 years ago
  77. ad1afb0 vlan_dev: VLAN 0 should be treated as "no vlan tag" (802.1p packet) by Pedro Garcia · 14 years ago
  78. 3cfde79 net: Get rid of rtnl_link_stats64 / net_device_stats union by Ben Hutchings · 14 years ago
  79. a204b48 vlan: allow TSO setting on vlan interfaces by Eric Dumazet · 14 years ago
  80. 2817273 net: fix 64 bit counters on 32 bit arches by Eric Dumazet · 14 years ago
  81. 9618e2f vlan: 64 bit rx counters by Eric Dumazet · 14 years ago
  82. 194dbcc net: init_vlan should not copy slave or master flags by John Fastabend · 14 years ago
  83. 2d6c9ff net: congestion notifications are not dropped packets by Eric Dumazet · 14 years ago
  84. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  85. 4a35ecf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  86. a748ee2 net: move address list functions to a separate file by Jiri Pirko · 14 years ago
  87. 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
  88. 669d3e0 vlan: adds vlan_dev_select_queue by Vasu Dev · 14 years ago
  89. 8a83a00 net: maintain namespace isolation between vlan and real device by Arnd Bergmann · 14 years ago
  90. 05ba712 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  91. 2dc85e9 vlan: fix vlan_skb_recv() by Eric Dumazet · 14 years ago
  92. bf9ae53 llc: use dev_hard_header by Octavian Purdila · 14 years ago
  93. 5e75659 vlan: support "loose binding" to the underlying network device by Patrick McHardy · 15 years ago
  94. 9793241 vlan: Precise RX stats accounting by Eric Dumazet · 15 years ago
  95. cbbef5e vlan/macvlan: propagate transmission state to upper layers by Patrick McHardy · 15 years ago
  96. d653479 vlan: Add support to netdev_ops.ndo_fcoe_get_wwn for VLAN device by Yi Zou · 15 years ago
  97. 05423b2 vlan: allow null VLAN ID to be used by Eric Dumazet · 15 years ago
  98. 1a123a3 vlan: adds drops accounting by Eric Dumazet · 15 years ago
  99. 2f8bc32 vlan: enable multiqueue xmits by Eric Dumazet · 15 years ago
  100. 0af46d9 vlan: Add support for net_devices_ops.ndo_fcoe_enable/_disable to VLAN by Yi Zou · 15 years ago