1. 1b26d36 net: dsa: warn about dsa_port and dsa_switch bit fields being non atomic by Vladimir Oltean · 3 years ago
  2. 63cfc65 net: dsa: don't enumerate dsa_switch and dsa_port bit fields using commas by Vladimir Oltean · 3 years ago
  3. 4b026e8 net: dsa: combine two holes in struct dsa_switch_tree by Vladimir Oltean · 3 years ago
  4. b035c88c net: dsa: move dsa_switch_tree :: ports and lags to first cache line by Vladimir Oltean · 3 years ago
  5. 258030a net: dsa: make dsa_switch :: num_ports an unsigned int by Vladimir Oltean · 3 years ago
  6. 7787ff7 net: dsa: merge all bools of struct dsa_switch into a single u32 by Vladimir Oltean · 3 years ago
  7. 0625125 net: dsa: move dsa_port :: type near dsa_port :: index by Vladimir Oltean · 3 years ago
  8. bde82f3 net: dsa: merge all bools of struct dsa_port into a single u8 by Vladimir Oltean · 3 years ago
  9. b08db33 net: dsa: move dsa_port :: stp_state near dsa_port :: mac by Vladimir Oltean · 3 years ago
  10. 7f29731 net: dsa: make tagging protocols connect to individual switches from a tree by Vladimir Oltean · 3 years, 1 month ago
  11. 4f3cb343 net: dsa: remove dp->priv by Vladimir Oltean · 3 years, 1 month ago
  12. dc452a4 net: dsa: introduce tagger-owned storage for private and shared data by Vladimir Oltean · 3 years, 1 month ago
  13. 857fdd7 net: dsa: eliminate dsa_switch_ops :: port_bridge_tx_fwd_{,un}offload by Vladimir Oltean · 3 years, 1 month ago
  14. b079922 net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_join by Vladimir Oltean · 3 years, 1 month ago
  15. d3eed0e net: dsa: keep the bridge_dev and bridge_num as part of the same structure by Vladimir Oltean · 3 years, 1 month ago
  16. 6a43cba net: dsa: export bridging offload helpers to drivers by Vladimir Oltean · 3 years, 1 month ago
  17. 36cbf39 net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpers by Vladimir Oltean · 3 years, 1 month ago
  18. 947c874 net: dsa: assign a bridge number even without TX forwarding offload by Vladimir Oltean · 3 years, 1 month ago
  19. 3f9bb03 net: dsa: make dp->bridge_num one-based by Vladimir Oltean · 3 years, 1 month ago
  20. 072eea6 net: dsa: replace phylink_get_interfaces() with phylink_get_caps() by Russell King (Oracle) · 3 years, 1 month ago
  21. c07c6e8 net: dsa: populate supported_interfaces member by Marek Behún · 3 years, 2 months ago
  22. 338a3a47 net: dsa: introduce locking for the address lists on CPU and DSA ports by Vladimir Oltean · 3 years, 2 months ago
  23. 2d7e73f Revert "Merge branch 'dsa-rtnl'" by David S. Miller · 3 years, 2 months ago
  24. d3bd892 net: dsa: introduce locking for the address lists on CPU and DSA ports by Vladimir Oltean · 3 years, 2 months ago
  25. d0004a0 net: dsa: remove the "dsa_to_port in a loop" antipattern from the core by Vladimir Oltean · 3 years, 2 months ago
  26. 82b3189 net: dsa: introduce helpers for iterating through ports using dp by Vladimir Oltean · 3 years, 2 months ago
  27. 1521d5a net: dsa: tag_rtl8_4: add realtek 8 byte protocol 4 tag by Alvin Šipraga · 3 years, 2 months ago
  28. 487d385 net: dsa: allow reporting of standard ethtool stats for slave devices by Alvin Šipraga · 3 years, 2 months ago
  29. fd292c1 net: dsa: tear down devlink port regions when tearing down the devlink port on error by Vladimir Oltean · 3 years, 3 months ago
  30. 0650bf5 net: dsa: be compatible with masters which unregister on shutdown by Vladimir Oltean · 3 years, 3 months ago
  31. a57d8c21 net: dsa: flush switchdev workqueue before tearing down CPU/DSA ports by Vladimir Oltean · 3 years, 4 months ago
  32. 58adf9d net: dsa: let drivers state that they need VLAN filtering while standalone by Vladimir Oltean · 3 years, 4 months ago
  33. f5e165e net: dsa: track unique bridge numbers across all DSA switch trees by Vladimir Oltean · 3 years, 4 months ago
  34. 5313a37 net: dsa: sja1105: rely on DSA core tracking of port learning state by Vladimir Oltean · 3 years, 5 months ago
  35. 045c45d net: dsa: centralize fast ageing when address learning is turned off by Vladimir Oltean · 3 years, 5 months ago
  36. c73c570 net: dsa: don't disable multicast flooding to the CPU even without an IGMP querier by Vladimir Oltean · 3 years, 5 months ago
  37. 29a097b net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv() by Vladimir Oltean · 3 years, 5 months ago
  38. a760537 dev_ioctl: split out ndo_eth_ioctl by Arnd Bergmann · 3 years, 5 months ago
  39. edac6f6 Revert "net: dsa: Allow drivers to filter packets they can decode source port from" by Vladimir Oltean · 3 years, 5 months ago
  40. 123abc06 net: dsa: add support for bridge TX forwarding offload by Vladimir Oltean · 3 years, 5 months ago
  41. 5b22d36 net: dsa: track the number of switches in a tree by Vladimir Oltean · 3 years, 5 months ago
  42. 5da11eb net: dsa: make tag_8021q operations part of the core by Vladimir Oltean · 3 years, 5 months ago
  43. d7b1fd5 net: dsa: let the core manage the tag_8021q context by Vladimir Oltean · 3 years, 5 months ago
  44. 3f6e32f net: dsa: reference count the FDB addresses at the cross-chip notifier level by Vladimir Oltean · 3 years, 6 months ago
  45. 161ca59 net: dsa: reference count the MDB entries at the cross-chip notifier level by Vladimir Oltean · 3 years, 6 months ago
  46. 63609c8 net: dsa: introduce dsa_is_upstream_port and dsa_switch_is_upstream_of by Vladimir Oltean · 3 years, 6 months ago
  47. a898668 net: dsa: export the dsa_port_is_{user,cpu,dsa} helpers by Vladimir Oltean · 3 years, 6 months ago
  48. 4913b8e net: dsa: add support for the SJA1110 native tagging protocol by Vladimir Oltean · 3 years, 7 months ago
  49. 4e50025 net: dsa: generalize overhead for taggers that use both headers and trailers by Vladimir Oltean · 3 years, 7 months ago
  50. c4b364c net: dsa: free skb->cb usage in core driver by Yangbo Lu · 3 years, 8 months ago
  51. 5c5416f net: dsa: no longer clone skb in core driver by Yangbo Lu · 3 years, 8 months ago
  52. cf536ea net: dsa: no longer identify PTP packet in core driver by Yangbo Lu · 3 years, 8 months ago
  53. deff710 net: dsa: Allow default tag protocol to be overridden from DT by Tobias Waldekranz · 3 years, 8 months ago
  54. a71acad net: dsa: enable selftest support for all switches by default by Oleksij Rempel · 3 years, 8 months ago
  55. 83216e3 of: net: pass the dst buffer to of_get_mac_address() by Michael Walle · 3 years, 9 months ago
  56. cc76ce9 net: dsa: Add helper to resolve bridge port from DSA port by Tobias Waldekranz · 3 years, 10 months ago
  57. 964dbf18 net: dsa: tag_brcm: add support for legacy tags by Álvaro Fernández Rojas · 3 years, 10 months ago
  58. c595c43 net: dsa: add MRP support by Horatiu Vultur · 3 years, 11 months ago
  59. 89153ed net: dsa: propagate extack to .port_vlan_filtering by Vladimir Oltean · 3 years, 11 months ago
  60. 31046a5 net: dsa: propagate extack to .port_vlan_add by Vladimir Oltean · 3 years, 11 months ago
  61. 7c4bb54 net: dsa: tag_ocelot: create separate tagger for Seville by Vladimir Oltean · 3 years, 11 months ago
  62. a8b659e net: dsa: act as passthrough for bridge port flags by Vladimir Oltean · 3 years, 11 months ago
  63. 18596f5 net: dsa: add support for offloading HSR by George McCollister · 3 years, 11 months ago
  64. 7c83a7c net: dsa: add a second tagger for Ocelot switches based on tag_8021q by Vladimir Oltean · 4 years ago
  65. 53da0eb net: dsa: allow changing the tag protocol via the "tagging" device attribute by Vladimir Oltean · 4 years ago
  66. 357f203 net: dsa: keep a copy of the tagging protocol in the DSA switch tree by Vladimir Oltean · 4 years ago
  67. 2a6ef76 net: dsa: add ops for devlink-sb by Vladimir Oltean · 4 years ago
  68. 54a5282 dsa: add support for Arrow XRS700x tag trailer by George McCollister · 4 years ago
  69. 058102a net: dsa: Link aggregation support by Tobias Waldekranz · 4 years ago
  70. c2ec5f2 net: dsa: add optional stats64 support by Oleksij Rempel · 4 years ago
  71. 1958d58 net: dsa: remove the transactional logic from VLAN objects by Vladimir Oltean · 4 years ago
  72. a52b2da net: dsa: remove the transactional logic from MDB entries by Vladimir Oltean · 4 years ago
  73. bae33f2 net: switchdev: remove the transaction structure from port attributes by Vladimir Oltean · 4 years ago
  74. 1dbb130 net: dsa: remove the DSA specific notifiers by Vladimir Oltean · 4 years ago
  75. a5e3c9b net: dsa: export dsa_slave_dev_check by Vladimir Oltean · 4 years ago
  76. f46b9b8e net: dsa: move the Broadcom tag information in a separate header file by Vladimir Oltean · 4 years ago
  77. d5f1948 net: dsa: listen for SWITCHDEV_{FDB,DEL}_ADD_TO_DEVICE on foreign bridge neighbors by Vladimir Oltean · 4 years ago
  78. e358bef net: dsa: Give drivers the chance to veto certain upper devices by Vladimir Oltean · 4 years, 2 months ago
  79. 01ef09c net: dsa: Add tag handling for Hirschmann Hellcreek switches by Kurt Kanzenbach · 4 years, 2 months ago
  80. 2e554a7 net: dsa: propagate switchdev vlan_filtering prepare phase to drivers by Vladimir Oltean · 4 years, 3 months ago
  81. 7d1e2a1 net: dsa: Add helper for converting devlink port to ds and port by Andrew Lunn · 4 years, 3 months ago
  82. 08156ba net: dsa: Add devlink port regions support to DSA by Andrew Lunn · 4 years, 3 months ago
  83. 3122433 net: dsa: Register devlink ports before calling DSA driver setup() by Andrew Lunn · 4 years, 3 months ago
  84. 1dc0408 net: dsa: Call dsa_untag_bridge_pvid() from dsa_switch_rcv() by Florian Fainelli · 4 years, 3 months ago
  85. 7a6ffe7 net: dsa: point out the tail taggers by Vladimir Oltean · 4 years, 3 months ago
  86. 9790cf2 net: dsa: add a generic procedure for the flow dissector by Vladimir Oltean · 4 years, 3 months ago
  87. 2e8cb1b net: dsa: make the .flow_dissect tagger callback return void by Vladimir Oltean · 4 years, 3 months ago
  88. c397540 net: dsa: allow drivers to request promiscuous mode on master by Vladimir Oltean · 4 years, 3 months ago
  89. 0f06b85 net: dsa: wire up devlink info get by Andrew Lunn · 4 years, 3 months ago
  90. 97c82c2 net: dsa: Add devlink regions support to DSA by Andrew Lunn · 4 years, 3 months ago
  91. ccc3e6b net: dsa: Add helper to convert from devlink to ds by Andrew Lunn · 4 years, 3 months ago
  92. 5df5661 net: dsa: stop overriding master's ndo_get_phys_port_name by Vladimir Oltean · 4 years, 5 months ago
  93. 9c0c701 net: dsa: Setup dsa_netdev_ops by Florian Fainelli · 4 years, 5 months ago
  94. 4cfab35 net: dsa: Add wrappers for overloaded ndo_ops by Florian Fainelli · 4 years, 5 months ago
  95. ab88d64 net: dsa.h: drop duplicate word in comment by Randy Dunlap · 4 years, 6 months ago
  96. efd7fe6 net: dsa: tag_rtl4_a: Implement Realtek 4 byte A tag by Linus Walleij · 4 years, 6 months ago
  97. 5f035af net:qos: police action offloading parameter 'burst' change to the original value by Po Liu · 4 years, 6 months ago
  98. 54a0ed0 net: dsa: provide an option for drivers to always receive bridge VLANs by Russell King · 4 years, 8 months ago
  99. 3b7bc1f net: dsa: introduce a dsa_switch_find function by Vladimir Oltean · 4 years, 8 months ago
  100. f66a6a6 net: dsa: permit cross-chip bridging between all trees in the system by Vladimir Oltean · 4 years, 8 months ago