summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/b53
Commit message (Expand)AuthorAgeFilesLines
* 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-05-012-4/+2Star
* net: dsa: b53: Let DSA call .port_vlan_filtering only when necessaryVladimir Oltean2019-05-011-2/+2
* net: dsa: b53: Let DSA handle mismatched VLAN filtering settingsVladimir Oltean2019-05-011-18/+7Star
* dsa: Remove phydev parameter from disable_port callAndrew Lunn2019-02-252-3/+3
* net: dsa: b53: Do not program CPU port's PVIDFlorian Fainelli2019-02-161-1/+1
* net: dsa: b53: Properly account for VLAN filteringFlorian Fainelli2019-02-162-5/+57
* net: dsa: b53: Fix default VLAN IDFlorian Fainelli2019-02-161-13/+16
* net: dsa: b53: Fix for failure when irq is not defined in dtArun Parameswaran2019-02-081-3/+0Star
* 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-051-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-221-4/+6
* | net: dsa: b53: Fix B53_SERDES_DIGITAL_CONTROL offsetFlorian Fainelli2018-09-221-1/+1
* | net: dsa: b53: Don't assign autonegotiation enabledFlorian Fainelli2018-09-221-4/+1Star
* | 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-121-1/+1
* | net: dsa: b53: Fix build with B53_SRAB enabled and not B53_SERDESFlorian Fainelli2018-09-082-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-021-0/+2
|/
* net: dsa: b53: Add support for Broadcom Omega SoC internal switchArun Parameswaran2018-08-081-0/+1
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-131-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
* | net: dsa: Pass stringset to ethtool operationsFlorian Fainelli2018-04-272-4/+12
|/
* net: dsa: b53: Fix sparse warnings in b53_mmap.cFlorian Fainelli2018-04-041-9/+24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-2/+2
|\
| * net: dsa: b53: Use strlcpy() for ethtool::get_stringsFlorian Fainelli2018-03-061-2/+2
* | dsa: Pass the port to get_sset_count()Andrew Lunn2018-03-042-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-091-3/+6
|\
| * net: dsa: b53: Turn off Broadcom tags for more switchesFlorian Fainelli2018-01-041-3/+6
* | net: dsa: remove trans argument from vlan opsVivien Didelot2017-12-032-8/+4Star
* | net: dsa: bcm_sf2: Utilize b53_get_tag_protocol()Florian Fainelli2017-11-302-2/+3
|/
* net: dsa: b53: Support prepended Broadcom tagsFlorian Fainelli2017-11-132-4/+11
* net: dsa: Pass a port to get_tag_protocol()Florian Fainelli2017-11-131-19/+13Star
* net: dsa: b53: Turn on Broadcom tagsFlorian Fainelli2017-11-112-9/+40
* net: dsa: b53: Stop using dev->cpu_port incorrectlyFlorian Fainelli2017-11-111-6/+4Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | net: dsa: b53: Have b53_hdr_setup() enable/disable taggingFlorian Fainelli2017-11-011-3/+13
* | net: dsa: b53: Export b53_configure_vlan()Florian Fainelli2017-10-292-2/+5
* | net: dsa: add dsa_is_unused_port helperVivien Didelot2017-10-271-1/+1