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
2023-07-19
sfc: fix crash when reading stats while NIC is resetting
Edward Cree
1
-3
/
+10
2023-06-28
sfc: use budget for TX completions
Íñigo Huguet
1
-7
/
+18
2023-04-06
sfc: ef10: don't overwrite offload features at NIC reset
Íñigo Huguet
1
-12
/
+26
2022-10-15
sfc: Change VF mac via PF as first preference if available.
Jonathan Cooper
1
-34
/
+24
2022-09-24
sfc: correct filter_table_remove method for EF10 PFs
Andy Moreton
1
-1
/
+1
2022-07-30
sfc: move table locking into filter_table_{probe,remove} methods
Edward Cree
1
-11
/
+15
2022-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2022-07-14
sfc: fix kernel panic when creating VF
Íñigo Huguet
1
-0
/
+3
2022-06-29
sfc: Encapsulate access to netdev_priv()
Jonathan Cooper
1
-2
/
+2
2022-05-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+5
2022-05-12
net: sfc: ef10: fix memory leak in efx_ef10_mtd_probe()
Taehee Yoo
1
-0
/
+5
2022-04-12
sfc: ef10: Fix assigning negative value to unsigned variable
Haowen Bai
1
-1
/
+1
2022-02-02
sfc: The size of the RX recycle ring should be more flexible
Martin Habets
1
-0
/
+26
2021-10-14
ethernet: constify references to netdev->dev_addr in drivers
Jakub Kicinski
1
-2
/
+2
2021-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2021-06-22
sfc: explain that "attached" VFs only refer to Xen
Íñigo Huguet
1
-1
/
+2
2021-05-24
sfc: use DEVICE_ATTR_*() macro
YueHaibing
1
-9
/
+8
2021-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+1
2021-04-21
sfc: ef10: fix TX queue lookup in TX event handling
Edward Cree
1
-2
/
+1
2021-04-16
sfc: ef10: implement ethtool::get_fec_stats
Jakub Kicinski
1
-0
/
+17
2020-09-30
net: sfc: Use GFP_KERNEL in efx_ef10_try_update_nic_stats()
Sebastian Andrzej Siewior
1
-1
/
+1
2020-09-30
net: sfc: Replace in_interrupt() usage
Edward Cree
1
-9
/
+13
2020-09-12
sfc: advertise encapsulated offloads on EF10
Edward Cree
1
-0
/
+16
2020-09-12
sfc: implement encapsulated TSO on EF10
Edward Cree
1
-14
/
+41
2020-09-12
sfc: de-indirect TSO handling
Edward Cree
1
-21
/
+14
2020-09-12
sfc: create inner-csum queues on EF10 if supported
Edward Cree
1
-7
/
+16
2020-09-12
sfc: define inner/outer csum offload TXQ types
Edward Cree
1
-2
/
+2
2020-09-12
sfc: decouple TXQ type from label
Edward Cree
1
-2
/
+3
2020-09-05
sfc: add and use efx_tx_send_pending in tx.c
Edward Cree
1
-1
/
+1
2020-08-31
sfc: return errors from efx_mcdi_set_id_led, and de-indirect
Edward Cree
1
-2
/
+0
2020-07-27
sfc: skeleton EF100 PF driver
Edward Cree
1
-0
/
+7
2020-07-23
sfc: convert to new udp_tunnel infrastructure
Jakub Kicinski
1
-102
/
+60
2020-07-03
sfc: initialise RSS context ID to 'no RSS context' in efx_init_struct()
Edward Cree
1
-2
/
+0
2020-07-03
sfc: commonise efx_fini_dmaq
Edward Cree
1
-40
/
+2
2020-07-03
sfc: assign TXQs without gaps
Edward Cree
1
-1
/
+1
2020-07-03
sfc: make tx_queues_per_channel variable at runtime
Edward Cree
1
-6
/
+7
2020-07-03
sfc: remove max_interrupt_mode
Edward Cree
1
-2
/
+0
2020-07-03
sfc: support setting MTU even if not privileged to configure MAC fully
Edward Cree
1
-9
/
+6
2020-06-30
sfc: commonise initialisation of efx->vport_id
Edward Cree
1
-2
/
+0
2020-06-30
sfc: move NIC-specific mcdi_port declarations out of common header
Edward Cree
1
-0
/
+1
2020-06-30
sfc: commonise drain event handling
Edward Cree
1
-8
/
+0
2020-06-30
sfc: split up nic.h
Edward Cree
1
-4
/
+2
2020-06-30
sfc: refactor EF10 stats handling
Edward Cree
1
-34
/
+34
2020-06-30
sfc: don't try to create more channels than we can have VIs
Edward Cree
1
-4
/
+14
2020-06-02
sfc: add missing annotation for efx_ef10_try_update_nic_stats_vf()
Jules Irenge
1
-0
/
+1
2020-05-28
sfc: avoid an unused-variable warning
Arnd Bergmann
1
-1
/
+1
2020-05-11
sfc: make firmware-variant printing a nic_type function
Edward Cree
1
-0
/
+15
2020-05-11
sfc: make filter table probe caller responsible for adding VLANs
Edward Cree
1
-0
/
+10
2020-05-11
sfc: rework handling of (firmware) multicast chaining state
Edward Cree
1
-66
/
+75
2020-05-11
sfc: move 'must restore' flags out of ef10-specific nic_data
Edward Cree
1
-8
/
+6
[next]