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
/
sfc
/
ef10.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-06
sfc: complete the next packet when we receive a timestamp
Tom Zhao
1
-15
/
+17
2020-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-2731
/
+89
2020-01-27
sfc: move mcdi filtering code
Alex Maftei (amaftei)
1
-2245
/
+0
2020-01-27
sfc: create header for mcdi filtering code
Alex Maftei (amaftei)
1
-139
/
+52
2020-01-27
sfc: rename mcdi filtering functions/structs
Alex Maftei (amaftei)
1
-276
/
+282
2020-01-11
sfc: remove duplicated include from ef10.c
YueHaibing
1
-1
/
+0
2020-01-10
sfc: move RPS code
Alex Maftei (amaftei)
1
-14
/
+14
2020-01-10
sfc: move yet more functions
Alex Maftei (amaftei)
1
-19
/
+1
2020-01-10
sfc: move various functions
Alex Maftei (amaftei)
1
-18
/
+3
2020-01-09
sfc: move MCDI receive queue management code
Alex Maftei (amaftei)
1
-92
/
+7
2020-01-09
sfc: move MCDI transmit queue management code
Alex Maftei (amaftei)
1
-85
/
+9
2020-01-09
sfc: move MCDI event queue management code
Alex Maftei (amaftei)
1
-104
/
+13
2020-01-09
sfc: move MCDI VI alloc/free code
Alex Maftei (amaftei)
1
-39
/
+6
2020-01-09
sfc: move common rx code
Alex Maftei (amaftei)
1
-0
/
+1
2020-01-09
sfc: add new headers in preparation for code split
Alex Maftei (amaftei)
1
-0
/
+2
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
1
-1
/
+1
2019-11-23
sfc: suppress MCDI errors from ARFS
Edward Cree
1
-2
/
+6
2019-11-01
sfc: allocate channels for XDP tx queues
Charles McLachlan
1
-5
/
+9
2019-07-24
sfc: Use dev_get_drvdata where possible
Chuhong Yuan
1
-2
/
+2
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-02-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2019-02-12
sfc: initialise found bitmap in efx_ef10_mtd_probe
Bert Kenward
1
-1
/
+1
2019-02-08
sfc: add bundle partition definitions to mtd
Paul Fox
1
-0
/
+2
2019-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-8
/
+21
2019-01-23
sfc: suppress duplicate nvmem partition types in efx_ef10_mtd_probe
Edward Cree
1
-8
/
+21
2019-01-17
sfc: extend MTD support for newer hardware
Bert Kenward
1
-3
/
+11
2018-11-08
sfc: add missing NVRAM partition types for EF10
Edward Cree
1
-0
/
+7
2018-07-13
sfc: avoid hang from nested use of the filter_sem
Bert Kenward
1
-9
/
+21
2018-06-13
treewide: Use array_size() in vzalloc()
Kees Cook
1
-1
/
+2
2018-04-28
sfc: fix ARFS expiry check on EF10
Edward Cree
1
-2
/
+3
2018-04-24
sfc: ARFS filter IDs
Edward Cree
1
-34
/
+46
2018-04-17
sfc: check RSS is active for filter insert
Bert Kenward
1
-2
/
+2
2018-04-14
sfc: pass the correctly bogus filter_id to rps_may_expire_flow()
Edward Cree
1
-2
/
+1
2018-04-04
sfc: remove ctpio_dmabuf_start from stats
Bert Kenward
1
-2
/
+0
2018-03-27
sfc: protect list of RSS contexts under a mutex
Edward Cree
1
-5
/
+27
2018-03-27
sfc: return a better error if filter insertion collides with MC reboot
Edward Cree
1
-0
/
+7
2018-03-27
sfc: give ef10 its own rwsem in the filter table instead of filter_lock
Edward Cree
1
-211
/
+150
2018-03-27
sfc: replace asynchronous filter operations
Edward Cree
1
-147
/
+14
2018-03-09
sfc: support RSS spreading of ethtool ntuple filters
Edward Cree
1
-92
/
+181
2018-01-26
sfc: only advertise TX timestamping if we have the license for it
Martin Habets
1
-1
/
+5
2018-01-26
sfc: on 8000 series use TX queues for TX timestamps
Edward Cree
1
-2
/
+10
2018-01-26
sfc: only enable TX timestamping if the adapter is licensed for it
Martin Habets
1
-0
/
+28
2018-01-26
sfc: use main datapath for HW timestamps if available
Martin Habets
1
-8
/
+1
2018-01-26
sfc: handle TX timestamps in the normal data path
Martin Habets
1
-8
/
+79
2018-01-26
sfc: remove tx and MCDI handling from NAPI budget consideration
Bert Kenward
1
-16
/
+4
2017-12-21
sfc: expose CTPIO stats on NICs that support them
Bert Kenward
1
-0
/
+50
2017-12-21
sfc: expose FEC stats on Medford2
Edward Cree
1
-1
/
+23
2017-12-21
sfc: support variable number of MAC stats
Edward Cree
1
-5
/
+18
2017-12-18
sfc: populate the timer reload field
Bert Kenward
1
-2
/
+3
2017-12-18
sfc: update EF10 register definitions
Bert Kenward
1
-8
/
+8
[next]