1. 9d72b8d net: vlan: pass thru all GSO_SOFTWARE in hw_enc_features by Jakub Kicinski · 3 years, 6 months ago
  2. 9c153d3 net: vlan: Avoid using strncpy() by Kees Cook · 3 years, 7 months ago
  3. c1102e9d net: fix a data race when get vlan device by Di Zhu · 3 years, 8 months ago
  4. d018684 net: vlan: Avoid using BUG() in vlan_proto_idx() by Florian Fainelli · 4 years, 3 months ago
  5. 9bbd917 vlan: fix memory leak in vlan_dev_set_egress_priority by Eric Dumazet · 5 years ago
  6. 7dad993 net: vlan: add support for tunnel offload by Davide Caratti · 6 years ago
  7. 33fa382 vlan: Add extack messages for link create by David Ahern · 7 years ago
  8. 9daae9b net: Call add/kill vid ndo on vlan filter feature toggling by Gal Pressman · 7 years ago
  9. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  10. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  11. 42ab19e net: Add extack to upper device linking by David Ahern · 7 years ago
  12. c7d03a0 netns: make struct pernet_operations::id unsigned int by Alexey Dobriyan · 8 years ago
  13. 308453a vlan: Propagate MAC address to VLANs by Mike Manning · 9 years ago
  14. f0e7882 8021q: Convert uses of __constant_<foo> to <foo> by Joe Perches · 11 years ago
  15. e267cb9 vlan: Implement vlan_dev_get_egress_qos_mask as an inline. by David S. Miller · 11 years ago
  16. 348662a net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypes by Joe Perches · 11 years ago
  17. 8da63a6 net: vlan: fix up vlan_proto_idx() for CONFIG_BUG=n by Patrick McHardy · 12 years ago
  18. 8ad227f net: vlan: add 802.1ad support by Patrick McHardy · 12 years ago
  19. 1fd9b1f net: vlan: prepare for 802.1ad support by Patrick McHardy · 12 years ago
  20. 86fbe9b net/8021q: Implement Multiple VLAN Registration Protocol (MVRP) by David Ward · 12 years ago
  21. 6d4cdf4 vlan: add 802.1q netpoll support by Benjamin LaHaise · 13 years ago
  22. 5b9ea6e vlan: introduce vid list with reference counting by Jiri Pirko · 13 years ago
  23. 7da82c0 vlan: rename vlan_dev_info to vlan_dev_priv by Jiri Pirko · 13 years ago
  24. 536d1d4 vlan: move vlan_group_[gs]et_device to public header by Jiri Pirko · 13 years ago
  25. 69ecca8 net: vlan, qlcnic: make vlan_find_dev private by David Lamparter · 13 years ago
  26. 6dcbbe2 net: move is_vlan_dev into public header file (v2) by Neil Horman · 14 years ago
  27. bcc6d47 net: vlan: make non-hw-accel rx path similar to hw-accel by Jiri Pirko · 14 years ago
  28. 4af429d vlan: lockless transmit path by Eric Dumazet · 14 years ago
  29. 636e19a net: consolidate 8021q tagging by John Fastabend · 14 years ago
  30. 65ac6a5 vlan: Avoid hash table lookup to find group. by Jesse Gross · 14 years ago
  31. caf586e net: add a core netdev->rx_dropped counter by Eric Dumazet · 14 years ago
  32. 8990f46 net: rx_dropped accounting by Eric Dumazet · 14 years ago
  33. 9618e2f vlan: 64 bit rx counters by Eric Dumazet · 15 years ago
  34. 7d720c3 percpu: add __percpu sparse annotations to net by Tejun Heo · 15 years ago
  35. 9793241 vlan: Precise RX stats accounting by Eric Dumazet · 15 years ago
  36. 23289a3 net: add a list_head parameter to dellink() method by Eric Dumazet · 15 years ago
  37. 05423b2 vlan: allow null VLAN ID to be used by Eric Dumazet · 15 years ago
  38. b3020061 vlan: propogate ethtool speed values by Stephen Hemminger · 16 years ago
  39. 9bb8582 vlan: TCI related type and naming cleanups by Patrick McHardy · 16 years ago
  40. 22d1ba7 vlan: move struct vlan_dev_info to private header by Patrick McHardy · 16 years ago
  41. 7750f40 vlan: uninline __vlan_hwaccel_rx by Patrick McHardy · 16 years ago
  42. 70c03b4 vlan: Add GVRP support by Patrick McHardy · 16 years ago
  43. b3ce032 vlan: Change vlan_dev_set_vlan_flag() to handle multiple flags at once by Patrick McHardy · 16 years ago
  44. 7a17a2f [VLAN]: Make the vlan_name_type per-net. by Pavel Emelyanov · 17 years ago
  45. a59a8c1 [VLAN]: Create proc entries in the proper net. by Pavel Emelyanov · 17 years ago
  46. d9ed0f0 [VLAN]: Introduce the vlan_net structure and init/exit net ops. by Pavel Emelyanov · 17 years ago
  47. 802fb17 [VLAN]: Proc entry is not renamed when vlan device name changes. by Pavel Emelyanov · 17 years ago
  48. 2029cc2 [VLAN]: checkpatch cleanups by Patrick McHardy · 17 years ago
  49. af30151 [VLAN]: Simplify vlan unregistration by Patrick McHardy · 17 years ago
  50. 40f98e1 [VLAN]: Clean up debugging and printks by Patrick McHardy · 17 years ago
  51. ef3eb3e [VLAN]: Move device setup to vlan_dev.c by Patrick McHardy · 17 years ago
  52. 39aaac1 [VLAN]: Allow setting mac address while device is up by Patrick McHardy · 17 years ago
  53. 3b04ddd [NET]: Move hardware header operations out of netdevice. by Stephen Hemminger · 17 years ago
  54. 6c78dcb [VLAN]: Fix promiscous/allmulti synchronization races by Patrick McHardy · 17 years ago
  55. 8c979c2 [VLAN]: Fix MAC address handling by Patrick McHardy · 17 years ago
  56. 07b5b17 [VLAN]: Use rtnl_link API by Patrick McHardy · 18 years ago
  57. c17d887 [VLAN]: Convert name-based configuration functions to struct netdevice * by Patrick McHardy · 18 years ago
  58. 122952f [NET] 8021Q: Fix whitespace errors. by YOSHIFUJI Hideaki · 18 years ago
  59. f2ccd8f [NET]: Kill skb->real_dev by David S. Miller · 19 years ago
  60. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago