aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/b53
AgeCommit message (Expand)Author
2021-12-08net: dsa: b53: Add SPI ID tableFlorian Fainelli
2021-09-19net: dsa: be compatible with masters which unregister on shutdownVladimir Oltean
2021-09-05net: dsa: b53: Fix IMP port setup on BCM5301xRafał Miłecki
2021-09-02net: dsa: b53: Set correct number of ports in the DSA structRafał Miłecki
2021-09-02net: dsa: b53: Fix calculating number of switch portsRafał Miłecki
2021-08-06net: dsa: don't disable multicast flooding to the CPU even without an IGMP qu...Vladimir Oltean
2021-06-22net: dsa: b53: Create default VLAN entry explicitlyFlorian Fainelli
2021-06-15net: dsa: b53: remove redundant null check on devColin Ian King
2021-06-09net: dsa: b53: Do not force CPU to be always taggedFlorian Fainelli
2021-03-25net: dsa: b53: spi: add missing MODULE_DEVICE_TABLEQinglang Miao
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-03-18net: dsa: b53: mmap: Add device tree supportÁlvaro Fernández Rojas
2021-03-17net: dsa: b53: support legacy tagsÁlvaro Fernández Rojas
2021-03-17net: dsa: b53: relax is63xx() conditionÁlvaro Fernández Rojas
2021-03-16net: dsa: b53: spi: allow device tree probingÁlvaro Fernández Rojas
2021-03-11net: dsa: b53: Add debug prints in b53_vlan_enable()Florian Fainelli
2021-03-10net: dsa: b53: VLAN filtering is global to all usersFlorian Fainelli
2021-02-23net: dsa: b53: Support setting learning on portFlorian Fainelli
2021-02-23net: dsa: bcm_sf2: Wire-up br_flags_pre, br_flags and set_mrouterFlorian Fainelli
2021-02-14net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean
2021-02-14net: dsa: propagate extack to .port_vlan_addVladimir Oltean
2021-02-12net: dsa: act as passthrough for bridge port flagsVladimir Oltean
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-19net: dsa: b53: fix an off by one in checking "vlan->vid"Dan Carpenter
2021-01-15net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean
2021-01-11net: dsa: remove the transactional logic from VLAN objectsVladimir Oltean
2021-01-11net: dsa: remove the transactional logic from MDB entriesVladimir Oltean
2021-01-11net: switchdev: remove the transaction structure from port attributesVladimir Oltean
2021-01-11net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean
2021-01-09net: dsa: bcm_sf2: support BCM4908's integrated switchRafał Miłecki
2020-10-05net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean
2020-10-02net: dsa: b53: Set untag_bridge_pvidFlorian Fainelli
2020-09-23net: dsa: b53: Configure VLANs while not filteringFlorian Fainelli
2020-09-09net: dsa: b53: Report VLAN table occupancy via devlinkFlorian Fainelli
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-09-03net: dsa: b53: Print err message on SW_RST timeoutPaul Barker
2020-09-03net: dsa: b53: Use dev_{err,info} instead of pr_*Paul Barker
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-21net: dsa: b53: check for timeoutTom Rix
2020-07-05net: dsa: b53: Fixup endianness warningsAndrew Lunn
2020-06-30net: dsa/b53: use resolved link config in mac_link_up()Russell King
2020-06-30net: dsa/b53: change b53_force_port_config() pause argumentRussell King
2020-05-27net: dsa: b53: remove redundant premature assignment to new_pvidColin Ian King
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-23net: Fix return value about devm_platform_ioremap_resource()Tiezhu Yang
2020-04-30net: dsa: b53: Remove is_static argument to b53_read_op()Florian Fainelli
2020-04-30net: dsa: b53: Bound check ARL searchesFlorian Fainelli
2020-04-30net: dsa: b53: Provide number of ARL bucketsFlorian Fainelli
2020-04-30net: dsa: b53: Rename num_arl_entries to num_arl_binsFlorian Fainelli
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller