aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa/slave.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-07net: dsa: don't print non-fatal MTU error if not supportedVladimir Oltean1-1/+1
2020-09-07net: dsa: change PHY error message againVladimir Oltean1-2/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-20net: dsa: use the ETH_MIN_MTU and ETH_DATA_LEN default valuesVladimir Oltean1-3/+0
2020-06-30net: dsa: Improve subordinate PHY error messageFlorian Fainelli1-1/+2
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-05-27net: dsa: declare lockless TX feature for slave portsVladimir Oltean1-0/+1
2020-05-12net: dsa: provide an option for drivers to always receive bridge VLANsRussell King1-4/+4
2020-05-07netpoll: accept NULL np argument in netpoll_send_skb()Eric Dumazet1-3/+2
2020-05-07net: remove newlines in NL_SET_ERR_MSG_MODJacob Keller1-3/+3
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+3
2020-05-06net: dsa: remove duplicate assignment in dsa_slave_add_cls_matchall_mirredVladimir Oltean1-5/+3
2020-05-04net: partially revert dynamic lockdep key changesCong Wang1-0/+12
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+3
2020-04-24net: phylink, dsa: eliminate phylink_fixed_state_cb()Russell King1-9/+11
2020-04-23net: dsa: add GRO support via gro_cellsAlexander Lobakin1-1/+9
2020-04-22net: dsa: don't fail to probe if we couldn't set the MTUVladimir Oltean1-5/+3
2020-04-02net: dsa: dsa_bridge_mtu_normalization() can be statickbuild test robot1-1/+1
2020-03-31net: dsa: fix oops while probing Marvell DSA switchesRussell King1-1/+2
2020-03-30net: dsa: add port policersVladimir Oltean1-6/+73
2020-03-30net: dsa: refactor matchall mirred action to separate functionVladimir Oltean1-30/+40
2020-03-27net: dsa: implement auto-normalization of MTU for bridge hardware datapathVladimir Oltean1-0/+114
2020-03-27net: dsa: configure the MTU for switch portsVladimir Oltean1-1/+104
2020-03-17net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski1-2/+2
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-6/+2
2020-03-08flow_offload: check for basic action hw stats typeJiri Pirko1-0/+4
2020-03-03net: dsa: Add bypass operations for the flower classifier-action filterVladimir Oltean1-0/+60
2020-03-03net: dsa: fix phylink_start()/phylink_stop() callsRussell King1-6/+2
2020-01-08net: dsa: Get information about stacked DSA protocolFlorian Fainelli1-3/+1
2020-01-05net: dsa: Make deferred_xmit private to sja1105Vladimir Oltean1-36/+1
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn1-3/+4
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-12/+0
2019-10-30net: dsa: add ethtool pause configuration supportHeiner Kallweit1-0/+18
2019-10-24net: core: add generic lockdep keysTaehee Yoo1-12/+0
2019-09-16net: dsa: Pass ndo_setup_tc slave callback to driversVladimir Oltean1-4/+8
2019-08-27net: dsa: Advertise the VLAN offload netdev ability only if switch supports itVladimir Oltean1-9/+6
2019-08-27net: dsa: clear VLAN PVID flag for CPU portVivien Didelot1-0/+6
2019-08-27net: dsa: program VLAN on CPU port from slaveVivien Didelot1-0/+14
2019-08-27net: dsa: check bridge VLAN in slave operationsVivien Didelot1-0/+12
2019-08-27net: dsa: add slave VLAN helpersVivien Didelot1-7/+33
2019-08-27net: dsa: do not skip -EOPNOTSUPP in dsa_port_vid_addVivien Didelot1-2/+5
2019-07-19net: flow_offload: add flow_block structure and use itPablo Neira Ayuso1-1/+1
2019-07-19net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso1-1/+1
2019-07-19net: flow_offload: remove netns parameter from flow_block_cb_alloc()Pablo Neira Ayuso1-1/+1
2019-07-09net: dsa: add support for BRIDGE_MROUTER attributeVivien Didelot1-0/+3
2019-07-09net: flow_offload: add flow_block_cb_is_busy() and use itPablo Neira Ayuso1-0/+3
2019-07-09drivers: net: use flow block APIPablo Neira Ayuso1-3/+19
2019-07-09net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso1-2/+2
2019-07-09net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BINDPablo Neira Ayuso1-2/+2
2019-06-14net: dsa: use switchdev handle helpersVivien Didelot1-44/+32