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
/
net
/
dsa
/
switch.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-21
net: dsa: remove cross-chip support from the MRP notifiers
Vladimir Oltean
1
-48
/
+7
2021-06-21
net: dsa: targeted MTU notifiers should only match on one port
Vladimir Oltean
1
-3
/
+6
2021-06-21
net: dsa: execute dsa_switch_mdb_add only for routing port in cross-chip topo...
Vladimir Oltean
1
-23
/
+2
2021-04-21
net: dsa: Only notify CPU ports of changes to the tag protocol
Tobias Waldekranz
1
-18
/
+7
2021-03-26
net: dsa: only unset VLAN filtering when last port leaves last VLAN-aware bridge
Vladimir Oltean
1
-6
/
+9
2021-02-17
net: dsa: add MRP support
Horatiu Vultur
1
-0
/
+105
2021-02-15
net: dsa: propagate extack to .port_vlan_filtering
Vladimir Oltean
1
-1
/
+5
2021-02-15
net: dsa: propagate extack to .port_vlan_add
Vladimir Oltean
1
-1
/
+2
2021-02-12
net: dsa: add support for offloading HSR
George McCollister
1
-0
/
+24
2021-01-30
net: dsa: allow changing the tag protocol via the "tagging" device attribute
Vladimir Oltean
1
-0
/
+55
2021-01-15
net: dsa: Link aggregation support
Tobias Waldekranz
1
-0
/
+50
2021-01-12
net: dsa: remove obsolete comments about switchdev transactions
Vladimir Oltean
1
-4
/
+0
2021-01-12
net: dsa: remove the transactional logic from VLAN objects
Vladimir Oltean
1
-6
/
+2
2021-01-12
net: dsa: remove the transactional logic from MDB entries
Vladimir Oltean
1
-9
/
+6
2021-01-12
net: dsa: remove the transactional logic from ageing time notifiers
Vladimir Oltean
1
-9
/
+6
2021-01-12
net: switchdev: remove the transaction structure from port attributes
Vladimir Oltean
1
-10
/
+1
2021-01-12
net: switchdev: remove the transaction structure from port object notifiers
Vladimir Oltean
1
-32
/
+4
2020-10-05
net: dsa: propagate switchdev vlan_filtering prepare phase to drivers
Vladimir Oltean
1
-1
/
+8
2020-09-21
net: dsa: convert denying bridge VLAN with existing 8021q upper to PRECHANGEU...
Vladimir Oltean
1
-41
/
+0
2020-05-11
net: dsa: permit cross-chip bridging between all trees in the system
Vladimir Oltean
1
-6
/
+15
2020-03-28
net: dsa: configure the MTU for switch ports
Vladimir Oltean
1
-0
/
+37
2019-10-22
net: dsa: use dsa_to_port helper everywhere
Vivien Didelot
1
-2
/
+2
2019-08-28
net: dsa: program VLAN on CPU port from slave
Vivien Didelot
1
-1
/
+4
2019-08-28
net: dsa: remove bitmap operations
Vivien Didelot
1
-73
/
+59
2019-08-12
net: dsa: Check existence of .port_mdb_add callback before calling it
Chen-Yu Tsai
1
-0
/
+3
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-05-01
net: dsa: Unset vlan_filtering when ports leave the bridge
Vladimir Oltean
1
-0
/
+29
2019-05-01
net: dsa: Fix pharse -> phase typo
Vladimir Oltean
1
-1
/
+1
2019-02-22
net: dsa: Add ndo_vlan_rx_{add, kill}_vid implementation
Florian Fainelli
1
-0
/
+42
2018-07-19
net: dsa: Remove VLA usage
Salvatore Mesoraca
1
-12
/
+10
2017-12-03
net: dsa: support cross-chip FDB operations
Vivien Didelot
1
-10
/
+4
2017-12-03
net: dsa: add switch mdb bitmap functions
Vivien Didelot
1
-15
/
+33
2017-12-03
net: dsa: add switch vlan bitmap functions
Vivien Didelot
1
-15
/
+34
2017-12-03
net: dsa: remove trans argument from mdb ops
Vivien Didelot
1
-2
/
+2
2017-12-03
net: dsa: remove trans argument from vlan ops
Vivien Didelot
1
-2
/
+2
2017-11-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+4
2017-11-11
net: dsa: return after vlan prepare phase
Vivien Didelot
1
-0
/
+2
2017-11-11
net: dsa: return after mdb prepare phase
Vivien Didelot
1
-0
/
+2
2017-11-10
net: dsa: switch: Don't add CPU port to an mdb by default
Andrew Lunn
1
-1
/
+1
2017-08-08
net: dsa: Remove switchdev dependency from DSA switch notifier chain
Arkadi Sharshevsky
1
-7
/
+4
2017-08-08
net: dsa: Remove prepare phase for FDB
Arkadi Sharshevsky
1
-11
/
+3
2017-08-08
net: dsa: Change DSA slave FDB API to be switchdev independent
Arkadi Sharshevsky
1
-3
/
+5
2017-06-16
net: dsa: add cross-chip multicast support
Vivien Didelot
1
-10
/
+20
2017-06-08
net: dsa: add CPU and DSA ports as VLAN members
Vivien Didelot
1
-0
/
+3
2017-06-08
net: dsa: check VLAN capability of every switch
Vivien Didelot
1
-10
/
+17
2017-05-24
net: dsa: support cross-chip ageing time
Vivien Didelot
1
-4
/
+0
2017-05-23
net: dsa: add VLAN notifier
Vivien Didelot
1
-0
/
+43
2017-05-23
net: dsa: add MDB notifier
Vivien Didelot
1
-0
/
+43
2017-05-23
net: dsa: add FDB notifier
Vivien Didelot
1
-0
/
+43
2017-05-23
net: dsa: add notifier for ageing time
Vivien Didelot
1
-0
/
+46
[next]