aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/b53 (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-2/+2
2020-08-21net: dsa: b53: check for timeoutTom Rix1-0/+2
2020-07-05net: dsa: b53: Fixup endianness warningsAndrew Lunn1-8/+18
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-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-05-23net: Fix return value about devm_platform_ioremap_resource()Tiezhu Yang1-1/+1
2020-04-30net: dsa: b53: Remove is_static argument to b53_read_op()Florian Fainelli1-3/+3
2020-04-30net: dsa: b53: Bound check ARL searchesFlorian Fainelli2-1/+6
2020-04-30net: dsa: b53: Provide number of ARL bucketsFlorian Fainelli2-0/+22
2020-04-30net: dsa: b53: Rename num_arl_entries to num_arl_binsFlorian Fainelli2-27/+27
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-7/+39
2020-04-22net: dsa: b53: b53_arl_rw_op() needs to select IVL or SVLFlorian Fainelli2-0/+5
2020-04-22net: dsa: b53: Rework ARL bin logicFlorian Fainelli2-4/+29
2020-04-22net: dsa: b53: Fix ARL register definitionsFlorian Fainelli1-2/+2
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-04-18net: dsa: b53: per-port interrupts are optionalFlorian Fainelli1-1/+1
2020-03-30net: dsa: b53: Deny enslaving port 7 for 7278 into a bridgeFlorian Fainelli1-0/+6
2020-03-30net: dsa: b53: Prevent tagged VLAN on port 7 for 7278Florian Fainelli1-0/+8
2020-03-30net: dsa: b53: Restore VLAN entries upon (re)configurationFlorian Fainelli1-0/+15
2020-03-27net: dsa: b53: add MTU configuration supportMurali Krishna Policharla1-5/+22
2020-02-27net: dsa: propagate resolved link config via mac_link_up()Russell King2-2/+6
2020-02-16net: 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
2020-01-08net: dsa: b53: Enable Broadcom tags for 531x5/539x familiesFlorian Fainelli1-9/+37
2020-01-08net: dsa: Get information about stacked DSA protocolFlorian Fainelli2-9/+17
2019-12-16net: dsa: b53: Fix egress flooding settingsFlorian Fainelli1-5/+16
2019-10-28net: dsa: b53: Add support for MDBFlorian Fainelli2-3/+67
2019-10-22net: dsa: remove dsa_switch_alloc helperVivien Didelot1-1/+4
2019-10-22net: dsa: use dsa_to_port helper everywhereVivien Didelot1-3/+3
2019-10-06net: dsa: b53: Do not clear existing mirrored port maskFlorian Fainelli1-1/+0
2019-09-22net: dsa: b53: Use the correct style for SPDX License IdentifierNishad Kamdar1-2/+2
2019-09-16net: dsa: b53: Add support for port_egress_floods callbackFlorian Fainelli2-0/+35
2019-08-20net: dsa: do not enable or disable non user portsVivien Didelot1-1/+6
2019-08-01net: dsa: b53: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-6/+2
2019-06-28net: dsa: b53: Disable all ports on setupBenedikt Spranger1-2/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-30net: dsa: b53: Use vlan_filtering property from dsa_switchVladimir Oltean2-4/+2
2019-04-30net: dsa: b53: Let DSA call .port_vlan_filtering only when necessaryVladimir Oltean1-2/+2
2019-04-30net: dsa: b53: Let DSA handle mismatched VLAN filtering settingsVladimir Oltean1-18/+7
2019-02-24dsa: Remove phydev parameter from disable_port callAndrew Lunn2-3/+3
2019-02-15net: dsa: b53: Do not program CPU port's PVIDFlorian Fainelli1-1/+1
2019-02-15net: dsa: b53: Properly account for VLAN filteringFlorian Fainelli2-5/+57
2019-02-15net: dsa: b53: Fix default VLAN IDFlorian Fainelli1-13/+16
2019-02-07net: dsa: b53: Fix for failure when irq is not defined in dtArun Parameswaran1-3/+0
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-10-04net: dsa: b53: Keep CPU port as tagged in all VLANsFlorian Fainelli1-2/+2
2018-09-28net: dsa: b53: Fix build with B53_SRAB enabled and B53_SERDES=mArnd Bergmann1-0/+1