summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/mcdi.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: detect ef100 MAE admin privilege/capability at probe timeEdward Cree2022-07-221-0/+46
* sfc: Separate netdev probe/remove from PCI probe/removeJonathan Cooper2022-06-291-9/+7
* sfc: replace function name in string with __func__Jonathan Cooper2022-06-291-1/+2
* sfc: Fix typo in commentXiang wangx2022-06-191-1/+1
* sfc: extend the locking on mcdi->seqnoNiels Dossche2022-03-031-1/+1
* sfc: return errors from efx_mcdi_set_id_led, and de-indirectEdward Cree2020-08-311-4/+2
* sfc: skeleton EF100 PF driverEdward Cree2020-07-271-1/+1
* sfc_ef100: NVRAM selftest support codeEdward Cree2020-07-021-0/+62
* sfc: commonise drain event handlingEdward Cree2020-06-291-1/+9
* sfc: make firmware-variant printing a nic_type functionEdward Cree2020-05-111-16/+9
* net: sfc: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-151-14/+18
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* sfc: extend MTD support for newer hardwareBert Kenward2019-01-171-7/+49
* jiffies: Introduce USER_TICK_USEC and redefine TICK_USECRafael J. Wysocki2018-04-061-1/+1
* net: ethernet/sfc: Convert timers to use timer_setup()Kees Cook2017-10-251-5/+4
* sfc: correct comment on efx_mcdi_process_eventEdward Cree2017-07-011-1/+1
* sfc: change Unknown MCDI event message to print full event.Jon Cooper2017-07-011-2/+3
* sfc: configure UDP tunnel offload portsJon Cooper2017-02-091-1/+7
* sfc: call mcdi_reboot_detected() when MC reboots during an MCDI commandJon Cooper2017-02-091-2/+5
* sfc: refactor debug-or-warnings printksJon Cooper2017-01-271-11/+8
* sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driverEdward Cree2016-11-301-1/+0
* sfc: check async completer is !NULL before callingBert Kenward2016-09-231-1/+2
* sfc: allow asynchronous MCDI without completion functionBert Kenward2016-08-121-1/+4
* sfc: Downgrade EPERM messages from MCDI to debugTomáš Pilař2015-12-231-3/+4
* sfc: Handle MCDI proxy authorisationBert Kenward2015-12-231-8/+146
* sfc: Retry MCDI after NO_EVB_PORT error on a VFBert Kenward2015-12-231-15/+84
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-11-041-1/+12
|\
| * sfc: fully reset if MC_REBOOT event received without warm_boot_count incrementDaniel Pieczko2015-10-121-1/+12
* | locking/atomics, cmpxchg: Privatize the inclusion of asm/cmpxchg.hBoqun Feng2015-09-131-1/+1
|/
* sfc: add output flag decoding to efx_mcdi_set_workaroundDaniel Pieczko2015-07-211-3/+19
* sfc: cope with ENOSYS from efx_mcdi_get_workarounds()Edward Cree2015-07-211-1/+5
* sfc: add module parameter to enable MCDI logging on new functionsEdward Cree2015-05-271-0/+9
* sfc: add sysfs entry to control MCDI tracingEdward Cree2015-05-271-2/+2
* sfc: add tracing of MCDI commandsEdward Cree2015-05-271-4/+87
* sfc: Change entity reset on MC reboot to a new datapath-only reset.Jon Cooper2015-05-211-1/+3
* sfc: Initialise MCDI buffers to 0 on declaration.Jon Cooper2015-05-211-4/+4
* sfc: Bind the sfc driver to any available VF'sShradha Shah2015-05-091-10/+0
* sfc: Cope with permissions enforcement added to firmware for SR-IOVEdward Cree2015-05-091-13/+69
* sfc: Record [rt]x_dpcpu_fw_id in EF10 nic_dataDaniel Pieczko2015-05-091-16/+6
* sfc: Own header for nic-specific sriov functions, single instance of netdev_o...Shradha Shah2015-05-091-1/+3
* sfc: Rename implementations in siena_sriov.c to have a 'siena' prefixShradha Shah2014-11-061-1/+1
* sfc:On MCDI timeout, issue an FLR (and mark MCDI to fail-fast)Edward Cree2014-04-161-11/+44
* sfc: Use ether_addr_copy and eth_broadcast_addrEdward Cree2014-03-101-6/+8
* sfc: Change efx_mcdi_reset_port to use ENTITY_RESET MC command.Jon Cooper2014-01-211-3/+11
* sfc: Associate primary and secondary functions of controllerBen Hutchings2013-12-121-0/+4
* sfc: Add RX packet timestamping for EF10Jon Cooper2013-12-121-0/+3
* sfc: Store flags from MC_CMD_DRV_ATTACH for later useBen Hutchings2013-12-121-2/+16
* sfc: Map MCDI error MC_CMD_ERR_ENOTSUP to Linux EOPNOTSUPPBen Hutchings2013-12-121-0/+2
* sfc: Log all unexpected MCDI errorsEdward Cree2013-12-121-165/+204
* sfc: Add MC BISTs to ethtool offline self test on EF10Jon Cooper2013-12-121-0/+34