summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/b53
Commit message (Expand)AuthorAgeFilesLines
...
* net: dsa: b53: Deny enslaving port 7 for 7278 into a bridgeFlorian Fainelli2020-03-301-0/+6
* net: dsa: b53: Prevent tagged VLAN on port 7 for 7278Florian Fainelli2020-03-301-0/+8
* net: dsa: b53: Restore VLAN entries upon (re)configurationFlorian Fainelli2020-03-301-0/+15
* net: dsa: b53: add MTU configuration supportMurali Krishna Policharla2020-03-271-5/+22
* net: dsa: propagate resolved link config via mac_link_up()Russell King2020-02-272-2/+6
* net: dsa: b53: Ensure the default VID is untaggedFlorian Fainelli2020-02-161-0/+3
* net: dsa: b53: Always use dev->vlan_enabled in b53_configure_vlan()Florian Fainelli2020-02-071-1/+1
* net: dsa: b53: Enable Broadcom tags for 531x5/539x familiesFlorian Fainelli2020-01-081-9/+37
* net: dsa: Get information about stacked DSA protocolFlorian Fainelli2020-01-082-9/+17
* net: dsa: b53: Fix egress flooding settingsFlorian Fainelli2019-12-161-5/+16
* net: dsa: b53: Add support for MDBFlorian Fainelli2019-10-282-3/+67
* net: dsa: remove dsa_switch_alloc helperVivien Didelot2019-10-221-1/+4
* net: dsa: use dsa_to_port helper everywhereVivien Didelot2019-10-221-3/+3
* net: dsa: b53: Do not clear existing mirrored port maskFlorian Fainelli2019-10-061-1/+0
* net: dsa: b53: Use the correct style for SPDX License IdentifierNishad Kamdar2019-09-221-2/+2
* net: dsa: b53: Add support for port_egress_floods callbackFlorian Fainelli2019-09-162-0/+35
* net: dsa: do not enable or disable non user portsVivien Didelot2019-08-201-1/+6
* net: dsa: b53: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-011-6/+2
* net: dsa: b53: Disable all ports on setupBenedikt Spranger2019-06-281-2/+2
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* net: dsa: b53: Use vlan_filtering property from dsa_switchVladimir Oltean2019-04-302-4/+2
* net: dsa: b53: Let DSA call .port_vlan_filtering only when necessaryVladimir Oltean2019-04-301-2/+2
* net: dsa: b53: Let DSA handle mismatched VLAN filtering settingsVladimir Oltean2019-04-301-18/+7
* dsa: Remove phydev parameter from disable_port callAndrew Lunn2019-02-242-3/+3
* net: dsa: b53: Do not program CPU port's PVIDFlorian Fainelli2019-02-151-1/+1
* net: dsa: b53: Properly account for VLAN filteringFlorian Fainelli2019-02-152-5/+57
* net: dsa: b53: Fix default VLAN IDFlorian Fainelli2019-02-151-13/+16
* net: dsa: b53: Fix for failure when irq is not defined in dtArun Parameswaran2019-02-071-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-061-2/+2
|\
| * net: dsa: b53: Keep CPU port as tagged in all VLANsFlorian Fainelli2018-10-041-2/+2
* | net: dsa: b53: Fix build with B53_SRAB enabled and B53_SERDES=mArnd Bergmann2018-09-281-0/+1
* | net: dsa: b53: Also include SGMII for mac_config and mac_link_stateFlorian Fainelli2018-09-211-4/+6
* | net: dsa: b53: Fix B53_SERDES_DIGITAL_CONTROL offsetFlorian Fainelli2018-09-211-1/+1
* | net: dsa: b53: Don't assign autonegotiation enabledFlorian Fainelli2018-09-211-4/+1
* | net: dsa: b53: Do not fail when IRQ are not initializedFlorian Fainelli2018-09-131-1/+7
* | net: dsa: b53: Only call b53_port_event() for SGMII portsFlorian Fainelli2018-09-121-1/+2
* | net: dsa: b53: Uninitialized variable in b53_adjust_link()Dan Carpenter2018-09-111-1/+1
* | net: dsa: b53: Fix build with B53_SRAB enabled and not B53_SERDESFlorian Fainelli2018-09-072-0/+9
* | net: dsa: b53: Add SerDes supportFlorian Fainelli2018-09-067-0/+490
* | net: dsa: b53: Add PHYLINK supportFlorian Fainelli2018-09-062-0/+139
* | net: dsa: b53: Add helper to set link parametersFlorian Fainelli2018-09-061-29/+60
* | net: dsa: b53: Make SRAB driver manage port interruptsFlorian Fainelli2018-09-061-0/+105
* | net: dsa: b53: Add ability to enable/disable port interruptsFlorian Fainelli2018-09-062-0/+11
* | net: dsa: b53: Provide sensible defaultsFlorian Fainelli2018-09-011-0/+2
|/
* net: dsa: b53: Add support for Broadcom Omega SoC internal switchArun Parameswaran2018-08-071-0/+1
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-4/+4
* net: dsa: b53: Fix for brcm tag issue in Cygnus SoCArun Parameswaran2018-06-063-3/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-033-1/+18
|\
| * net: dsa: b53: Add BCM5389 supportDamien Thébault2018-06-013-1/+18
* | net: dsa: b53: Add support for reading PHY statisticsFlorian Fainelli2018-04-272-10/+69