index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sfc
/
ef100_nic.c
Age
Commit message (
Expand
)
Author
2020-09-11
sfc: remove duplicate call to efx_init_channels from EF100 probe
Edward Cree
2020-09-07
sfc: add ethtool ops and miscellaneous ndos to EF100
Edward Cree
2020-09-07
sfc: don't double-down() filters in ef100_reset()
Edward Cree
2020-08-18
sfc: take correct lock in ef100_reset()
Edward Cree
2020-08-18
sfc: really check hash is valid before using it
Edward Cree
2020-08-12
sfc: fix ef100 design-param checking
Edward Cree
2020-08-03
sfc: Fix build with CONFIG_RFS_ACCEL disabled.
David S. Miller
2020-08-03
sfc_ef100: add nic-type for VFs, and bind to them
Edward Cree
2020-08-03
sfc_ef100: read pf_index at probe time
Edward Cree
2020-08-03
sfc_ef100: functions for selftests
Edward Cree
2020-08-03
sfc_ef100: statistics gathering
Edward Cree
2020-08-03
sfc_ef100: plumb in fini_dmaq
Edward Cree
2020-08-03
sfc_ef100: RX path for EF100
Edward Cree
2020-08-03
sfc_ef100: RX filter table management and related gubbins
Edward Cree
2020-08-03
sfc_ef100: TX path for EF100 NICs
Edward Cree
2020-08-03
sfc_ef100: read Design Parameters at probe time
Edward Cree
2020-08-03
sfc_ef100: fail the probe if NIC uses unsol_ev credits
Edward Cree
2020-08-03
sfc_ef100: check firmware version at start-of-day
Edward Cree
2020-07-27
sfc_ef100: implement ndo_get_phys_port_{id,name}
Edward Cree
2020-07-27
sfc_ef100: read device MAC address at probe time
Edward Cree
2020-07-27
sfc_ef100: probe the PHY and configure the MAC
Edward Cree
2020-07-27
sfc_ef100: actually perform resets
Edward Cree
2020-07-27
sfc_ef100: extend ef100_check_caps to cover datapath_caps3
Edward Cree
2020-07-27
sfc_ef100: read datapath caps, implement check_caps
Edward Cree
2020-07-27
sfc_ef100: process events for MCDI completions
Edward Cree
2020-07-27
sfc_ef100: implement ndo_open/close and EVQ probing
Edward Cree
2020-07-27
sfc_ef100: implement MCDI transport
Edward Cree
2020-07-27
sfc_ef100: PHY probe stub
Edward Cree
2020-07-27
sfc_ef100: reset-handling stub
Edward Cree
2020-07-27
sfc: skeleton EF100 PF driver
Edward Cree