1. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  2. be74294 net: get rid of lockdep_set_class_and_subclass() by Cong Wang · 4 years, 6 months ago
  3. 845e0eb net: change addr_list_lock back to static key by Cong Wang · 4 years, 7 months ago
  4. f78ed22 netpoll: accept NULL np argument in netpoll_send_skb() by Eric Dumazet · 4 years, 8 months ago
  5. 1a33e10 net: partially revert dynamic lockdep key changes by Cong Wang · 4 years, 8 months ago
  6. a2d6d7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  7. 9bbd917 vlan: fix memory leak in vlan_dev_set_egress_priority by Eric Dumazet · 5 years ago
  8. dfe6d68 net: vlan: Use the PHY time stamping interface. by Richard Cochran · 5 years ago
  9. f3b0a18 net: remove unnecessary variables and callback by Taehee Yoo · 5 years ago
  10. ab92d68 net: core: add generic lockdep keys by Taehee Yoo · 5 years ago
  11. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  12. 8b6912a net: vlan: Inherit MPLS features from parent device by Ariel Levkovich · 6 years ago
  13. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  14. fa2c52be vlan: Mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  15. 873017a vlan: disable SIOCSHWTSTAMP in container by Hangbin Liu · 6 years ago
  16. 76052d8 vlan: do not transfer link state in vlan bridge binding mode by Mike Manning · 6 years ago
  17. 8c8b345 vlan: support binding link state to vlan member bridge ports by Mike Manning · 6 years ago
  18. 0a89eb9 vlan: conditional inclusion of FCoE hooks to match netdevice.h and bnx2x by Chris Leech · 6 years ago
  19. 47f7062 net: Remove switchdev.h inclusion from team/bond/vlan by Florian Fainelli · 6 years ago
  20. 7dad993 net: vlan: add support for tunnel offload by Davide Caratti · 6 years ago
  21. c9fbd71 netpoll: allow cleanup to be synchronous by Debabrata Banerjee · 6 years ago
  22. 84a2fba vlan: correct the file path in vlan_dev_change_flags() comment by Sun Lianwen · 7 years ago
  23. ec1d8cc vlan: also check phy_driver ts_info for vlan's real device by Hangbin Liu · 7 years ago
  24. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 8 years ago
  25. 0ddead9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  26. eca59f6 net: Remove support for bridge bypass ndos from stacked devices by Arkadi Sharshevsky · 8 years ago
  27. cf124db net: Fix inconsistent teardown and release of private netdev state. by David S. Miller · 8 years ago
  28. 8403deb vlan: Keep NETIF_F_HW_CSUM similar to other software devices by Vlad Yasevich · 8 years ago
  29. 88997e4 net/8021q: create device with all possible features in wanted_features by Andrey Vagin · 8 years ago
  30. a8eca32 net: remove ndo_neigh_{construct, destroy} from stacked devices by Ido Schimmel · 8 years ago
  31. bc1f447 net: make ndo_get_stats64 a void function by stephen hemminger · 8 years ago
  32. 9157208 net: use core MTU range checking in core net infra by Jarod Wilson · 8 years ago
  33. de0ba9a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  34. 18d3df3 vlan: use a valid default mtu value for vlan over macsec by Paolo Abeni · 8 years ago
  35. 18bfb92 net: introduce default neigh_construct/destroy ndo calls for L2 upper devices by Jiri Pirko · 9 years ago
  36. 308453a vlan: Propagate MAC address to VLANs by Mike Manning · 9 years ago
  37. f6773c5 vlan: propagate gso_max_segs by Eric Dumazet · 9 years ago
  38. 5770979 net: 8021q: use __ethtool_get_ksettings by David Decotigny · 9 years ago
  39. e817af2 vlan: turn on unicast filtering on vlan device by Zhang Shengju · 9 years ago
  40. a188222 net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK by Tom Herbert · 9 years ago
  41. 53692b1 sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRC by Tom Herbert · 9 years ago
  42. 9d54783 switchdev: vlan: Use switchdev_port* in vlan_netdev_ops by Ido Schimmel · 9 years ago
  43. 2e659c0 net: 8021q: convert to using IFF_NO_QUEUE by Phil Sutter · 9 years ago
  44. 2dbf6b5 vlan: implement ndo_get_iflink by Nicolas Dichtel · 10 years ago
  45. 8d46350 vlan: Add features for stacked vlan device by Toshiaki Makita · 10 years ago
  46. 423049ab 8021q: Use eth_<foo>_addr instead of memset by Joe Perches · 10 years ago
  47. d476059 net: Kill dev_rebuild_header by Eric W. Biederman · 10 years ago
  48. 53f6b70 vlan: Add ability to always enable TSO/UFO by Toshiaki Makita · 10 years ago
  49. 37dd925 vlan: Pass ethtool get_ts_info queries to real device. by Richard Cochran · 10 years ago
  50. b960a0ac vlan: make __vlan_hwaccel_put_tag return void by Jiri Pirko · 10 years ago
  51. 0287587 net: better IFF_XMIT_DST_RELEASE support by Eric Dumazet · 10 years ago
  52. 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  53. a6111d3 vlan: Pass SIOC[SG]HWTSTAMP ioctls to real device by Stefan Sørensen · 11 years ago
  54. a48e5fa vlan: free percpu stats in device destructor by Eric Dumazet · 11 years ago
  55. 54e5c4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  56. da08143 vlan: more careful checksum features handling by Michal Kubeček · 11 years ago
  57. d38569a vlan: Fix lockdep warning with stacked vlan devices. by Vlad Yasevich · 11 years ago
  58. 5a4ae5f vlan: unnecessary to check if vlan_pcpu_stats is NULL by Li RongQing · 11 years ago
  59. dc8eaaa vlan: Fix lockdep warning when vlan dev handle notification by dingtianhong · 11 years ago
  60. 64c2723 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  61. a8779ec netpoll: Remove gfp parameter from __netpoll_setup by Eric W. Biederman · 11 years ago
  62. 2adb956 vlan: Warn the user if lowerdev has bad vlan features. by Vlad Yasevich · 11 years ago
  63. fc0d48b vlan: Set hard_header_len according to available acceleration by Vlad Yasevich · 11 years ago
  64. 57a7744 net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq by Eric W. Biederman · 11 years ago
  65. 85dcce7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  66. dd38743 vlan: Set correct source MAC address with TX VLAN offload enabled by Peter Boström · 11 years ago
  67. 1c213bd net: introduce netdev_alloc_pcpu_stats() for drivers by WANG Cong · 11 years ago
  68. 07fc67b 8021q: Use ether_addr_copy by Joe Perches · 11 years ago
  69. 2205369 vlan: Fix header ops passthru when doing TX VLAN offload. by David S. Miller · 11 years ago
  70. 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
  71. e267cb9 vlan: Implement vlan_dev_get_egress_qos_mask as an inline. by David S. Miller · 11 years ago
  72. d324353 net/vlan: Provide read access to the vlan egress map by Eyal Perry · 11 years ago
  73. 827da44 net: Explicitly initialize u64_stats_sync structures for lockdep by John Stultz · 11 years ago
  74. 6b93f4a net: vlan: inherit addr_assign_type along with dev_addr by Bjørn Mork · 11 years ago
  75. 0c0667a vlan: cleanup the usage of vlan_dev_priv(dev) by Wang Sheng-Hui · 11 years ago
  76. 3e3aac4 vlan: fix a race in egress prio management by Eric Dumazet · 11 years ago
  77. b29d314 net: vlan,ethtool: netdev_features_t is more than 32 bit by Bjørn Mork · 12 years ago
  78. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 12 years ago
  79. 1fd9b1f net: vlan: prepare for 802.1ad support by Patrick McHardy · 12 years ago
  80. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 12 years ago
  81. 2cde6ac netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lock by Neil Horman · 12 years ago
  82. 86fbe9b net/8021q: Implement Multiple VLAN Registration Protocol (MVRP) by David Ward · 12 years ago
  83. 7826d43 ethtool: fix drvinfo strings set in drivers by Jiri Pirko · 12 years ago
  84. e949b09 vlan: set sysfs device_type to 'vlan' by Doug Goldstein · 12 years ago
  85. f4d5392 vlan: use IS_ENABLED() by Amerigo Wang · 12 years ago
  86. 6eacf8a vlan: clean up vlan_dev_hard_start_xmit() by Amerigo Wang · 12 years ago
  87. f3da389 vlan: clean up some variable names by Amerigo Wang · 12 years ago
  88. 38e6bc1 netpoll: make __netpoll_cleanup non-block by Amerigo Wang · 12 years ago
  89. 47be03a2 netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup() by Amerigo Wang · 12 years ago
  90. 30fdd8a0 netpoll: move np->dev and np->dev_name init into __netpoll_setup() by Jiri Pirko · 12 years ago
  91. 0289403 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  92. 59b9997 Revert "net: maintain namespace isolation between vlan and real device" by David S. Miller · 13 years ago
  93. 53a2b3a 8021q: Convert compare_ether_addr to ether_addr_equal by Joe Perches · 13 years ago
  94. de93cb2 vlan: static functions by Eric Dumazet · 13 years ago
  95. 6d4cdf4 vlan: add 802.1q netpoll support by Benjamin LaHaise · 13 years ago
  96. 7da82c0 vlan: rename vlan_dev_info to vlan_dev_priv by Jiri Pirko · 13 years ago
  97. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  98. bc5787c6 net: remove legacy ethtool ops by Michał Mirosław · 13 years ago
  99. deede2f vlan: Don't propagate flag changes on down interfaces. by Matthijs Kooijman · 13 years ago
  100. 4bc71cb net: consolidate and fix ethtool_ops->get_settings calling by Jiri Pirko · 13 years ago