index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sfc
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
6
-18
/
+18
2020-08-20
sfc: fix build warnings on 32-bit
Edward Cree
1
-4
/
+4
2020-08-18
sfc: don't free_irq()s if they were never requested
Edward Cree
2
-0
/
+6
2020-08-18
sfc: null out channel->rps_flow_id after freeing it
Edward Cree
1
-0
/
+1
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-14
sfc: check hash is valid before using it
Edward Cree
5
-1
/
+18
2020-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-1
/
+2
2020-08-12
sfc: fix ef100 design-param checking
Edward Cree
1
-1
/
+2
2020-08-07
Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-2
/
+2
2020-08-03
sfc: Fix build with CONFIG_RFS_ACCEL disabled.
David S. Miller
1
-0
/
+2
2020-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-5
/
+0
2020-08-03
sfc_ef100: add nic-type for VFs, and bind to them
Edward Cree
3
-0
/
+81
2020-08-03
sfc_ef100: read pf_index at probe time
Edward Cree
2
-0
/
+5
2020-08-03
sfc_ef100: functions for selftests
Edward Cree
1
-0
/
+47
2020-08-03
sfc_ef100: statistics gathering
Edward Cree
3
-0
/
+217
2020-08-03
sfc_ef100: plumb in fini_dmaq
Edward Cree
1
-0
/
+1
2020-08-03
sfc_ef100: RX path for EF100
Edward Cree
3
-9
/
+167
2020-08-03
sfc_ef100: RX filter table management and related gubbins
Edward Cree
2
-0
/
+77
2020-08-03
sfc_ef100: TX path for EF100 NICs
Edward Cree
5
-5
/
+396
2020-08-03
sfc_ef100: read Design Parameters at probe time
Edward Cree
2
-0
/
+220
2020-08-03
sfc_ef100: fail the probe if NIC uses unsol_ev credits
Edward Cree
1
-0
/
+6
2020-08-03
sfc_ef100: check firmware version at start-of-day
Edward Cree
1
-0
/
+40
2020-07-30
sfc_ef100: remove duplicated include from ef100_netdev.c
YueHaibing
1
-1
/
+0
2020-07-27
sfc_ef100: implement ndo_get_phys_port_{id,name}
Edward Cree
2
-0
/
+23
2020-07-27
sfc_ef100: read device MAC address at probe time
Edward Cree
2
-1
/
+40
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
3
-3
/
+11
2020-07-27
sfc_ef100: read datapath caps, implement check_caps
Edward Cree
2
-2
/
+58
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
7
-0
/
+225
2020-07-27
sfc_ef100: implement MCDI transport
Edward Cree
2
-0
/
+107
2020-07-27
sfc_ef100: don't call efx_reset_down()/up() on EF100
Edward Cree
1
-3
/
+8
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
26
-13
/
+1095
2020-07-27
sfc_ef100: register accesses on EF100
Edward Cree
2
-3
/
+15
2020-07-27
sfc_ef100: add EF100 register definitions
Edward Cree
1
-0
/
+693
2020-07-27
sfc: remove efx_ethtool_nway_reset()
Edward Cree
3
-10
/
+0
2020-07-27
sfc: drop unnecessary list_empty
Julia Lawall
1
-11
/
+9
2020-07-25
bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commands
Andrii Nakryiko
1
-5
/
+0
2020-07-23
sfc: convert to new udp_tunnel infrastructure
Jakub Kicinski
3
-182
/
+63
2020-07-07
PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'
Luc Van Oostenryck
2
-2
/
+2
2020-07-02
sfc_ef100: helper function to set default RSS table of given size
Edward Cree
2
-0
/
+23
2020-07-02
sfc_ef100: NVRAM selftest support code
Edward Cree
2
-0
/
+63
2020-07-02
sfc_ef100: populate BUFFER_SIZE_BYTES in INIT_RXQ
Edward Cree
1
-7
/
+8
2020-07-02
sfc_ef100: add EF100 to NIC-revision enumeration
Edward Cree
1
-0
/
+1
2020-07-02
sfc: get drvinfo driver name from outside the common code
Edward Cree
3
-1
/
+5
2020-07-02
sfc: initialise RSS context ID to 'no RSS context' in efx_init_struct()
Edward Cree
2
-2
/
+1
[next]