summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/b53
AgeCommit message (Expand)Author
2022-06-21net: use phylink_mode_*() helpersRussell King (Oracle)
2022-06-21net: dsa: remove legacy_pre_march2020 from driversRussell King (Oracle)
2022-06-21net: dsa: add support for setting default speed and interfaceRussell King (Oracle)
2022-05-01net: dsa: b53: convert to phylink_pcsRussell King (Oracle)
2022-03-17net: dsa: pass extack to dsa_switch_ops :: port_mirror_add()Vladimir Oltean
2022-02-28Merge tag 'spi-remove-void' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jakub Kicinski
2022-02-27net: dsa: pass extack to .port_bridge_join driver methodsVladimir Oltean
2022-02-27net: dsa: request drivers to perform FDB isolationVladimir Oltean
2022-02-22net: dsa: b53: mark as non-legacyRussell King (Oracle)
2022-02-22net: dsa: b53: switch to using phylink_generic_validate()Russell King (Oracle)
2022-02-22net: dsa: b53: drop use of phylink_helper_basex_speed()Russell King (Oracle)
2022-02-22net: dsa: b53: populate supported_interfaces and mac_capabilitiesRussell King (Oracle)
2022-02-22net: dsa: b53: clean up if() condition to be more readableRussell King (Oracle)
2022-02-09spi: make remove callback a void functionUwe Kleine-König
2022-01-24net: use bool values to pass bool param of phy_init_eee()Jisheng Zhang
2021-12-08net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean
2021-12-08net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean
2021-12-08net: dsa: hide dp->bridge_dev and dp->bridge_num in drivers behind helpersVladimir Oltean
2021-12-02net: dsa: b53: Add SPI ID tableFlorian Fainelli
2021-10-25net: dsa: b53: serialize access to the ARL tableVladimir Oltean
2021-10-25Revert "Merge branch 'dsa-rtnl'"David S. Miller
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson
2021-10-24net: dsa: b53: serialize access to the ARL tableVladimir Oltean
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-09-19net: dsa: be compatible with masters which unregister on shutdownVladimir Oltean
2021-09-16net: dsa: b53: Drop unused "cpu_port" fieldRafał Miłecki
2021-09-16net: dsa: b53: Improve flow control setup on BCM5301xRafał Miłecki
2021-09-16net: dsa: b53: Drop BCM5301x workaround for a wrong CPU/IMP portRafał Miłecki
2021-09-16net: dsa: b53: Include all ports in "enabled_ports"Rafał Miłecki
2021-09-05net: dsa: b53: Fix IMP port setup on BCM5301xRafał Miłecki
2021-09-02net: dsa: b53: Set correct number of ports in the DSA structRafał Miłecki
2021-09-02net: dsa: b53: Fix calculating number of switch portsRafał Miłecki
2021-08-06net: dsa: don't disable multicast flooding to the CPU even without an IGMP qu...Vladimir Oltean
2021-06-22net: dsa: b53: Create default VLAN entry explicitlyFlorian Fainelli
2021-06-15net: dsa: b53: remove redundant null check on devColin Ian King
2021-06-09net: dsa: b53: Do not force CPU to be always taggedFlorian Fainelli
2021-03-25net: dsa: b53: spi: add missing MODULE_DEVICE_TABLEQinglang Miao
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-03-18net: dsa: b53: mmap: Add device tree supportÁlvaro Fernández Rojas
2021-03-17net: dsa: b53: support legacy tagsÁlvaro Fernández Rojas
2021-03-17net: dsa: b53: relax is63xx() conditionÁlvaro Fernández Rojas
2021-03-16net: dsa: b53: spi: allow device tree probingÁlvaro Fernández Rojas
2021-03-11net: dsa: b53: Add debug prints in b53_vlan_enable()Florian Fainelli
2021-03-10net: dsa: b53: VLAN filtering is global to all usersFlorian Fainelli
2021-02-23net: dsa: b53: Support setting learning on portFlorian Fainelli
2021-02-23net: dsa: bcm_sf2: Wire-up br_flags_pre, br_flags and set_mrouterFlorian Fainelli
2021-02-14net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean
2021-02-14net: dsa: propagate extack to .port_vlan_addVladimir Oltean
2021-02-12net: dsa: act as passthrough for bridge port flagsVladimir Oltean
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski