summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/b53/b53_common.c
AgeCommit message (Expand)Author
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
2021-01-19net: dsa: b53: fix an off by one in checking "vlan->vid"Dan Carpenter
2021-01-15net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean
2021-01-11net: dsa: remove the transactional logic from VLAN objectsVladimir Oltean
2021-01-11net: dsa: remove the transactional logic from MDB entriesVladimir Oltean
2021-01-11net: switchdev: remove the transaction structure from port attributesVladimir Oltean
2021-01-11net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean
2021-01-09net: dsa: bcm_sf2: support BCM4908's integrated switchRafał Miłecki
2020-10-05net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean
2020-10-02net: dsa: b53: Set untag_bridge_pvidFlorian Fainelli
2020-09-23net: dsa: b53: Configure VLANs while not filteringFlorian Fainelli
2020-09-09net: dsa: b53: Report VLAN table occupancy via devlinkFlorian Fainelli
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-09-03net: dsa: b53: Print err message on SW_RST timeoutPaul Barker
2020-09-03net: dsa: b53: Use dev_{err,info} instead of pr_*Paul Barker
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-21net: dsa: b53: check for timeoutTom Rix
2020-06-30net: dsa/b53: use resolved link config in mac_link_up()Russell King
2020-06-30net: dsa/b53: change b53_force_port_config() pause argumentRussell King
2020-05-27net: dsa: b53: remove redundant premature assignment to new_pvidColin Ian King
2020-04-30net: dsa: b53: Remove is_static argument to b53_read_op()Florian Fainelli
2020-04-30net: dsa: b53: Bound check ARL searchesFlorian Fainelli
2020-04-30net: dsa: b53: Provide number of ARL bucketsFlorian Fainelli
2020-04-30net: dsa: b53: Rename num_arl_entries to num_arl_binsFlorian Fainelli
2020-04-22net: dsa: b53: b53_arl_rw_op() needs to select IVL or SVLFlorian Fainelli
2020-04-22net: dsa: b53: Rework ARL bin logicFlorian Fainelli
2020-04-22net: dsa: b53: Fix valid setting for MDB entriesFlorian Fainelli
2020-04-22net: dsa: b53: Lookup VID in ARL searches when VLAN is enabledFlorian Fainelli
2020-03-30net: dsa: b53: Deny enslaving port 7 for 7278 into a bridgeFlorian Fainelli
2020-03-30net: dsa: b53: Prevent tagged VLAN on port 7 for 7278Florian Fainelli
2020-03-30net: dsa: b53: Restore VLAN entries upon (re)configurationFlorian Fainelli
2020-03-27net: dsa: b53: add MTU configuration supportMurali Krishna Policharla
2020-02-27net: dsa: propagate resolved link config via mac_link_up()Russell King
2020-02-16net: dsa: b53: Ensure the default VID is untaggedFlorian Fainelli
2020-02-07net: dsa: b53: Always use dev->vlan_enabled in b53_configure_vlan()Florian Fainelli
2020-01-08net: dsa: b53: Enable Broadcom tags for 531x5/539x familiesFlorian Fainelli
2020-01-08net: dsa: Get information about stacked DSA protocolFlorian Fainelli
2019-12-16net: dsa: b53: Fix egress flooding settingsFlorian Fainelli
2019-10-28net: dsa: b53: Add support for MDBFlorian Fainelli
2019-10-22net: dsa: remove dsa_switch_alloc helperVivien Didelot
2019-10-22net: dsa: use dsa_to_port helper everywhereVivien Didelot
2019-10-06net: dsa: b53: Do not clear existing mirrored port maskFlorian Fainelli
2019-09-16net: dsa: b53: Add support for port_egress_floods callbackFlorian Fainelli
2019-08-20net: dsa: do not enable or disable non user portsVivien Didelot