1. 8403deb vlan: Keep NETIF_F_HW_CSUM similar to other software devices by Vlad Yasevich · 7 years ago
  2. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 7 years ago
  3. 88997e4 net/8021q: create device with all possible features in wanted_features by Andrey Vagin · 8 years ago
  4. a8eca32 net: remove ndo_neigh_{construct, destroy} from stacked devices by Ido Schimmel · 8 years ago
  5. bc1f447 net: make ndo_get_stats64 a void function by stephen hemminger · 8 years ago
  6. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  7. c7d03a0 netns: make struct pernet_operations::id unsigned int by Alexey Dobriyan · 8 years ago
  8. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  9. 9157208 net: use core MTU range checking in core net infra by Jarod Wilson · 8 years ago
  10. fcd91dd net: add recursion limit to GRO by Sabrina Dubroca · 8 years ago
  11. 9c403b6 net: vlan: Use sizeof instead of literal number by Gao Feng · 8 years ago
  12. 403f072 vlan: Remove unnecessary comparison of unsigned against 0 by Tobias Klauser · 8 years ago
  13. 952fcfd net: remove type_check from dev_get_nest_level() by Sabrina Dubroca · 8 years ago
  14. de0ba9a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  15. 18d3df3 vlan: use a valid default mtu value for vlan over macsec by Paolo Abeni · 8 years ago
  16. 18bfb92 net: introduce default neigh_construct/destroy ndo calls for L2 upper devices by Jiri Pirko · 8 years ago
  17. 308453a vlan: Propagate MAC address to VLANs by Mike Manning · 8 years ago
  18. f6773c5 vlan: propagate gso_max_segs by Eric Dumazet · 9 years ago
  19. 5770979 net: 8021q: use __ethtool_get_ksettings by David Decotigny · 9 years ago
  20. e817af2 vlan: turn on unicast filtering on vlan device by Zhang Shengju · 9 years ago
  21. e4999f2 vlan: change return type of vlan_proc_rem_dev by Zhang Shengju · 9 years ago
  22. a188222 net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK by Tom Herbert · 9 years ago
  23. 53692b1 sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRC by Tom Herbert · 9 years ago
  24. 9d54783 switchdev: vlan: Use switchdev_port* in vlan_netdev_ops by Ido Schimmel · 9 years ago
  25. 28f9ee2 vlan: Do not put vlan headers back on bridge and macvlan ports by Vlad Yasevich · 9 years ago
  26. 74f2d19c vlan: Invoke driver vlan hooks only if device is present by Padmanabh Ratnakar · 9 years ago
  27. 2e659c0 net: 8021q: convert to using IFF_NO_QUEUE by Phil Sutter · 9 years ago
  28. 66e5133 vlan: Add GRO support for non hardware accelerated vlan by Toshiaki Makita · 9 years ago
  29. be346ff vlan: Correctly propagate promisc|allmulti flags in notifier. by Vlad Yasevich · 9 years ago
  30. 2dbf6b5 vlan: implement ndo_get_iflink by Nicolas Dichtel · 9 years ago
  31. 8d46350 vlan: Add features for stacked vlan device by Toshiaki Makita · 9 years ago
  32. 99c4a26 net: Fix high overhead of vlan sub-device teardown. by David S. Miller · 10 years ago
  33. 423049a 8021q: Use eth_<foo>_addr instead of memset by Joe Perches · 10 years ago
  34. d476059 net: Kill dev_rebuild_header by Eric W. Biederman · 10 years ago
  35. 1f17257 vlan: advertise link netns via netlink by Nicolas Dichtel · 10 years ago
  36. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 10 years ago
  37. 53f6b70 vlan: Add ability to always enable TSO/UFO by Toshiaki Makita · 10 years ago
  38. 37dd925 vlan: Pass ethtool get_ts_info queries to real device. by Richard Cochran · 10 years ago
  39. b960a0ac vlan: make __vlan_hwaccel_put_tag return void by Jiri Pirko · 10 years ago
  40. 0287587 net: better IFF_XMIT_DST_RELEASE support by Eric Dumazet · 10 years ago
  41. 0d5501c net: Always untag vlan-tagged traffic on input. by Vlad Yasevich · 10 years ago
  42. 9c5ff24 vlan: fail early when creating netdev named config by WANG Cong · 10 years ago
  43. 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  44. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  45. a6111d3 vlan: Pass SIOC[SG]HWTSTAMP ioctls to real device by Stefan Sørensen · 10 years ago
  46. a48e5fa vlan: free percpu stats in device destructor by Eric Dumazet · 10 years ago
  47. 916c168 8021q: fix a potential memory leak by Li RongQing · 10 years ago
  48. 54e5c4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  49. da08143 vlan: more careful checksum features handling by Michal Kubeček · 10 years ago
  50. d38569a vlan: Fix lockdep warning with stacked vlan devices. by Vlad Yasevich · 10 years ago
  51. f06c7f9 vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu() by dingtianhong · 10 years ago
  52. 5a4ae5f vlan: unnecessary to check if vlan_pcpu_stats is NULL by Li RongQing · 10 years ago
  53. dc8eaaa vlan: Fix lockdep warning when vlan dev handle notification by dingtianhong · 10 years ago
  54. 64c2723 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  55. a8779ec netpoll: Remove gfp parameter from __netpoll_setup by Eric W. Biederman · 10 years ago
  56. 2adb956 vlan: Warn the user if lowerdev has bad vlan features. by Vlad Yasevich · 10 years ago
  57. fc0d48b vlan: Set hard_header_len according to available acceleration by Vlad Yasevich · 10 years ago
  58. 71e415e vlan: make a new function vlan_dev_vlan_proto() and export by dingtianhong · 10 years ago
  59. 57a7744 net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq by Eric W. Biederman · 11 years ago
  60. 85dcce7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  61. f0e7882 8021q: Convert uses of __constant_<foo> to <foo> by Joe Perches · 11 years ago
  62. dd38743 vlan: Set correct source MAC address with TX VLAN offload enabled by Peter Boström · 11 years ago
  63. be14cc9 vlan: use use ether_addr_equal_64bits to instead of ether_addr_equal by dingtianhong · 11 years ago
  64. 375f67d vlan: slight optimization for vlan_do_receive() by dingtianhong · 11 years ago
  65. 1c213bd net: introduce netdev_alloc_pcpu_stats() for drivers by WANG Cong · 11 years ago
  66. 07fc67b 8021q: Use ether_addr_copy by Joe Perches · 11 years ago
  67. 2fa053a 8021q: update description by Yegor Yefremov · 11 years ago
  68. 2205369 vlan: Fix header ops passthru when doing TX VLAN offload. by David S. Miller · 11 years ago
  69. 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
  70. e267cb9 vlan: Implement vlan_dev_get_egress_qos_mask as an inline. by David S. Miller · 11 years ago
  71. d324353 net/vlan: Provide read access to the vlan egress map by Eyal Perry · 11 years ago
  72. 827da44 net: Explicitly initialize u64_stats_sync structures for lockdep by John Stultz · 11 years ago
  73. 348662a net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypes by Joe Perches · 11 years ago
  74. 53af53a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  75. c33a39c net: vlan: fix nlmsg size calculation in vlan_get_size() by Marc Kleine-Budde · 11 years ago
  76. 47701a3 vlan: unlink the upper neighbour before unregistering by Veaceslav Falico · 11 years ago
  77. 5df27e6 vlan: link the upper neighbour only after registering by Veaceslav Falico · 11 years ago
  78. 6b93f4a net: vlan: inherit addr_assign_type along with dev_addr by Bjørn Mork · 11 years ago
  79. 2ff1cf1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  80. 0369722 vlan: make vlan_dev_real_dev work over stacked vlans by nikolay@redhat.com · 11 years ago
  81. 0c0667a vlan: cleanup the usage of vlan_dev_priv(dev) by Wang Sheng-Hui · 11 years ago
  82. 4aa5dee net: convert resend IGMP to notifier event by Jiri Pirko · 11 years ago
  83. 3e3aac4 vlan: fix a race in egress prio management by Eric Dumazet · 11 years ago
  84. d4b812d vlan: mask vlan prio bits by Eric Dumazet · 11 years ago
  85. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  86. b29d314 net: vlan,ethtool: netdev_features_t is more than 32 bit by Bjørn Mork · 11 years ago
  87. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  88. a8ca16e proc: Supply a function to remove a proc entry by PDE by David Howells · 11 years ago
  89. 8da63a6 net: vlan: fix up vlan_proto_idx() for CONFIG_BUG=n by Patrick McHardy · 11 years ago
  90. cf2c014 net: vlan: fix memory leak in vlan_info_rcu_free() by Patrick McHardy · 11 years ago
  91. 8ad227f net: vlan: add 802.1ad support by Patrick McHardy · 11 years ago
  92. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 11 years ago
  93. 1fd9b1f net: vlan: prepare for 802.1ad support by Patrick McHardy · 11 years ago
  94. 80d5c36 net: vlan: prepare for 802.1ad VLAN filtering offload by Patrick McHardy · 11 years ago
  95. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 11 years ago
  96. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  97. 4a7df34 8021q: fix a potential use-after-free by Cong Wang · 12 years ago
  98. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 12 years ago
  99. 7885198 bridge: Implement vlan ingress/egress policy with PVID. by Vlad Yasevich · 12 years ago
  100. 2cde6ac netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lock by Neil Horman · 12 years ago