| Commit message (Expand) | Author | Age | Files | Lines |
* | net: dsa: b53: spi: add missing MODULE_DEVICE_TABLE | Qinglang Miao | 2021-03-25 | 1 | -0/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2021-03-25 | 1 | -7/+7 |
|\ |
|
| * | net: dsa: b53: VLAN filtering is global to all users | Florian Fainelli | 2021-03-10 | 1 | -7/+7 |
* | | net: dsa: b53: mmap: Add device tree support | Álvaro Fernández Rojas | 2021-03-18 | 1 | -0/+55 |
* | | net: dsa: b53: support legacy tags | Álvaro Fernández Rojas | 2021-03-17 | 2 | -5/+8 |
* | | net: dsa: b53: relax is63xx() condition | Álvaro Fernández Rojas | 2021-03-17 | 1 | -4/+0 |
* | | net: dsa: b53: spi: allow device tree probing | Álvaro Fernández Rojas | 2021-03-16 | 1 | -0/+13 |
* | | net: dsa: b53: Add debug prints in b53_vlan_enable() | Florian Fainelli | 2021-03-11 | 1 | -4/+7 |
|/ |
|
* | net: dsa: b53: Support setting learning on port | Florian Fainelli | 2021-02-23 | 2 | -1/+20 |
* | net: dsa: bcm_sf2: Wire-up br_flags_pre, br_flags and set_mrouter | Florian Fainelli | 2021-02-23 | 2 | -8/+19 |
* | net: dsa: propagate extack to .port_vlan_filtering | Vladimir Oltean | 2021-02-14 | 2 | -2/+4 |
* | net: dsa: propagate extack to .port_vlan_add | Vladimir Oltean | 2021-02-14 | 2 | -2/+4 |
* | net: dsa: act as passthrough for bridge port flags | Vladimir Oltean | 2021-02-12 | 2 | -29/+64 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-01-20 | 1 | -1/+1 |
|\ |
|
| * | net: dsa: b53: fix an off by one in checking "vlan->vid" | Dan Carpenter | 2021-01-19 | 1 | -1/+1 |
* | | net: dsa: set configure_vlan_while_not_filtering to true by default | Vladimir Oltean | 2021-01-15 | 1 | -2/+1 |
* | | net: dsa: remove the transactional logic from VLAN objects | Vladimir Oltean | 2021-01-11 | 2 | -10/+13 |
* | | net: dsa: remove the transactional logic from MDB entries | Vladimir Oltean | 2021-01-11 | 2 | -20/+5 |
* | | net: switchdev: remove the transaction structure from port attributes | Vladimir Oltean | 2021-01-11 | 2 | -7/+2 |
* | | net: switchdev: remove vid_begin -> vid_end range from VLAN objects | Vladimir Oltean | 2021-01-11 | 1 | -30/+24 |
* | | net: dsa: bcm_sf2: support BCM4908's integrated switch | Rafał Miłecki | 2021-01-09 | 2 | -0/+15 |
|/ |
|
* | net: dsa: propagate switchdev vlan_filtering prepare phase to drivers | Vladimir Oltean | 2020-10-05 | 2 | -2/+7 |
* | net: dsa: b53: Set untag_bridge_pvid | Florian Fainelli | 2020-10-02 | 1 | -0/+1 |
* | net: dsa: b53: Configure VLANs while not filtering | Florian Fainelli | 2020-09-23 | 2 | -18/+2 |
* | net: dsa: b53: Report VLAN table occupancy via devlink | Florian Fainelli | 2020-09-09 | 2 | -2/+59 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2020-09-04 | 2 | -2/+2 |
|\ |
|
| * | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-23 | 2 | -2/+2 |
* | | net: dsa: b53: Print err message on SW_RST timeout | Paul Barker | 2020-09-03 | 1 | -1/+4 |
* | | net: dsa: b53: Use dev_{err,info} instead of pr_* | Paul Barker | 2020-09-03 | 1 | -5/+5 |
|/ |
|
* | net: dsa: b53: check for timeout | Tom Rix | 2020-08-21 | 1 | -0/+2 |
* | net: dsa: b53: Fixup endianness warnings | Andrew Lunn | 2020-07-05 | 1 | -8/+18 |
* | net: dsa/b53: use resolved link config in mac_link_up() | Russell King | 2020-06-30 | 1 | -9/+3 |
* | net: dsa/b53: change b53_force_port_config() pause argument | Russell King | 2020-06-30 | 1 | -10/+15 |
* | net: dsa: b53: remove redundant premature assignment to new_pvid | Colin Ian King | 2020-05-27 | 1 | -1/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-05-24 | 1 | -1/+1 |
|\ |
|
| * | net: Fix return value about devm_platform_ioremap_resource() | Tiezhu Yang | 2020-05-23 | 1 | -1/+1 |
* | | net: dsa: b53: Remove is_static argument to b53_read_op() | Florian Fainelli | 2020-04-30 | 1 | -3/+3 |
* | | net: dsa: b53: Bound check ARL searches | Florian Fainelli | 2020-04-30 | 2 | -1/+6 |
* | | net: dsa: b53: Provide number of ARL buckets | Florian Fainelli | 2020-04-30 | 2 | -0/+22 |
* | | net: dsa: b53: Rename num_arl_entries to num_arl_bins | Florian Fainelli | 2020-04-30 | 2 | -27/+27 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-04-25 | 2 | -7/+39 |
|\| |
|
| * | net: dsa: b53: b53_arl_rw_op() needs to select IVL or SVL | Florian Fainelli | 2020-04-22 | 2 | -0/+5 |
| * | net: dsa: b53: Rework ARL bin logic | Florian Fainelli | 2020-04-22 | 2 | -4/+29 |
| * | net: dsa: b53: Fix ARL register definitions | Florian Fainelli | 2020-04-22 | 1 | -2/+2 |
| * | net: dsa: b53: Fix valid setting for MDB entries | Florian Fainelli | 2020-04-22 | 1 | -1/+0 |
| * | net: dsa: b53: Lookup VID in ARL searches when VLAN is enabled | Florian Fainelli | 2020-04-22 | 1 | -0/+3 |
* | | net: dsa: b53: per-port interrupts are optional | Florian Fainelli | 2020-04-18 | 1 | -1/+1 |
|/ |
|
* | net: dsa: b53: Deny enslaving port 7 for 7278 into a bridge | Florian Fainelli | 2020-03-30 | 1 | -0/+6 |
* | net: dsa: b53: Prevent tagged VLAN on port 7 for 7278 | Florian Fainelli | 2020-03-30 | 1 | -0/+8 |
* | net: dsa: b53: Restore VLAN entries upon (re)configuration | Florian Fainelli | 2020-03-30 | 1 | -0/+15 |