1. ae2778a net: dsa: tag_ocelot: use traffic class to map priority on injected header by Xiaoliang Yang · 3 years, 1 month ago
  2. 92f6248 net: dsa: felix: fix broken VLAN-tagged PTP under VLAN-aware bridge by Vladimir Oltean · 3 years, 2 months ago
  3. c07c6e8 net: dsa: populate supported_interfaces member by Marek Behún · 3 years, 3 months ago
  4. 716a30a net: switchdev: merge switchdev_handle_fdb_{add,del}_to_device by Vladimir Oltean · 3 years, 3 months ago
  5. 425d19c net: dsa: stop calling dev_hold in dsa_slave_fdb_event by Vladimir Oltean · 3 years, 3 months ago
  6. d7d0d42 net: dsa: flush switchdev workqueue when leaving the bridge by Vladimir Oltean · 3 years, 3 months ago
  7. 0faf890 net: dsa: drop rtnl_lock from dsa_slave_switchdev_event_work by Vladimir Oltean · 3 years, 3 months ago
  8. 338a3a47 net: dsa: introduce locking for the address lists on CPU and DSA ports by Vladimir Oltean · 3 years, 3 months ago
  9. 232deb3 net: dsa: avoid refcount warnings when ->port_{fdb,mdb}_del returns error by Vladimir Oltean · 3 years, 3 months ago
  10. 2d7e73f Revert "Merge branch 'dsa-rtnl'" by David S. Miller · 3 years, 3 months ago
  11. 5cdfde4 net: dsa: drop rtnl_lock from dsa_slave_switchdev_event_work by Vladimir Oltean · 3 years, 3 months ago
  12. d3bd892 net: dsa: introduce locking for the address lists on CPU and DSA ports by Vladimir Oltean · 3 years, 3 months ago
  13. bdfa75a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 3 months ago
  14. 992e5cc net: dsa: tag_8021q: make dsa_8021q_{rx,tx}_vid take dp as argument by Vladimir Oltean · 3 years, 3 months ago
  15. 5068887a net: dsa: tag_sja1105: do not open-code dsa_switch_for_each_port by Vladimir Oltean · 3 years, 3 months ago
  16. fac6abd net: dsa: convert cross-chip notifiers to iterate using dp by Vladimir Oltean · 3 years, 3 months ago
  17. 57d7798 net: dsa: remove gratuitous use of dsa_is_{user,dsa,cpu}_port by Vladimir Oltean · 3 years, 3 months ago
  18. 65c563a net: dsa: do not open-code dsa_switch_for_each_port by Vladimir Oltean · 3 years, 3 months ago
  19. d0004a0 net: dsa: remove the "dsa_to_port in a loop" antipattern from the core by Vladimir Oltean · 3 years, 3 months ago
  20. ba69fd9 net: dsa: Fix an error handling path in 'dsa_switch_parse_ports_of()' by Christophe JAILLET · 3 years, 3 months ago
  21. 1521d5a net: dsa: tag_rtl8_4: add realtek 8 byte protocol 4 tag by Alvin Šipraga · 3 years, 3 months ago
  22. 9cb8edd net: dsa: move NET_DSA_TAG_RTL4_A to right place in Kconfig/Makefile by Alvin Šipraga · 3 years, 3 months ago
  23. 487d385 net: dsa: allow reporting of standard ethtool stats for slave devices by Alvin Šipraga · 3 years, 3 months ago
  24. e15f597 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 3 months ago
  25. 39e222b net: dsa: unregister cross-chip notifier after ds->ops->teardown by Vladimir Oltean · 3 years, 3 months ago
  26. 43ba33b net: dsa: tag_ocelot_8021q: fix inability to inject STP BPDUs into BLOCKING ports by Vladimir Oltean · 3 years, 3 months ago
  27. 49f885b net: dsa: tag_ocelot_8021q: break circular dependency with ocelot switch lib by Vladimir Oltean · 3 years, 3 months ago
  28. deab6b1 net: dsa: tag_ocelot: break circular dependency with ocelot switch lib driver by Vladimir Oltean · 3 years, 3 months ago
  29. 4ac0567 net: dsa: sja1105: break dependency between dsa_port_is_sja1105 and switch driver by Vladimir Oltean · 3 years, 4 months ago
  30. 28da055 net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driver by Vladimir Oltean · 3 years, 4 months ago
  31. 43a4b4d net: dsa: fix spurious error message when unoffloaded port leaves bridge by Alvin Šipraga · 3 years, 3 months ago
  32. 1951b3f net: dsa: hold rtnl_lock in dsa_switch_setup_tag_protocol by Vladimir Oltean · 3 years, 3 months ago
  33. 5bded82 net: dsa: mv88e6xxx: isolate the ATU databases of standalone and bridged ports by Vladimir Oltean · 3 years, 3 months ago
  34. c7709a0 net: dsa: tag_dsa: send packets with TX fwd offload from VLAN-unaware bridges using VID 0 by Vladimir Oltean · 3 years, 3 months ago
  35. 1bec0f0 net: dsa: fix bridge_num not getting cleared after ports leaving the bridge by Vladimir Oltean · 3 years, 3 months ago
  36. 9fe1155 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 3 months ago
  37. b44d52a dsa: tag_dsa: Fix mask for trunked packets by Andrew Lunn · 3 years, 3 months ago
  38. e35b8d7 net: use eth_hw_addr_set() instead of ether_addr_copy() by Jakub Kicinski · 3 years, 4 months ago
  39. 5ca721c net: dsa: tag_ocelot: set the classified VLAN during xmit by Vladimir Oltean · 3 years, 4 months ago
  40. ca4b064 net/dsa/tag_ksz.c: remove superfluous headers by Mianhan Liu · 3 years, 4 months ago
  41. 6f8b64f net/dsa/tag_8021q.c: remove superfluous headers by Mianhan Liu · 3 years, 4 months ago
  42. bd936bd net: dsa: Move devlink registration to be last devlink command by Leon Romanovsky · 3 years, 4 months ago
  43. 2fcd14d Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 4 months ago
  44. f5aef42 net: dsa: sja1105: break dependency between dsa_port_is_sja1105 and switch driver by Vladimir Oltean · 3 years, 4 months ago
  45. 6d709cad net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driver by Vladimir Oltean · 3 years, 4 months ago
  46. db4278c devlink: Make devlink_register to be void by Leon Romanovsky · 3 years, 4 months ago
  47. 5135e96 net: dsa: don't allocate the slave_mii_bus using devres by Vladimir Oltean · 3 years, 4 months ago
  48. e5845aa net: dsa: fix dsa_tree_setup error path by Vladimir Oltean · 3 years, 4 months ago
  49. fd292c1 net: dsa: tear down devlink port regions when tearing down the devlink port on error by Vladimir Oltean · 3 years, 4 months ago
  50. 0650bf5 net: dsa: be compatible with masters which unregister on shutdown by Vladimir Oltean · 3 years, 4 months ago
  51. 3c9cfb5 net: update NXP copyright text by Vladimir Oltean · 3 years, 4 months ago
  52. 561bed6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 4 months ago
  53. a57d8c21 net: dsa: flush switchdev workqueue before tearing down CPU/DSA ports by Vladimir Oltean · 3 years, 4 months ago
  54. 6a52e73 net: dsa: destroy the phylink instance on any error in dsa_slave_phy_setup by Vladimir Oltean · 3 years, 4 months ago
  55. 339133f net: dsa: tag_rtl4_a: Drop bit 9 from egress frames by Linus Walleij · 3 years, 4 months ago
  56. 0e90dfa net: dsa: tag_rtl4_a: Fix egress tags by Linus Walleij · 3 years, 5 months ago
  57. 8ded916 net: dsa: tag_sja1105: stop asking the sja1105 driver in sja1105_xmit_tpid by Vladimir Oltean · 3 years, 5 months ago
  58. b0b8c67 net: dsa: sja1105: drop untagged packets on the CPU and DSA ports by Vladimir Oltean · 3 years, 5 months ago
  59. 58adf9d net: dsa: let drivers state that they need VLAN filtering while standalone by Vladimir Oltean · 3 years, 5 months ago
  60. 06cfb2d net: dsa: don't advertise 'rx-vlan-filter' when not needed by Vladimir Oltean · 3 years, 5 months ago
  61. 67b5fb5 net: dsa: properly fall back to software bridging by Vladimir Oltean · 3 years, 5 months ago
  62. 09dba21 net: dsa: don't call switchdev_bridge_port_unoffload for unoffloaded bridge ports by Vladimir Oltean · 3 years, 5 months ago
  63. f5e165e net: dsa: track unique bridge numbers across all DSA switch trees by Vladimir Oltean · 3 years, 5 months ago
  64. 994d2cb net: dsa: tag_sja1105: be dsa_loop-safe by Vladimir Oltean · 3 years, 5 months ago
  65. b2b8913 net: dsa: tag_8021q: fix notifiers broadcast when they shouldn't, and vice versa by Vladimir Oltean · 3 years, 5 months ago
  66. f4083a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 5 months ago
  67. 724395f net: dsa: tag_8021q: don't broadcast during setup/teardown by Vladimir Oltean · 3 years, 5 months ago
  68. ab97462 net: dsa: print more information when a cross-chip notifier fails by Vladimir Oltean · 3 years, 5 months ago
  69. a72808b net: dsa: create a helper for locating EtherType DSA headers on TX by Vladimir Oltean · 3 years, 5 months ago
  70. 5d928ff net: dsa: create a helper for locating EtherType DSA headers on RX by Vladimir Oltean · 3 years, 5 months ago
  71. 6bef794 net: dsa: create a helper which allocates space for EtherType DSA headers by Vladimir Oltean · 3 years, 5 months ago
  72. f1dacd7 net: dsa: create a helper that strips EtherType DSA headers on RX by Vladimir Oltean · 3 years, 5 months ago
  73. c35b57c net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by drivers towards the bridge by Vladimir Oltean · 3 years, 5 months ago
  74. 919d13a devlink: Set device as early as possible by Leon Romanovsky · 3 years, 5 months ago
  75. bee7c57 net: dsa: avoid fast ageing twice when port leaves a bridge by Vladimir Oltean · 3 years, 5 months ago
  76. a4ffe09 net: dsa: still fast-age ports joining a bridge if they can't configure learning by Vladimir Oltean · 3 years, 5 months ago
  77. 9264e4a net: dsa: flush the dynamic FDB of the software bridge when fast ageing a port by Vladimir Oltean · 3 years, 5 months ago
  78. 4eab90d net: dsa: don't fast age bridge ports with learning turned off by Vladimir Oltean · 3 years, 5 months ago
  79. 045c45d net: dsa: centralize fast ageing when address learning is turned off by Vladimir Oltean · 3 years, 5 months ago
  80. 39f3210 net: dsa: don't fast age standalone ports by Vladimir Oltean · 3 years, 5 months ago
  81. c73c570 net: dsa: don't disable multicast flooding to the CPU even without an IGMP querier by Vladimir Oltean · 3 years, 5 months ago
  82. 7df4e7449 net: dsa: stop syncing the bridge mcast_router attribute at join time by Vladimir Oltean · 3 years, 5 months ago
  83. f8b17a0 net: dsa: tag_sja1105: optionally build as module when switch driver is module if PTP is enabled by Vladimir Oltean · 3 years, 5 months ago
  84. 2c0b032 net: dsa: give preference to local CPU ports by Vladimir Oltean · 3 years, 5 months ago
  85. 0e8eb9a net: dsa: rename teardown_default_cpu to teardown_cpu_ports by Vladimir Oltean · 3 years, 5 months ago
  86. 421297e net: dsa: tag_sja1105: consistently fail with arbitrary input by Vladimir Oltean · 3 years, 6 months ago
  87. 29a097b net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv() by Vladimir Oltean · 3 years, 6 months ago
  88. bea7907 net: dsa: don't set skb->offload_fwd_mark when not offloading the bridge by Vladimir Oltean · 3 years, 6 months ago
  89. 04a1758 net: dsa: tag_sja1105: fix control packets on SJA1110 being received on an imprecise port by Vladimir Oltean · 3 years, 6 months ago
  90. a760537 dev_ioctl: split out ndo_eth_ioctl by Arnd Bergmann · 3 years, 6 months ago
  91. edac6f6 Revert "net: dsa: Allow drivers to filter packets they can decode source port from" by Vladimir Oltean · 3 years, 6 months ago
  92. b6ad86e net: dsa: sja1105: add bridge TX data plane offload based on tag_8021q by Vladimir Oltean · 3 years, 6 months ago
  93. 884be12 net: dsa: sja1105: add support for imprecise RX by Vladimir Oltean · 3 years, 6 months ago
  94. d82f8ab net: dsa: tag_dsa: offload the bridge forwarding process by Tobias Waldekranz · 3 years, 6 months ago
  95. 123abc06 net: dsa: add support for bridge TX forwarding offload by Vladimir Oltean · 3 years, 6 months ago
  96. 5b22d36 net: dsa: track the number of switches in a tree by Vladimir Oltean · 3 years, 6 months ago
  97. 4721119 net: bridge: switchdev: allow the TX data plane forwarding to be offloaded by Tobias Waldekranz · 3 years, 6 months ago
  98. 5af84df Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 6 months ago
  99. 4e51bf4 net: bridge: move the switchdev object replay helpers to "push" mode by Vladimir Oltean · 3 years, 6 months ago
  100. 2f5dc00 net: bridge: switchdev: let drivers inform which bridge ports are offloaded by Vladimir Oltean · 3 years, 6 months ago