summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)AuthorFilesLines
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-4/+4
2020-08-25sfc: fix boolreturn.cocci warning and rename functionEdward Cree1-4/+4
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva6-18/+18
2020-08-20sfc: fix build warnings on 32-bitEdward Cree1-4/+4
2020-08-18sfc: don't free_irq()s if they were never requestedEdward Cree2-0/+6
2020-08-18sfc: null out channel->rps_flow_id after freeing itEdward Cree1-0/+1
2020-08-18sfc: take correct lock in ef100_reset()Edward Cree1-4/+4
2020-08-18sfc: really check hash is valid before using itEdward Cree1-0/+2
2020-08-15sfc: check hash is valid before using itEdward Cree5-1/+18
2020-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+2
2020-08-12sfc: fix ef100 design-param checkingEdward Cree1-1/+2
2020-08-08Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+2
2020-08-04sfc: Fix build with CONFIG_RFS_ACCEL disabled.David S. Miller1-0/+2
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-5/+0
2020-08-04sfc_ef100: add nic-type for VFs, and bind to themEdward Cree3-0/+81
2020-08-04sfc_ef100: read pf_index at probe timeEdward Cree2-0/+5
2020-08-04sfc_ef100: functions for selftestsEdward Cree1-0/+47
2020-08-04sfc_ef100: statistics gatheringEdward Cree3-0/+217
2020-08-04sfc_ef100: plumb in fini_dmaqEdward Cree1-0/+1
2020-08-04sfc_ef100: RX path for EF100Edward Cree3-9/+167
2020-08-04sfc_ef100: RX filter table management and related gubbinsEdward Cree2-0/+77
2020-08-04sfc_ef100: TX path for EF100 NICsEdward Cree5-5/+396
2020-08-04sfc_ef100: read Design Parameters at probe timeEdward Cree2-0/+220
2020-08-04sfc_ef100: fail the probe if NIC uses unsol_ev creditsEdward Cree1-0/+6
2020-08-04sfc_ef100: check firmware version at start-of-dayEdward Cree1-0/+40
2020-07-31sfc_ef100: remove duplicated include from ef100_netdev.cYueHaibing1-1/+0
2020-07-27sfc_ef100: implement ndo_get_phys_port_{id,name}Edward Cree2-0/+23
2020-07-27sfc_ef100: read device MAC address at probe timeEdward Cree2-1/+40
2020-07-27sfc_ef100: probe the PHY and configure the MACEdward Cree1-1/+41
2020-07-27sfc_ef100: actually perform resetsEdward Cree1-0/+9
2020-07-27sfc_ef100: extend ef100_check_caps to cover datapath_caps3Edward Cree3-3/+11
2020-07-27sfc_ef100: read datapath caps, implement check_capsEdward Cree2-2/+58
2020-07-27sfc_ef100: process events for MCDI completionsEdward Cree1-1/+56
2020-07-27sfc_ef100: implement ndo_open/close and EVQ probingEdward Cree7-0/+225
2020-07-27sfc_ef100: implement MCDI transportEdward Cree2-0/+107
2020-07-27sfc_ef100: don't call efx_reset_down()/up() on EF100Edward Cree1-3/+8
2020-07-27sfc_ef100: PHY probe stubEdward Cree1-0/+14
2020-07-27sfc_ef100: reset-handling stubEdward Cree1-0/+50
2020-07-27sfc: skeleton EF100 PF driverEdward Cree26-13/+1095
2020-07-27sfc_ef100: register accesses on EF100Edward Cree2-3/+15
2020-07-27sfc_ef100: add EF100 register definitionsEdward Cree1-0/+693
2020-07-27sfc: remove efx_ethtool_nway_reset()Edward Cree3-10/+0
2020-07-27sfc: drop unnecessary list_emptyJulia Lawall1-11/+9
2020-07-26bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko1-5/+0
2020-07-23sfc: convert to new udp_tunnel infrastructureJakub Kicinski3-182/+63
2020-07-08PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck2-2/+2
2020-07-03sfc_ef100: helper function to set default RSS table of given sizeEdward Cree2-0/+23
2020-07-03sfc_ef100: NVRAM selftest support codeEdward Cree2-0/+63
2020-07-03sfc_ef100: populate BUFFER_SIZE_BYTES in INIT_RXQEdward Cree1-7/+8
2020-07-03sfc_ef100: add EF100 to NIC-revision enumerationEdward Cree1-0/+1