summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/b53
AgeCommit message (Expand)Author
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-22net: dsa: b53: Use the correct style for SPDX License IdentifierNishad Kamdar
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
2019-08-01net: dsa: b53: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-06-28net: dsa: b53: Disable all ports on setupBenedikt Spranger
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-30net: dsa: b53: Use vlan_filtering property from dsa_switchVladimir Oltean
2019-04-30net: dsa: b53: Let DSA call .port_vlan_filtering only when necessaryVladimir Oltean
2019-04-30net: dsa: b53: Let DSA handle mismatched VLAN filtering settingsVladimir Oltean
2019-02-24dsa: Remove phydev parameter from disable_port callAndrew Lunn
2019-02-15net: dsa: b53: Do not program CPU port's PVIDFlorian Fainelli
2019-02-15net: dsa: b53: Properly account for VLAN filteringFlorian Fainelli
2019-02-15net: dsa: b53: Fix default VLAN IDFlorian Fainelli
2019-02-07net: dsa: b53: Fix for failure when irq is not defined in dtArun Parameswaran
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-04net: dsa: b53: Keep CPU port as tagged in all VLANsFlorian Fainelli
2018-09-28net: dsa: b53: Fix build with B53_SRAB enabled and B53_SERDES=mArnd Bergmann
2018-09-21net: dsa: b53: Also include SGMII for mac_config and mac_link_stateFlorian Fainelli
2018-09-21net: dsa: b53: Fix B53_SERDES_DIGITAL_CONTROL offsetFlorian Fainelli
2018-09-21net: dsa: b53: Don't assign autonegotiation enabledFlorian Fainelli
2018-09-13net: dsa: b53: Do not fail when IRQ are not initializedFlorian Fainelli
2018-09-12net: dsa: b53: Only call b53_port_event() for SGMII portsFlorian Fainelli
2018-09-11net: dsa: b53: Uninitialized variable in b53_adjust_link()Dan Carpenter
2018-09-07net: dsa: b53: Fix build with B53_SRAB enabled and not B53_SERDESFlorian Fainelli
2018-09-06net: dsa: b53: Add SerDes supportFlorian Fainelli
2018-09-06net: dsa: b53: Add PHYLINK supportFlorian Fainelli
2018-09-06net: dsa: b53: Add helper to set link parametersFlorian Fainelli
2018-09-06net: dsa: b53: Make SRAB driver manage port interruptsFlorian Fainelli
2018-09-06net: dsa: b53: Add ability to enable/disable port interruptsFlorian Fainelli
2018-09-01net: dsa: b53: Provide sensible defaultsFlorian Fainelli
2018-08-07net: dsa: b53: Add support for Broadcom Omega SoC internal switchArun Parameswaran
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-06-06net: dsa: b53: Fix for brcm tag issue in Cygnus SoCArun Parameswaran
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-06-01net: dsa: b53: Add BCM5389 supportDamien Thébault
2018-04-27net: dsa: b53: Add support for reading PHY statisticsFlorian Fainelli
2018-04-27net: dsa: Pass stringset to ethtool operationsFlorian Fainelli
2018-04-04net: dsa: b53: Fix sparse warnings in b53_mmap.cFlorian Fainelli
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-06net: dsa: b53: Use strlcpy() for ethtool::get_stringsFlorian Fainelli