aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/b53/b53_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-04-25net: dsa: b53: provide own phylink MAC operationsFlorian Fainelli1-14/+26
2024-04-25net: dsa: b53: Remove b53_adjust_link()Florian Fainelli1-40/+0
2024-04-25net: dsa: b53: Call b53_eee_init() from b53_mac_link_up()Florian Fainelli1-1/+5
2024-04-25net: dsa: b53: Configure RGMII for 531x5 and MII for 5325Florian Fainelli1-3/+14
2024-04-25net: dsa: b53: Force flow control for BCM5301X CPU port(s)Florian Fainelli1-0/+4
2024-04-25net: dsa: b53: Introduce b53_adjust_5325_mii()Florian Fainelli1-19/+25
2024-04-25net: dsa: b53: Introduce b53_adjust_531x5_rgmii()Florian Fainelli1-38/+46
2024-04-25net: dsa: b53: Stop exporting b53_phylink_* routinesFlorian Fainelli1-15/+12
2024-02-08net: dsa: b53: unexport and move b53_eee_enable_set()Vladimir Oltean1-15/+13
2024-02-07net: dsa: b53: remove eee_enabled/eee_active in b53_get_mac_eee()Russell King (Oracle)1-6/+0
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel sideHeiner Kallweit1-5/+5
2023-10-24net: dsa: Use conduit and user termsFlorian Fainelli1-2/+2
2023-07-18net: dsa: remove legacy_pre_march2020 from driversRussell King (Oracle)1-6/+0
2023-03-27net: dsa: b53: mdio: add support for BCM53134Paul Geurts1-0/+15
2023-03-22net: dsa: b53: add BCM63268 RGMII configurationÁlvaro Fernández Rojas1-1/+5
2023-03-22net: dsa: b53: mmap: allow passing a chip IDÁlvaro Fernández Rojas1-0/+13
2023-03-21net: dsa: b53: add support for BCM63xx RGMIIsÁlvaro Fernández Rojas1-0/+46
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-06-04Merge 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)1-29/+7
2022-03-17net: dsa: pass extack to dsa_switch_ops :: port_mirror_add()Vladimir Oltean1-1/+2
2022-02-27net: dsa: pass extack to .port_bridge_join driver methodsVladimir Oltean1-1/+1
2022-02-27net: dsa: request drivers to perform FDB isolationVladimir Oltean1-4/+8
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)1-44/+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)1-0/+28
2022-02-22net: dsa: b53: clean up if() condition to be more readableRussell King (Oracle)1-4/+7
2022-01-24net: use bool values to pass bool param of phy_init_eee()Jisheng Zhang1-1/+1
2021-12-08net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean1-1/+2
2021-12-08net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean1-4/+4
2021-12-08net: dsa: hide dp->bridge_dev and dp->bridge_num in drivers behind helpersVladimir Oltean1-2/+2
2021-10-25net: dsa: b53: serialize access to the ARL tableVladimir Oltean1-7/+29
2021-10-25Revert "Merge branch 'dsa-rtnl'"David S. Miller1-34/+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 Oltean1-6/+34
2021-09-16net: dsa: b53: Drop unused "cpu_port" fieldRafał Miłecki1-28/+0
2021-09-16net: dsa: b53: Improve flow control setup on BCM5301xRafał Miłecki1-1/+1
2021-09-16net: dsa: b53: Drop BCM5301x workaround for a wrong CPU/IMP portRafał Miłecki1-6/+0
2021-09-16net: 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łecki1-3/+25
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 querierVladimir Oltean1-10/+0
2021-06-22net: dsa: b53: Create default VLAN entry explicitlyFlorian Fainelli1-8/+19
2021-06-09net: dsa: b53: Do not force CPU to be always taggedFlorian Fainelli1-3/+14
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-7/+7
2021-03-17net: dsa: b53: support legacy tagsÁlvaro Fernández Rojas1-5/+7
2021-03-11net: dsa: b53: Add debug prints in b53_vlan_enable()Florian Fainelli1-4/+7