summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
Commit message (Expand)AuthorAgeFilesLines
* sfc: fix build warnings on 32-bitEdward Cree2020-08-201-4/+4
* sfc: don't free_irq()s if they were never requestedEdward Cree2020-08-182-0/+6
* sfc: null out channel->rps_flow_id after freeing itEdward Cree2020-08-181-0/+1
* sfc: take correct lock in ef100_reset()Edward Cree2020-08-181-4/+4
* sfc: really check hash is valid before using itEdward Cree2020-08-181-0/+2
* sfc: check hash is valid before using itEdward Cree2020-08-145-1/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-131-1/+2
|\
| * sfc: fix ef100 design-param checkingEdward Cree2020-08-121-1/+2
* | Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-072-2/+2
|\ \ | |/ |/|
| * PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck2020-07-072-2/+2
* | sfc: Fix build with CONFIG_RFS_ACCEL disabled.David S. Miller2020-08-031-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-08-031-5/+0
|\ \
| * | bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-251-5/+0
* | | sfc_ef100: add nic-type for VFs, and bind to themEdward Cree2020-08-033-0/+81
* | | sfc_ef100: read pf_index at probe timeEdward Cree2020-08-032-0/+5
* | | sfc_ef100: functions for selftestsEdward Cree2020-08-031-0/+47
* | | sfc_ef100: statistics gatheringEdward Cree2020-08-033-0/+217
* | | sfc_ef100: plumb in fini_dmaqEdward Cree2020-08-031-0/+1
* | | sfc_ef100: RX path for EF100Edward Cree2020-08-033-9/+167
* | | sfc_ef100: RX filter table management and related gubbinsEdward Cree2020-08-032-0/+77
* | | sfc_ef100: TX path for EF100 NICsEdward Cree2020-08-035-5/+396
* | | sfc_ef100: read Design Parameters at probe timeEdward Cree2020-08-032-0/+220
* | | sfc_ef100: fail the probe if NIC uses unsol_ev creditsEdward Cree2020-08-031-0/+6
* | | sfc_ef100: check firmware version at start-of-dayEdward Cree2020-08-031-0/+40
* | | sfc_ef100: remove duplicated include from ef100_netdev.cYueHaibing2020-07-301-1/+0
* | | sfc_ef100: implement ndo_get_phys_port_{id,name}Edward Cree2020-07-272-0/+23
* | | sfc_ef100: read device MAC address at probe timeEdward Cree2020-07-272-1/+40
* | | sfc_ef100: probe the PHY and configure the MACEdward Cree2020-07-271-1/+41
* | | sfc_ef100: actually perform resetsEdward Cree2020-07-271-0/+9
* | | sfc_ef100: extend ef100_check_caps to cover datapath_caps3Edward Cree2020-07-273-3/+11
* | | sfc_ef100: read datapath caps, implement check_capsEdward Cree2020-07-272-2/+58
* | | sfc_ef100: process events for MCDI completionsEdward Cree2020-07-271-1/+56
* | | sfc_ef100: implement ndo_open/close and EVQ probingEdward Cree2020-07-277-0/+225
* | | sfc_ef100: implement MCDI transportEdward Cree2020-07-272-0/+107
* | | sfc_ef100: don't call efx_reset_down()/up() on EF100Edward Cree2020-07-271-3/+8
* | | sfc_ef100: PHY probe stubEdward Cree2020-07-271-0/+14
* | | sfc_ef100: reset-handling stubEdward Cree2020-07-271-0/+50
* | | sfc: skeleton EF100 PF driverEdward Cree2020-07-2726-13/+1095
* | | sfc_ef100: register accesses on EF100Edward Cree2020-07-272-3/+15
* | | sfc_ef100: add EF100 register definitionsEdward Cree2020-07-271-0/+693
* | | sfc: remove efx_ethtool_nway_reset()Edward Cree2020-07-273-10/+0
* | | sfc: drop unnecessary list_emptyJulia Lawall2020-07-271-11/+9
|/ /
* | sfc: convert to new udp_tunnel infrastructureJakub Kicinski2020-07-233-182/+63
* | sfc_ef100: helper function to set default RSS table of given sizeEdward Cree2020-07-022-0/+23
* | sfc_ef100: NVRAM selftest support codeEdward Cree2020-07-022-0/+63
* | sfc_ef100: populate BUFFER_SIZE_BYTES in INIT_RXQEdward Cree2020-07-021-7/+8
* | sfc_ef100: add EF100 to NIC-revision enumerationEdward Cree2020-07-021-0/+1
* | sfc: get drvinfo driver name from outside the common codeEdward Cree2020-07-023-1/+5
* | sfc: initialise RSS context ID to 'no RSS context' in efx_init_struct()Edward Cree2020-07-022-2/+1
* | sfc: commonise efx_fini_dmaqEdward Cree2020-07-023-40/+41