summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)Author
2020-09-21sfc: Fix error code in probeDan Carpenter
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-24sfc: fix boolreturn.cocci warning and rename functionEdward Cree
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-20sfc: fix build warnings on 32-bitEdward Cree
2020-08-18sfc: don't free_irq()s if they were never requestedEdward Cree
2020-08-18sfc: null out channel->rps_flow_id after freeing itEdward Cree
2020-08-18sfc: take correct lock in ef100_reset()Edward Cree
2020-08-18sfc: really check hash is valid before using itEdward Cree
2020-08-14sfc: check hash is valid before using itEdward Cree
2020-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-12sfc: fix ef100 design-param checkingEdward Cree
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-08-03sfc: Fix build with CONFIG_RFS_ACCEL disabled.David S. Miller
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-08-03sfc_ef100: add nic-type for VFs, and bind to themEdward Cree
2020-08-03sfc_ef100: read pf_index at probe timeEdward Cree
2020-08-03sfc_ef100: functions for selftestsEdward Cree
2020-08-03sfc_ef100: statistics gatheringEdward Cree
2020-08-03sfc_ef100: plumb in fini_dmaqEdward Cree
2020-08-03sfc_ef100: RX path for EF100Edward Cree
2020-08-03sfc_ef100: RX filter table management and related gubbinsEdward Cree
2020-08-03sfc_ef100: TX path for EF100 NICsEdward Cree
2020-08-03sfc_ef100: read Design Parameters at probe timeEdward Cree
2020-08-03sfc_ef100: fail the probe if NIC uses unsol_ev creditsEdward Cree
2020-08-03sfc_ef100: check firmware version at start-of-dayEdward Cree
2020-07-30sfc_ef100: remove duplicated include from ef100_netdev.cYueHaibing
2020-07-27sfc_ef100: implement ndo_get_phys_port_{id,name}Edward Cree
2020-07-27sfc_ef100: read device MAC address at probe timeEdward Cree
2020-07-27sfc_ef100: probe the PHY and configure the MACEdward Cree
2020-07-27sfc_ef100: actually perform resetsEdward Cree
2020-07-27sfc_ef100: extend ef100_check_caps to cover datapath_caps3Edward Cree
2020-07-27sfc_ef100: read datapath caps, implement check_capsEdward Cree
2020-07-27sfc_ef100: process events for MCDI completionsEdward Cree
2020-07-27sfc_ef100: implement ndo_open/close and EVQ probingEdward Cree
2020-07-27sfc_ef100: implement MCDI transportEdward Cree
2020-07-27sfc_ef100: don't call efx_reset_down()/up() on EF100Edward Cree
2020-07-27sfc_ef100: PHY probe stubEdward Cree
2020-07-27sfc_ef100: reset-handling stubEdward Cree
2020-07-27sfc: skeleton EF100 PF driverEdward Cree
2020-07-27sfc_ef100: register accesses on EF100Edward Cree
2020-07-27sfc_ef100: add EF100 register definitionsEdward Cree
2020-07-27sfc: remove efx_ethtool_nway_reset()Edward Cree
2020-07-27sfc: drop unnecessary list_emptyJulia Lawall
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko
2020-07-23sfc: convert to new udp_tunnel infrastructureJakub Kicinski
2020-07-07PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck
2020-07-02sfc_ef100: helper function to set default RSS table of given sizeEdward Cree
2020-07-02sfc_ef100: NVRAM selftest support codeEdward Cree
2020-07-02sfc_ef100: populate BUFFER_SIZE_BYTES in INIT_RXQEdward Cree