aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/files-5.10/drivers/net/dsa/rtl83xx
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove files for building 5.10 kernelNick Hainke2023-05-1213-15184/+0
* realtek: remove redundant is_lagmember checksJan Hoffmann2023-05-071-13/+2
* realtek: remove store_mcgroups/load_mcgroupsJan Hoffmann2023-05-072-31/+0
* realtek: don't add CPU port to multicast portmasksJan Hoffmann2023-05-071-5/+2
* realtek: actually remove port from multicast portmaskJan Hoffmann2023-05-071-0/+1
* realtek: don't treat first multicast portmask entry as reservedJan Hoffmann2023-05-071-1/+0
* realtek: fix writing/deletion of CAM entriesJan Hoffmann2023-05-071-4/+4
* realtek: handle changed flags in VLAN configurationJan Hoffmann2023-05-071-20/+22
* realtek: fix standalone ports in presence of static fdb entriesJan Hoffmann2023-05-074-0/+50
* realtek: initialize port masks to match the default stateJan Hoffmann2023-05-071-12/+11
* realtek: properly update port masks when port leaves bridgeJan Hoffmann2023-05-071-5/+5
* realtek: fix memory leak in netevent handlerJan Hoffmann2023-02-131-8/+9
* realtek: add cond_resched to loops accessing the FDB tableJan Hoffmann2022-12-272-0/+6
* realtek: restructure rtl_table_read/writeJan Hoffmann2022-12-272-14/+31
* realtek: simplify log messages in rtl83xx_mdio_probeJan Hoffmann2022-12-271-7/+1
* realtek: fix dell typoJan-Niklas Burfeind2022-12-011-3/+3
* realtek: refactor keep vlan tag setup, fix tagged forwardingLuiz Angelo Daros de Luca2022-12-017-23/+109
* realtek: fix typo in debug messageLuiz Angelo Daros de Luca2022-11-051-2/+2
* realtek: use assisted learning on CPU portJan Hoffmann2022-10-262-0/+22
* realtek: set up L2 table entries properlyJan Hoffmann2022-10-261-10/+19
* realtek: reduce excessive logging for FDB operationsJan Hoffmann2022-10-232-68/+3
* realtek: add debugfs node for L2 tableJan Hoffmann2022-10-231-0/+107
* realtek: avoid busy waiting for RTL839x PHY read/writeJan Hoffmann2022-10-231-12/+33
* realtek: cleanup rtl83{8x,9x}_enable_learning/floodINAGAKI Hiroshi2022-10-082-44/+22
* realtek: swap *_phylink_mac_link_down() contentsINAGAKI Hiroshi2022-10-081-7/+8
* realtek: fix place of fdb/mdb info messagesINAGAKI Hiroshi2022-10-081-2/+2
* realtek: rtl838x: Fix ethernet polling timeout on probeOlliver Schinagl2022-09-141-1/+2
* realtek: Use built-in functionality for timeout loopOlliver Schinagl2022-09-141-12/+7
* realtek: ignore disabled switch portsSander Vanheule2022-08-291-0/+3
* realtek: clean up rtl838x MDIO busy wait loopJan Hoffmann2022-07-281-15/+22
* realtek: cleanup LAG loggingMarkus Stockhausen2022-06-261-12/+14
* realtek: do not reset SerDes on link changeBirger Koblitz2022-05-112-1/+3
* realtek: Trap all frames with switch as destination to CPU-portBirger Koblitz2022-05-081-0/+9
* realtek: fix locking issuesBirger Koblitz2022-02-171-1/+0
* realtek: switch to use generic MDIO accessor functionsDaniel Golle2022-02-171-1/+4
* realtek: implement Clause-45 MDIO write on rtl931xDaniel Golle2022-02-171-8/+19
* realtek: add support for port led configuration on RTL93XXBirger Koblitz2022-02-175-7/+174
* realtek: Fix link status detection on RTL9302 for SFP modulesBirger Koblitz2022-02-172-3/+23
* realtek: Add RTL931X sub-targetBirger Koblitz2022-02-171-0/+25
* realtek: Add HW support for RTL931X for PIE, L2 and STP agingBirger Koblitz2022-02-172-52/+1188
* realtek: Store and Restore MC memberships for port enable/disableBirger Koblitz2022-02-172-55/+86
* realtek: Copy all BPDUs to the kernelBirger Koblitz2022-02-174-8/+140
* realtek: Add L2 aging configuration functions for all SoC familiesBirger Koblitz2022-02-176-19/+58
* realted: Add DSA bridge offload configurationBirger Koblitz2022-02-174-1/+139
* realtek: Add Link Aggregation (aka trunking) supportBirger Koblitz2022-02-178-15/+369
* realtek: Cleanup setting inner/outer PVID and Ingress/Egres VLAN filteringBirger Koblitz2022-02-176-28/+189
* realtek: Add SDS configuration routines for the RTL93XX platformsBirger Koblitz2022-02-171-7/+19
* realtek: Improve MAC config handling for all SoCsBirger Koblitz2022-02-173-34/+205
* realtek: Allow PHY-IDs to differ from Port numbersBirger Koblitz2022-02-171-9/+34
* realtek: Use SerDes Information from .dts for phylink configBirger Koblitz2022-02-172-5/+27