aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa/slave.c
AgeCommit message (Expand)Author
2020-06-03net: dsa: declare lockless TX feature for slave portsVladimir Oltean
2020-03-03net: dsa: fix phylink_start()/phylink_stop() callsRussell King
2020-01-08net: dsa: Get information about stacked DSA protocolFlorian Fainelli
2020-01-05net: dsa: Make deferred_xmit private to sja1105Vladimir Oltean
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-30net: dsa: add ethtool pause configuration supportHeiner Kallweit
2019-10-24net: core: add generic lockdep keysTaehee Yoo
2019-09-16net: dsa: Pass ndo_setup_tc slave callback to driversVladimir Oltean
2019-08-27net: dsa: Advertise the VLAN offload netdev ability only if switch supports itVladimir Oltean
2019-08-27net: dsa: clear VLAN PVID flag for CPU portVivien Didelot
2019-08-27net: dsa: program VLAN on CPU port from slaveVivien Didelot
2019-08-27net: dsa: check bridge VLAN in slave operationsVivien Didelot
2019-08-27net: dsa: add slave VLAN helpersVivien Didelot
2019-08-27net: dsa: do not skip -EOPNOTSUPP in dsa_port_vid_addVivien Didelot
2019-07-19net: flow_offload: add flow_block structure and use itPablo Neira Ayuso
2019-07-19net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso
2019-07-19net: flow_offload: remove netns parameter from flow_block_cb_alloc()Pablo Neira Ayuso
2019-07-09net: dsa: add support for BRIDGE_MROUTER attributeVivien Didelot
2019-07-09net: flow_offload: add flow_block_cb_is_busy() and use itPablo Neira Ayuso
2019-07-09drivers: net: use flow block APIPablo Neira Ayuso
2019-07-09net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso
2019-07-09net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BINDPablo Neira Ayuso
2019-06-14net: dsa: use switchdev handle helpersVivien Didelot
2019-06-14net: dsa: make dsa_slave_dev_check use constVivien Didelot
2019-06-08net: dsa: Keep a pointer to the skb clone for TX timestampingVladimir Oltean
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-29net: dsa: Move the phylink driver calls into port.cIoana Ciornei
2019-05-29net: phylink: Add struct phylink_config to PHYLINK APIIoana Ciornei
2019-05-12net: dsa: Initialize DSA_SKB_CB(skb)->deferred_xmit variableVladimir Oltean
2019-05-07net: dsa: support of_get_mac_address new ERR_PTR errorPetr Štetiar
2019-05-05net: dsa: Add support for deferred xmitVladimir Oltean
2019-05-05net/dsa: use intermediate representation for matchall offloadPieter Jansen van Vuuren
2019-04-30net: dsa: Add more convenient functions for installing port VLANsVladimir Oltean
2019-04-04dsa: pass switch ID through devlink_port_attrs_set()Jiri Pirko
2019-04-01net: dsa: read mac address from DT for slave deviceXiaofei Shen
2019-03-28dsa: do not support ndo_get_phys_port_name for non-legacy portsJiri Pirko
2019-03-28dsa: implement ndo_get_devlink_portJiri Pirko
2019-03-26net: dsa: Avoid null pointer when failing to connect to PHYVladimir Oltean
2019-03-03net: dsa: Use prepare/commit phase in dsa_slave_vlan_rx_add_vid()Florian Fainelli
2019-02-27net: Remove switchdev_opsFlorian Fainelli
2019-02-27net: dsa: Handle SWITCHDEV_PORT_ATTR_SETFlorian Fainelli
2019-02-24dsa: Remove phydev parameter from disable_port callAndrew Lunn
2019-02-22net: dsa: Add ndo_vlan_rx_{add, kill}_vid implementationFlorian Fainelli
2019-02-22net: dsa: Deny enslaving VLAN devices into VLAN aware bridgeFlorian Fainelli
2019-02-21net: Get rid of switchdev_port_attr_get()Florian Fainelli
2019-02-21net: Remove SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS_SUPPORTFlorian Fainelli
2019-02-21net: dsa: Add setter for SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGSFlorian Fainelli
2019-02-21net: dsa: add support for bridge flagsRussell King