summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/b53
AgeCommit message (Expand)AuthorLines
2021-12-02net: dsa: b53: Add SPI ID tableFlorian Fainelli-0/+14
2021-10-25net: dsa: b53: serialize access to the ARL tableVladimir Oltean-7/+30
2021-10-25Revert "Merge branch 'dsa-rtnl'"David S. Miller-35/+6
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson-4/+2
2021-10-24net: dsa: b53: serialize access to the ARL tableVladimir Oltean-6/+35
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+69
2021-09-19net: dsa: be compatible with masters which unregister on shutdownVladimir Oltean-4/+69
2021-09-16net: dsa: b53: Drop unused "cpu_port" fieldRafał Miłecki-29/+0
2021-09-16net: dsa: b53: Improve flow control setup on BCM5301xRafał Miłecki-1/+1
2021-09-16net: dsa: b53: Drop BCM5301x workaround for a wrong CPU/IMP portRafał Miłecki-6/+0
2021-09-16net: dsa: b53: Include all ports in "enabled_ports"Rafał Miłecki-12/+11
2021-09-05net: dsa: b53: Fix IMP port setup on BCM5301xRafał Miłecki-3/+26
2021-09-02net: dsa: b53: Set correct number of ports in the DSA structRafał Miłecki-1/+2
2021-09-02net: dsa: b53: Fix calculating number of switch portsRafał Miłecki-2/+1
2021-08-06net: dsa: don't disable multicast flooding to the CPU even without an IGMP qu...Vladimir Oltean-12/+0
2021-06-22net: dsa: b53: Create default VLAN entry explicitlyFlorian Fainelli-8/+19
2021-06-15net: dsa: b53: remove redundant null check on devColin Ian King-2/+1
2021-06-09net: dsa: b53: Do not force CPU to be always taggedFlorian Fainelli-3/+14
2021-03-25net: dsa: b53: spi: add missing MODULE_DEVICE_TABLEQinglang Miao-0/+1
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-7/+7
2021-03-18net: dsa: b53: mmap: Add device tree supportÁlvaro Fernández Rojas-0/+55
2021-03-17net: dsa: b53: support legacy tagsÁlvaro Fernández Rojas-5/+8
2021-03-17net: dsa: b53: relax is63xx() conditionÁlvaro Fernández Rojas-4/+0
2021-03-16net: dsa: b53: spi: allow device tree probingÁlvaro Fernández Rojas-0/+13
2021-03-11net: dsa: b53: Add debug prints in b53_vlan_enable()Florian Fainelli-4/+7
2021-03-10net: dsa: b53: VLAN filtering is global to all usersFlorian Fainelli-7/+7
2021-02-23net: dsa: b53: Support setting learning on portFlorian Fainelli-1/+20
2021-02-23net: dsa: bcm_sf2: Wire-up br_flags_pre, br_flags and set_mrouterFlorian Fainelli-8/+19
2021-02-14net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean-2/+4
2021-02-14net: dsa: propagate extack to .port_vlan_addVladimir Oltean-2/+4
2021-02-12net: dsa: act as passthrough for bridge port flagsVladimir Oltean-29/+64
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2021-01-19net: dsa: b53: fix an off by one in checking "vlan->vid"Dan Carpenter-1/+1
2021-01-15net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean-2/+1
2021-01-11net: dsa: remove the transactional logic from VLAN objectsVladimir Oltean-10/+13
2021-01-11net: dsa: remove the transactional logic from MDB entriesVladimir Oltean-20/+5
2021-01-11net: switchdev: remove the transaction structure from port attributesVladimir Oltean-7/+2
2021-01-11net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean-30/+24
2021-01-09net: dsa: bcm_sf2: support BCM4908's integrated switchRafał Miłecki-0/+15
2020-10-05net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean-2/+7
2020-10-02net: dsa: b53: Set untag_bridge_pvidFlorian Fainelli-0/+1
2020-09-23net: dsa: b53: Configure VLANs while not filteringFlorian Fainelli-18/+2
2020-09-09net: dsa: b53: Report VLAN table occupancy via devlinkFlorian Fainelli-2/+59
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2020-09-03net: dsa: b53: Print err message on SW_RST timeoutPaul Barker-1/+4
2020-09-03net: dsa: b53: Use dev_{err,info} instead of pr_*Paul Barker-5/+5
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-2/+2
2020-08-21net: dsa: b53: check for timeoutTom Rix-0/+2
2020-07-05net: dsa: b53: Fixup endianness warningsAndrew Lunn-8/+18
2020-06-30net: dsa/b53: use resolved link config in mac_link_up()Russell King-9/+3