1. 89153ed net: dsa: propagate extack to .port_vlan_filtering by Vladimir Oltean · 4 years ago
  2. 31046a5 net: dsa: propagate extack to .port_vlan_add by Vladimir Oltean · 4 years ago
  3. a8b659e net: dsa: act as passthrough for bridge port flags by Vladimir Oltean · 4 years ago
  4. e18f4c1 net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributes by Vladimir Oltean · 4 years ago
  5. 5e38c15 net: dsa: configure better brport flags when ports leave the bridge by Vladimir Oltean · 4 years ago
  6. 18596f5 net: dsa: add support for offloading HSR by George McCollister · 4 years ago
  7. 53da0eb net: dsa: allow changing the tag protocol via the "tagging" device attribute by Vladimir Oltean · 4 years ago
  8. 886f8e2 net: dsa: document the existing switch tree notifiers and add a new one by Vladimir Oltean · 4 years ago
  9. 058102a net: dsa: Link aggregation support by Tobias Waldekranz · 4 years ago
  10. 77b6136 net: dsa: remove the transactional logic from ageing time notifiers by Vladimir Oltean · 4 years ago
  11. bae33f2 net: switchdev: remove the transaction structure from port attributes by Vladimir Oltean · 4 years ago
  12. ffb68fc net: switchdev: remove the transaction structure from port object notifiers by Vladimir Oltean · 4 years ago
  13. 2e554a7 net: dsa: propagate switchdev vlan_filtering prepare phase to drivers by Vladimir Oltean · 4 years, 4 months ago
  14. adb256e net: dsa: allow 8021q uppers while the bridge has vlan_filtering=0 by Vladimir Oltean · 4 years, 4 months ago
  15. 707ec38 net: dsa: refuse configuration in prepare phase of dsa_port_vlan_filtering() by Vladimir Oltean · 4 years, 4 months ago
  16. 8823659 Revert "net: dsa: Add more convenient functions for installing port VLANs" by Vladimir Oltean · 4 years, 4 months ago
  17. 54a0ed0 net: dsa: provide an option for drivers to always receive bridge VLANs by Russell King · 4 years, 8 months ago
  18. f66a6a6 net: dsa: permit cross-chip bridging between all trees in the system by Vladimir Oltean · 4 years, 8 months ago
  19. 3be98b2 net: dsa: Down cpu/dsa ports phylink will control by Andrew Lunn · 4 years, 9 months ago
  20. bfcb813 net: dsa: configure the MTU for switch ports by Vladimir Oltean · 4 years, 10 months ago
  21. 87615c96 net: dsa: warn if phylink_mac_link_state returns error by Russell King · 4 years, 10 months ago
  22. 1d34357 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
  23. a20f997 net: dsa: Don't instantiate phylink for CPU/DSA ports unless needed by Andrew Lunn · 4 years, 10 months ago
  24. 8640f8d net: dsa: fix phylink_start()/phylink_stop() calls by Russell King · 4 years, 11 months ago
  25. 5b502a7 net: dsa: propagate resolved link config via mac_link_up() by Russell King · 5 years ago
  26. 91a208f net: phylink: propagate resolved link config via mac_link_up() by Russell King · 5 years ago
  27. 787cac3 net: dsa: Pass pcs_poll flag from driver to PHYLINK by Vladimir Oltean · 5 years ago
  28. 8ae6749 net: dsa: Make PHYLINK related function static again by Florian Fainelli · 5 years ago
  29. d46b7e4 net: phylink: rename mac_link_state() op to mac_pcs_get_state() by Russell King · 5 years ago
  30. 0c65b2b net: of_get_phy_mode: Change API to solve int/unit warnings by Andrew Lunn · 5 years ago
  31. c5335d7 net: dsa: check bridge VLAN in slave operations by Vivien Didelot · 5 years ago
  32. cf36086 net: dsa: do not skip -EOPNOTSUPP in dsa_port_vid_add by Vivien Didelot · 5 years ago
  33. 00843d9 net: dsa: remove calls to genphy_config_init by Heiner Kallweit · 5 years ago
  34. 08cc83c net: dsa: add support for BRIDGE_MROUTER attribute by Vivien Didelot · 6 years ago
  35. 14aafbd net: dsa: do not check orig_dev in vlan del by Vivien Didelot · 6 years ago
  36. 2131fba net: dsa: Deal with non-existing PHY/fixed-link by Florian Fainelli · 6 years ago
  37. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  38. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  39. 0e27921 net: dsa: Use PHYLINK for the CPU/DSA ports by Ioana Ciornei · 6 years ago
  40. 77373d4 net: dsa: Move the phylink driver calls into port.c by Ioana Ciornei · 6 years ago
  41. 146c1be net: dsa: Export symbols for dsa_port_vid_{add, del} by Vladimir Oltean · 6 years ago
  42. 314f76d net: dsa: Add more convenient functions for installing port VLANs by Vladimir Oltean · 6 years ago
  43. ec9121e net: dsa: Skip calling .port_vlan_filtering on no change by Vladimir Oltean · 6 years ago
  44. 14574676 net: dsa: Keep the vlan_filtering setting in dsa_switch if it's global by Vladimir Oltean · 6 years ago
  45. 8f5d16f net: dsa: Be aware of switches where VLAN filtering is a global setting by Vladimir Oltean · 6 years ago
  46. 33162e9 net: dsa: Store vlan_filtering as a property of dsa_port by Vladimir Oltean · 6 years ago
  47. 9eb3591 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  48. 9919a36 net: dsa: fix a leaked reference by adding missing of_node_put by Wen Yang · 6 years ago
  49. 75104db dsa: Remove phydev parameter from disable_port call by Andrew Lunn · 6 years ago
  50. 70f3522 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  51. 061f6a5 net: dsa: Add ndo_vlan_rx_{add, kill}_vid implementation by Florian Fainelli · 6 years ago
  52. ea87005 net: dsa: Add setter for SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS by Florian Fainelli · 6 years ago
  53. c138806 net: dsa: enable flooding for bridge ports by Russell King · 6 years ago
  54. 5765279 net: dsa: add support for bridge flags by Russell King · 6 years ago
  55. 9c2054a net: dsa: fix unintended change of bridge interface STP state by Russell King · 6 years ago
  56. ab4a168 rocker, dsa, ethsw: Don't filter VLAN events on bridge itself by Petr Machata · 6 years ago
  57. da0efa8 dsa: port: Ignore bridge VLAN events by Petr Machata · 7 years ago
  58. cf96357 net: dsa: Allow providing PHY statistics from CPU port by Florian Fainelli · 7 years ago
  59. 6207a78 net: dsa: Add helper function to obtain PHY device of a given port by Florian Fainelli · 7 years ago
  60. 3361536 net: dsa: Support internal phy on 'cpu' port by Sebastian Reichel · 7 years ago
  61. 2ea7a67 net: dsa: Don't add vlans when vlan filtering is disabled by Andrew Lunn · 7 years ago
  62. bb9f60317 net: dsa: add more const attributes by Andrew Lunn · 7 years ago
  63. 57ab1ca net: dsa: move fixed link registration helpers by Vivien Didelot · 7 years ago
  64. fb8a6a2 net: dsa: add port enable and disable helpers by Vivien Didelot · 7 years ago
  65. de40fc5 net: dsa: add port fdb dump by Vivien Didelot · 7 years ago
  66. 2bedde1 net: dsa: Move FDB dump implementation inside DSA by Arkadi Sharshevsky · 7 years ago
  67. dc0cbff net: dsa: Remove redundant MDB dump support by Arkadi Sharshevsky · 7 years ago
  68. c069fcd net: dsa: Remove support for bypass bridge port attributes/vlan set by Arkadi Sharshevsky · 7 years ago
  69. 2acf4e6 net: dsa: Remove switchdev dependency from DSA switch notifier chain by Arkadi Sharshevsky · 7 years ago
  70. 1b6dd55 net: dsa: Remove prepare phase for FDB by Arkadi Sharshevsky · 7 years ago
  71. 64dba23 net: dsa: support cross-chip ageing time by Vivien Didelot · 8 years ago
  72. d0c627b net: dsa: add VLAN notifier by Vivien Didelot · 8 years ago
  73. 8ae5bcd net: dsa: add MDB notifier by Vivien Didelot · 8 years ago
  74. 685fb6a net: dsa: add FDB notifier by Vivien Didelot · 8 years ago
  75. 1faabf7 net: dsa: add notifier for ageing time by Vivien Didelot · 8 years ago
  76. 076e713 net: dsa: move VLAN handlers by Vivien Didelot · 8 years ago
  77. 3a9afea net: dsa: move MDB handlers by Vivien Didelot · 8 years ago
  78. d1cffff net: dsa: move FDB handlers by Vivien Didelot · 8 years ago
  79. d87bd94 net: dsa: move ageing time setter by Vivien Didelot · 8 years ago
  80. 4d61d30 net: dsa: move VLAN filtering setter by Vivien Didelot · 8 years ago
  81. cfbed32 net: dsa: move bridging routines by Vivien Didelot · 8 years ago
  82. a40c175 net: dsa: move port state setters by Vivien Didelot · 8 years ago