summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ef100_nic.c
Commit message (Expand)AuthorAgeFilesLines
* sfc_ef100: potential dereference of null pointerJiasheng Jiang2021-12-161-0/+3
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
* sfc: support GRE TSO on EF100Edward Cree2020-11-131-1/+6
* sfc: correctly support non-partial GSO_UDP_TUNNEL_CSUM on EF100Edward Cree2020-11-131-1/+0
* sfc: advertise our vlan featuresEdward Cree2020-10-301-0/+2
* sfc: only use fixed-id if the skb asks for itEdward Cree2020-10-301-1/+1
* sfc: implement encap TSO on EF100Edward Cree2020-10-301-2/+11
* sfc: remove duplicate call to efx_init_channels from EF100 probeEdward Cree2020-09-111-4/+0
* sfc: add ethtool ops and miscellaneous ndos to EF100Edward Cree2020-09-071-1/+6
* sfc: don't double-down() filters in ef100_reset()Edward Cree2020-09-071-12/+0
* 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: fix ef100 design-param checkingEdward Cree2020-08-121-1/+2
* sfc: Fix build with CONFIG_RFS_ACCEL disabled.David S. Miller2020-08-031-0/+2
* sfc_ef100: add nic-type for VFs, and bind to themEdward Cree2020-08-031-0/+77
* sfc_ef100: read pf_index at probe timeEdward Cree2020-08-031-0/+4
* sfc_ef100: functions for selftestsEdward Cree2020-08-031-0/+47
* sfc_ef100: statistics gatheringEdward Cree2020-08-031-0/+170
* sfc_ef100: plumb in fini_dmaqEdward Cree2020-08-031-0/+1
* sfc_ef100: RX path for EF100Edward Cree2020-08-031-2/+23
* sfc_ef100: RX filter table management and related gubbinsEdward Cree2020-08-031-0/+67
* sfc_ef100: TX path for EF100 NICsEdward Cree2020-08-031-0/+8
* sfc_ef100: read Design Parameters at probe timeEdward Cree2020-08-031-0/+216
* 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: implement ndo_get_phys_port_{id,name}Edward Cree2020-07-271-0/+21
* sfc_ef100: read device MAC address at probe timeEdward Cree2020-07-271-1/+39
* 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-271-1/+8
* sfc_ef100: read datapath caps, implement check_capsEdward Cree2020-07-271-2/+56
* sfc_ef100: process events for MCDI completionsEdward Cree2020-07-271-1/+56
* sfc_ef100: implement ndo_open/close and EVQ probingEdward Cree2020-07-271-0/+51
* sfc_ef100: implement MCDI transportEdward Cree2020-07-271-0/+106
* 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-271-0/+174