summaryrefslogtreecommitdiffstats
path: root/net/dsa
Commit message (Expand)AuthorAgeFilesLines
* 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
* | net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean2021-12-082-1/+3
* | net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean2021-12-086-64/+86
* | net: dsa: export bridging offload helpers to driversVladimir Oltean2021-12-081-43/+0
* | net: dsa: rename dsa_port_offloads_bridge to dsa_port_offloads_bridge_devVladimir Oltean2021-12-082-14/+16
* | net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpersVladimir Oltean2021-12-088-37/+41
* | net: dsa: assign a bridge number even without TX forwarding offloadVladimir Oltean2021-12-082-27/+58
* | net: dsa: make dp->bridge_num one-basedVladimir Oltean2021-12-085-25/+29
* | net: dsa: support use of phylink_generic_validate()Russell King (Oracle)2021-12-011-1/+4
* | net: dsa: replace phylink_get_interfaces() with phylink_get_caps()Russell King (Oracle)2021-12-011-3/+2
* | net: dsa: consolidate phylink creationRussell King (Oracle)2021-12-013-33/+32
* | devlink: Simplify devlink resources unregister callLeon Romanovsky2021-11-301-1/+1
|/
* net: dsa: felix: fix broken VLAN-tagged PTP under VLAN-aware bridgeVladimir Oltean2021-11-031-0/+3
* net: dsa: populate supported_interfaces memberMarek BehĂșn2021-11-012-0/+8
* net: switchdev: merge switchdev_handle_fdb_{add,del}_to_deviceVladimir Oltean2021-10-271-33/+8
* net: dsa: stop calling dev_hold in dsa_slave_fdb_eventVladimir Oltean2021-10-261-3/+0
* net: dsa: flush switchdev workqueue when leaving the bridgeVladimir Oltean2021-10-261-0/+2
* net: dsa: drop rtnl_lock from dsa_slave_switchdev_event_workVladimir Oltean2021-10-251-2/+0
* net: dsa: introduce locking for the address lists on CPU and DSA portsVladimir Oltean2021-10-252-24/+53
* net: dsa: avoid refcount warnings when ->port_{fdb,mdb}_del returns errorVladimir Oltean2021-10-251-2/+2
* Revert "Merge branch 'dsa-rtnl'"David S. Miller2021-10-253-53/+26
* net: dsa: drop rtnl_lock from dsa_slave_switchdev_event_workVladimir Oltean2021-10-241-2/+0
* net: dsa: introduce locking for the address lists on CPU and DSA portsVladimir Oltean2021-10-242-24/+53
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-221-2/+7
|\
| * net: dsa: Fix an error handling path in 'dsa_switch_parse_ports_of()'Christophe JAILLET2021-10-191-2/+7
* | net: dsa: tag_8021q: make dsa_8021q_{rx,tx}_vid take dp as argumentVladimir Oltean2021-10-213-19/+19