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
/
ef100_nic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2021-12-16
sfc_ef100: potential dereference of null pointer
Jiasheng Jiang
1
-0
/
+3
2021-11-22
net: annotate accesses to dev->gso_max_segs
Eric Dumazet
1
-2
/
+2
2021-11-22
net: annotate accesses to dev->gso_max_size
Eric Dumazet
1
-1
/
+1
2021-10-02
ethernet: use eth_hw_addr_set()
Jakub Kicinski
1
-1
/
+1
2020-11-14
sfc: support GRE TSO on EF100
Edward Cree
1
-1
/
+6
2020-11-14
sfc: correctly support non-partial GSO_UDP_TUNNEL_CSUM on EF100
Edward Cree
1
-1
/
+0
2020-10-31
sfc: advertise our vlan features
Edward Cree
1
-0
/
+2
2020-10-31
sfc: only use fixed-id if the skb asks for it
Edward Cree
1
-1
/
+1
2020-10-31
sfc: implement encap TSO on EF100
Edward Cree
1
-2
/
+11
2020-09-12
sfc: remove duplicate call to efx_init_channels from EF100 probe
Edward Cree
1
-4
/
+0
2020-09-08
sfc: add ethtool ops and miscellaneous ndos to EF100
Edward Cree
1
-1
/
+6
2020-09-08
sfc: don't double-down() filters in ef100_reset()
Edward Cree
1
-12
/
+0
2020-08-18
sfc: take correct lock in ef100_reset()
Edward Cree
1
-4
/
+4
2020-08-18
sfc: really check hash is valid before using it
Edward Cree
1
-0
/
+2
2020-08-12
sfc: fix ef100 design-param checking
Edward Cree
1
-1
/
+2
2020-08-04
sfc: Fix build with CONFIG_RFS_ACCEL disabled.
David S. Miller
1
-0
/
+2
2020-08-04
sfc_ef100: add nic-type for VFs, and bind to them
Edward Cree
1
-0
/
+77
2020-08-04
sfc_ef100: read pf_index at probe time
Edward Cree
1
-0
/
+4
2020-08-04
sfc_ef100: functions for selftests
Edward Cree
1
-0
/
+47
2020-08-04
sfc_ef100: statistics gathering
Edward Cree
1
-0
/
+170
2020-08-04
sfc_ef100: plumb in fini_dmaq
Edward Cree
1
-0
/
+1
2020-08-04
sfc_ef100: RX path for EF100
Edward Cree
1
-2
/
+23
2020-08-04
sfc_ef100: RX filter table management and related gubbins
Edward Cree
1
-0
/
+67
2020-08-04
sfc_ef100: TX path for EF100 NICs
Edward Cree
1
-0
/
+8
2020-08-04
sfc_ef100: read Design Parameters at probe time
Edward Cree
1
-0
/
+216
2020-08-04
sfc_ef100: fail the probe if NIC uses unsol_ev credits
Edward Cree
1
-0
/
+6
2020-08-04
sfc_ef100: check firmware version at start-of-day
Edward Cree
1
-0
/
+40
2020-07-27
sfc_ef100: implement ndo_get_phys_port_{id,name}
Edward Cree
1
-0
/
+21
2020-07-27
sfc_ef100: read device MAC address at probe time
Edward Cree
1
-1
/
+39
2020-07-27
sfc_ef100: probe the PHY and configure the MAC
Edward Cree
1
-1
/
+41
2020-07-27
sfc_ef100: actually perform resets
Edward Cree
1
-0
/
+9
2020-07-27
sfc_ef100: extend ef100_check_caps to cover datapath_caps3
Edward Cree
1
-1
/
+8
2020-07-27
sfc_ef100: read datapath caps, implement check_caps
Edward Cree
1
-2
/
+56
2020-07-27
sfc_ef100: process events for MCDI completions
Edward Cree
1
-1
/
+56
2020-07-27
sfc_ef100: implement ndo_open/close and EVQ probing
Edward Cree
1
-0
/
+51
2020-07-27
sfc_ef100: implement MCDI transport
Edward Cree
1
-0
/
+106
2020-07-27
sfc_ef100: PHY probe stub
Edward Cree
1
-0
/
+14
2020-07-27
sfc_ef100: reset-handling stub
Edward Cree
1
-0
/
+50
2020-07-27
sfc: skeleton EF100 PF driver
Edward Cree
1
-0
/
+174