aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa/slave.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-14net: dsa: make dsa_slave_dev_check use constVivien Didelot1-2/+2
2019-06-08net: dsa: Keep a pointer to the skb clone for TX timestampingVladimir Oltean1-0/+3
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-29net: dsa: Move the phylink driver calls into port.cIoana Ciornei1-95/+1
2019-05-29net: phylink: Add struct phylink_config to PHYLINK APIIoana Ciornei1-13/+18
2019-05-12net: dsa: Initialize DSA_SKB_CB(skb)->deferred_xmit variableVladimir Oltean1-0/+2
2019-05-07net: dsa: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2019-05-05net: dsa: Add support for deferred xmitVladimir Oltean1-12/+52
2019-05-05net/dsa: use intermediate representation for matchall offloadPieter Jansen van Vuuren1-9/+7
2019-04-30net: dsa: Add more convenient functions for installing port VLANsVladimir Oltean1-21/+3
2019-04-04dsa: pass switch ID through devlink_port_attrs_set()Jiri Pirko1-0/+7
2019-04-01net: dsa: read mac address from DT for slave deviceXiaofei Shen1-1/+4
2019-03-28dsa: do not support ndo_get_phys_port_name for non-legacy portsJiri Pirko1-0/+7
2019-03-28dsa: implement ndo_get_devlink_portJiri Pirko1-0/+8
2019-03-26net: dsa: Avoid null pointer when failing to connect to PHYVladimir Oltean1-4/+4
2019-03-03net: dsa: Use prepare/commit phase in dsa_slave_vlan_rx_add_vid()Florian Fainelli1-3/+6
2019-02-27net: Remove switchdev_opsFlorian Fainelli1-5/+0
2019-02-27net: dsa: Handle SWITCHDEV_PORT_ATTR_SETFlorian Fainelli1-0/+18
2019-02-24dsa: Remove phydev parameter from disable_port callAndrew Lunn1-1/+1
2019-02-22net: dsa: Add ndo_vlan_rx_{add, kill}_vid implementationFlorian Fainelli1-1/+70
2019-02-22net: dsa: Deny enslaving VLAN devices into VLAN aware bridgeFlorian Fainelli1-3/+36
2019-02-21net: Get rid of switchdev_port_attr_get()Florian Fainelli1-7/+0
2019-02-21net: Remove SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS_SUPPORTFlorian Fainelli1-15/+1
2019-02-21net: dsa: Add setter for SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGSFlorian Fainelli1-0/+4
2019-02-21net: dsa: add support for bridge flagsRussell King1-0/+9
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+10
2019-02-06net: dsa: Implement ndo_get_port_parent_id()Florian Fainelli1-6/+12