summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/mcdi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* sfc: Demote "MC Scheduler error" messagesRobert Stonehouse2013-12-061-2/+2
* sfc: Poll for MCDI completion once before timeout occursRobert Stonehouse2013-12-061-4/+12
* sfc: Refactor efx_mcdi_poll() by introducing efx_mcdi_poll_once()Robert Stonehouse2013-12-061-6/+17
* sfc: Only bind to EF10 functions with the LinkCtrl and Trusted flagsBen Hutchings2013-10-071-1/+17
* sfc: Increase MCDI status timeout to 250msDaniel Pieczko2013-09-201-2/+2
* sfc: Wait for MC reboot to complete before scheduling driver resetDaniel Pieczko2013-09-201-3/+3
* sfc: Update copyright bannersBen Hutchings2013-08-291-2/+2
* sfc: Add support for Solarflare SFC9100 familyBen Hutchings2013-08-291-7/+59
* sfc: Make efx_mcdi_{init,fini}() call efx_mcdi_drv_attach()Ben Hutchings2013-08-291-4/+33
* sfc: Implement asynchronous MCDI requestsBen Hutchings2013-08-291-26/+263
* sfc: Remove unnecessary use of atomic_tBen Hutchings2013-08-291-16/+12
* sfc: Refactor efx_mcdi_rpc_start() and efx_mcdi_copyin()Ben Hutchings2013-08-291-19/+30
* sfc: use MCDI epoch flag to improve MC reboot detection in the driverDaniel Pieczko2013-08-271-6/+13
* sfc: Add EF10 support for TX/RX DMA error events handling.Alexandre Rames2013-08-271-0/+8
* sfc: Delegate MAC/NIC statistic description to efx_nic_typeBen Hutchings2013-08-271-12/+1
* sfc: Move MTD operations into efx_nic_typeBen Hutchings2013-08-271-119/+233
* sfc: Fix race in completion handlingBen Hutchings2013-08-211-15/+10