aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ef100_nic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-13sfc: support GRE TSO on EF100Edward Cree1-1/+6
2020-11-13sfc: correctly support non-partial GSO_UDP_TUNNEL_CSUM on EF100Edward Cree1-1/+0
2020-10-30sfc: advertise our vlan featuresEdward Cree1-0/+2
2020-10-30sfc: only use fixed-id if the skb asks for itEdward Cree1-1/+1
2020-10-30sfc: implement encap TSO on EF100Edward Cree1-2/+11
2020-09-11sfc: remove duplicate call to efx_init_channels from EF100 probeEdward Cree1-4/+0
2020-09-07sfc: add ethtool ops and miscellaneous ndos to EF100Edward Cree1-1/+6
2020-09-07sfc: don't double-down() filters in ef100_reset()Edward Cree1-12/+0
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-12sfc: fix ef100 design-param checkingEdward Cree1-1/+2
2020-08-03sfc: Fix build with CONFIG_RFS_ACCEL disabled.David S. Miller1-0/+2
2020-08-03sfc_ef100: add nic-type for VFs, and bind to themEdward Cree1-0/+77
2020-08-03sfc_ef100: read pf_index at probe timeEdward Cree1-0/+4
2020-08-03sfc_ef100: functions for selftestsEdward Cree1-0/+47
2020-08-03sfc_ef100: statistics gatheringEdward Cree1-0/+170
2020-08-03sfc_ef100: plumb in fini_dmaqEdward Cree1-0/+1
2020-08-03sfc_ef100: RX path for EF100Edward Cree1-2/+23
2020-08-03sfc_ef100: RX filter table management and related gubbinsEdward Cree1-0/+67
2020-08-03sfc_ef100: TX path for EF100 NICsEdward Cree1-0/+8
2020-08-03sfc_ef100: read Design Parameters at probe timeEdward Cree1-0/+216
2020-08-03sfc_ef100: fail the probe if NIC uses unsol_ev creditsEdward Cree1-0/+6
2020-08-03sfc_ef100: check firmware version at start-of-dayEdward Cree1-0/+40
2020-07-27sfc_ef100: implement ndo_get_phys_port_{id,name}Edward Cree1-0/+21
2020-07-27sfc_ef100: read device MAC address at probe timeEdward Cree1-1/+39
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 Cree1-1/+8
2020-07-27sfc_ef100: read datapath caps, implement check_capsEdward Cree1-2/+56
2020-07-27sfc_ef100: process events for MCDI completionsEdward Cree1-1/+56
2020-07-27sfc_ef100: implement ndo_open/close and EVQ probingEdward Cree1-0/+51
2020-07-27sfc_ef100: implement MCDI transportEdward Cree1-0/+106
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 Cree1-0/+174