summaryrefslogtreecommitdiff
path: root/include/net/dsa.h
AgeCommit message (Expand)Author
2019-05-12net: dsa: Remove the now unused DSA_SKB_CB_COPY() macroVladimir Oltean
2019-05-12net: dsa: Remove dangerous DSA_SKB_CLONE() macroVladimir Oltean
2019-05-12net: dsa: Initialize DSA_SKB_CB(skb)->deferred_xmit variableVladimir Oltean
2019-05-05net: dsa: sja1105: Add support for traffic through standalone portsVladimir Oltean
2019-05-05net: dsa: Add a private structure pointer to dsa_portVladimir Oltean
2019-05-05net: dsa: Add support for deferred xmitVladimir Oltean
2019-05-05net: dsa: Keep private info in the skb->cbVladimir Oltean
2019-05-05net: dsa: Allow drivers to filter packets they can decode source port fromVladimir Oltean
2019-05-05net: dsa: Optional VLAN-based port separation for switches without taggingVladimir Oltean
2019-04-30net: dsa: Remove legacy probing supportAndrew Lunn
2019-04-30net: dsa: Add helper function to retrieve VLAN awareness settingVladimir Oltean
2019-04-30net: dsa: Keep the vlan_filtering setting in dsa_switch if it's globalVladimir Oltean
2019-04-30net: dsa: Be aware of switches where VLAN filtering is a global settingVladimir Oltean
2019-04-30net: dsa: Store vlan_filtering as a property of dsa_portVladimir Oltean
2019-04-28dsa: Cleanup unneeded table and make tag structures staticAndrew Lunn
2019-04-28dsa: Add boilerplate helper to register DSA tag driver modulesAndrew Lunn
2019-04-28dsa: Add TAG protocol to tag opsAndrew Lunn
2019-04-28dsa: Add MODULE_ALIAS to taggers in preparation to become modulesAndrew Lunn
2019-04-28dsa: Move tagger name into its ops structureAndrew Lunn
2019-04-01net: dsa: read mac address from DT for slave deviceXiaofei Shen
2019-03-03net: dsa: add KSZ9893 switch tagging supportTristram Ha
2019-02-24dsa: Remove phydev parameter from disable_port callAndrew Lunn
2019-02-21net: dsa: add support for bridge flagsRussell King
2019-01-17net: dsa: Split platform data to header fileFlorian Fainelli
2019-01-16net: dsa: Add ndo_get_phys_port_name() for CPU portFlorian Fainelli
2018-12-16net: dsa: ksz: Rename NET_DSA_TAG_KSZ to _KSZ9477Tristram Ha
2018-12-06net: dsa: Add overhead to tag protocol ops.Andrew Lunn
2018-09-13net: dsa: Add Lantiq / Intel GSWIP tag supportHauke Mehrtens
2018-07-18net: dsa: Remove VLA usageSalvatore Mesoraca
2018-05-11net: dsa: Plug in PHYLINK supportFlorian Fainelli
2018-05-11net: dsa: Add PHYLINK switch operationsFlorian Fainelli
2018-04-27net: dsa: Allow providing PHY statistics from CPU portFlorian Fainelli
2018-04-27net: dsa: Pass stringset to ethtool operationsFlorian Fainelli
2018-03-04dsa: Pass the port to get_sset_count()Andrew Lunn
2018-02-14net: dsa: forward timestamping callbacks to switch driversBrandon Streiff
2018-02-14net: dsa: forward hardware timestamping ioctls to switch driverBrandon Streiff
2017-12-07net: dsa: Allow compiling out legacy supportFlorian Fainelli
2017-12-05net: dsa: return per-port upstream portVivien Didelot
2017-12-02net: dsa: introduce dsa_towards_port helperVivien Didelot
2017-12-02net: dsa: remove trans argument from mdb opsVivien Didelot
2017-12-02net: dsa: remove trans argument from vlan opsVivien Didelot
2017-11-13net: dsa: Support prepended Broadcom tagFlorian Fainelli
2017-11-13net: dsa: Pass a port to get_tag_protocol()Florian Fainelli
2017-11-09net: dsa: setup and teardown treeVivien Didelot
2017-11-09net: dsa: constify cpu_dp member of dsa_portVivien Didelot
2017-11-05net: dsa: make tree index unsignedVivien Didelot
2017-11-05net: dsa: make switch index unsignedVivien Didelot
2017-10-28net: dsa: remove port masksVivien Didelot
2017-10-28net: dsa: use new port type in helpersVivien Didelot
2017-10-28net: dsa: define port typesVivien Didelot