index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
dsa.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-01
net: dsa: populate supported_interfaces member
Marek Behún
1
-0
/
+2
2021-10-25
net: dsa: introduce locking for the address lists on CPU and DSA ports
Vladimir Oltean
1
-0
/
+1
2021-10-25
Revert "Merge branch 'dsa-rtnl'"
David S. Miller
1
-1
/
+0
2021-10-24
net: dsa: introduce locking for the address lists on CPU and DSA ports
Vladimir Oltean
1
-0
/
+1
2021-10-21
net: dsa: remove the "dsa_to_port in a loop" antipattern from the core
Vladimir Oltean
1
-4
/
+3
2021-10-21
net: dsa: introduce helpers for iterating through ports using dp
Vladimir Oltean
1
-0
/
+28
2021-10-18
net: dsa: tag_rtl8_4: add realtek 8 byte protocol 4 tag
Alvin Šipraga
1
-0
/
+2
2021-10-18
net: dsa: allow reporting of standard ethtool stats for slave devices
Alvin Šipraga
1
-0
/
+6
2021-09-19
net: dsa: tear down devlink port regions when tearing down the devlink port o...
Vladimir Oltean
1
-0
/
+8
2021-09-19
net: dsa: be compatible with masters which unregister on shutdown
Vladimir Oltean
1
-0
/
+1
2021-09-16
net: dsa: flush switchdev workqueue before tearing down CPU/DSA ports
Vladimir Oltean
1
-0
/
+5
2021-08-24
net: dsa: let drivers state that they need VLAN filtering while standalone
Vladimir Oltean
1
-0
/
+3
2021-08-23
net: dsa: track unique bridge numbers across all DSA switch trees
Vladimir Oltean
1
-5
/
+3
2021-08-08
net: dsa: sja1105: rely on DSA core tracking of port learning state
Vladimir Oltean
1
-0
/
+1
2021-08-08
net: dsa: centralize fast ageing when address learning is turned off
Vladimir Oltean
1
-0
/
+1
2021-08-06
net: dsa: don't disable multicast flooding to the CPU even without an IGMP qu...
Vladimir Oltean
1
-2
/
+0
2021-08-02
net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()
Vladimir Oltean
1
-5
/
+2
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
1
-7
/
+7
2021-07-27
Revert "net: dsa: Allow drivers to filter packets they can decode source port...
Vladimir Oltean
1
-15
/
+0
2021-07-23
net: dsa: add support for bridge TX forwarding offload
Vladimir Oltean
1
-0
/
+18
2021-07-23
net: dsa: track the number of switches in a tree
Vladimir Oltean
1
-0
/
+3
2021-07-20
net: dsa: make tag_8021q operations part of the core
Vladimir Oltean
1
-0
/
+7
2021-07-20
net: dsa: let the core manage the tag_8021q context
Vladimir Oltean
1
-0
/
+3
2021-06-29
net: dsa: reference count the FDB addresses at the cross-chip notifier level
Vladimir Oltean
1
-0
/
+1
2021-06-29
net: dsa: reference count the MDB entries at the cross-chip notifier level
Vladimir Oltean
1
-0
/
+12
2021-06-29
net: dsa: introduce dsa_is_upstream_port and dsa_switch_is_upstream_of
Vladimir Oltean
1
-0
/
+26
2021-06-21
net: dsa: export the dsa_port_is_{user,cpu,dsa} helpers
Vladimir Oltean
1
-0
/
+15
2021-06-11
net: dsa: add support for the SJA1110 native tagging protocol
Vladimir Oltean
1
-0
/
+2
2021-06-11
net: dsa: generalize overhead for taggers that use both headers and trailers
Vladimir Oltean
1
-3
/
+3
2021-04-28
net: dsa: free skb->cb usage in core driver
Yangbo Lu
1
-14
/
+0
2021-04-28
net: dsa: no longer clone skb in core driver
Yangbo Lu
1
-2
/
+2
2021-04-28
net: dsa: no longer identify PTP packet in core driver
Yangbo Lu
1
-1
/
+1
2021-04-21
net: dsa: Allow default tag protocol to be overridden from DT
Tobias Waldekranz
1
-0
/
+5
2021-04-21
net: dsa: enable selftest support for all switches by default
Oleksij Rempel
1
-0
/
+2
2021-04-14
of: net: pass the dst buffer to of_get_mac_address()
Michael Walle
1
-1
/
+1
2021-03-19
net: dsa: Add helper to resolve bridge port from DSA port
Tobias Waldekranz
1
-0
/
+14
2021-03-17
net: dsa: tag_brcm: add support for legacy tags
Álvaro Fernández Rojas
1
-0
/
+2
2021-02-17
net: dsa: add MRP support
Horatiu Vultur
1
-0
/
+12
2021-02-15
net: dsa: propagate extack to .port_vlan_filtering
Vladimir Oltean
1
-1
/
+2
2021-02-15
net: dsa: propagate extack to .port_vlan_add
Vladimir Oltean
1
-1
/
+2
2021-02-15
net: dsa: tag_ocelot: create separate tagger for Seville
Vladimir Oltean
1
-0
/
+2
2021-02-13
net: dsa: act as passthrough for bridge port flags
Vladimir Oltean
1
-2
/
+8
2021-02-12
net: dsa: add support for offloading HSR
George McCollister
1
-0
/
+13
2021-01-30
net: dsa: add a second tagger for Ocelot switches based on tag_8021q
Vladimir Oltean
1
-0
/
+2
2021-01-30
net: dsa: allow changing the tag protocol via the "tagging" device attribute
Vladimir Oltean
1
-0
/
+9
2021-01-30
net: dsa: keep a copy of the tagging protocol in the DSA switch tree
Vladimir Oltean
1
-1
/
+6
2021-01-16
net: dsa: add ops for devlink-sb
Vladimir Oltean
1
-0
/
+34
2021-01-16
dsa: add support for Arrow XRS700x tag trailer
George McCollister
1
-0
/
+2
2021-01-15
net: dsa: Link aggregation support
Tobias Waldekranz
1
-0
/
+60
2021-01-13
net: dsa: add optional stats64 support
Oleksij Rempel
1
-1
/
+3
[next]