aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ef100_nic.c
AgeCommit message (Expand)Author
2021-12-22sfc_ef100: potential dereference of null pointerJiasheng Jiang
2020-09-11sfc: remove duplicate call to efx_init_channels from EF100 probeEdward Cree
2020-09-07sfc: add ethtool ops and miscellaneous ndos to EF100Edward Cree
2020-09-07sfc: don't double-down() filters in ef100_reset()Edward 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-12sfc: fix ef100 design-param checkingEdward Cree
2020-08-03sfc: Fix build with CONFIG_RFS_ACCEL disabled.David 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-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: PHY probe stubEdward Cree
2020-07-27sfc_ef100: reset-handling stubEdward Cree
2020-07-27sfc: skeleton EF100 PF driverEdward Cree