Age | Commit message (Expand) | Author | Files | Lines |
2020-09-26 | sfc: fix kdoc warning | Jesse Brandeburg | 1 | -0/+1 |
2020-09-08 | sfc: remove phy_op indirection | Edward Cree | 1 | -1/+0 |
2020-08-31 | sfc: return errors from efx_mcdi_set_id_led, and de-indirect | Edward Cree | 1 | -1/+1 |
2020-07-27 | sfc_ef100: extend ef100_check_caps to cover datapath_caps3 | Edward Cree | 1 | -2/+2 |
2020-07-03 | sfc_ef100: NVRAM selftest support code | Edward Cree | 1 | -0/+1 |
2020-06-30 | sfc: move NIC-specific mcdi_port declarations out of common header | Edward Cree | 1 | -4/+0 |
2020-06-30 | sfc: determine flag word automatically in efx_has_cap() | Edward Cree | 1 | -3/+2 |
2020-05-11 | sfc: make capability checking a nic_type function | Tom Zhao | 1 | -0/+12 |
2020-01-10 | sfc: move various functions | Alex Maftei (amaftei) | 1 | -2/+0 |
2020-01-09 | sfc: add new headers in preparation for code split | Alex Maftei (amaftei) | 1 | -1/+0 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
2017-12-18 | sfc: support VI strides other than 8k | Edward Cree | 1 | -0/+3 |
2017-02-10 | sfc: configure UDP tunnel offload ports | Jon Cooper | 1 | -0/+1 |
2016-12-04 | sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID instead | Edward Cree | 1 | -2/+2 |
2015-12-24 | sfc: Handle MCDI proxy authorisation | Bert Kenward | 1 | -0/+9 |
2015-12-24 | sfc: Retry MCDI after NO_EVB_PORT error on a VF | Bert Kenward | 1 | -0/+1 |
2015-07-22 | sfc: add output flag decoding to efx_mcdi_set_workaround | Daniel Pieczko | 1 | -1/+2 |
2015-05-27 | sfc: add sysfs entry to control MCDI tracing | Edward Cree | 1 | -0/+2 |
2015-05-27 | sfc: add tracing of MCDI commands | Edward Cree | 1 | -0/+4 |
2015-05-22 | sfc: Initialise MCDI buffers to 0 on declaration. | Jon Cooper | 1 | -3/+5 |
2015-05-09 | sfc: Cope with permissions enforcement added to firmware for SR-IOV | Edward Cree | 1 | -0/+2 |
2014-04-16 | sfc:On MCDI timeout, issue an FLR (and mark MCDI to fail-fast) | Edward Cree | 1 | -0/+13 |
2013-12-13 | sfc: Store flags from MC_CMD_DRV_ATTACH for later use | Ben Hutchings | 1 | -0/+2 |
2013-12-13 | sfc: Log all unexpected MCDI errors | Edward Cree | 1 | -0/+18 |
2013-12-13 | sfc: Correct RX dropped count for drops while interface is down | Jon Cooper | 1 | -0/+1 |
2013-11-30 | sfc: Convert to use hwmon_device_register_with_groups | Guenter Roeck | 1 | -0/+2 |
2013-09-24 | sfc: Remove extern from function prototypes | Joe Perches | 1 | -62/+58 |
2013-08-30 | sfc: Update copyright banners | Ben Hutchings | 1 | -2/+2 |
2013-08-29 | sfc: Add support for Solarflare SFC9100 family | Ben Hutchings | 1 | -1/+7 |
2013-08-29 | sfc: Make efx_mcdi_{init,fini}() call efx_mcdi_drv_attach() | Ben Hutchings | 1 | -2/+0 |
2013-08-29 | sfc: Implement asynchronous MCDI requests | Ben Hutchings | 1 | -4/+25 |
2013-08-29 | sfc: Remove unnecessary use of atomic_t | Ben Hutchings | 1 | -1/+1 |
2013-08-28 | sfc: use MCDI epoch flag to improve MC reboot detection in the driver | Daniel Pieczko | 1 | -0/+2 |
2013-08-28 | sfc: Move MTD operations into efx_nic_type | Ben Hutchings | 1 | -12/+20 |
2013-08-22 | sfc: Define and use MCDI_POPULATE_DWORD_{1,2,3,4,5,6,7} | Ben Hutchings | 1 | -0/+54 |
2013-08-21 | sfc: Update and improve kernel-doc for efx_mcdi_state & efx_mcdi_iface | Ben Hutchings | 1 | -11/+9 |
2013-08-21 | sfc: Add support for MCDI v2 | Ben Hutchings | 1 | -4/+6 |
2013-08-21 | sfc: Translate MCDI error numbers received in events | Ben Hutchings | 1 | -2/+2 |
2013-08-21 | sfc: Make MCDI independent of Siena | Ben Hutchings | 1 | -0/+21 |
2013-08-21 | sfc: Make efx_mcdi_init() call efx_mcdi_handle_assertion() | Ben Hutchings | 1 | -1/+1 |
2013-08-21 | sfc: Collect all MCDI port functions into mcdi_port.c | Ben Hutchings | 1 | -2/+7 |
2013-08-21 | sfc: Move efx_mcdi_mac_reconfigure() to siena.c and rename | Ben Hutchings | 1 | -1/+0 |
2013-08-21 | sfc: Move siena_reset_hw() and siena_map_reset_reason() into MCDI module | Ben Hutchings | 1 | -2/+2 |
2013-08-21 | sfc: Add and use MCDI_SET_QWORD() and MCDI_SET_ARRAY_QWORD() | Ben Hutchings | 1 | -3/+20 |
2013-08-21 | sfc: Ensure MCDI buffers, but not lengths, are dword aligned | Ben Hutchings | 1 | -13/+23 |
2013-08-21 | sfc: Use proper macros to declare and access MCDI arrays | Ben Hutchings | 1 | -3/+0 |
2013-08-21 | sfc: Fill out the set of MCDI accessors | Ben Hutchings | 1 | -10/+32 |
2013-08-21 | sfc: Rationalise MCDI buffer accessors | Ben Hutchings | 1 | -26/+20 |
2013-08-21 | sfc: Introduce and use MCDI_DECLARE_BUF macro | Ben Hutchings | 1 | -0/+3 |
2012-10-02 | sfc: Fix MCDI structure field lookup | Ben Hutchings | 1 | -2/+4 |