summaryrefslogtreecommitdiffstats
path: root/net/dsa/port.c
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: move tag_8021q headers to their proper placeVladimir Oltean2022-11-221-0/+1
* net: dsa: rename dsa2.c back into dsa.c and create its headerVladimir Oltean2022-11-221-1/+1
* net: dsa: move headers exported by switch.c to switch.hVladimir Oltean2022-11-221-0/+1
* net: dsa: move headers exported by slave.c to slave.hVladimir Oltean2022-11-221-0/+1
* net: dsa: move headers exported by port.c to port.hVladimir Oltean2022-11-221-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-171-0/+16
|\
| * net: dsa: make dsa_master_ioctl() see through port_hwtstamp_get() shimsVladimir Oltean2022-11-141-0/+16
* | net: dsa: remove phylink_validate() methodVladimir Oltean2022-11-151-10/+8
|/
* net: dsa: fix wrong pointer passed to PTR_ERR() in dsa_port_phylink_create()Yang Yingliang2022-10-091-1/+1
* net: dsa: don't leave dangling pointers in dp->pl when failingVladimir Oltean2022-09-301-7/+15
* net: dsa: allow masters to join a LAGVladimir Oltean2022-09-201-0/+1
* net: dsa: propagate extack to port_lag_joinVladimir Oltean2022-09-201-0/+1
* net: dsa: allow the DSA master to be seen and changed through rtnetlinkVladimir Oltean2022-09-201-0/+130
* net: dsa: introduce dsa_port_get_master()Vladimir Oltean2022-09-201-14/+14
* net: dsa: make phylink-related OF properties mandatory on DSA and CPU portsVladimir Oltean2022-08-221-5/+167
* net: dsa: rename dsa_port_link_{,un}register_ofVladimir Oltean2022-08-221-9/+9
* net: dsa: don't warn in dsa_port_set_state_now() when driver doesn't support itVladimir Oltean2022-08-171-2/+5
* net: dsa: fix NULL pointer dereference in dsa_port_reset_vlan_filteringVladimir Oltean2022-07-181-2/+3
* net: dsa: fix dsa_port_vlan_filtering when globalVladimir Oltean2022-07-181-1/+1
* net: dsa: felix: manage host flooding using a specific driver callbackVladimir Oltean2022-05-121-0/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-121-0/+1
|\
| * net: dsa: flush switchdev workqueue on bridge join error pathVladimir Oltean2022-05-091-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-281-0/+2
|\|
| * net: dsa: Add missing of_node_put() in dsa_port_link_register_ofMiaoqian Lin2022-04-221-0/+2
* | net: dsa: don't emit targeted cross-chip notifiers for MTU changeVladimir Oltean2022-04-201-3/+1
* | net: dsa: make cross-chip notifiers more efficient for host eventsVladimir Oltean2022-04-201-44/+20
* | net: dsa: move reset of VLAN filtering to dsa_port_switchdev_unsync_attrsVladimir Oltean2022-04-201-3/+57
|/
* net: dsa: Handle MST state changesTobias Waldekranz2022-03-171-8/+77
* net: dsa: Pass VLAN MSTI migration notifications to driverTobias Waldekranz2022-03-171-1/+15
* net: dsa: Validate hardware support for MSTTobias Waldekranz2022-03-171-0/+22
* net: dsa: install secondary unicast and multicast addresses as host FDB/MDBVladimir Oltean2022-03-031-40/+120
* net: dsa: rename the host FDB and MDB methods to contain the "bridge" namespaceVladimir Oltean2022-03-031-8/+8
* net: dsa: pass extack to .port_bridge_join driver methodsVladimir Oltean2022-02-271-0/+1
* net: dsa: request drivers to perform FDB isolationVladimir Oltean2022-02-271-1/+74
* net: dsa: support FDB events on offloaded LAG interfacesVladimir Oltean2022-02-241-0/+27
* net: dsa: create a dsa_lag structureVladimir Oltean2022-02-241-12/+50
* net: dsa: rename references to "lag" as "lag_dev"Vladimir Oltean2022-02-241-10/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-241-7/+22
|\
| * 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-191-6/+14
* | 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
* | net: dsa: add explicit support for host bridge VLANsVladimir Oltean2022-02-161-0/+42
|/
* net: dsa: remove cross-chip support for HSRVladimir Oltean2022-01-051-16/+13
* net: dsa: remove cross-chip support for MRPVladimir Oltean2022-01-051-24/+20
* 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