Age | Commit message (Expand) | Author | Files | Lines |
2020-11-14 | sfc: support GRE TSO on EF100 | Edward Cree | 1 | -1/+6 |
2020-11-14 | sfc: correctly support non-partial GSO_UDP_TUNNEL_CSUM on EF100 | Edward Cree | 1 | -1/+0 |
2020-10-31 | sfc: advertise our vlan features | Edward Cree | 1 | -0/+2 |
2020-10-31 | sfc: only use fixed-id if the skb asks for it | Edward Cree | 1 | -1/+1 |
2020-10-31 | sfc: implement encap TSO on EF100 | Edward Cree | 1 | -2/+11 |
2020-09-12 | sfc: remove duplicate call to efx_init_channels from EF100 probe | Edward Cree | 1 | -4/+0 |
2020-09-08 | sfc: add ethtool ops and miscellaneous ndos to EF100 | Edward Cree | 1 | -1/+6 |
2020-09-08 | sfc: don't double-down() filters in ef100_reset() | Edward Cree | 1 | -12/+0 |
2020-08-18 | sfc: take correct lock in ef100_reset() | Edward Cree | 1 | -4/+4 |
2020-08-18 | sfc: really check hash is valid before using it | Edward Cree | 1 | -0/+2 |
2020-08-12 | sfc: fix ef100 design-param checking | Edward Cree | 1 | -1/+2 |
2020-08-04 | sfc: Fix build with CONFIG_RFS_ACCEL disabled. | David S. Miller | 1 | -0/+2 |
2020-08-04 | sfc_ef100: add nic-type for VFs, and bind to them | Edward Cree | 1 | -0/+77 |
2020-08-04 | sfc_ef100: read pf_index at probe time | Edward Cree | 1 | -0/+4 |
2020-08-04 | sfc_ef100: functions for selftests | Edward Cree | 1 | -0/+47 |
2020-08-04 | sfc_ef100: statistics gathering | Edward Cree | 1 | -0/+170 |
2020-08-04 | sfc_ef100: plumb in fini_dmaq | Edward Cree | 1 | -0/+1 |
2020-08-04 | sfc_ef100: RX path for EF100 | Edward Cree | 1 | -2/+23 |
2020-08-04 | sfc_ef100: RX filter table management and related gubbins | Edward Cree | 1 | -0/+67 |
2020-08-04 | sfc_ef100: TX path for EF100 NICs | Edward Cree | 1 | -0/+8 |
2020-08-04 | sfc_ef100: read Design Parameters at probe time | Edward Cree | 1 | -0/+216 |
2020-08-04 | sfc_ef100: fail the probe if NIC uses unsol_ev credits | Edward Cree | 1 | -0/+6 |
2020-08-04 | sfc_ef100: check firmware version at start-of-day | Edward Cree | 1 | -0/+40 |
2020-07-27 | sfc_ef100: implement ndo_get_phys_port_{id,name} | Edward Cree | 1 | -0/+21 |
2020-07-27 | sfc_ef100: read device MAC address at probe time | Edward Cree | 1 | -1/+39 |
2020-07-27 | sfc_ef100: probe the PHY and configure the MAC | Edward Cree | 1 | -1/+41 |
2020-07-27 | sfc_ef100: actually perform resets | Edward Cree | 1 | -0/+9 |
2020-07-27 | sfc_ef100: extend ef100_check_caps to cover datapath_caps3 | Edward Cree | 1 | -1/+8 |
2020-07-27 | sfc_ef100: read datapath caps, implement check_caps | Edward Cree | 1 | -2/+56 |
2020-07-27 | sfc_ef100: process events for MCDI completions | Edward Cree | 1 | -1/+56 |
2020-07-27 | sfc_ef100: implement ndo_open/close and EVQ probing | Edward Cree | 1 | -0/+51 |
2020-07-27 | sfc_ef100: implement MCDI transport | Edward Cree | 1 | -0/+106 |
2020-07-27 | sfc_ef100: PHY probe stub | Edward Cree | 1 | -0/+14 |
2020-07-27 | sfc_ef100: reset-handling stub | Edward Cree | 1 | -0/+50 |
2020-07-27 | sfc: skeleton EF100 PF driver | Edward Cree | 1 | -0/+174 |