summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/b53/b53_common.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-09-03net: dsa: b53: Print err message on SW_RST timeoutPaul Barker1-1/+4
2020-09-03net: dsa: b53: Use dev_{err,info} instead of pr_*Paul Barker1-5/+5
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-21net: dsa: b53: check for timeoutTom Rix1-0/+2
2020-06-30net: dsa/b53: use resolved link config in mac_link_up()Russell King1-9/+3
2020-06-30net: dsa/b53: change b53_force_port_config() pause argumentRussell King1-10/+15
2020-05-27net: dsa: b53: remove redundant premature assignment to new_pvidColin Ian King1-1/+0
2020-05-01net: dsa: b53: Remove is_static argument to b53_read_op()Florian Fainelli1-3/+3
2020-05-01net: dsa: b53: Bound check ARL searchesFlorian Fainelli1-1/+1
2020-05-01net: dsa: b53: Provide number of ARL bucketsFlorian Fainelli1-0/+21
2020-05-01net: dsa: b53: Rename num_arl_entries to num_arl_binsFlorian Fainelli1-26/+26
2020-04-22net: dsa: b53: b53_arl_rw_op() needs to select IVL or SVLFlorian Fainelli1-0/+4
2020-04-22net: dsa: b53: Rework ARL bin logicFlorian Fainelli1-4/+26
2020-04-22net: dsa: b53: Fix valid setting for MDB entriesFlorian Fainelli1-1/+0
2020-04-22net: dsa: b53: Lookup VID in ARL searches when VLAN is enabledFlorian Fainelli1-0/+3
2020-03-31net: dsa: b53: Deny enslaving port 7 for 7278 into a bridgeFlorian Fainelli1-0/+6
2020-03-31net: dsa: b53: Prevent tagged VLAN on port 7 for 7278Florian Fainelli1-0/+8
2020-03-31net: dsa: b53: Restore VLAN entries upon (re)configurationFlorian Fainelli1-0/+15
2020-03-28net: dsa: b53: add MTU configuration supportMurali Krishna Policharla1-5/+22
2020-02-27net: dsa: propagate resolved link config via mac_link_up()Russell King1-1/+3
2020-02-17net: dsa: b53: Ensure the default VID is untaggedFlorian Fainelli1-0/+3
2020-02-07net: dsa: b53: Always use dev->vlan_enabled in b53_configure_vlan()Florian Fainelli1-1/+1