summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/b53/b53_common.c
AgeCommit message (Expand)AuthorLines
2020-06-30net: dsa/b53: use resolved link config in mac_link_up()Russell King-9/+3
2020-06-30net: dsa/b53: change b53_force_port_config() pause argumentRussell King-10/+15
2020-05-27net: dsa: b53: remove redundant premature assignment to new_pvidColin Ian King-1/+0
2020-04-30net: dsa: b53: Remove is_static argument to b53_read_op()Florian Fainelli-3/+3
2020-04-30net: dsa: b53: Bound check ARL searchesFlorian Fainelli-1/+1
2020-04-30net: dsa: b53: Provide number of ARL bucketsFlorian Fainelli-0/+21
2020-04-30net: dsa: b53: Rename num_arl_entries to num_arl_binsFlorian Fainelli-26/+26
2020-04-22net: dsa: b53: b53_arl_rw_op() needs to select IVL or SVLFlorian Fainelli-0/+4
2020-04-22net: dsa: b53: Rework ARL bin logicFlorian Fainelli-4/+26
2020-04-22net: dsa: b53: Fix valid setting for MDB entriesFlorian Fainelli-1/+0
2020-04-22net: dsa: b53: Lookup VID in ARL searches when VLAN is enabledFlorian Fainelli-0/+3
2020-03-30net: dsa: b53: Deny enslaving port 7 for 7278 into a bridgeFlorian Fainelli-0/+6
2020-03-30net: dsa: b53: Prevent tagged VLAN on port 7 for 7278Florian Fainelli-0/+8
2020-03-30net: dsa: b53: Restore VLAN entries upon (re)configurationFlorian Fainelli-0/+15
2020-03-27net: dsa: b53: add MTU configuration supportMurali Krishna Policharla-5/+22
2020-02-27net: dsa: propagate resolved link config via mac_link_up()Russell King-1/+3
2020-02-16net: dsa: b53: Ensure the default VID is untaggedFlorian Fainelli-0/+3
2020-02-07net: dsa: b53: Always use dev->vlan_enabled in b53_configure_vlan()Florian Fainelli-1/+1
2020-01-08net: dsa: b53: Enable Broadcom tags for 531x5/539x familiesFlorian Fainelli-9/+37
2020-01-08net: dsa: Get information about stacked DSA protocolFlorian Fainelli-8/+14
2019-12-16net: dsa: b53: Fix egress flooding settingsFlorian Fainelli-5/+16
2019-10-28net: dsa: b53: Add support for MDBFlorian Fainelli-2/+60
2019-10-22net: dsa: remove dsa_switch_alloc helperVivien Didelot-1/+4
2019-10-22net: dsa: use dsa_to_port helper everywhereVivien Didelot-3/+3
2019-10-06net: dsa: b53: Do not clear existing mirrored port maskFlorian Fainelli-1/+0
2019-09-16net: dsa: b53: Add support for port_egress_floods callbackFlorian Fainelli-0/+33
2019-08-20net: dsa: do not enable or disable non user portsVivien Didelot-1/+6
2019-06-28net: dsa: b53: Disable all ports on setupBenedikt Spranger-2/+2
2019-04-30net: dsa: b53: Use vlan_filtering property from dsa_switchVladimir Oltean-3/+2
2019-04-30net: dsa: b53: Let DSA call .port_vlan_filtering only when necessaryVladimir Oltean-2/+2
2019-04-30net: dsa: b53: Let DSA handle mismatched VLAN filtering settingsVladimir Oltean-18/+7
2019-02-24dsa: Remove phydev parameter from disable_port callAndrew Lunn-2/+2
2019-02-15net: dsa: b53: Do not program CPU port's PVIDFlorian Fainelli-1/+1
2019-02-15net: dsa: b53: Properly account for VLAN filteringFlorian Fainelli-5/+54
2019-02-15net: dsa: b53: Fix default VLAN IDFlorian Fainelli-13/+16
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2018-10-04net: dsa: b53: Keep CPU port as tagged in all VLANsFlorian Fainelli-2/+2
2018-09-21net: dsa: b53: Also include SGMII for mac_config and mac_link_stateFlorian Fainelli-4/+6
2018-09-11net: dsa: b53: Uninitialized variable in b53_adjust_link()Dan Carpenter-1/+1
2018-09-06net: dsa: b53: Add SerDes supportFlorian Fainelli-0/+26
2018-09-06net: dsa: b53: Add PHYLINK supportFlorian Fainelli-0/+122
2018-09-06net: dsa: b53: Add helper to set link parametersFlorian Fainelli-29/+60
2018-09-06net: dsa: b53: Add ability to enable/disable port interruptsFlorian Fainelli-0/+9
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook-4/+4
2018-06-06net: dsa: b53: Fix for brcm tag issue in Cygnus SoCArun Parameswaran-1/+14
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+13
2018-06-01net: dsa: b53: Add BCM5389 supportDamien Thébault-0/+13
2018-04-27net: dsa: b53: Add support for reading PHY statisticsFlorian Fainelli-10/+68
2018-04-27net: dsa: Pass stringset to ethtool operationsFlorian Fainelli-2/+9
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2