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
/
drivers
/
net
/
ethernet
/
mscc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-10
net: mscc: ocelot: Remove setting of RX software timestamp
Gal Pressman
1
-8
/
+4
2024-08-16
net: mscc: ocelot: treat 802.1ad tagged traffic as 802.1Q-untagged
Vladimir Oltean
2
-11
/
+178
2024-08-16
net: mscc: ocelot: serialize access to the injection/extraction groups
Vladimir Oltean
2
-0
/
+56
2024-08-16
net: mscc: ocelot: fix QoS class for injected packets with "ocelot-8021q"
Vladimir Oltean
2
-2
/
+9
2024-08-16
net: mscc: ocelot: use ocelot_xmit_get_vlan_info() also for FDMA and register...
Vladimir Oltean
2
-7
/
+24
2024-07-15
net: Add struct kernel_ethtool_ts_info
Kory Maincent
2
-2
/
+2
2024-04-19
net: mscc: ocelot: flower: validate control flags
Asbjørn Sloth Tønnesen
1
-5
/
+2
2024-02-05
net: ocelot: update the MODULE_DESCRIPTION()
Breno Leitao
1
-1
/
+1
2024-01-29
net: fill in MODULE_DESCRIPTION()s for ocelot
Breno Leitao
1
-0
/
+1
2023-12-15
net: mscc: ocelot: fix pMAC TX RMON stats for bucket 256-511 and above
Vladimir Oltean
1
-4
/
+4
2023-12-15
net: mscc: ocelot: fix eMAC TX RMON stats for bucket 256-511 and above
Vladimir Oltean
1
-4
/
+4
2023-09-20
net: ethernet: mscc: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-08-22
net: mscc: ocelot: Remove unused declarations
Yue Haibing
2
-3
/
+0
2023-07-31
net: flow_dissector: Use 64bits for used_keys
Ratheesh Kannoth
1
-14
/
+14
2023-07-28
net: Explicitly include correct DT includes
Rob Herring
2
-2
/
+2
2023-07-19
drivers:net: fix return value check in ocelot_fdma_receive_skb
Yuanjun Gong
1
-1
/
+2
2023-07-07
net: mscc: ocelot: fix oversize frame dropping for preemptible TCs
Vladimir Oltean
1
-2
/
+5
2023-07-07
net: mscc: ocelot: extend ocelot->fwd_domain_lock to cover ocelot->tas_lock
Vladimir Oltean
2
-6
/
+2
2023-06-29
net: mscc: ocelot: don't keep PTP configuration of all ports in single structure
Vladimir Oltean
2
-21
/
+41
2023-06-29
net: mscc: ocelot: don't report that RX timestamping is enabled by default
Vladimir Oltean
1
-5
/
+0
2023-05-31
flow_offload: Reject matching on layer 2 miss
Ido Schimmel
1
-0
/
+10
2023-05-10
net: mscc: ocelot: fix stat counter register values
Colin Foster
1
-9
/
+9
2023-04-19
net: mscc: ocelot: remove incompatible prototypes
Arnd Bergmann
1
-3
/
+0
2023-04-18
net: mscc: ocelot: add support for preemptible traffic classes
Vladimir Oltean
3
-1
/
+66
2023-04-18
net: mscc: ocelot: add support for mqprio offload
Vladimir Oltean
1
-0
/
+50
2023-04-18
net: mscc: ocelot: don't rely on cached verify_status in ocelot_port_get_mm()
Vladimir Oltean
1
-0
/
+1
2023-04-18
net: mscc: ocelot: optimize ocelot_mm_irq()
Vladimir Oltean
1
-2
/
+28
2023-04-18
net: mscc: ocelot: remove struct ocelot_mm_state :: lock
Vladimir Oltean
1
-12
/
+8
2023-04-18
net: mscc: ocelot: export a single ocelot_mm_irq()
Vladimir Oltean
1
-2
/
+10
2023-04-14
net: mscc: ocelot: fix ineffective WARN_ON() in ocelot_stats.c
Vladimir Oltean
1
-6
/
+11
2023-04-14
net: mscc: ocelot: strengthen type of "int i" in ocelot_stats.c
Vladimir Oltean
1
-4
/
+5
2023-04-14
net: mscc: ocelot: strengthen type of "u32 reg" and "u32 base" in ocelot_stats.c
Vladimir Oltean
1
-3
/
+3
2023-04-14
net: mscc: ocelot: remove blank line at the end of ocelot_stats.c
Vladimir Oltean
1
-1
/
+0
2023-04-14
net: mscc: ocelot: debugging print for statistics regions
Vladimir Oltean
1
-0
/
+9
2023-04-14
net: mscc: ocelot: refactor enum ocelot_reg decoding to helper
Vladimir Oltean
2
-14
/
+25
2023-04-14
net: mscc: ocelot: strengthen type of "u32 reg" in I/O accessors
Vladimir Oltean
1
-9
/
+11
2023-03-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+7
2023-03-22
net: mscc: ocelot: add TX_MM_HOLD to ocelot_mm_stats_layout
Vladimir Oltean
1
-0
/
+1
2023-03-22
net: mscc: ocelot: fix transfer from region->buf to ocelot->stats
Vladimir Oltean
1
-3
/
+4
2023-03-22
net: mscc: ocelot: fix stats region batching
Vladimir Oltean
1
-1
/
+2
2023-03-20
net: mscc: ocelot: expose serdes configuration function
Colin Foster
2
-26
/
+43
2023-03-20
net: mscc: ocelot: expose generic phylink_mac_config routine
Colin Foster
2
-18
/
+29
2023-03-20
net: mscc: ocelot: expose ocelot_pll5_init routine
Colin Foster
2
-30
/
+31
2023-02-11
net: dsa: ocelot: add PTP dependency for NET_DSA_MSCC_OCELOT_EXT
Arnd Bergmann
1
-0
/
+1
2023-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-16
/
+16
2023-02-09
net: mscc: ocelot: fix all IPv6 getting trapped to CPU when PTP timestamping ...
Vladimir Oltean
1
-4
/
+4
2023-02-07
net: mscc: ocelot: fix VCAP filters not matching on MAC with "protocol 802.1Q"
Vladimir Oltean
1
-12
/
+12
2023-02-07
net: mscc: ocelot: un-export unused regmap symbols
Colin Foster
1
-28
/
+14
2023-01-31
net: mscc: ocelot: expose vsc7514_regmap definition
Colin Foster
2
-14
/
+15
2023-01-31
net: mscc: ocelot: expose ocelot_reset routine
Colin Foster
2
-45
/
+47
[next]