summaryrefslogtreecommitdiffstats
path: root/include/net/dsa.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: populate supported_interfaces memberMarek Behún2021-11-011-0/+2
* net: dsa: introduce locking for the address lists on CPU and DSA portsVladimir Oltean2021-10-251-0/+1
* Revert "Merge branch 'dsa-rtnl'"David S. Miller2021-10-251-1/+0
* net: dsa: introduce locking for the address lists on CPU and DSA portsVladimir Oltean2021-10-241-0/+1
* net: dsa: remove the "dsa_to_port in a loop" antipattern from the coreVladimir Oltean2021-10-211-4/+3
* net: dsa: introduce helpers for iterating through ports using dpVladimir Oltean2021-10-211-0/+28
* net: dsa: tag_rtl8_4: add realtek 8 byte protocol 4 tagAlvin Šipraga2021-10-181-0/+2
* net: dsa: allow reporting of standard ethtool stats for slave devicesAlvin Šipraga2021-10-181-0/+6
* net: dsa: tear down devlink port regions when tearing down the devlink port o...Vladimir Oltean2021-09-191-0/+8
* net: dsa: be compatible with masters which unregister on shutdownVladimir Oltean2021-09-191-0/+1
* net: dsa: flush switchdev workqueue before tearing down CPU/DSA portsVladimir Oltean2021-09-161-0/+5
* net: dsa: let drivers state that they need VLAN filtering while standaloneVladimir Oltean2021-08-241-0/+3
* net: dsa: track unique bridge numbers across all DSA switch treesVladimir Oltean2021-08-231-5/+3
* net: dsa: sja1105: rely on DSA core tracking of port learning stateVladimir Oltean2021-08-081-0/+1
* net: dsa: centralize fast ageing when address learning is turned offVladimir Oltean2021-08-081-0/+1
* net: dsa: don't disable multicast flooding to the CPU even without an IGMP qu...Vladimir Oltean2021-08-061-2/+0
* net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()Vladimir Oltean2021-08-021-5/+2
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-7/+7
* Revert "net: dsa: Allow drivers to filter packets they can decode source port...Vladimir Oltean2021-07-261-15/+0
* net: dsa: add support for bridge TX forwarding offloadVladimir Oltean2021-07-231-0/+18
* net: dsa: track the number of switches in a treeVladimir Oltean2021-07-231-0/+3
* net: dsa: make tag_8021q operations part of the coreVladimir Oltean2021-07-201-0/+7
* net: dsa: let the core manage the tag_8021q contextVladimir Oltean2021-07-201-0/+3
* net: dsa: reference count the FDB addresses at the cross-chip notifier levelVladimir Oltean2021-06-291-0/+1
* net: dsa: reference count the MDB entries at the cross-chip notifier levelVladimir Oltean2021-06-291-0/+12
* net: dsa: introduce dsa_is_upstream_port and dsa_switch_is_upstream_ofVladimir Oltean2021-06-291-0/+26
* net: dsa: export the dsa_port_is_{user,cpu,dsa} helpersVladimir Oltean2021-06-211-0/+15
* net: dsa: add support for the SJA1110 native tagging protocolVladimir Oltean2021-06-111-0/+2
* net: dsa: generalize overhead for taggers that use both headers and trailersVladimir Oltean2021-06-111-3/+3
* net: dsa: free skb->cb usage in core driverYangbo Lu2021-04-271-14/+0
* net: dsa: no longer clone skb in core driverYangbo Lu2021-04-271-2/+2
* net: dsa: no longer identify PTP packet in core driverYangbo Lu2021-04-271-1/+1
* net: dsa: Allow default tag protocol to be overridden from DTTobias Waldekranz2021-04-211-0/+5
* net: dsa: enable selftest support for all switches by defaultOleksij Rempel2021-04-211-0/+2
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-1/+1
* net: dsa: Add helper to resolve bridge port from DSA portTobias Waldekranz2021-03-191-0/+14
* net: dsa: tag_brcm: add support for legacy tagsÁlvaro Fernández Rojas2021-03-171-0/+2
* net: dsa: add MRP supportHoratiu Vultur2021-02-161-0/+12
* net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean2021-02-151-1/+2
* net: dsa: propagate extack to .port_vlan_addVladimir Oltean2021-02-151-1/+2
* net: dsa: tag_ocelot: create separate tagger for SevilleVladimir Oltean2021-02-151-0/+2
* net: dsa: act as passthrough for bridge port flagsVladimir Oltean2021-02-131-2/+8
* net: dsa: add support for offloading HSRGeorge McCollister2021-02-111-0/+13
* net: dsa: add a second tagger for Ocelot switches based on tag_8021qVladimir Oltean2021-01-301-0/+2
* net: dsa: allow changing the tag protocol via the "tagging" device attributeVladimir Oltean2021-01-301-0/+9
* net: dsa: keep a copy of the tagging protocol in the DSA switch treeVladimir Oltean2021-01-301-1/+6
* net: dsa: add ops for devlink-sbVladimir Oltean2021-01-161-0/+34
* dsa: add support for Arrow XRS700x tag trailerGeorge McCollister2021-01-161-0/+2
* net: dsa: Link aggregation supportTobias Waldekranz2021-01-151-0/+60
* net: dsa: add optional stats64 supportOleksij Rempel2021-01-131-1/+3