1. ef13683 net: dsa: rtl8365mb: set RGMII RX delay in steps of 0.3 ns by Alvin Šipraga · 3 years, 2 months ago
  2. 1ecab93 net: dsa: rtl8365mb: fix garbled comment by Alvin Šipraga · 3 years, 2 months ago
  3. b014861 net: dsa: realtek-smi: don't log an error on EPROBE_DEFER by Alvin Šipraga · 3 years, 2 months ago
  4. 93d5404 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 2 months ago
  5. b3612cc net: dsa: microchip: implement multi-bridge support by Oleksij Rempel · 3 years, 2 months ago
  6. 8abe197 net: dsa: felix: enable cut-through forwarding between ports by default by Vladimir Oltean · 3 years, 2 months ago
  7. 4636440 net: dsa: qca8k: Fix spelling mistake "Mismateched" -> "Mismatched" by Colin Ian King · 3 years, 2 months ago
  8. 0898ca6 net: dsa: qca8k: fix warning in LAG feature by Ansuel Smith · 3 years, 2 months ago
  9. def9753 net: dsa: qca8k: add LAG support by Ansuel Smith · 3 years, 2 months ago
  10. 2c1bdbc net: dsa: qca8k: add support for mirror mode by Ansuel Smith · 3 years, 2 months ago
  11. ba8f870 net: dsa: qca8k: add support for mdb_add/del by Ansuel Smith · 3 years, 2 months ago
  12. 6a3bdc5 net: dsa: qca8k: add set_ageing_time support by Ansuel Smith · 3 years, 2 months ago
  13. 4592538 net: dsa: qca8k: add support for port fast aging by Ansuel Smith · 3 years, 2 months ago
  14. c126f11 net: dsa: qca8k: add additional MIB counter and make it dynamic by Ansuel Smith · 3 years, 2 months ago
  15. 8b5f3f2 net: dsa: qca8k: initial conversion to regmap helper by Ansuel Smith · 3 years, 2 months ago
  16. 36b8af1 net: dsa: qca8k: move regmap init in probe and set it mandatory by Ansuel Smith · 3 years, 2 months ago
  17. 994c28b net: dsa: qca8k: remove extra mutex_init in qca8k_setup by Ansuel Smith · 3 years, 2 months ago
  18. 90ae68b net: dsa: qca8k: convert to GENMASK/FIELD_PREP/FIELD_GET by Ansuel Smith · 3 years, 2 months ago
  19. b9133f3 net: dsa: qca8k: remove redundant check in parse_port_config by Ansuel Smith · 3 years, 2 months ago
  20. 65258b9 net: dsa: qca8k: fix MTU calculation by Robert Marko · 3 years, 2 months ago
  21. 3b00a07 net: dsa: qca8k: fix internal delay applied to the wrong PAD config by Ansuel Smith · 3 years, 2 months ago
  22. a7e13ed net: dsa: felix: restrict psfp rules on ingress port by Xiaoliang Yang · 3 years, 2 months ago
  23. 76c13ed net: dsa: felix: use vcap policer to set flow meter for psfp by Xiaoliang Yang · 3 years, 2 months ago
  24. 77043c3 net: mscc: ocelot: use index to set vcap policer by Xiaoliang Yang · 3 years, 2 months ago
  25. 23ae3a7 net: dsa: felix: add stream gate settings for psfp by Xiaoliang Yang · 3 years, 2 months ago
  26. 7d4b564 net: dsa: felix: support psfp filter on vsc9959 by Xiaoliang Yang · 3 years, 2 months ago
  27. e99fa42 net: dsa: vsc73xxx: Make vsc73xx_remove() return void by Uwe Kleine-König · 3 years, 2 months ago
  28. dc2fc9f net: dsa: mv88e6xxx: Don't support >1G speeds on 6191X on ports other than 10 by Marek Behún · 3 years, 3 months ago
  29. 92f6248 net: dsa: felix: fix broken VLAN-tagged PTP under VLAN-aware bridge by Vladimir Oltean · 3 years, 3 months ago
  30. 5f15d39 net: dsa: qca8k: make sure PAD0 MAC06 exchange is disabled by Ansuel Smith · 3 years, 3 months ago
  31. cf231b4 net: dsa: lantiq_gswip: serialize access to the PCE registers by Vladimir Oltean · 3 years, 3 months ago
  32. f7eb4a1 net: dsa: b53: serialize access to the ARL table by Vladimir Oltean · 3 years, 3 months ago
  33. eb016af net: dsa: sja1105: serialize access to the dynamic config interface by Vladimir Oltean · 3 years, 3 months ago
  34. df40591 net: dsa: sja1105: wait for dynamic config command completion on writes too by Vladimir Oltean · 3 years, 3 months ago
  35. 2d7e73f Revert "Merge branch 'dsa-rtnl'" by David S. Miller · 3 years, 3 months ago
  36. 4973056 net: convert users of bitmap_foo() to linkmode_foo() by Sean Anderson · 3 years, 3 months ago
  37. 49753a7 net: dsa: lantiq_gswip: serialize access to the PCE table by Vladimir Oltean · 3 years, 3 months ago
  38. f239934 net: dsa: b53: serialize access to the ARL table by Vladimir Oltean · 3 years, 3 months ago
  39. 1681ae1 net: dsa: sja1105: serialize access to the dynamic config interface by Vladimir Oltean · 3 years, 3 months ago
  40. 643979c net: dsa: sja1105: wait for dynamic config command completion on writes too by Vladimir Oltean · 3 years, 3 months ago
  41. 65aa371 net: Convert more users of mdiobus_* to mdiodev_* by Sean Anderson · 3 years, 3 months ago
  42. f3956e3 net: dsa: sja1105: Add of_node_put() before return by Wan Jiabing · 3 years, 3 months ago
  43. bdfa75a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 3 months ago
  44. 992e5cc net: dsa: tag_8021q: make dsa_8021q_{rx,tx}_vid take dp as argument by Vladimir Oltean · 3 years, 3 months ago
  45. 040e926 net: dsa: qca8k: tidy for loop in setup and add cpu port check by Ansuel Smith · 3 years, 3 months ago
  46. 9ca482a net: dsa: sja1105: parse {rx, tx}-internal-delay-ps properties for RGMII delays by Vladimir Oltean · 3 years, 3 months ago
  47. 06dd34a net: dsa: qca8k: fix delay applied to wrong cpu in parse_port_config by Ansuel Smith · 3 years, 3 months ago
  48. 4af2950 net: dsa: realtek-smi: add rtl8365mb subdriver for RTL8365MB-VC by Alvin Šipraga · 3 years, 3 months ago
  49. 342afce net: dsa: mt7530: correct ds->num_ports by DENG Qingfang · 3 years, 3 months ago
  50. 66d2628 net: dsa: lantiq_gswip: fix register definition by Aleksander Jan Bajkowski · 3 years, 3 months ago
  51. fd0bb28 net: dsa: qca8k: move port config to dedicated struct by Ansuel Smith · 3 years, 3 months ago
  52. cef0811 net: dsa: qca8k: set internal delay also for sgmii by Ansuel Smith · 3 years, 3 months ago
  53. f477d1c net: dsa: qca8k: add support for QCA8328 by Ansuel Smith · 3 years, 3 months ago
  54. 362bb23 net: dsa: qca8k: add support for pws config reg by Ansuel Smith · 3 years, 3 months ago
  55. bbc4799 net: dsa: qca8k: add explicit SGMII PLL enable by Ansuel Smith · 3 years, 3 months ago
  56. 5654ec7 net: dsa: qca8k: rework rgmii delay logic and scan for cpu port 6 by Ansuel Smith · 3 years, 3 months ago
  57. 3fcf734a net: dsa: qca8k: add support for cpu port 6 by Ansuel Smith · 3 years, 3 months ago
  58. 6c43809 net: dsa: qca8k: add support for sgmii falling edge by Ansuel Smith · 3 years, 3 months ago
  59. d8b6f5b dsa: qca8k: add mac_power_sel support by Ansuel Smith · 3 years, 3 months ago
  60. e15f597 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 3 months ago
  61. 8d5f795 net: dsa: felix: break at first CPU port during init and teardown by Vladimir Oltean · 3 years, 3 months ago
  62. 1328a88 net: dsa: felix: purge skb from TX timestamping queue if it cannot be sent by Vladimir Oltean · 3 years, 3 months ago
  63. 49f885b net: dsa: tag_ocelot_8021q: break circular dependency with ocelot switch lib by Vladimir Oltean · 3 years, 3 months ago
  64. 52849bc net: mscc: ocelot: avoid overflowing the PTP timestamp FIFO by Vladimir Oltean · 3 years, 3 months ago
  65. 4ac0567 net: dsa: sja1105: break dependency between dsa_port_is_sja1105 and switch driver by Vladimir Oltean · 3 years, 4 months ago
  66. 28da055 net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driver by Vladimir Oltean · 3 years, 4 months ago
  67. ef1100e net: dsa: microchip: Added the condition for scheduling ksz_mib_read_work by Arun Ramadoss · 3 years, 3 months ago
  68. 4a3e0ae net: dsa: mv88e6xxx: don't use PHY_DETECT on internal PHY's by Maarten Zanders · 3 years, 3 months ago
  69. 5bded82 net: dsa: mv88e6xxx: isolate the ATU databases of standalone and bridged ports by Vladimir Oltean · 3 years, 4 months ago
  70. 8b6836d net: dsa: mv88e6xxx: keep the pvid at 0 when VLAN-unaware by Vladimir Oltean · 3 years, 4 months ago
  71. 339e75f net: dsa: rtl8366rb: remove unneeded semicolon by Yang Li · 3 years, 4 months ago
  72. e674cfd net: dsa: rtl8366rb: Support setting STP state by Linus Walleij · 3 years, 4 months ago
  73. 1fbd19e net: dsa: rtl8366rb: Support fast aging by Linus Walleij · 3 years, 4 months ago
  74. 56d8bb7 net: dsa: rtl8366rb: Support disabling learning by Linus Walleij · 3 years, 4 months ago
  75. dd9a887 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 4 months ago
  76. 55b115c net: dsa: rtl8366rb: Use core filtering tracking by Linus Walleij · 3 years, 4 months ago
  77. d310b14 net: dsa: rtl8366: Drop and depromote pointless prints by Linus Walleij · 3 years, 4 months ago
  78. d8251b9d net: dsa: rtl8366: Fix a bug in deleting VLANs by Linus Walleij · 3 years, 4 months ago
  79. 5f5f12f net: dsa: rtl8366rb: Fix off-by-one bug by Linus Walleij · 3 years, 4 months ago
  80. a4eff91 net: dsa: rtl8366rb: Rewrite weird VLAN filering enablement by Linus Walleij · 3 years, 4 months ago
  81. 7776e33 net: dsa: rtl8366: Drop custom VLAN set-up by Linus Walleij · 3 years, 4 months ago
  82. d5a6802 net: dsa: rtl8366rb: Support bridge offloading by DENG Qingfang · 3 years, 4 months ago
  83. b9c587f dsa: mv88e6xxx: Include tagger overhead when setting MTU for DSA and CPU ports by Andrew Lunn · 3 years, 4 months ago
  84. b92ce2f dsa: mv88e6xxx: Fix MTU definition by Andrew Lunn · 3 years, 4 months ago
  85. fe23036 dsa: mv88e6xxx: 6161: Use chip wide MAX MTU by Andrew Lunn · 3 years, 4 months ago
  86. abecbfc net: dsa: felix: accept "ethernet-ports" OF node name by Vladimir Oltean · 3 years, 4 months ago
  87. 2fcd14d Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 4 months ago
  88. 9aad3e4 net: dsa: sja1105: stop using priv->vlan_aware by Vladimir Oltean · 3 years, 4 months ago
  89. 33e1501 net: dsa: sja1105: don't keep a persistent reference to the reset GPIO by Vladimir Oltean · 3 years, 4 months ago
  90. f5aef42 net: dsa: sja1105: break dependency between dsa_port_is_sja1105 and switch driver by Vladimir Oltean · 3 years, 4 months ago
  91. 6d709cad net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driver by Vladimir Oltean · 3 years, 4 months ago
  92. 68a81bb net: dsa: sja1105: remove sp->dp by Vladimir Oltean · 3 years, 4 months ago
  93. 74b6d7d net: dsa: realtek: register the MDIO bus under devres by Vladimir Oltean · 3 years, 4 months ago
  94. 4972ce7 net: dsa: bcm_sf2: Request APD, DLL disable and IDDQ-SR by Florian Fainelli · 3 years, 4 months ago
  95. fd292c1 net: dsa: tear down devlink port regions when tearing down the devlink port on error by Vladimir Oltean · 3 years, 4 months ago
  96. a68e9da net: dsa: xrs700x: be compatible with masters which unregister on shutdown by Vladimir Oltean · 3 years, 4 months ago
  97. fe40530 net: dsa: microchip: ksz8863: be compatible with masters which unregister on shutdown by Vladimir Oltean · 3 years, 4 months ago
  98. 46baae5 net: dsa: hellcreek: be compatible with masters which unregister on shutdown by Vladimir Oltean · 3 years, 4 months ago
  99. 0650bf5 net: dsa: be compatible with masters which unregister on shutdown by Vladimir Oltean · 3 years, 4 months ago
  100. 02319bf net: dsa: bcm_sf2: Fix array overrun in bcm_sf2_num_active_ports() by Florian Fainelli · 3 years, 4 months ago