summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)AuthorLines
2020-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-1/+2
2020-08-12sfc: fix ef100 design-param checkingEdward Cree-1/+2
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2020-08-03sfc: Fix build with CONFIG_RFS_ACCEL disabled.David S. Miller-0/+2
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-5/+0
2020-08-03sfc_ef100: add nic-type for VFs, and bind to themEdward Cree-0/+81
2020-08-03sfc_ef100: read pf_index at probe timeEdward Cree-0/+5
2020-08-03sfc_ef100: functions for selftestsEdward Cree-0/+47
2020-08-03sfc_ef100: statistics gatheringEdward Cree-0/+217
2020-08-03sfc_ef100: plumb in fini_dmaqEdward Cree-0/+1
2020-08-03sfc_ef100: RX path for EF100Edward Cree-9/+167
2020-08-03sfc_ef100: RX filter table management and related gubbinsEdward Cree-0/+77
2020-08-03sfc_ef100: TX path for EF100 NICsEdward Cree-5/+396
2020-08-03sfc_ef100: read Design Parameters at probe timeEdward Cree-0/+220
2020-08-03sfc_ef100: fail the probe if NIC uses unsol_ev creditsEdward Cree-0/+6
2020-08-03sfc_ef100: check firmware version at start-of-dayEdward Cree-0/+40
2020-07-30sfc_ef100: remove duplicated include from ef100_netdev.cYueHaibing-1/+0
2020-07-27sfc_ef100: implement ndo_get_phys_port_{id,name}Edward Cree-0/+23
2020-07-27sfc_ef100: read device MAC address at probe timeEdward Cree-1/+40
2020-07-27sfc_ef100: probe the PHY and configure the MACEdward Cree-1/+41
2020-07-27sfc_ef100: actually perform resetsEdward Cree-0/+9
2020-07-27sfc_ef100: extend ef100_check_caps to cover datapath_caps3Edward Cree-3/+11
2020-07-27sfc_ef100: read datapath caps, implement check_capsEdward Cree-2/+58
2020-07-27sfc_ef100: process events for MCDI completionsEdward Cree-1/+56
2020-07-27sfc_ef100: implement ndo_open/close and EVQ probingEdward Cree-0/+225
2020-07-27sfc_ef100: implement MCDI transportEdward Cree-0/+107
2020-07-27sfc_ef100: don't call efx_reset_down()/up() on EF100Edward Cree-3/+8
2020-07-27sfc_ef100: PHY probe stubEdward Cree-0/+14
2020-07-27sfc_ef100: reset-handling stubEdward Cree-0/+50
2020-07-27sfc: skeleton EF100 PF driverEdward Cree-13/+1095
2020-07-27sfc_ef100: register accesses on EF100Edward Cree-3/+15
2020-07-27sfc_ef100: add EF100 register definitionsEdward Cree-0/+693
2020-07-27sfc: remove efx_ethtool_nway_reset()Edward Cree-10/+0
2020-07-27sfc: drop unnecessary list_emptyJulia Lawall-11/+9
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko-5/+0
2020-07-23sfc: convert to new udp_tunnel infrastructureJakub Kicinski-182/+63
2020-07-07PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck-2/+2
2020-07-02sfc_ef100: helper function to set default RSS table of given sizeEdward Cree-0/+23
2020-07-02sfc_ef100: NVRAM selftest support codeEdward Cree-0/+63
2020-07-02sfc_ef100: populate BUFFER_SIZE_BYTES in INIT_RXQEdward Cree-7/+8
2020-07-02sfc_ef100: add EF100 to NIC-revision enumerationEdward Cree-0/+1
2020-07-02sfc: get drvinfo driver name from outside the common codeEdward Cree-1/+5
2020-07-02sfc: initialise RSS context ID to 'no RSS context' in efx_init_struct()Edward Cree-2/+1
2020-07-02sfc: commonise efx_fini_dmaqEdward Cree-40/+41
2020-07-02sfc: factor out efx_mcdi_filter_table_down() from _remove()Edward Cree-13/+25
2020-07-02sfc: don't call tx_limit_len if NIC type doesn't have oneEdward Cree-1/+5
2020-07-02sfc: assign TXQs without gapsEdward Cree-72/+58
2020-07-02sfc: commonise netif_set_real_num[tr]x_queues callsEdward Cree-4/+6
2020-07-02sfc: make tx_queues_per_channel variable at runtimeEdward Cree-31/+30
2020-07-02sfc: move modparam 'rss_cpus' out of common channel codeEdward Cree-3/+5