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