summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/qca/qca8k-common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: qca8k: add support for bridge port isolationMatthias Schiffer2024-06-211-2/+20
* net: dsa: qca8k: factor out bridge join/leave logicMatthias Schiffer2024-06-211-51/+50
* net: dsa: qca8k: do not write port mask twice in bridge join/leaveMatthias Schiffer2024-06-211-2/+5
* ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit2024-01-311-2/+2
* net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com2023-12-081-1/+1
* net: dsa: Use conduit and user termsFlorian Fainelli2023-10-241-2/+2
* net: dsa: qca8k: replace deprecated strncpy with ethtool_sprintfJustin Stitt2023-10-111-2/+1
* net: dsa: qca8k: make learning configurable and keep off if standaloneChristian Marangi2023-08-011-0/+48
* net: dsa: qca8k: fix mdb add/del case with 0 VIDChristian Marangi2023-07-261-0/+6
* net: dsa: qca8k: fix broken search_and_delChristian Marangi2023-07-261-0/+4
* net: dsa: qca8k: fix search_and_insert wrong handling of new ruleChristian Marangi2023-07-261-3/+6
* net: dsa: qca8k: remove unnecessary (void*) conversionsAtin Bainada2023-06-071-3/+3
* net: dsa: qca8k: convert to regmap read/write APIChristian Marangi2023-01-271-43/+4
* net: dsa: qca8k: add QCA8K_ATU_TABLE_SIZE define for fdb accessChristian Marangi2023-01-271-4/+6
* net: dsa: propagate extack to port_lag_joinVladimir Oltean2022-09-201-6/+17
* net: dsa: qca8k: move read_switch_id function to common codeChristian Marangi2022-07-291-0/+29
* net: dsa: qca8k: move port LAG functions to common codeChristian Marangi2022-07-291-0/+165
* net: dsa: qca8k: move port VLAN functions to common codeChristian Marangi2022-07-291-1/+178
* net: dsa: qca8k: move port mirror functions to common codeChristian Marangi2022-07-291-0/+91
* net: dsa: qca8k: move port FDB/MDB function to common codeChristian Marangi2022-07-291-2/+295
* net: dsa: qca8k: move set age/MTU/port enable/disable functions to common codeChristian Marangi2022-07-291-0/+85
* net: dsa: qca8k: move bridge functions to common codeChristian Marangi2022-07-291-0/+93
* net: dsa: qca8k: move port set status/eee/ethtool stats function to common codeChristian Marangi2022-07-291-0/+102
* net: dsa: qca8k: move mib init function to common codeChristian Marangi2022-07-291-0/+35
* net: dsa: qca8k: move qca8k bulk read/write helper to common codeChristian Marangi2022-07-291-0/+39
* net: dsa: qca8k: move qca8k read/write/rmw and reg table to common codeChristian Marangi2022-07-291-0/+38
* net: dsa: qca8k: move mib struct to common codeChristian Marangi2022-07-291-0/+63