summaryrefslogtreecommitdiffstats
path: root/net/dsa/slave.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: dsa: do not skip -EOPNOTSUPP in dsa_port_vid_addVivien Didelot2019-08-271-2/+5
* net: flow_offload: add flow_block structure and use itPablo Neira Ayuso2019-07-191-1/+1
* net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso2019-07-191-1/+1
* net: flow_offload: remove netns parameter from flow_block_cb_alloc()Pablo Neira Ayuso2019-07-191-1/+1
* net: dsa: add support for BRIDGE_MROUTER attributeVivien Didelot2019-07-091-0/+3
* net: flow_offload: add flow_block_cb_is_busy() and use itPablo Neira Ayuso2019-07-091-0/+3
* drivers: net: use flow block APIPablo Neira Ayuso2019-07-091-3/+19
* net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso2019-07-091-2/+2
* net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BINDPablo Neira Ayuso2019-07-091-2/+2
* net: dsa: use switchdev handle helpersVivien Didelot2019-06-141-44/+32
* net: dsa: make dsa_slave_dev_check use constVivien Didelot2019-06-141-2/+2
* net: dsa: Keep a pointer to the skb clone for TX timestampingVladimir Oltean2019-06-081-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* | net: dsa: Move the phylink driver calls into port.cIoana Ciornei2019-05-291-95/+1
* | net: phylink: Add struct phylink_config to PHYLINK APIIoana Ciornei2019-05-291-13/+18
|/
* net: dsa: Initialize DSA_SKB_CB(skb)->deferred_xmit variableVladimir Oltean2019-05-121-0/+2
* net: dsa: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-071-1/+1
* net: dsa: Add support for deferred xmitVladimir Oltean2019-05-051-12/+52
* net/dsa: use intermediate representation for matchall offloadPieter Jansen van Vuuren2019-05-051-9/+7
* net: dsa: Add more convenient functions for installing port VLANsVladimir Oltean2019-04-301-21/+3
* dsa: pass switch ID through devlink_port_attrs_set()Jiri Pirko2019-04-041-0/+7
* net: dsa: read mac address from DT for slave deviceXiaofei Shen2019-04-011-1/+4
* dsa: do not support ndo_get_phys_port_name for non-legacy portsJiri Pirko2019-03-281-0/+7
* dsa: implement ndo_get_devlink_portJiri Pirko2019-03-281-0/+8