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
/
drivers
/
net
/
ethernet
/
sfc
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-14
Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
1
-11
/
+1
2013-11-01
sfc: Fix DMA unmapping issue with firmware assisted TSO
Alexandre Rames
2
-2
/
+8
2013-10-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-31
/
+151
2013-10-07
sfc: Only bind to EF10 functions with the LinkCtrl and Trusted flags
Ben Hutchings
1
-1
/
+17
2013-10-05
sfc: Add PM and RXDP drop counters to ethtool stats
Edward Cree
2
-0
/
+47
2013-10-05
sfc: Add definitions for new stats counters and capability flag
Matthew Slattery
1
-2
/
+54
2013-10-05
sfc: Refactor EF10 stat mask code to allow for more conditional stats
Edward Cree
1
-21
/
+28
2013-10-05
sfc: Fix internal indices of ethtool stats for EF10
Edward Cree
1
-6
/
+3
2013-10-05
sfc: Add rmb() between reading stats and generation count to ensure consistency
Jon Cooper
1
-0
/
+1
2013-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+5
2013-09-24
sfc: Remove extern from function prototypes
Joe Perches
6
-249
/
+234
2013-09-22
DMA-API: net: sfc/efx.c: replace dma_set_mask()+dma_set_coherent_mask() with ...
Russell King
1
-11
/
+1
2013-09-20
sfc: Support ARFS for IPv6 flows
Ben Hutchings
1
-28
/
+62
2013-09-20
sfc: Use TX PIO for sufficiently small packets
Jon Cooper
4
-0
/
+155
2013-09-20
sfc: Introduce inline functions to simplify TX insertion
Ben Hutchings
1
-20
/
+33
2013-09-20
sfc: Separate out queue-empty check from efx_nic_may_push_tx_desc()
Ben Hutchings
1
-6
/
+22
2013-09-20
sfc: Allocate and link PIO buffers; map them with write-combining
Ben Hutchings
6
-3
/
+353
2013-09-20
sfc: Implement firmware-assisted TSO for EF10
Ben Hutchings
1
-52
/
+121
2013-09-20
sfc: Fold tso_get_head_fragment() into tso_start()
Ben Hutchings
1
-31
/
+31
2013-09-20
sfc: Add EF10 registers to register dump
Ben Hutchings
1
-31
/
+42
2013-09-20
sfc: efx_ef10_filter_update_rx_scatter() can be static
Fengguang Wu
1
-1
/
+1
2013-09-20
sfc: efx_ethtool_get_ts_info() can be static
Fengguang Wu
1
-2
/
+2
2013-09-20
sfc: Increase MCDI status timeout to 250ms
Daniel Pieczko
1
-2
/
+2
2013-09-20
sfc: Wait for MC reboot to complete before scheduling driver reset
Daniel Pieczko
1
-3
/
+3
2013-09-17
Merge branch 'sfc-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc
David S. Miller
4
-22
/
+43
2013-09-11
sfc: Reinitialise and re-validate datapath caps after MC reboot
Ben Hutchings
2
-0
/
+13
2013-09-11
sfc: Clean up validation of datapath capabilities
Ben Hutchings
1
-19
/
+22
2013-09-11
sfc: Reset derived rx_bad_bytes statistic when EF10 MC is rebooted
Ben Hutchings
1
-0
/
+5
2013-09-11
sfc: Disable PTP on EF10 until we're ready to handle inline RX timestamps
Ben Hutchings
1
-2
/
+0
2013-09-06
sfc: Minimal support for 40G link speed
Ben Hutchings
2
-1
/
+3
2013-09-04
sfc: check for allocation failure
Dan Carpenter
1
-0
/
+2
2013-09-01
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...
David S. Miller
39
-271
/
+4404
2013-08-30
drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent
Joe Perches
1
-3
/
+2
2013-08-30
sfc: Update copyright banners
Ben Hutchings
34
-62
/
+62
2013-08-29
sfc: Add support for Solarflare SFC9100 family
Ben Hutchings
12
-22
/
+3260
2013-08-29
sfc: Make efx_mcdi_{init,fini}() call efx_mcdi_drv_attach()
Ben Hutchings
3
-26
/
+34
2013-08-29
sfc: Allocate NVRAM partition ID range for PHY images
Matthew Slattery
1
-0
/
+4
2013-08-29
sfc: Add EF10 register and structure definitions
Ben Hutchings
2
-5
/
+430
2013-08-29
sfc: Extend struct efx_tx_buffer to allow pushing option descriptors
Ben Hutchings
3
-2
/
+11
2013-08-29
sfc: Use a global count of active queues instead of pending drains
Alexandre Rames
3
-13
/
+14
2013-08-29
sfc: Prepare for RX scatter on EF10
Jon Cooper
3
-8
/
+12
2013-08-29
sfc: Initialise IRQ moderation for all NIC types from efx_init_eventq()
Ben Hutchings
2
-3
/
+3
2013-08-29
sfc: Allow efx_nic_type::dimension_resources to fail
Ben Hutchings
4
-6
/
+12
2013-08-29
sfc: Allow event queue initialisation to fail
Jon Cooper
4
-28
/
+95
2013-08-29
sfc: Document conditions for multicast replication vs filter replacement
Ben Hutchings
2
-7
/
+49
2013-08-29
sfc: Implement asynchronous MCDI requests
Ben Hutchings
3
-30
/
+291
2013-08-29
sfc: Remove unnecessary use of atomic_t
Ben Hutchings
2
-17
/
+13
2013-08-29
sfc: Refactor efx_mcdi_rpc_start() and efx_mcdi_copyin()
Ben Hutchings
1
-19
/
+30
2013-08-29
sfc: Add support for new board sensors
Ben Hutchings
1
-30
/
+91
2013-08-28
sfc: Use extended MC_CMD_SENSOR_INFO and MC_CMD_READ_SENSORS
Ben Hutchings
1
-44
/
+95
[next]