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
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
/
net
/
dsa
/
switch.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-23
net: dsa: kill off dsa_priv.h
Vladimir Oltean
1
-1
/
+1
2022-11-23
net: dsa: move tag_8021q headers to their proper place
Vladimir Oltean
1
-0
/
+1
2022-11-23
net: dsa: rename dsa2.c back into dsa.c and create its header
Vladimir Oltean
1
-0
/
+1
2022-11-23
net: dsa: move dsa_tree_notify() and dsa_broadcast() to switch.c
Vladimir Oltean
1
-0
/
+46
2022-11-23
net: dsa: move headers exported by switch.c to switch.h
Vladimir Oltean
1
-0
/
+1
2022-11-23
net: dsa: move headers exported by slave.c to slave.h
Vladimir Oltean
1
-0
/
+1
2022-11-23
net: dsa: move headers exported by port.c to port.h
Vladimir Oltean
1
-0
/
+1
2022-09-20
net: dsa: allow masters to join a LAG
Vladimir Oltean
1
-4
/
+18
2022-09-20
net: dsa: propagate extack to port_lag_join
Vladimir Oltean
1
-2
/
+2
2022-07-26
net: dsa: fix reference counting for LAG FDBs
Vladimir Oltean
1
-0
/
+1
2022-05-13
net: dsa: remove port argument from ->change_tag_protocol()
Vladimir Oltean
1
-6
/
+4
2022-04-20
net: dsa: don't emit targeted cross-chip notifiers for MTU change
Vladimir Oltean
1
-13
/
+1
2022-04-20
net: dsa: make cross-chip notifiers more efficient for host events
Vladimir Oltean
1
-70
/
+48
2022-04-20
net: dsa: move reset of VLAN filtering to dsa_port_switchdev_unsync_attrs
Vladimir Oltean
1
-58
/
+0
2022-03-09
net: dsa: felix: avoid early deletion of host FDB entries
Vladimir Oltean
1
-18
/
+0
2022-02-27
net: dsa: pass extack to .port_bridge_join driver methods
Vladimir Oltean
1
-2
/
+4
2022-02-27
net: dsa: request drivers to perform FDB isolation
Vladimir Oltean
1
-35
/
+64
2022-02-27
net: dsa: tag_8021q: replace the SVL bridging with VLAN-unaware IVL bridging
Vladimir Oltean
1
-2
/
+2
2022-02-25
net: dsa: support FDB events on offloaded LAG interfaces
Vladimir Oltean
1
-0
/
+109
2022-02-25
net: dsa: create a dsa_lag structure
Vladimir Oltean
1
-4
/
+4
2022-02-25
net: dsa: rename references to "lag" as "lag_dev"
Vladimir Oltean
1
-4
/
+4
2022-02-16
net: dsa: add explicit support for host bridge VLANs
Vladimir Oltean
1
-7
/
+180
2022-02-02
net: dsa: provide switch operations for tracking the master state
Vladimir Oltean
1
-0
/
+15
2022-01-25
net: dsa: Avoid cross-chip syncing of VLAN filtering
Tobias Waldekranz
1
-3
/
+5
2022-01-25
net: dsa: Move VLAN filtering syncing out of dsa_switch_bridge_leave
Tobias Waldekranz
1
-13
/
+25
2022-01-05
net: dsa: remove cross-chip support for HSR
Vladimir Oltean
1
-24
/
+0
2022-01-05
net: dsa: remove cross-chip support for MRP
Vladimir Oltean
1
-64
/
+0
2022-01-05
net: dsa: fix incorrect function pointer check for MRP ring roles
Vladimir Oltean
1
-2
/
+2
2021-12-14
net: dsa: make tagging protocols connect to individual switches from a tree
Vladimir Oltean
1
-3
/
+49
2021-12-12
net: dsa: introduce tagger-owned storage for private and shared data
Vladimir Oltean
1
-0
/
+14
2021-12-09
net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_join
Vladimir Oltean
1
-1
/
+2
2021-12-09
net: dsa: keep the bridge_dev and bridge_num as part of the same structure
Vladimir Oltean
1
-6
/
+7
2021-12-09
net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpers
Vladimir Oltean
1
-4
/
+2
2021-10-25
net: dsa: introduce locking for the address lists on CPU and DSA ports
Vladimir Oltean
1
-24
/
+52
2021-10-25
net: dsa: avoid refcount warnings when ->port_{fdb,mdb}_del returns error
Vladimir Oltean
1
-2
/
+2
2021-10-25
Revert "Merge branch 'dsa-rtnl'"
David S. Miller
1
-52
/
+24
2021-10-24
net: dsa: introduce locking for the address lists on CPU and DSA ports
Vladimir Oltean
1
-24
/
+52
2021-10-21
net: dsa: convert cross-chip notifiers to iterate using dp
Vladimir Oltean
1
-60
/
+69
2021-10-21
net: dsa: remove the "dsa_to_port in a loop" antipattern from the core
Vladimir Oltean
1
-23
/
+17
2021-10-13
net: dsa: fix spurious error message when unoffloaded port leaves bridge
Alvin Šipraga
1
-1
/
+1
2021-08-24
net: dsa: let drivers state that they need VLAN filtering while standalone
Vladimir Oltean
1
-5
/
+16
2021-08-24
net: dsa: properly fall back to software bridging
Vladimir Oltean
1
-2
/
+4
2021-07-20
net: dsa: tag_8021q: add proper cross-chip notifier support
Vladimir Oltean
1
-0
/
+6
2021-07-20
net: dsa: tag_8021q: manage RX VLANs dynamically at bridge join/leave time
Vladimir Oltean
1
-8
/
+16
2021-07-14
net: dsa: properly check for the bridge_leave methods in dsa_switch_bridge_le...
Vladimir Oltean
1
-2
/
+2
2021-07-01
net: dsa: return -EOPNOTSUPP when driver does not implement .port_lag_join
Vladimir Oltean
1
-2
/
+2
2021-06-29
net: dsa: reference count the FDB addresses at the cross-chip notifier level
Vladimir Oltean
1
-7
/
+81
2021-06-29
net: dsa: introduce a separate cross-chip notifier type for host FDBs
Vladimir Oltean
1
-0
/
+41
2021-06-29
net: dsa: reference count the MDB entries at the cross-chip notifier level
Vladimir Oltean
1
-9
/
+95
2021-06-29
net: dsa: introduce a separate cross-chip notifier type for host MDBs
Vladimir Oltean
1
-0
/
+60
[next]