summaryrefslogtreecommitdiffstats
path: root/net/dsa/slave.c
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: use new function dev_fetch_sw_netstatsHeiner Kallweit2020-10-131-20/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-2/+16
|\
| * net: dsa: link interfaces with the DSA master to get rid of lockdep warningsVladimir Oltean2020-09-081-2/+16
* | net: dsa: install VLANs into the master's RX filter tooVladimir Oltean2020-09-201-4/+32
* | net: dsa: allow 8021q uppers while the bridge has vlan_filtering=0Vladimir Oltean2020-09-201-2/+2
* | net: dsa: convert denying bridge VLAN with existing 8021q upper to PRECHANGEU...Vladimir Oltean2020-09-201-0/+33
* | net: dsa: convert check for 802.1Q upper when bridged into PRECHANGEUPPERVladimir Oltean2020-09-201-36/+38
* | net: dsa: rename dsa_slave_upper_vlan_check to something more suggestiveVladimir Oltean2020-09-201-4/+4
* | net: dsa: deny enslaving 802.1Q upper to VLAN-aware bridge from PRECHANGEUPPERVladimir Oltean2020-09-201-1/+6
* | Revert "net: dsa: Add more convenient functions for installing port VLANs"Vladimir Oltean2020-09-111-3/+31
* | net: dsa: don't print non-fatal MTU error if not supportedVladimir Oltean2020-09-071-1/+1
* | net: dsa: change PHY error message againVladimir Oltean2020-09-071-2/+3
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* net: dsa: use the ETH_MIN_MTU and ETH_DATA_LEN default valuesVladimir Oltean2020-07-201-3/+0
* net: dsa: Improve subordinate PHY error messageFlorian Fainelli2020-06-301-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-311-0/+1
|\
| * net: dsa: declare lockless TX feature for slave portsVladimir Oltean2020-05-271-0/+1
* | net: dsa: provide an option for drivers to always receive bridge VLANsRussell King2020-05-121-4/+4
* | netpoll: accept NULL np argument in netpoll_send_skb()Eric Dumazet2020-05-071-3/+2
* | net: remove newlines in NL_SET_ERR_MSG_MODJacob Keller2020-05-071-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-061-5/+3
|\|
| * net: dsa: remove duplicate assignment in dsa_slave_add_cls_matchall_mirredVladimir Oltean2020-05-061-5/+3
* | net: partially revert dynamic lockdep key changesCong Wang2020-05-041-0/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-04-251-5/+3
|\|
| * net: dsa: don't fail to probe if we couldn't set the MTUVladimir Oltean2020-04-221-5/+3
* | net: phylink, dsa: eliminate phylink_fixed_state_cb()Russell King2020-04-241-9/+11
* | net: dsa: add GRO support via gro_cellsAlexander Lobakin2020-04-231-1/+9
|/
* net: dsa: dsa_bridge_mtu_normalization() can be statickbuild test robot2020-04-021-1/+1
* net: dsa: fix oops while probing Marvell DSA switchesRussell King2020-03-311-1/+2
* net: dsa: add port policersVladimir Oltean2020-03-301-6/+73
* net: dsa: refactor matchall mirred action to separate functionVladimir Oltean2020-03-301-30/+40
* net: dsa: implement auto-normalization of MTU for bridge hardware datapathVladimir Oltean2020-03-271-0/+114
* net: dsa: configure the MTU for switch portsVladimir Oltean2020-03-271-1/+104
* net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski2020-03-171-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-121-6/+2
|\
| * net: dsa: fix phylink_start()/phylink_stop() callsRussell King2020-03-031-6/+2
* | flow_offload: check for basic action hw stats typeJiri Pirko2020-03-081-0/+4
* | net: dsa: Add bypass operations for the flower classifier-action filterVladimir Oltean2020-03-031-0/+60
|/
* net: dsa: Get information about stacked DSA protocolFlorian Fainelli2020-01-081-3/+1
* net: dsa: Make deferred_xmit private to sja1105Vladimir Oltean2020-01-051-36/+1
* net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn2019-11-041-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-12/+0
|\
| * net: core: add generic lockdep keysTaehee Yoo2019-10-241-12/+0
* | net: dsa: add ethtool pause configuration supportHeiner Kallweit2019-10-301-0/+18
|/
* net: dsa: Pass ndo_setup_tc slave callback to driversVladimir Oltean2019-09-161-4/+8
* net: dsa: Advertise the VLAN offload netdev ability only if switch supports itVladimir Oltean2019-08-271-9/+6
* net: dsa: clear VLAN PVID flag for CPU portVivien Didelot2019-08-271-0/+6
* net: dsa: program VLAN on CPU port from slaveVivien Didelot2019-08-271-0/+14
* net: dsa: check bridge VLAN in slave operationsVivien Didelot2019-08-271-0/+12
* net: dsa: add slave VLAN helpersVivien Didelot2019-08-271-7/+33