| Commit message (Expand) | Author | Age | Files | Lines |
* | dsa: lan9303: Fix mapping between DSA port number and PHY address | Christian Eggers | 2024-07-04 | 1 | -13/+10 |
* | net: dsa: lan9303: use ethtool_puts() for lan9303_get_strings() | Justin Stitt | 2024-04-26 | 1 | -4/+3 |
* | net: dsa: lan9303: provide own phylink MAC operations | Russell King (Oracle) | 2024-04-17 | 1 | -5/+26 |
* | net: dsa: Use conduit and user terms | Florian Fainelli | 2023-10-24 | 1 | -2/+2 |
* | net: dsa: Explicitly include correct DT includes | Rob Herring | 2023-07-26 | 1 | -0/+1 |
* | net: dsa: remove legacy_pre_march2020 from drivers | Russell King (Oracle) | 2023-07-18 | 1 | -6/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-06-08 | 1 | -4/+0 |
|\ |
|
| * | net: dsa: lan9303: allow vid != 0 in port_fdb_{add|del} methods | Alexander Sverdlin | 2023-06-01 | 1 | -4/+0 |
* | | dsa: lan9303: Remove stray gpiod_unexport() call | Andy Shevchenko | 2023-05-30 | 1 | -1/+0 |
|/ |
|
* | dsa: lan9303: Add flow ctrl in link_up | Jerry Ray | 2023-01-20 | 1 | -11/+23 |
* | dsa: lan9303: Migrate to PHYLINK | Jerry Ray | 2023-01-20 | 1 | -32/+69 |
* | dsa: lan9303: Port 0 is xMII port | Jerry Ray | 2023-01-20 | 1 | -1/+8 |
* | dsa: lan9303: write reg only if necessary | Jerry Ray | 2023-01-20 | 1 | -2/+5 |
* | dsa: lan9303: Add exception logic for read failure | Jerry Ray | 2023-01-20 | 1 | -1/+3 |
* | dsa: lan9303: move Turbo Mode bit init | Jerry Ray | 2023-01-20 | 1 | -9/+7 |
* | dsa: lan9303: align dsa_switch_ops members | Jerry Ray | 2023-01-20 | 1 | -19/+19 |
* | net: lan9303: Fix read error execution path | Jerry Ray | 2022-12-12 | 1 | -1/+3 |
* | dsa: lan9303: Correct stat name | Jerry Ray | 2022-11-28 | 1 | -1/+1 |
* | net: dsa: introduce dsa_port_get_master() | Vladimir Oltean | 2022-09-20 | 1 | -2/+2 |
* | net: dsa: LAN9303: Add basic support for LAN9354 | Jerry Ray | 2022-09-07 | 1 | -3/+8 |
* | net: dsa: LAN9303: Add early read to sync | Jerry Ray | 2022-09-07 | 1 | -4/+15 |
* | net: dsa: pass extack to .port_bridge_join driver methods | Vladimir Oltean | 2022-02-27 | 1 | -1/+2 |
* | net: dsa: request drivers to perform FDB isolation | Vladimir Oltean | 2022-02-27 | 1 | -5/+8 |
* | net: dsa: lan9303: add VLAN IDs to master device | Mans Rullgard | 2022-02-17 | 1 | -2/+9 |
* | net: dsa: lan9303: fix reset on probe | Mans Rullgard | 2022-02-11 | 1 | -1/+1 |
* | net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_join | Vladimir Oltean | 2021-12-08 | 1 | -1/+2 |
* | net: dsa: keep the bridge_dev and bridge_num as part of the same structure | Vladimir Oltean | 2021-12-08 | 1 | -2/+2 |
* | net: dsa: hide dp->bridge_dev and dp->bridge_num in drivers behind helpers | Vladimir Oltean | 2021-12-08 | 1 | -1/+1 |
* | net: dsa: be compatible with masters which unregister on shutdown | Vladimir Oltean | 2021-09-19 | 1 | -0/+6 |
* | net: dsa: lan9303: fix broken backpressure in .port_fdb_dump | Vladimir Oltean | 2021-08-10 | 1 | -15/+19 |
* | net: dsa: remove the transactional logic from MDB entries | Vladimir Oltean | 2021-01-11 | 1 | -4/+8 |
* | net: dsa: lan9303: fix variable 'res' set but not used | Andrew Lunn | 2020-07-05 | 1 | -4/+3 |
* | net: dsa: Get information about stacked DSA protocol | Florian Fainelli | 2020-01-08 | 1 | -1/+2 |
* | net: dsa: remove dsa_switch_alloc helper | Vivien Didelot | 2019-10-22 | 1 | -1/+3 |
* | net: dsa: do not enable or disable non user ports | Vivien Didelot | 2019-08-20 | 1 | -0/+6 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 | Thomas Gleixner | 2019-05-30 | 1 | -10/+1 |
* | dsa: Remove phydev parameter from disable_port call | Andrew Lunn | 2019-02-24 | 1 | -2/+1 |
* | net: dsa: Pass stringset to ethtool operations | Florian Fainelli | 2018-04-27 | 1 | -2/+9 |
* | dsa: Pass the port to get_sset_count() | Andrew Lunn | 2018-03-04 | 1 | -1/+1 |
* | net: dsa: lan9303: check error value from devm_gpiod_get_optional() | Phil Reid | 2018-01-15 | 1 | -4/+10 |
* | net: dsa: lan9303: make lan9303_handle_reset() a void function | Phil Reid | 2018-01-15 | 1 | -7/+3 |
* | net: dsa: lan9303: Fix error return code in lan9303_check_device() | Wei Yongjun | 2018-01-05 | 1 | -1/+1 |
* | net: dsa: lan9303: Adjust phy_addr_base expressions | Egil Hjelmeland | 2018-01-04 | 1 | -5/+5 |
* | net: dsa: lan9303: phy_addr_sel_strap rename and retype | Egil Hjelmeland | 2018-01-04 | 1 | -10/+10 |
* | net: dsa: lan9303: lan9303_csr_reg_wait cleanups | Egil Hjelmeland | 2017-12-26 | 1 | -8/+5 |
* | net: dsa: lan9303: Introduce lan9303_read_wait | Egil Hjelmeland | 2017-12-13 | 1 | -32/+27 |
* | net: dsa: lan9303: Protect ALR operations with mutex | Egil Hjelmeland | 2017-12-08 | 1 | -2/+12 |
* | net: dsa: remove trans argument from mdb ops | Vivien Didelot | 2017-12-02 | 1 | -4/+2 |
* | net: dsa: lan9303: correctly check return value of devm_gpiod_get_optional | Pan Bian | 2017-11-14 | 1 | -1/+1 |
* | net: dsa: Pass a port to get_tag_protocol() | Florian Fainelli | 2017-11-13 | 1 | -1/+2 |