aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/b53 (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-22net: dsa: b53: remove unnecessary set_drvdata()Yang Yingliang3-6/+0
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-07-06net: dsa: b53: remove unnecessary spi_set_drvdata()Yang Yingliang1-2/+0
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)5-72/+75
2022-03-17net: 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/git/broonie/spiJakub 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-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 Oltean2-2/+4
2021-12-08net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean2-6/+6
2021-12-08net: 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-16net: dsa: b53: Drop unused "cpu_port" fieldRafał Miłecki2-29/+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ł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 querierVladimir Oltean2-12/+0
2021-06-22net: dsa: b53: Create default VLAN entry explicitlyFlorian Fainelli1-8/+19
2021-06-15net: dsa: b53: remove redundant null check on devColin Ian King1-2/+1
2021-06-09net: dsa: b53: Do not force CPU to be always taggedFlorian Fainelli1-3/+14
2021-03-25net: dsa: b53: spi: add missing MODULE_DEVICE_TABLEQinglang Miao1-0/+1
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-7/+7
2021-03-18net: dsa: b53: mmap: Add device tree supportÁlvaro Fernández Rojas1-0/+55
2021-03-17net: dsa: b53: support legacy tagsÁlvaro Fernández Rojas2-5/+8
2021-03-17net: dsa: b53: relax is63xx() conditionÁlvaro Fernández Rojas1-4/+0
2021-03-16net: dsa: b53: spi: allow device tree probingÁlvaro Fernández Rojas1-0/+13
2021-03-11net: dsa: b53: Add debug prints in b53_vlan_enable()Florian Fainelli1-4/+7
2021-03-10net: dsa: b53: VLAN filtering is global to all usersFlorian Fainelli1-7/+7
2021-02-23net: dsa: b53: Support setting learning on portFlorian Fainelli2-1/+20
2021-02-23net: dsa: bcm_sf2: Wire-up br_flags_pre, br_flags and set_mrouterFlorian Fainelli2-8/+19
2021-02-14net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean2-2/+4
2021-02-14net: dsa: propagate extack to .port_vlan_addVladimir Oltean2-2/+4