summaryrefslogtreecommitdiffstats
path: root/net/dsa
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\ \
| * | net: dsa: tag_ocelot: use traffic class to map priority on injected headerXiaoliang Yang2021-12-231-1/+5
* | | net: dsa: make tagging protocols connect to individual switches from a treeVladimir Oltean2021-12-145-110/+107
* | | net: dsa: tag_sja1105: fix zeroization of ds->priv on tag proto disconnectVladimir Oltean2021-12-141-1/+1
* | | net: dsa: tag_sja1105: split sja1105_tagger_data into private and public sect...Vladimir Oltean2021-12-121-30/+79
* | | Revert "net: dsa: move sja1110_process_meta_tstamp inside the tagging protoco...Vladimir Oltean2021-12-121-43/+7
* | | net: dsa: tag_sja1105: convert to tagger-owned dataVladimir Oltean2021-12-121-17/+73
* | | net: dsa: sja1105: make dp->priv point directly to sja1105_tagger_dataVladimir Oltean2021-12-121-23/+25
* | | net: dsa: sja1105: bring deferred xmit implementation in line with ocelot-8021qVladimir Oltean2021-12-121-4/+17
* | | net: dsa: tag_ocelot: convert to tagger-owned dataVladimir Oltean2021-12-121-3/+70
* | | net: dsa: introduce tagger-owned storage for private and shared dataVladimir Oltean2021-12-123-4/+84
| |/ |/|
* | net: dsa: mark DSA phylink as legacy_pre_march2020Russell King (Oracle)2021-12-091-0/+7
* | net: dsa: eliminate dsa_switch_ops :: port_bridge_tx_fwd_{,un}offloadVladimir Oltean2021-12-081-36/+3