summaryrefslogtreecommitdiffstats
path: root/net/dsa/slave.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\