summaryrefslogtreecommitdiffstats
path: root/net/dsa
AgeCommit message (Expand)AuthorLines
2022-03-03net: dsa: manage flooding on the CPU portsVladimir Oltean-0/+39
2022-03-03net: dsa: install the primary unicast MAC address as standalone port host FDBVladimir Oltean-2/+33
2022-03-03net: dsa: install secondary unicast and multicast addresses as host FDB/MDBVladimir Oltean-40/+273
2022-03-03net: dsa: rename the host FDB and MDB methods to contain the "bridge" namespaceVladimir Oltean-34/+28
2022-03-03net: dsa: remove workarounds for changing master promisc/allmulti only while upVladimir Oltean-37/+8
2022-03-01net: dsa: restore error path of dsa_tree_change_tag_protoVladimir Oltean-1/+1
2022-02-27net: dsa: pass extack to .port_bridge_join driver methodsVladimir Oltean-2/+6
2022-02-27net: dsa: request drivers to perform FDB isolationVladimir Oltean-36/+141
2022-02-27net: dsa: tag_8021q: rename dsa_8021q_bridge_tx_fwd_offload_vidVladimir Oltean-5/+5
2022-02-27net: dsa: tag_8021q: merge RX and TX VLANsVladimir Oltean-128/+47
2022-02-27net: dsa: tag_8021q: add support for imprecise RX based on the VBIDVladimir Oltean-12/+50
2022-02-27net: dsa: tag_8021q: replace the SVL bridging with VLAN-unaware IVL bridgingVladimir Oltean-92/+48
2022-02-24net: dsa: support FDB events on offloaded LAG interfacesVladimir Oltean-15/+177
2022-02-24net: dsa: call SWITCHDEV_FDB_OFFLOADED for the orig_devVladimir Oltean-1/+3
2022-02-24net: dsa: remove "ds" and "port" from struct dsa_switchdev_event_workVladimir Oltean-13/+5
2022-02-24net: switchdev: remove lag_mod_cb from switchdev_handle_fdb_event_to_deviceVladimir Oltean-2/+4
2022-02-24net: dsa: create a dsa_lag structureVladimir Oltean-40/+87
2022-02-24net: dsa: make LAG IDs one-basedVladimir Oltean-5/+5
2022-02-24net: dsa: rename references to "lag" as "lag_dev"Vladimir Oltean-25/+25
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-8/+28
2022-02-23net: dsa: Include BR_PORT_LOCKED in the list of synced brport flagsHans Schultz-2/+2
2022-02-22net: dsa: fix panic when removing unoffloaded port from bridgeAlvin Šipraga-1/+8
2022-02-22net: phy: phylink: fix DSA mac_select_pcs() introductionRussell King (Oracle)-1/+1
2022-02-19net: dsa: avoid call to __dev_set_promiscuity() while rtnl_mutex isn't heldVladimir Oltean-7/+20
2022-02-19net: dsa: remove pcs_pollRussell King (Oracle)-1/+0
2022-02-18net: dsa: add support for phylink mac_select_pcs()Russell King (Oracle)-0/+15
2022-02-17net: dsa: delete unused exported symbols for ethtool PHY statsVladimir Oltean-57/+0
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-15/+8
2022-02-17net: dsa: lan9303: handle hwaccel VLAN tagsMans Rullgard-14/+7
2022-02-17net: dsa: tag_ocelot_8021q: calculate TX checksum in software for deferred pa...Vladimir Oltean-0/+7
2022-02-16net: dsa: tag_8021q: only call skb_push/skb_pull around __skb_vlan_popVladimir Oltean-2/+2
2022-02-16net: dsa: offload bridge port VLANs on foreign interfacesVladimir Oltean-26/+31
2022-02-16net: dsa: add explicit support for host bridge VLANsVladimir Oltean-47/+288
2022-02-14net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLANVladimir Oltean-1/+1
2022-02-11net: dsa: remove lockdep class for DSA slave address listVladimir Oltean-12/+0
2022-02-11net: dsa: remove lockdep class for DSA master address listVladimir Oltean-4/+0
2022-02-11net: dsa: remove ndo_get_phys_port_name and ndo_get_port_parent_idVladimir Oltean-41/+1
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-19/+6
2022-02-09net: dsa: fix panic when DSA master device unbinds on shutdownVladimir Oltean-19/+6
2022-02-02net: dsa: tag_qca: add support for handling mgmt and MIB Ethernet packetAnsuel Smith-3/+36
2022-02-02net: dsa: tag_qca: add define for handling MIB packetAnsuel Smith-0/+4
2022-02-02net: dsa: tag_qca: add define for handling mgmt Ethernet packetAnsuel Smith-3/+12
2022-02-02net: dsa: tag_qca: enable promisc_on_master flagAnsuel Smith-0/+1
2022-02-02net: dsa: tag_qca: move define to include linux/dsaAnsuel Smith-15/+1
2022-02-02net: dsa: tag_qca: convert to FIELD macroAnsuel Smith-19/+15
2022-02-02net: dsa: replay master state events in dsa_tree_{setup,teardown}_masterVladimir Oltean-4/+24
2022-02-02net: dsa: provide switch operations for tracking the master stateVladimir Oltean-0/+106
2022-01-25net: dsa: Avoid cross-chip syncing of VLAN filteringTobias Waldekranz-3/+5
2022-01-25net: dsa: Move VLAN filtering syncing out of dsa_switch_bridge_leaveTobias Waldekranz-13/+25
2022-01-06net: dsa: setup master before portsVladimir Oltean-10/+13