1. 34a79f6 net: dsa: support switchdev ageing time attr by Vivien Didelot · 8 years ago
  2. d390238 net: dsa: initialize the routing table by Vivien Didelot · 8 years ago
  3. 0c73c52 net: dsa: Initialize CPU port ethtool ops per tree by Florian Fainelli · 8 years ago
  4. 83c0afa net: dsa: Add new binding implementation by Andrew Lunn · 8 years ago
  5. 39a7f2a net: dsa: Refactor selection of tag ops into a function by Andrew Lunn · 8 years ago
  6. 66472fc net: dsa: Copy the routing table into the switch structure by Andrew Lunn · 8 years ago
  7. 4a7704f net: dsa: Remove dynamic allocate of routing table by Andrew Lunn · 8 years ago
  8. 189b0d9 net: dsa: Move port device node into port structure by Andrew Lunn · 8 years ago
  9. c8b0980 net: dsa: Add a ports structure and use it in the switch structure by Andrew Lunn · 8 years ago
  10. ff04955 dsa: Rename switch chip data to cd by Andrew Lunn · 8 years ago
  11. c33063d dsa: Remove master_dev from switch structure by Andrew Lunn · 8 years ago
  12. 52638f7 dsa: Move gpio reset into switch driver by Andrew Lunn · 8 years ago
  13. badf3ad net: dsa: Provide CPU port statistics to master netdev by Florian Fainelli · 8 years ago
  14. c60c984 net: dsa: remove tag_protocol from dsa_switch by Vivien Didelot · 8 years ago
  15. 0209d14 net: dsa: constify probed name by Vivien Didelot · 8 years ago
  16. 74c3e2a dsa: Rename phys_port_mask to enabled_port_mask by Andrew Lunn · 8 years ago
  17. 5feebd0 net: dsa: Remove allocation of driver private memory by Andrew Lunn · 8 years ago
  18. 7543a6d net: dsa: Have the switch driver allocate there own private memory by Andrew Lunn · 8 years ago
  19. bbb8d79 net: dsa: Pass the dsa device to the switch drivers by Andrew Lunn · 8 years ago
  20. 4d5770b net: dsa: make the VLAN add function return void by Vivien Didelot · 8 years ago
  21. 8497aa6 net: dsa: make the FDB add function return void by Vivien Didelot · 8 years ago
  22. 43c44a9 net: dsa: make the STP state function return void by Vivien Didelot · 8 years ago
  23. 16bfa70 net: dsa: make port_bridge_leave return void by Vivien Didelot · 8 years ago
  24. 71327a4 net: dsa: rename port_*_bridge routines by Vivien Didelot · 8 years ago
  25. fb2daba net: dsa: support VLAN filtering switchdev attr by Vivien Didelot · 8 years ago
  26. 477b184 net: dsa: drop vlan_getnext by Vivien Didelot · 8 years ago
  27. 65aebfc net: dsa: add port_vlan_dump routine by Vivien Didelot · 8 years ago
  28. a669275 net: dsa: pass bridge down to drivers by Vivien Didelot · 8 years ago
  29. 4baee937 net: dsa: remove DSA link polling by Neil Armstrong · 9 years ago
  30. cc30c16 net: dsa: Add support for a switch reset gpio by Andrew Lunn · 9 years ago
  31. 76e398a net: dsa: use switchdev obj for VLAN add/del ops by Vivien Didelot · 9 years ago
  32. 1a49a2f net: dsa: remove port_fdb_getnext by Vivien Didelot · 9 years ago
  33. ea70ba9 net: dsa: add port_fdb_dump function by Vivien Didelot · 9 years ago
  34. 8057b3e net: dsa: use switchdev obj in port_fdb_del by Vivien Didelot · 9 years ago
  35. 1f36faf net: dsa: push prepare phase in port_fdb_add by Vivien Didelot · 9 years ago
  36. 146a320 net: dsa: add port_fdb_prepare by Vivien Didelot · 9 years ago
  37. 60045cb net: dsa: Add dsa_is_dsa_port() helper by Andrew Lunn · 9 years ago
  38. 1114953 net: dsa: add support for switchdev VLAN objects by Vivien Didelot · 9 years ago
  39. 2a778e1 net: dsa: change FDB routines prototypes by Vivien Didelot · 9 years ago
  40. cdf0969 Revert "Merge branch 'mv88e6xxx-switchdev-fdb'" by David S. Miller · 9 years ago
  41. 55045dd net: dsa: add support for switchdev FDB objects by Vivien Didelot · 9 years ago
  42. 339d826 net: dsa: Add basic framework to support ndo_fdb functions by Guenter Roeck · 9 years ago
  43. 769a020 net: dsa: utilize of_find_net_device_by_node by Florian Fainelli · 9 years ago
  44. 5929903 net: dsa: let switches specify their tagging protocol by Florian Fainelli · 9 years ago
  45. d79d210 net: dsa: Introduce dsa_is_port_initialized by Guenter Roeck · 9 years ago
  46. b73adef net: dsa: integrate with SWITCHDEV for HW bridging by Florian Fainelli · 9 years ago
  47. 3d762a0 net: dsa: Add support for reading switch registers with ethtool by Guenter Roeck · 10 years ago
  48. 6793abb net: dsa: Add support for switch EEPROM access by Guenter Roeck · 10 years ago
  49. 51579c3 net: dsa: Add support for reporting switch chip temperatures by Guenter Roeck · 10 years ago
  50. a282054 net: dsa: add includes for ethtool and phy_fixed definitions by Florian Fainelli · 10 years ago
  51. 7905288 net: dsa: allow switches driver to implement get/set EEE by Florian Fainelli · 10 years ago
  52. b2f2af2 net: dsa: allow enabling and disable switch ports by Florian Fainelli · 10 years ago
  53. 19e57c4 net: dsa: add {get, set}_wol callbacks to slave devices by Florian Fainelli · 10 years ago
  54. 2446254 net: dsa: allow switch drivers to implement suspend/resume hooks by Florian Fainelli · 10 years ago
  55. 6819563 net: dsa: allow switch drivers to specify phy_device::dev_flags by Florian Fainelli · 10 years ago
  56. b4d2394 dsa: Replace mii_bus with a generic host device by Alexander Duyck · 10 years ago
  57. 5075314 dsa: Split ops up, and avoid assigning tag_protocol and receive separately by Alexander Duyck · 10 years ago
  58. ac7a04c net: dsa: change tag_protocol to an enum by Florian Fainelli · 10 years ago
  59. 5037d53 net: dsa: add Broadcom tag RX/TX handler by Florian Fainelli · 10 years ago
  60. ce31b31 net: dsa: allow updating fixed PHY link information by Florian Fainelli · 10 years ago
  61. ec9436b net: dsa: allow drivers to do link adjustment by Florian Fainelli · 10 years ago
  62. 5aed85c net: dsa: allow switches to work without tagging by Florian Fainelli · 10 years ago
  63. 0d8bcdd net: dsa: allow for more complex PHY setups by Florian Fainelli · 10 years ago
  64. bd47497 net: dsa: retain a per-port device_node pointer by Florian Fainelli · 10 years ago
  65. fa981d9 net: dsa: provide a switch device device tree node pointer by Florian Fainelli · 10 years ago
  66. 3e8a72d net: dsa: reduce number of protocol hooks by Florian Fainelli · 10 years ago
  67. 7fa857e net: dsa: add ds_to_priv by Florian Fainelli · 10 years ago
  68. ea1f51b dsa: Include linux/if_ether.h to fix build error by Axel Lin · 13 years ago
  69. c8f0b86 dsa: Move all definitions needed by drivers into <net/dsa.h> by Ben Hutchings · 13 years ago
  70. cf50dcc dsa: Change dsa_uses_{dsa, trailer}_tags() into inline functions by Ben Hutchings · 13 years ago
  71. e84665c dsa: add switch chip cascading support by Lennert Buytenhek · 15 years ago
  72. 396138f0 dsa: add support for Trailer tagging format by Lennert Buytenhek · 16 years ago
  73. cf85d08 dsa: add support for original DSA tagging format by Lennert Buytenhek · 16 years ago
  74. 91da11f net: Distributed Switch Architecture protocol support by Lennert Buytenhek · 16 years ago