1. ee53437 net: dsa: fix panic when DSA master device unbinds on shutdown by Vladimir Oltean · 2 years, 11 months ago
  2. 11fd667 net: dsa: setup master before ports by Vladimir Oltean · 3 years ago
  3. 1e3f407 net: dsa: first set up shared ports, then non-shared ports by Vladimir Oltean · 3 years ago
  4. c146f9b net: dsa: hold rtnl_mutex when calling dsa_master_{setup,teardown} 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. 7f29731 net: dsa: make tagging protocols connect to individual switches from a tree by Vladimir Oltean · 3 years ago
  7. dc452a4 net: dsa: introduce tagger-owned storage for private and shared data by Vladimir Oltean · 3 years, 1 month ago
  8. d3eed0e net: dsa: keep the bridge_dev and bridge_num as part of the same structure by Vladimir Oltean · 3 years, 1 month ago
  9. 947c874 net: dsa: assign a bridge number even without TX forwarding offload by Vladimir Oltean · 3 years, 1 month ago
  10. 3f9bb03 net: dsa: make dp->bridge_num one-based by Vladimir Oltean · 3 years, 1 month ago
  11. 338a3a47 net: dsa: introduce locking for the address lists on CPU and DSA ports by Vladimir Oltean · 3 years, 2 months ago
  12. 2d7e73f Revert "Merge branch 'dsa-rtnl'" by David S. Miller · 3 years, 2 months ago
  13. d3bd892 net: dsa: introduce locking for the address lists on CPU and DSA ports by Vladimir Oltean · 3 years, 2 months ago
  14. bdfa75a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 2 months ago
  15. 65c563a net: dsa: do not open-code dsa_switch_for_each_port by Vladimir Oltean · 3 years, 2 months ago
  16. d0004a0 net: dsa: remove the "dsa_to_port in a loop" antipattern from the core by Vladimir Oltean · 3 years, 2 months ago
  17. ba69fd9 net: dsa: Fix an error handling path in 'dsa_switch_parse_ports_of()' by Christophe JAILLET · 3 years, 2 months ago
  18. e15f597 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 2 months ago
  19. 39e222b net: dsa: unregister cross-chip notifier after ds->ops->teardown by Vladimir Oltean · 3 years, 3 months ago
  20. 1951b3f net: dsa: hold rtnl_lock in dsa_switch_setup_tag_protocol by Vladimir Oltean · 3 years, 3 months ago
  21. 1bec0f0 net: dsa: fix bridge_num not getting cleared after ports leaving the bridge by Vladimir Oltean · 3 years, 3 months ago
  22. bd936bd net: dsa: Move devlink registration to be last devlink command by Leon Romanovsky · 3 years, 3 months ago
  23. 2fcd14d Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 3 months ago
  24. db4278c devlink: Make devlink_register to be void by Leon Romanovsky · 3 years, 3 months ago
  25. 5135e96 net: dsa: don't allocate the slave_mii_bus using devres by Vladimir Oltean · 3 years, 3 months ago
  26. e5845aa net: dsa: fix dsa_tree_setup error path by Vladimir Oltean · 3 years, 3 months ago
  27. fd292c1 net: dsa: tear down devlink port regions when tearing down the devlink port on error by Vladimir Oltean · 3 years, 3 months ago
  28. 0650bf5 net: dsa: be compatible with masters which unregister on shutdown by Vladimir Oltean · 3 years, 3 months ago
  29. a57d8c21 net: dsa: flush switchdev workqueue before tearing down CPU/DSA ports by Vladimir Oltean · 3 years, 3 months ago
  30. f5e165e net: dsa: track unique bridge numbers across all DSA switch trees by Vladimir Oltean · 3 years, 4 months ago
  31. 724395f net: dsa: tag_8021q: don't broadcast during setup/teardown by Vladimir Oltean · 3 years, 5 months ago
  32. 919d13a devlink: Set device as early as possible by Leon Romanovsky · 3 years, 5 months ago
  33. 2c0b032 net: dsa: give preference to local CPU ports by Vladimir Oltean · 3 years, 5 months ago
  34. 0e8eb9a net: dsa: rename teardown_default_cpu to teardown_cpu_ports by Vladimir Oltean · 3 years, 5 months ago
  35. 123abc06 net: dsa: add support for bridge TX forwarding offload by Vladimir Oltean · 3 years, 5 months ago
  36. 5b22d36 net: dsa: track the number of switches in a tree by Vladimir Oltean · 3 years, 5 months ago
  37. 3f6e32f net: dsa: reference count the FDB addresses at the cross-chip notifier level by Vladimir Oltean · 3 years, 6 months ago
  38. 161ca59 net: dsa: reference count the MDB entries at the cross-chip notifier level by Vladimir Oltean · 3 years, 6 months ago
  39. a898668 net: dsa: export the dsa_port_is_{user,cpu,dsa} helpers by Vladimir Oltean · 3 years, 6 months ago
  40. 8674f8d net: dsa: assert uniqueness of dsa,member properties by Vladimir Oltean · 3 years, 6 months ago
  41. deff710 net: dsa: Allow default tag protocol to be overridden from DT by Tobias Waldekranz · 3 years, 8 months ago
  42. 83216e3 of: net: pass the dst buffer to of_get_mac_address() by Michael Walle · 3 years, 9 months ago
  43. fb6ec87 net: dsa: Fix type was not set for devlink port by Maxim Kochetkov · 3 years, 9 months ago
  44. e0c755a net: dsa: don't assign an error value to tag_ops by George McCollister · 3 years, 9 months ago
  45. dc9d875 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 11 months ago
  46. 8fd54a7 net: dsa: call teardown method on probe failure by Vladimir Oltean · 3 years, 11 months ago
  47. 53da0eb net: dsa: allow changing the tag protocol via the "tagging" device attribute by Vladimir Oltean · 4 years ago
  48. 357f203 net: dsa: keep a copy of the tagging protocol in the DSA switch tree by Vladimir Oltean · 4 years ago
  49. 886f8e2 net: dsa: document the existing switch tree notifiers and add a new one by Vladimir Oltean · 4 years ago
  50. 2a6ef76 net: dsa: add ops for devlink-sb by Vladimir Oltean · 4 years ago
  51. 0ee2af4 net: dsa: set configure_vlan_while_not_filtering to true by default by Vladimir Oltean · 4 years ago
  52. 1d9f03c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years ago
  53. 058102a net: dsa: Link aggregation support by Tobias Waldekranz · 4 years ago
  54. 91158e1 net: dsa: clear devlink port type before unregistering slave netdevs by Vladimir Oltean · 4 years ago
  55. 8209f5b net: dsa: print error on invalid port index by Rafał Miłecki · 4 years ago
  56. 3122433 net: dsa: Register devlink ports before calling DSA driver setup() by Andrew Lunn · 4 years, 3 months ago
  57. f15ec13 net: dsa: Make use of devlink port flavour unused by Andrew Lunn · 4 years, 3 months ago
  58. 0f06b85 net: dsa: wire up devlink info get by Andrew Lunn · 4 years, 3 months ago
  59. 85e05d2 net: dsa: of: Allow ethernet-ports as encapsulating node by Kurt Kanzenbach · 4 years, 5 months ago
  60. 71ad8d5 devlink: Replace devlink_port_attrs_set parameters with a struct by Danielle Ratson · 4 years, 6 months ago
  61. 3b7bc1f net: dsa: introduce a dsa_switch_find function by Vladimir Oltean · 4 years, 8 months ago
  62. 86f8b1c net: dsa: Do not make user port errors fatal by Florian Fainelli · 4 years, 8 months ago
  63. bff33f7 net: dsa: implement auto-normalization of MTU for bridge hardware datapath by Vladimir Oltean · 4 years, 9 months ago
  64. 6dc43cd net: dsa: Fix use-after-free in probing of DSA switch tree by Vladimir Oltean · 5 years ago
  65. 4d77648 net: dsa: Get information about stacked DSA protocol by Florian Fainelli · 5 years ago
  66. 4e2ce6e net: dsa: make unexported dsa_link_touch() static by Ben Dooks (Codethink) · 5 years ago
  67. c058f6d net: dsa: Fix use after free in dsa_switch_remove() by Florian Fainelli · 5 years ago
  68. 27d4d19 net: dsa: remove limitation of switch index value by Vivien Didelot · 5 years ago
  69. 8e5cb84 net: dsa: remove tree functions related to switches by Vivien Didelot · 5 years ago
  70. 9c8ad1a net: dsa: remove the dst->ds array by Vivien Didelot · 5 years ago
  71. 3774ecd net: dsa: remove switch routing table setup code by Vivien Didelot · 5 years ago
  72. 96252b8 net: dsa: remove ds->rtable by Vivien Didelot · 5 years ago
  73. c5f5176 net: dsa: list DSA links in the fabric by Vivien Didelot · 5 years ago
  74. 6b29752 net: dsa: Add support for devlink device parameters by Andrew Lunn · 5 years ago
  75. 556f124 net: dsa: fix dereference on ds->dev before null check error by Colin Ian King · 5 years ago
  76. 7e99e34 net: dsa: remove dsa_switch_alloc helper by Vivien Didelot · 5 years ago
  77. 05f294a net: dsa: allocate ports on touch by Vivien Didelot · 5 years ago
  78. da4561c net: dsa: use ports list to setup default CPU port by Vivien Didelot · 5 years ago
  79. c0b7362 net: dsa: use ports list to find first CPU port by Vivien Didelot · 5 years ago
  80. 0cfec58 net: dsa: use ports list to setup multiple master devices by Vivien Didelot · 5 years ago
  81. 764b7e6 net: dsa: use ports list to find a port by node by Vivien Didelot · 5 years ago
  82. 86bfb2c net: dsa: use ports list for routing table setup by Vivien Didelot · 5 years ago
  83. fb35c60 net: dsa: use ports list to setup switches by Vivien Didelot · 5 years ago
  84. ab8ccae net: dsa: add ports list in the switch fabric by Vivien Didelot · 5 years ago
  85. 68bb8ea net: dsa: use dsa_to_port helper everywhere by Vivien Didelot · 5 years ago
  86. 50c7d2ba net: dsa: fix switch tree list by Vivien Didelot · 5 years ago
  87. 1bab8d4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  88. 23426a2 net: dsa: Fix load order between DSA drivers and taggers by Andrew Lunn · 5 years ago
  89. 4ba0ebb net: dsa: Fix off-by-one number of calls to devlink_port_unregister by Vladimir Oltean · 5 years ago
  90. e65d45c net: dsa: remove bitmap operations by Vivien Didelot · 5 years ago
  91. 0394a63 net: dsa: enable and disable all ports by Vivien Didelot · 5 years ago
  92. 955222c net: dsa: use a single switch statement for port setup by Vivien Didelot · 5 years ago
  93. 5e3f847 net: dsa: Add teardown callback for drivers by Vladimir Oltean · 6 years ago
  94. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  95. e70c7aa net: dsa: Add error path handling in dsa_tree_setup() by Ioana Ciornei · 6 years ago
  96. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  97. cc1939e net: dsa: Allow drivers to filter packets they can decode source port from by Vladimir Oltean · 6 years ago
  98. b2243b3 net: dsa: Call driver's setup callback after setting up its switchdev notifier by Vladimir Oltean · 6 years ago
  99. 4dad81e dsa: Add stub tag driver put method by Andrew Lunn · 6 years ago
  100. c39e2a1 dsa: Rename dsa_resolve_tag_protocol() to _get ready for locking by Andrew Lunn · 6 years ago