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
pinetabv-6.6.y-devel
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
/
drivers
/
net
/
dsa
/
ocelot
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-13
net: mscc: ocelot: move ocelot_port_private :: chip_port to ocelot_port :: index
Vladimir Oltean
1
-0
/
+1
2022-05-13
net: dsa: felix: reimplement tagging protocol change with function pointers
Vladimir Oltean
2
-197
/
+216
2022-05-13
net: dsa: felix: dynamically determine tag_8021q CPU port for traps
Vladimir Oltean
1
-9
/
+17
2022-05-13
net: dsa: remove port argument from ->change_tag_protocol()
Vladimir Oltean
1
-28
/
+11
2022-05-13
net: dsa: felix: manage host flooding using a specific driver callback
Vladimir Oltean
2
-0
/
+34
2022-05-13
net: dsa: felix: bring the NPI port indirection for host flooding to surface
Vladimir Oltean
1
-0
/
+3
2022-05-13
net: dsa: felix: bring the NPI port indirection for host MDBs to surface
Vladimir Oltean
1
-0
/
+6
2022-05-13
net: dsa: felix: program host FDB entries towards PGID_CPU for tag_8021q too
Vladimir Oltean
1
-2
/
+10
2022-05-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+6
2022-05-12
net: dsa: ocelot: accept 1000base-X for VSC9959 and VSC9953
Vladimir Oltean
4
-1
/
+7
2022-05-07
net: dsa: felix: perform MDB migration based on ocelot->multicast list
Vladimir Oltean
1
-46
/
+5
2022-05-07
net: dsa: felix: stop migrating FDBs back and forth on tag proto change
Vladimir Oltean
1
-53
/
+2
2022-05-07
net: dsa: felix: use PGID_CPU for FDB entry migration on NPI port
Vladimir Oltean
1
-4
/
+2
2022-05-06
net: mscc: ocelot: mark traps with a bool instead of keeping them in a list
Vladimir Oltean
1
-1
/
+6
2022-04-30
net: ethernet: ocelot: remove the need for num_stats initializer
Colin Foster
4
-4
/
+2
2022-04-14
net: dsa: felix: fix tagging protocol changes with multiple CPU ports
Vladimir Oltean
1
-0
/
+23
2022-04-09
net: dsa: felix: suppress -EPROBE_DEFER errors
Michael Walle
1
-1
/
+1
2022-03-30
net: dsa: felix: fix possible NULL pointer dereference
Zheng Yongjun
1
-0
/
+4
2022-03-22
net: dsa: felix: allow PHY_INTERFACE_MODE_INTERNAL on port 5
Vladimir Oltean
1
-0
/
+1
2022-03-18
net: dsa: felix: add port mirroring support
Vladimir Oltean
1
-0
/
+20
2022-03-14
net: dsa: felix: configure default-prio and dscp priorities
Vladimir Oltean
1
-0
/
+43
2022-03-09
net: dsa: felix: avoid early deletion of host FDB entries
Vladimir Oltean
1
-0
/
+16
2022-03-09
net: dsa: felix: actually disable flooding towards NPI port
Vladimir Oltean
1
-0
/
+9
2022-03-09
net: dsa: felix: drop "bool change" from felix_set_tag_protocol
Vladimir Oltean
1
-39
/
+26
2022-03-04
net: dsa: felix: remove redundant assignment in felix_8021q_cpu_port_deinit
Vladimir Oltean
1
-1
/
+0
2022-03-04
net: dsa: felix: print error message in felix_check_xtr_pkt()
Vladimir Oltean
1
-1
/
+5
2022-03-04
net: dsa: felix: initialize "err" to 0 in felix_check_xtr_pkt()
Vladimir Oltean
1
-1
/
+1
2022-03-04
net: dsa: felix: drop the ptp_type argument from felix_check_xtr_pkt()
Vladimir Oltean
1
-5
/
+2
2022-03-04
net: dsa: felix: remove ocelot->npi assignment from felix_8021q_cpu_port_init
Vladimir Oltean
1
-1
/
+0
2022-03-03
net: dsa: felix: stop clearing CPU flooding in felix_setup_tag_8021q
Vladimir Oltean
1
-10
/
+0
2022-03-03
net: dsa: felix: start off with flooding disabled on the CPU port
Vladimir Oltean
1
-17
/
+0
2022-03-03
net: dsa: felix: migrate flood settings from NPI to tag_8021q CPU port
Vladimir Oltean
1
-2
/
+45
2022-03-03
net: dsa: felix: migrate host FDB and MDB entries when changing tag proto
Vladimir Oltean
1
-26
/
+145
2022-02-28
net: dsa: felix: remove prevalidate_phy_mode interface
Colin Foster
4
-48
/
+63
2022-02-27
net: mscc: ocelot: enforce FDB isolation when VLAN-unaware
Vladimir Oltean
1
-10
/
+53
2022-02-27
net: dsa: pass extack to .port_bridge_join driver methods
Vladimir Oltean
1
-1
/
+2
2022-02-27
net: dsa: request drivers to perform FDB isolation
Vladimir Oltean
1
-6
/
+12
2022-02-27
net: dsa: tag_8021q: merge RX and TX VLANs
Vladimir Oltean
1
-56
/
+64
2022-02-27
net: dsa: felix: delete workarounds present due to SVL tag_8021q bridging
Vladimir Oltean
1
-17
/
+2
2022-02-26
net: dsa: ocelot: mark as non-legacy
Russell King (Oracle)
1
-0
/
+6
2022-02-26
net: dsa: ocelot: convert to mac_select_pcs()
Russell King (Oracle)
1
-6
/
+8
2022-02-26
net: dsa: ocelot: remove interface checks
Russell King (Oracle)
2
-14
/
+0
2022-02-26
net: dsa: ocelot: populate supported_interfaces
Russell King (Oracle)
1
-0
/
+10
2022-02-25
net: dsa: felix: support FDB entries on offloaded LAG interfaces
Vladimir Oltean
1
-0
/
+18
2022-02-25
net: dsa: create a dsa_lag structure
Vladimir Oltean
1
-4
/
+4
2022-02-17
net: dsa: felix: update destinations of existing traps with ocelot-8021q
Vladimir Oltean
1
-111
/
+76
2022-02-17
net: dsa: felix: remove dead code in felix_setup_mmio_filtering()
Vladimir Oltean
1
-5
/
+3
2022-02-17
net: dsa: felix: use DSA port iteration helpers
Vladimir Oltean
1
-48
/
+27
2022-02-17
net: mscc: ocelot: consolidate cookie allocation for private VCAP rules
Vladimir Oltean
1
-5
/
+5
2022-02-09
net: dsa: seville: register the mdiobus under devres
Vladimir Oltean
1
-2
/
+3
[next]