index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sfc
Age
Commit message (
Expand
)
Author
Files
Lines
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
-10
/
+8
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
2020-07-02
sfc: commonise efx_fini_dmaq
Edward Cree
3
-40
/
+41
2020-07-02
sfc: factor out efx_mcdi_filter_table_down() from _remove()
Edward Cree
2
-13
/
+25
2020-07-02
sfc: don't call tx_limit_len if NIC type doesn't have one
Edward Cree
1
-1
/
+5
2020-07-02
sfc: assign TXQs without gaps
Edward Cree
10
-72
/
+58
2020-07-02
sfc: commonise netif_set_real_num[tr]x_queues calls
Edward Cree
2
-4
/
+6
2020-07-02
sfc: make tx_queues_per_channel variable at runtime
Edward Cree
6
-31
/
+30
2020-07-02
sfc: move modparam 'rss_cpus' out of common channel code
Edward Cree
3
-3
/
+5
2020-07-02
sfc: move modparam 'interrupt_mode' out of common channel code
Edward Cree
3
-5
/
+8
2020-07-02
sfc: remove max_interrupt_mode
Edward Cree
4
-12
/
+0
2020-07-02
sfc: support setting MTU even if not privileged to configure MAC fully
Edward Cree
7
-23
/
+16
2020-06-30
sfc: don't call tx_remove if there isn't one
Edward Cree
1
-1
/
+2
2020-06-30
sfc: commonise initialisation of efx->vport_id
Edward Cree
2
-2
/
+1
2020-06-30
sfc: commonise efx->[rt]xq_entries initialisation
Edward Cree
2
-1
/
+3
2020-06-30
sfc: initialise max_[tx_]channels in efx_init_channels()
Edward Cree
1
-0
/
+3
2020-06-30
sfc: move definition of EFX_MC_STATS_GENERATION_INVALID
Edward Cree
3
-3
/
+2
2020-06-30
sfc: factor out efx_tx_tso_header_length() and understand encapsulation
Edward Cree
2
-2
/
+16
[prev]
[next]