1. 54e5c4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  2. da08143 vlan: more careful checksum features handling by Michal Kubeček · 10 years ago
  3. d38569a vlan: Fix lockdep warning with stacked vlan devices. by Vlad Yasevich · 10 years ago
  4. f06c7f9 vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu() by dingtianhong · 10 years ago
  5. 5a4ae5f vlan: unnecessary to check if vlan_pcpu_stats is NULL by Li RongQing · 10 years ago
  6. dc8eaaa vlan: Fix lockdep warning when vlan dev handle notification by dingtianhong · 10 years ago
  7. 64c2723 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  8. a8779ec netpoll: Remove gfp parameter from __netpoll_setup by Eric W. Biederman · 10 years ago
  9. 2adb956 vlan: Warn the user if lowerdev has bad vlan features. by Vlad Yasevich · 10 years ago
  10. fc0d48b vlan: Set hard_header_len according to available acceleration by Vlad Yasevich · 10 years ago
  11. 71e415e vlan: make a new function vlan_dev_vlan_proto() and export by dingtianhong · 10 years ago
  12. 57a7744 net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq by Eric W. Biederman · 10 years ago
  13. 85dcce7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  14. f0e7882 8021q: Convert uses of __constant_<foo> to <foo> by Joe Perches · 10 years ago
  15. dd38743 vlan: Set correct source MAC address with TX VLAN offload enabled by Peter Boström · 10 years ago
  16. be14cc9 vlan: use use ether_addr_equal_64bits to instead of ether_addr_equal by dingtianhong · 10 years ago
  17. 375f67d vlan: slight optimization for vlan_do_receive() by dingtianhong · 10 years ago
  18. 1c213bd net: introduce netdev_alloc_pcpu_stats() for drivers by WANG Cong · 10 years ago
  19. 07fc67b 8021q: Use ether_addr_copy by Joe Perches · 10 years ago
  20. 2fa053a 8021q: update description by Yegor Yefremov · 10 years ago
  21. 2205369 vlan: Fix header ops passthru when doing TX VLAN offload. by David S. Miller · 11 years ago
  22. 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
  23. e267cb9 vlan: Implement vlan_dev_get_egress_qos_mask as an inline. by David S. Miller · 11 years ago
  24. d324353 net/vlan: Provide read access to the vlan egress map by Eyal Perry · 11 years ago
  25. 827da44 net: Explicitly initialize u64_stats_sync structures for lockdep by John Stultz · 11 years ago
  26. 348662a net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypes by Joe Perches · 11 years ago
  27. 53af53a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  28. c33a39c net: vlan: fix nlmsg size calculation in vlan_get_size() by Marc Kleine-Budde · 11 years ago
  29. 47701a3 vlan: unlink the upper neighbour before unregistering by Veaceslav Falico · 11 years ago
  30. 5df27e6 vlan: link the upper neighbour only after registering by Veaceslav Falico · 11 years ago
  31. 6b93f4a net: vlan: inherit addr_assign_type along with dev_addr by Bjørn Mork · 11 years ago
  32. 2ff1cf1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  33. 0369722 vlan: make vlan_dev_real_dev work over stacked vlans by nikolay@redhat.com · 11 years ago
  34. 0c0667a vlan: cleanup the usage of vlan_dev_priv(dev) by Wang Sheng-Hui · 11 years ago
  35. 4aa5dee net: convert resend IGMP to notifier event by Jiri Pirko · 11 years ago
  36. 3e3aac4 vlan: fix a race in egress prio management by Eric Dumazet · 11 years ago
  37. d4b812d vlan: mask vlan prio bits by Eric Dumazet · 11 years ago
  38. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  39. b29d314 net: vlan,ethtool: netdev_features_t is more than 32 bit by Bjørn Mork · 11 years ago
  40. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  41. a8ca16e proc: Supply a function to remove a proc entry by PDE by David Howells · 11 years ago
  42. 8da63a6 net: vlan: fix up vlan_proto_idx() for CONFIG_BUG=n by Patrick McHardy · 11 years ago
  43. cf2c014 net: vlan: fix memory leak in vlan_info_rcu_free() by Patrick McHardy · 11 years ago
  44. 8ad227f net: vlan: add 802.1ad support by Patrick McHardy · 11 years ago
  45. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 11 years ago
  46. 1fd9b1f net: vlan: prepare for 802.1ad support by Patrick McHardy · 11 years ago
  47. 80d5c36 net: vlan: prepare for 802.1ad VLAN filtering offload by Patrick McHardy · 11 years ago
  48. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 11 years ago
  49. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  50. 4a7df34 8021q: fix a potential use-after-free by Cong Wang · 11 years ago
  51. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 11 years ago
  52. 7885198 bridge: Implement vlan ingress/egress policy with PVID. by Vlad Yasevich · 11 years ago
  53. 2cde6ac netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lock by Neil Horman · 11 years ago
  54. 86fbe9b net/8021q: Implement Multiple VLAN Registration Protocol (MVRP) by David Ward · 11 years ago
  55. d2ed273 net: disallow drivers with buggy VLAN accel to register_netdevice() by Michał Mirosław · 11 years ago
  56. 7826d43 ethtool: fix drvinfo strings set in drivers by Jiri Pirko · 11 years ago
  57. 1cdfd72 vlan: remove usage of dev->master in __vlan_find_dev_deep() by Jiri Pirko · 12 years ago
  58. 126d6c2 vlan: add link to upper device by Jiri Pirko · 12 years ago
  59. 6e22ce2 8021q: fix vlan device to inherit the unicast filtering capability flag by Yi Zou · 12 years ago
  60. 276996f net: Allow the userns root to control vlans. by Eric W. Biederman · 12 years ago
  61. e949b09 vlan: set sysfs device_type to 'vlan' by Doug Goldstein · 12 years ago
  62. f4d5392 vlan: use IS_ENABLED() by Amerigo Wang · 12 years ago
  63. 18c22a0 vlan: allow to change type when no vlan device is hooked on netdev by Jiri Pirko · 12 years ago
  64. 55462cf vlan: fix bond/team enslave of vlan challenged slave/port by Jiri Pirko · 12 years ago
  65. 48cc32d3 vlan: don't deliver frames for unknown vlans to protocols by Florian Zumbiehl · 12 years ago
  66. 5316cf9 8021q: fix mac_len recomputation in vlan_untag() by Antonio Quartulli · 12 years ago
  67. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  68. 99dbb16 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  69. 4907cb7 treewide: fix comment/printk/variable typos by Anatol Pomozov · 12 years ago
  70. 9b361c1 vlan: add helper which can be called to see if device is used by vlan by Jiri Pirko · 12 years ago
  71. 6eacf8a vlan: clean up vlan_dev_hard_start_xmit() by Amerigo Wang · 12 years ago
  72. f3da389 vlan: clean up some variable names by Amerigo Wang · 12 years ago
  73. 38e6bc1 netpoll: make __netpoll_cleanup non-block by Amerigo Wang · 12 years ago
  74. 47be03a2 netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup() by Amerigo Wang · 12 years ago
  75. 30fdd8a0 netpoll: move np->dev and np->dev_name init into __netpoll_setup() by Jiri Pirko · 12 years ago
  76. efc73f4 net: Fix memory leak - vlan_info struct by Amir Hanania · 12 years ago
  77. 0289403 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  78. 59b9997 Revert "net: maintain namespace isolation between vlan and real device" by David S. Miller · 12 years ago
  79. 53a2b3a 8021q: Convert compare_ether_addr to ether_addr_equal by Joe Perches · 12 years ago
  80. 61849dd vlan: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  81. de93cb2 vlan: static functions by Eric Dumazet · 13 years ago
  82. f9586f7 vlan: add rtnl_dereference() annotations by Dan Carpenter · 13 years ago
  83. 6d4cdf4 vlan: add 802.1q netpoll support by Benjamin LaHaise · 13 years ago
  84. 348a144 vlan: introduce functions to do mass addition/deletion of vids by another device by Jiri Pirko · 13 years ago
  85. 5b9ea6e vlan: introduce vid list with reference counting by Jiri Pirko · 13 years ago
  86. 87002b0 net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_vid ndo calls by Jiri Pirko · 13 years ago
  87. 7da82c0 vlan: rename vlan_dev_info to vlan_dev_priv by Jiri Pirko · 13 years ago
  88. 396cf94 vlan: Move vlan_set_encap_proto() to vlan header file by Pravin B Shelar · 13 years ago
  89. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  90. bc5787c6 net: remove legacy ethtool ops by Michał Mirosław · 13 years ago
  91. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  92. deede2f vlan: Don't propagate flag changes on down interfaces. by Matthijs Kooijman · 13 years ago
  93. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  94. 3a9a231 net: Fix files explicitly needing to include module.h by Paul Gortmaker · 13 years ago
  95. 6a32e4f vlan: allow nested vlan_do_receive() by Eric Dumazet · 13 years ago
  96. 4bc71cb net: consolidate and fix ethtool_ops->get_settings calling by Jiri Pirko · 13 years ago
  97. 823dcd2 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  98. c5114cd vlan: reset headers on accel emulation path by Jiri Pirko · 13 years ago
  99. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  100. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago