summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/b53
AgeCommit message (Expand)AuthorFilesLines
2023-08-24net: dsa: use capital "OR" for multiple licenses in SPDXKrzysztof Kozlowski2-2/+2
2023-07-27net: dsa: Explicitly include correct DT includesRob Herring2-0/+2
2023-07-18net: dsa: remove legacy_pre_march2020 from driversRussell King (Oracle)1-6/+0
2023-06-23net: dsa: b53: update PCS driver to use neg_modeRussell King (Oracle)1-1/+2
2023-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+14
2023-03-27net: dsa: b53: mmap: add phy opsÁlvaro Fernández Rojas1-0/+14
2023-03-27net: dsa: b53: mdio: add support for BCM53134Paul Geurts3-3/+24
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-03-23net: dsa: b53: add BCM63268 RGMII configurationÁlvaro Fernández Rojas2-1/+6
2023-03-23net: dsa: b53: mmap: allow passing a chip IDÁlvaro Fernández Rojas3-10/+44
2023-03-23net: dsa: b53: mmap: add more 63xx SoCsÁlvaro Fernández Rojas1-0/+3
2023-03-21net: dsa: b53: add support for BCM63xx RGMIIsÁlvaro Fernández Rojas2-0/+47
2023-03-18net: dsa: b53: mmap: fix device tree supportÁlvaro Fernández Rojas1-1/+1
2022-11-23net: dsa: modularize DSA_TAG_PROTO_NONEVladimir Oltean1-0/+1
2022-09-23net: dsa: b53: remove unnecessary set_drvdata()Yang Yingliang3-6/+0
2022-09-01net: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-07-07net: dsa: b53: remove unnecessary spi_set_drvdata()Yang Yingliang1-2/+0
2022-06-05Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds1-5/+1
2022-05-02net: dsa: don't use bitmap_weight() in b53_arl_read()Yury Norov1-5/+1
2022-05-01net: dsa: b53: convert to phylink_pcsRussell King (Oracle)5-72/+75
2022-03-18net: dsa: pass extack to dsa_switch_ops :: port_mirror_add()Vladimir Oltean2-2/+4
2022-02-28Merge tag 'spi-remove-void' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jakub Kicinski1-3/+1
2022-02-27net: dsa: pass extack to .port_bridge_join driver methodsVladimir Oltean2-2/+2
2022-02-27net: dsa: request drivers to perform FDB isolationVladimir Oltean2-8/+16
2022-02-22net: dsa: b53: mark as non-legacyRussell King (Oracle)1-0/+6
2022-02-22net: dsa: b53: switch to using phylink_generic_validate()Russell King (Oracle)5-76/+13
2022-02-22net: dsa: b53: drop use of phylink_helper_basex_speed()Russell King (Oracle)1-2/+0
2022-02-22net: dsa: b53: populate supported_interfaces and mac_capabilitiesRussell King (Oracle)5-0/+95
2022-02-22net: dsa: b53: clean up if() condition to be more readableRussell King (Oracle)1-4/+7
2022-02-09spi: make remove callback a void functionUwe Kleine-König1-3/+1
2022-01-25net: use bool values to pass bool param of phy_init_eee()Jisheng Zhang1-1/+1
2021-12-09net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean2-2/+4
2021-12-09net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean2-6/+6
2021-12-09net: dsa: hide dp->bridge_dev and dp->bridge_num in drivers behind helpersVladimir Oltean1-2/+2
2021-12-02net: dsa: b53: Add SPI ID tableFlorian Fainelli1-0/+14
2021-10-25net: dsa: b53: serialize access to the ARL tableVladimir Oltean2-7/+30
2021-10-25Revert "Merge branch 'dsa-rtnl'"David S. Miller2-35/+6
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson1-4/+2
2021-10-24net: dsa: b53: serialize access to the ARL tableVladimir Oltean2-6/+35
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-4/+69
2021-09-19net: dsa: be compatible with masters which unregister on shutdownVladimir Oltean5-4/+69
2021-09-17net: dsa: b53: Drop unused "cpu_port" fieldRafał Miłecki2-29/+0
2021-09-17net: dsa: b53: Improve flow control setup on BCM5301xRafał Miłecki1-1/+1
2021-09-17net: dsa: b53: Drop BCM5301x workaround for a wrong CPU/IMP portRafał Miłecki1-6/+0
2021-09-17net: dsa: b53: Include all ports in "enabled_ports"Rafał Miłecki1-12/+11
2021-09-05net: dsa: b53: Fix IMP port setup on BCM5301xRafał Miłecki2-3/+26
2021-09-02net: dsa: b53: Set correct number of ports in the DSA structRafał Miłecki1-1/+2
2021-09-02net: dsa: b53: Fix calculating number of switch portsRafał Miłecki1-2/+1
2021-08-06net: dsa: don't disable multicast flooding to the CPU even without an IGMP qu...Vladimir Oltean2-12/+0
2021-06-22net: dsa: b53: Create default VLAN entry explicitlyFlorian Fainelli1-8/+19