1. f772148 net: dsa: ksz: Select KSZ protocol tag by Codrin Ciubotariu · 4 years, 10 months ago
  2. 469b390 net: dsa: microchip: use delayed_work instead of timer + work by George McCollister · 4 years, 11 months ago
  3. f8c2afa net: dsa: microchip: enable module autoprobe by Razvan Stefanescu · 5 years ago
  4. 4d77648 net: dsa: Get information about stacked DSA protocol by Florian Fainelli · 5 years ago
  5. 0c65b2b net: of_get_phy_mode: Change API to solve int/unit warnings by Andrew Lunn · 5 years ago
  6. 7e99e34 net: dsa: remove dsa_switch_alloc helper by Vivien Didelot · 5 years ago
  7. 2f18439 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  8. 013572a net: dsa: microchip: Add shared regmap mutex by Marek Vasut · 5 years ago
  9. 7f238ca net: dsa: microchip: Do not reinit mutexes on KSZ87xx by Marek Vasut · 5 years ago
  10. b31141d net: dsa: microchip: Use the correct style for SPDX License Identifier by Nishad Kamdar · 5 years ago
  11. 59d5578 net: dsa: ksz9477: fix platform_no_drv_owner.cocci warning by YueHaibing · 5 years ago
  12. a3aa6e6 net: dsa: microchip: Always set regmap stride to 1 by Marek Vasut · 5 years ago
  13. 9b2d9f0 net: dsa: microchip: add ksz9567 to ksz9477 driver by George McCollister · 5 years ago
  14. 20e0377 net: dsa: microchip: add KSZ9477 I2C driver by Tristram Ha · 5 years ago
  15. 765b759 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  16. d9033ae net: dsa: microchip: add KSZ8563 compatibility string by Razvan Stefanescu · 5 years ago
  17. 5f81d54 net: dsa: microchip: fill regmap_config name by George McCollister · 5 years ago
  18. 74be4ba net: dsa: do not enable or disable non user ports by Vivien Didelot · 5 years ago
  19. 267df70 net: dsa: ksz: Drop NET_DSA_TAG_KSZ9477 by Marek Vasut · 5 years ago
  20. 6a7abc6 net: dsa: ksz: Merge ksz_priv.h into ksz_common.h by Marek Vasut · 5 years ago
  21. ffc60b5 net: dsa: ksz: Remove dead code and fix warnings by Marek Vasut · 5 years ago
  22. e66f840 net: dsa: ksz: Add Microchip KSZ8795 DSA driver by Tristram Ha · 5 years ago
  23. d96ff26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  24. ee353e4 net: dsa: microchip: Replace bit RMW with regmap by Marek Vasut · 6 years ago
  25. 3371efb net: dsa: microchip: Replace ksz9477_wait_alu_sta_ready polling with regmap by Marek Vasut · 6 years ago
  26. ef53419 net: dsa: microchip: Replace ksz9477_wait_alu_ready polling with regmap by Marek Vasut · 6 years ago
  27. 0f9c36e net: dsa: microchip: Replace ksz9477_wait_vlan_ctrl_ready polling with regmap by Marek Vasut · 6 years ago
  28. 1c1eb58 net: dsa: microchip: Replace ad-hoc polling with regmap by Marek Vasut · 6 years ago
  29. d4bcd99 net: dsa: microchip: Replace ad-hoc bit manipulation with regmap by Marek Vasut · 6 years ago
  30. 255b59a net: dsa: microchip: Factor out regmap config generation into common header by Marek Vasut · 6 years ago
  31. ee394fe net: dsa: microchip: Dispose of ksz_io_ops by Marek Vasut · 6 years ago
  32. 46558d6 net: dsa: microchip: Initial SPI regmap support by Marek Vasut · 6 years ago
  33. ff509da net: dsa: microchip: Factor out register access opcode generation by Marek Vasut · 6 years ago
  34. 5ce9676 net: dsa: microchip: Use PORT_CTRL_ADDR() instead of indirect function call by Marek Vasut · 6 years ago
  35. bafea01 net: dsa: microchip: Move ksz_cfg and ksz_port_cfg to ksz9477.c by Marek Vasut · 6 years ago
  36. 860cbe9 net: dsa: microchip: Inline ksz_spi.h by Marek Vasut · 6 years ago
  37. 78e4e32 net: dsa: microchip: Remove ksz_{get,set}() by Marek Vasut · 6 years ago
  38. 7797278 net: dsa: microchip: Remove ksz_{read,write}24() by Marek Vasut · 6 years ago
  39. 22e72b5 net: dsa: microchip: Use gpiod_set_value_cansleep() by Marek Vasut · 6 years ago
  40. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  41. 79c8bd1 net: dsa: microchip: Support optional 125MHz SYNCLKO output by Robert Hancock · 6 years ago
  42. 1fc3319 net: dsa: microchip: Add PHY errata workarounds by Robert Hancock · 6 years ago
  43. 6bb9e37 net: dsa: microchip: Don't try to read stats for unused ports by Robert Hancock · 6 years ago
  44. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  45. 0fd1284 net: dsa: microchip: mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  46. 8c29beb net: dsa: microchip: add KSZ9893 switch support by Tristram Ha · 6 years ago
  47. 75104db dsa: Remove phydev parameter from disable_port call by Andrew Lunn · 6 years ago
  48. 7049f9b5 net: dsa: microchip: add port_cleanup function by Tristram Ha · 6 years ago
  49. 6ca5081 net: dsa: microchip: remove unnecessary include headers by Tristram Ha · 6 years ago
  50. c30d894 net: dsa: microchip: get port link status by Tristram Ha · 6 years ago
  51. 7c6ff47 net: dsa: microchip: add MIB counter reading support by Tristram Ha · 6 years ago
  52. 42fc6a4 net: dsa: microchip: prepare PHY for proper advertisement by Tristram Ha · 6 years ago
  53. cbd72b4 net: dsa: microchip: add switch offload forwarding support by Tristram Ha · 6 years ago
  54. a09b42b net: dsa: microchip: Drop unused GPIO includes by Linus Walleij · 6 years ago
  55. 962ad71 net: dsa: microchip: fix unicast frame leak by Tristram Ha · 6 years ago
  56. 39d6b96 net: dsa: ksz: Rename NET_DSA_TAG_KSZ to _KSZ9477 by Tristram Ha · 6 years ago
  57. 924352c net: dsa: ksz: Add reset GPIO handling by Marek Vasut · 6 years ago
  58. 84bd190 net: dsa: microchip: rename ksz_9477_reg.h to ksz9477_reg.h by Tristram Ha · 6 years ago
  59. c2e8669 net: dsa: microchip: break KSZ9477 DSA driver into two files by Tristram Ha · 6 years ago
  60. 74a7194 net: dsa: microchip: rename ksz_spi.c to ksz9477_spi.c by Tristram Ha · 6 years ago
  61. 3535927 net: dsa: microchip: rename some functions with ksz9477 prefix by Tristram Ha · 6 years ago
  62. 9bc981c net: dsa: microchip: clean up code by Tristram Ha · 6 years ago
  63. 5b79c72 net: dsa: microchip: replace license with GPL by Tristram Ha · 6 years ago
  64. 284fb78 net: dsa: microchip: initialize mutex before use by Tristram Ha · 6 years ago
  65. 4531681 net: dsa: add support for ksz9897 ethernet switch by Lad, Prabhakar · 6 years ago
  66. 89f0904 net: dsa: Pass stringset to ethtool operations by Florian Fainelli · 7 years ago
  67. 88c0605 dsa: Pass the port to get_sset_count() by Andrew Lunn · 7 years ago
  68. 3709aad net: dsa: remove trans argument from mdb ops by Vivien Didelot · 7 years ago
  69. 80e0236 net: dsa: remove trans argument from vlan ops by Vivien Didelot · 7 years ago
  70. 5ed4e3e net: dsa: Pass a port to get_tag_protocol() by Florian Fainelli · 7 years ago
  71. 2bedde1 net: dsa: Move FDB dump implementation inside DSA by Arkadi Sharshevsky · 7 years ago
  72. 180b072e net: dsa: Remove support for MDB dump from DSA's drivers by Arkadi Sharshevsky · 7 years ago
  73. a0b6b8c net: dsa: Remove support for vlan dump from DSA's drivers by Arkadi Sharshevsky · 7 years ago
  74. 1b6dd55 net: dsa: Remove prepare phase for FDB by Arkadi Sharshevsky · 7 years ago
  75. 6c2c1dc net: dsa: Change DSA slave FDB API to be switchdev independent by Arkadi Sharshevsky · 7 years ago
  76. b987e98 dsa: add DSA switch driver for Microchip KSZ9477 by Woojung Huh · 8 years ago