summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/qca8k.c
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: qca8k: reset cpu port on MTU changeChristian Marangi2022-06-221-1/+21
* net: dsa: qca8k: unify bus id naming with legacy and OF mdio busAnsuel Smith2022-04-171-3/+2
* net: dsa: qca8k: correctly handle mdio read errorAnsuel Smith2022-04-171-1/+6
* net: dsa: qca8k: drop dsa_switch_ops from qca8k_privAnsuel Smith2022-04-171-2/+1
* net: dsa: qca8k: rework and simplify mdiobus logicAnsuel Smith2022-04-171-66/+29
* net: dsa: qca8k: drop port_sts from qca8k_privAnsuel Smith2022-04-171-6/+9
* net: dsa: qca8k: drop MTU tracking from qca8k_privAnsuel Smith2022-04-171-17/+9
* net: dsa: pass extack to dsa_switch_ops :: port_mirror_add()Vladimir Oltean2022-03-171-1/+1
* net: dsa: pass extack to .port_bridge_join driver methodsVladimir Oltean2022-02-271-1/+2
* net: dsa: request drivers to perform FDB isolationVladimir Oltean2022-02-271-4/+8
* net: dsa: qca8k: return with -EINVAL on invalid portColin Ian King2022-02-251-0/+1
* net: dsa: create a dsa_lag structureVladimir Oltean2022-02-241-21/+16
* net: dsa: make LAG IDs one-basedVladimir Oltean2022-02-241-2/+3
* net: dsa: qca8k: rename references to "lag" as "lag_dev"Vladimir Oltean2022-02-241-14/+14
* net: dsa: qca8k: mark as non-legacyRussell King (Oracle)2022-02-181-0/+2
* net: dsa: qca8k: move pcs configurationRussell King (Oracle)2022-02-181-66/+84
* net: dsa: qca8k: convert to use phylink_pcsRussell King (Oracle)2022-02-181-12/+73
* net: dsa: qca8k: move qca8k_phylink_mac_link_state()Russell King (Oracle)2022-02-181-42/+42
* net: dsa: qca8k: move qca8k_setup()Russell King (Oracle)2022-02-181-214/+214
* net: dsa: qca8k: fix noderef.cocci warningskernel test robot2022-02-101-1/+1
* net: dsa: qca8k: check correct variable in qca8k_phy_eth_command()Dan Carpenter2022-02-051-1/+1
* net: dsa: qca8k: convert to phylink_generic_validate()Russell King (Oracle)2022-02-031-47/+19
* net: dsa: qca8k: introduce qca8k_bulk_read/write functionAnsuel Smith2022-02-021-12/+43
* net: dsa: qca8k: add support for larger read/write size with mgmt EthernetAnsuel Smith2022-02-021-20/+41
* net: dsa: qca8k: cache lo and hi for mdio writeAnsuel Smith2022-02-021-12/+49
* net: dsa: qca8k: move page cache to driver privAnsuel Smith2022-02-021-22/+20
* net: dsa: qca8k: add support for phy read/write with mgmt EthernetAnsuel Smith2022-02-021-0/+216
* net: dsa: qca8k: add support for mib autocast in Ethernet packetAnsuel Smith2022-02-021-1/+105
* net: dsa: qca8k: add support for mgmt read/write in Ethernet packetAnsuel Smith2022-02-021-0/+225
* net: dsa: qca8k: add tracking state of master portAnsuel Smith2022-02-021-0/+15
* net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean2021-12-081-1/+2
* net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean2021-12-081-6/+6
* net: dsa: hide dp->bridge_dev and dp->bridge_num in drivers behind helpersVladimir Oltean2021-12-081-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-261-7/+11
|\
| * net: dsa: qca8k: fix MTU calculationRobert Marko2021-11-221-1/+5
| * net: dsa: qca8k: fix internal delay applied to the wrong PAD configAnsuel Smith2021-11-221-6/+6
* | net: dsa: qca8k: Fix spelling mistake "Mismateched" -> "Mismatched"Colin Ian King2021-11-251-1/+1
* | net: dsa: qca8k: fix warning in LAG featureAnsuel Smith2021-11-241-2/+2
* | net: dsa: qca8k: add LAG supportAnsuel Smith2021-11-231-0/+177
* | net: dsa: qca8k: add support for mirror modeAnsuel Smith2021-11-231-0/+95
* | net: dsa: qca8k: add support for mdb_add/delAnsuel Smith2021-11-221-0/+99
* | net: dsa: qca8k: add set_ageing_time supportAnsuel Smith2021-11-221-0/+25
* | net: dsa: qca8k: add support for port fast agingAnsuel Smith2021-11-221-0/+11
* | net: dsa: qca8k: add additional MIB counter and make it dynamicAnsuel Smith2021-11-221-3/+20
* | net: dsa: qca8k: initial conversion to regmap helperAnsuel Smith2021-11-221-60/+47
* | net: dsa: qca8k: move regmap init in probe and set it mandatoryAnsuel Smith2021-11-221-6/+8
* | net: dsa: qca8k: remove extra mutex_init in qca8k_setupAnsuel Smith2021-11-221-2/+0
* | net: dsa: qca8k: convert to GENMASK/FIELD_PREP/FIELD_GETAnsuel Smith2021-11-221-52/+46
* | net: dsa: qca8k: remove redundant check in parse_port_configAnsuel Smith2021-11-221-1/+1
|/
* net: dsa: qca8k: make sure PAD0 MAC06 exchange is disabledAnsuel Smith2021-11-031-0/+8