summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/b53/b53_common.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-19net: dsa: b53: skip multicast entries for fdb_dump()Jonas Gorski1-0/+3
2025-12-07net: dsa: b53: stop reading ARL entries if search is doneJonas Gorski1-1/+1
2025-12-07net: dsa: b53: fix enabling ip multicastJonas Gorski1-2/+2
2025-12-07net: dsa: b53: fix resetting speed and pause on forced linkJonas Gorski1-0/+9
2025-08-28net: dsa: b53: fix IP_MULTICAST_CTRL on BCM5325Álvaro Fernández Rojas1-7/+11
2025-08-28net: dsa: b53: prevent SWITCH_CTRL access on BCM5325Álvaro Fernández Rojas1-5/+6
2025-08-28net: dsa: b53: prevent DIS_LEARNING access on BCM5325Álvaro Fernández Rojas1-1/+10
2025-08-28net: dsa: b53: prevent GMII_PORT_OVERRIDE_CTRL access on BCM5325Álvaro Fernández Rojas1-4/+17
2025-08-28net: dsa: b53: fix b53_imp_vlan_setup for BCM5325Álvaro Fernández Rojas1-0/+4
2025-05-18net: dsa: b53: fix learning on VLAN unaware bridgesJonas Gorski1-1/+1
2025-05-18net: dsa: b53: always rejoin default untagged VLAN on bridge leaveJonas Gorski1-5/+5
2025-05-18net: dsa: b53: fix VLAN ID for untagged vlan on bridge leaveJonas Gorski1-1/+2
2025-05-18net: dsa: b53: fix flushing old pvid VLAN on pvid changeJonas Gorski1-1/+1
2025-05-18net: dsa: b53: fix clearing PVID of a portJonas Gorski1-2/+11
2025-05-18net: dsa: b53: allow leaky reserved multicastJonas Gorski1-2/+4
2025-05-02net: b53: enable BPDU reception for management portJonas Gorski1-0/+10
2024-10-17net: dsa: b53: fix jumbo frames on 10/100 portsJonas Gorski1-1/+1
2024-10-17net: dsa: b53: allow lower MTUs on BCM5325/5365Jonas Gorski1-1/+1
2024-10-17net: dsa: b53: fix max MTU for BCM5325/BCM5365Jonas Gorski1-0/+6
2024-10-17net: dsa: b53: fix max MTU for 1g switchesJonas Gorski1-1/+4
2024-10-17net: dsa: b53: fix jumbo frame mtu checkJonas Gorski1-1/+1
2024-08-19net: dsa: b53: Limit chip-wide jumbo frame config to CPU portsMartin Willi1-0/+3
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 qu...Vladimir 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-26Merge 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
2021-03-11net: dsa: b53: VLAN filtering is global to all usersFlorian Fainelli1-7/+7
2021-02-23net: dsa: b53: Support setting learning on portFlorian Fainelli1-1/+19
2021-02-23net: dsa: bcm_sf2: Wire-up br_flags_pre, br_flags and set_mrouterFlorian Fainelli1-8/+11
2021-02-15net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean1-1/+2
2021-02-15net: dsa: propagate extack to .port_vlan_addVladimir Oltean1-1/+2
2021-02-13net: dsa: act as passthrough for bridge port flagsVladimir Oltean1-27/+64
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-01-20net: dsa: b53: fix an off by one in checking "vlan->vid"Dan Carpenter1-1/+1
2021-01-16net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean1-2/+1
2021-01-12net: dsa: remove the transactional logic from VLAN objectsVladimir Oltean1-6/+11
2021-01-12net: dsa: remove the transactional logic from MDB entriesVladimir Oltean1-16/+3
2021-01-12net: switchdev: remove the transaction structure from port attributesVladimir Oltean1-5/+1
2021-01-12net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean1-30/+24
2021-01-10net: dsa: bcm_sf2: support BCM4908's integrated switchRafał Miłecki1-0/+14
2020-10-05net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean1-1/+5
2020-10-02net: dsa: b53: Set untag_bridge_pvidFlorian Fainelli1-0/+1
2020-09-24net: dsa: b53: Configure VLANs while not filteringFlorian Fainelli1-17/+2
2020-09-10net: dsa: b53: Report VLAN table occupancy via devlinkFlorian Fainelli1-2/+58
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1