summaryrefslogtreecommitdiffstats
path: root/net/dsa
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: support FDB events on offloaded LAG interfacesVladimir Oltean2022-02-244-15/+177
* net: dsa: call SWITCHDEV_FDB_OFFLOADED for the orig_devVladimir Oltean2022-02-242-1/+3
* net: dsa: remove "ds" and "port" from struct dsa_switchdev_event_workVladimir Oltean2022-02-242-13/+5
* net: switchdev: remove lag_mod_cb from switchdev_handle_fdb_event_to_deviceVladimir Oltean2022-02-241-2/+4
* net: dsa: create a dsa_lag structureVladimir Oltean2022-02-246-40/+87
* net: dsa: make LAG IDs one-basedVladimir Oltean2022-02-242-5/+5
* net: dsa: rename references to "lag" as "lag_dev"Vladimir Oltean2022-02-244-25/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-242-8/+28
|\
| * net: dsa: fix panic when removing unoffloaded port from bridgeAlvin Šipraga2022-02-221-1/+8
| * net: dsa: avoid call to __dev_set_promiscuity() while rtnl_mutex isn't heldVladimir Oltean2022-02-192-7/+20
* | net: dsa: Include BR_PORT_LOCKED in the list of synced brport flagsHans Schultz2022-02-231-2/+2
* | net: phy: phylink: fix DSA mac_select_pcs() introductionRussell King (Oracle)2022-02-221-1/+1
* | net: dsa: remove pcs_pollRussell King (Oracle)2022-02-191-1/+0
* | net: dsa: add support for phylink mac_select_pcs()Russell King (Oracle)2022-02-181-0/+15
* | net: dsa: delete unused exported symbols for ethtool PHY statsVladimir Oltean2022-02-171-57/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-173-15/+8
|\|
| * net: dsa: lan9303: handle hwaccel VLAN tagsMans Rullgard2022-02-171-14/+7
| * net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLANVladimir Oltean2022-02-142-1/+1
* | net: dsa: tag_ocelot_8021q: calculate TX checksum in software for deferred pa...Vladimir Oltean2022-02-171-0/+7
* | net: dsa: tag_8021q: only call skb_push/skb_pull around __skb_vlan_popVladimir Oltean2022-02-161-2/+2
* | net: dsa: offload bridge port VLANs on foreign interfacesVladimir Oltean2022-02-162-26/+31
* | net: dsa: add explicit support for host bridge VLANsVladimir Oltean2022-02-165-47/+288
* | net: dsa: remove lockdep class for DSA slave address listVladimir Oltean2022-02-111-12/+0
* | net: dsa: remove lockdep class for DSA master address listVladimir Oltean2022-02-111-4/+0
* | net: dsa: remove ndo_get_phys_port_name and ndo_get_port_parent_idVladimir Oltean2022-02-111-41/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-101-19/+6
|\|
| * net: dsa: fix panic when DSA master device unbinds on shutdownVladimir Oltean2022-02-091-19/+6
* | net: dsa: tag_qca: add support for handling mgmt and MIB Ethernet packetAnsuel Smith2022-02-021-3/+36
* | net: dsa: tag_qca: add define for handling MIB packetAnsuel Smith2022-02-021-0/+4
* | net: dsa: tag_qca: add define for handling mgmt Ethernet packetAnsuel Smith2022-02-021-3/+12
* | net: dsa: tag_qca: enable promisc_on_master flagAnsuel Smith2022-02-021-0/+1
* | net: dsa: tag_qca: move define to include linux/dsaAnsuel Smith2022-02-021-15/+1
* | net: dsa: tag_qca: convert to FIELD macroAnsuel Smith2022-02-021-19/+15
* | net: dsa: replay master state events in dsa_tree_{setup,teardown}_masterVladimir Oltean2022-02-021-4/+24
* | net: dsa: provide switch operations for tracking the master stateVladimir Oltean2022-02-024-0/+106
* | net: dsa: Avoid cross-chip syncing of VLAN filteringTobias Waldekranz2022-01-251-3/+5
* | net: dsa: Move VLAN filtering syncing out of dsa_switch_bridge_leaveTobias Waldekranz2022-01-251-13/+25
|/
* net: dsa: setup master before portsVladimir Oltean2022-01-061-10/+13
* net: dsa: first set up shared ports, then non-shared portsVladimir Oltean2022-01-061-13/+37
* net: dsa: hold rtnl_mutex when calling dsa_master_{setup,teardown}Vladimir Oltean2022-01-062-2/+10
* net: dsa: stop updating master MTU from master.cVladimir Oltean2022-01-061-24/+1
* net: dsa: merge rtnl_lock sections in dsa_slave_createVladimir Oltean2022-01-061-3/+1
* net: dsa: reorder PHY initialization with MTU setup in slave.cVladimir Oltean2022-01-061-7/+7
* net: dsa: remove cross-chip support for HSRVladimir Oltean2022-01-053-49/+13
* net: dsa: remove cross-chip support for MRPVladimir Oltean2022-01-053-106/+20
* net: dsa: fix incorrect function pointer check for MRP ring rolesVladimir Oltean2022-01-051-2/+2
* net: dsa: make dsa_switch :: num_ports an unsigned intVladimir Oltean2022-01-051-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-311-0/+1
|\
| * net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-231-1/+5
|\ \