summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/b53
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean2021-12-082-2/+4
* net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean2021-12-082-6/+6
* net: dsa: hide dp->bridge_dev and dp->bridge_num in drivers behind helpersVladimir Oltean2021-12-081-2/+2
* net: dsa: b53: Add SPI ID tableFlorian Fainelli2021-12-021-0/+14
* net: dsa: b53: serialize access to the ARL tableVladimir Oltean2021-10-252-7/+30
* Revert "Merge branch 'dsa-rtnl'"David S. Miller2021-10-252-35/+6
* net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson2021-10-241-4/+2
* net: dsa: b53: serialize access to the ARL tableVladimir Oltean2021-10-242-6/+35
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-235-4/+69
|\
| * net: dsa: be compatible with masters which unregister on shutdownVladimir Oltean2021-09-195-4/+69
* | net: dsa: b53: Drop unused "cpu_port" fieldRafał Miłecki2021-09-162-29/+0
* | net: dsa: b53: Improve flow control setup on BCM5301xRafał Miłecki2021-09-161-1/+1
* | net: dsa: b53: Drop BCM5301x workaround for a wrong CPU/IMP portRafał Miłecki2021-09-161-6/+0
* | net: dsa: b53: Include all ports in "enabled_ports"Rafał Miłecki2021-09-161-12/+11
|/
* net: dsa: b53: Fix IMP port setup on BCM5301xRafał Miłecki2021-09-052-3/+26
* net: dsa: b53: Set correct number of ports in the DSA structRafał Miłecki2021-09-021-1/+2
* net: dsa: b53: Fix calculating number of switch portsRafał Miłecki2021-09-021-2/+1
* net: dsa: don't disable multicast flooding to the CPU even without an IGMP qu...Vladimir Oltean2021-08-062-12/+0
* net: dsa: b53: Create default VLAN entry explicitlyFlorian Fainelli2021-06-221-8/+19
* net: dsa: b53: remove redundant null check on devColin Ian King2021-06-151-2/+1
* net: dsa: b53: Do not force CPU to be always taggedFlorian Fainelli2021-06-091-3/+14
* net: dsa: b53: spi: add missing MODULE_DEVICE_TABLEQinglang Miao2021-03-251-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-7/+7
|\
| * net: dsa: b53: VLAN filtering is global to all usersFlorian Fainelli2021-03-101-7/+7
* | net: dsa: b53: mmap: Add device tree supportÁlvaro Fernández Rojas2021-03-181-0/+55
* | net: dsa: b53: support legacy tagsÁlvaro Fernández Rojas2021-03-172-5/+8
* | net: dsa: b53: relax is63xx() conditionÁlvaro Fernández Rojas2021-03-171-4/+0
* | net: dsa: b53: spi: allow device tree probingÁlvaro Fernández Rojas2021-03-161-0/+13
* | net: dsa: b53: Add debug prints in b53_vlan_enable()Florian Fainelli2021-03-111-4/+7
|/
* net: dsa: b53: Support setting learning on portFlorian Fainelli2021-02-232-1/+20
* net: dsa: bcm_sf2: Wire-up br_flags_pre, br_flags and set_mrouterFlorian Fainelli2021-02-232-8/+19
* net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean2021-02-142-2/+4
* net: dsa: propagate extack to .port_vlan_addVladimir Oltean2021-02-142-2/+4
* net: dsa: act as passthrough for bridge port flagsVladimir Oltean2021-02-122-29/+64
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-201-1/+1
|\
| * net: dsa: b53: fix an off by one in checking "vlan->vid"Dan Carpenter2021-01-191-1/+1
* | net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean2021-01-151-2/+1
* | net: dsa: remove the transactional logic from VLAN objectsVladimir Oltean2021-01-112-10/+13
* | net: dsa: remove the transactional logic from MDB entriesVladimir Oltean2021-01-112-20/+5
* | net: switchdev: remove the transaction structure from port attributesVladimir Oltean2021-01-112-7/+2
* | net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean2021-01-111-30/+24
* | net: dsa: bcm_sf2: support BCM4908's integrated switchRafał Miłecki2021-01-092-0/+15
|/
* net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean2020-10-052-2/+7
* net: dsa: b53: Set untag_bridge_pvidFlorian Fainelli2020-10-021-0/+1
* net: dsa: b53: Configure VLANs while not filteringFlorian Fainelli2020-09-232-18/+2
* net: dsa: b53: Report VLAN table occupancy via devlinkFlorian Fainelli2020-09-092-2/+59
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-042-2/+2
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-2/+2
* | net: dsa: b53: Print err message on SW_RST timeoutPaul Barker2020-09-031-1/+4
* | net: dsa: b53: Use dev_{err,info} instead of pr_*Paul Barker2020-09-031-5/+5
|/