aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/mcdi.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-25net: ethernet/sfc: Convert timers to use timer_setup()Gravatar Kees Cook 1-5/+4
2017-07-01sfc: correct comment on efx_mcdi_process_eventGravatar Edward Cree 1-1/+1
2017-07-01sfc: change Unknown MCDI event message to print full event.Gravatar Jon Cooper 1-2/+3
2017-02-09sfc: configure UDP tunnel offload portsGravatar Jon Cooper 1-1/+7
2017-02-09sfc: call mcdi_reboot_detected() when MC reboots during an MCDI commandGravatar Jon Cooper 1-2/+5
2017-01-27sfc: refactor debug-or-warnings printksGravatar Jon Cooper 1-11/+8
2016-11-30sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driverGravatar Edward Cree 1-1/+0
2016-09-23sfc: check async completer is !NULL before callingGravatar Bert Kenward 1-1/+2
2016-08-12sfc: allow asynchronous MCDI without completion functionGravatar Bert Kenward 1-1/+4
2015-12-23sfc: Downgrade EPERM messages from MCDI to debugGravatar Tomáš Pilař 1-3/+4
2015-12-23sfc: Handle MCDI proxy authorisationGravatar Bert Kenward 1-8/+146
2015-12-23sfc: Retry MCDI after NO_EVB_PORT error on a VFGravatar Bert Kenward 1-15/+84
2015-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+12
2015-10-12sfc: fully reset if MC_REBOOT event received without warm_boot_count incrementGravatar Daniel Pieczko 1-1/+12
2015-09-13locking/atomics, cmpxchg: Privatize the inclusion of asm/cmpxchg.hGravatar Boqun Feng 1-1/+1
2015-07-21sfc: add output flag decoding to efx_mcdi_set_workaroundGravatar Daniel Pieczko 1-3/+19
2015-07-21sfc: cope with ENOSYS from efx_mcdi_get_workarounds()Gravatar Edward Cree 1-1/+5
2015-05-27sfc: add module parameter to enable MCDI logging on new functionsGravatar Edward Cree 1-0/+9
2015-05-27sfc: add sysfs entry to control MCDI tracingGravatar Edward Cree 1-2/+2
2015-05-27sfc: add tracing of MCDI commandsGravatar Edward Cree 1-4/+87
2015-05-21sfc: Change entity reset on MC reboot to a new datapath-only reset.Gravatar Jon Cooper 1-1/+3
2015-05-21sfc: Initialise MCDI buffers to 0 on declaration.Gravatar Jon Cooper 1-4/+4
2015-05-09sfc: Bind the sfc driver to any available VF'sGravatar Shradha Shah 1-10/+0
2015-05-09sfc: Cope with permissions enforcement added to firmware for SR-IOVGravatar Edward Cree 1-13/+69
2015-05-09sfc: Record [rt]x_dpcpu_fw_id in EF10 nic_dataGravatar Daniel Pieczko 1-16/+6
2015-05-09sfc: Own header for nic-specific sriov functions, single instance of netdev_o...Gravatar Shradha Shah 1-1/+3
2014-11-06sfc: Rename implementations in siena_sriov.c to have a 'siena' prefixGravatar Shradha Shah 1-1/+1
2014-04-16sfc:On MCDI timeout, issue an FLR (and mark MCDI to fail-fast)Gravatar Edward Cree 1-11/+44
2014-03-10sfc: Use ether_addr_copy and eth_broadcast_addrGravatar Edward Cree 1-6/+8
2014-01-21sfc: Change efx_mcdi_reset_port to use ENTITY_RESET MC command.Gravatar Jon Cooper 1-3/+11
2013-12-12sfc: Associate primary and secondary functions of controllerGravatar Ben Hutchings 1-0/+4
2013-12-12sfc: Add RX packet timestamping for EF10Gravatar Jon Cooper 1-0/+3
2013-12-12sfc: Store flags from MC_CMD_DRV_ATTACH for later useGravatar Ben Hutchings 1-2/+16
2013-12-12sfc: Map MCDI error MC_CMD_ERR_ENOTSUP to Linux EOPNOTSUPPGravatar Ben Hutchings 1-0/+2
2013-12-12sfc: Log all unexpected MCDI errorsGravatar Edward Cree 1-165/+204
2013-12-12sfc: Add MC BISTs to ethtool offline self test on EF10Gravatar Jon Cooper 1-0/+34
2013-12-06sfc: Demote "MC Scheduler error" messagesGravatar Robert Stonehouse 1-2/+2
2013-12-06sfc: Poll for MCDI completion once before timeout occursGravatar Robert Stonehouse 1-4/+12
2013-12-06sfc: Refactor efx_mcdi_poll() by introducing efx_mcdi_poll_once()Gravatar Robert Stonehouse 1-6/+17
2013-10-07sfc: Only bind to EF10 functions with the LinkCtrl and Trusted flagsGravatar Ben Hutchings 1-1/+17
2013-09-20sfc: Increase MCDI status timeout to 250msGravatar Daniel Pieczko 1-2/+2
2013-09-20sfc: Wait for MC reboot to complete before scheduling driver resetGravatar Daniel Pieczko 1-3/+3
2013-08-29sfc: Update copyright bannersGravatar Ben Hutchings 1-2/+2
2013-08-29sfc: Add support for Solarflare SFC9100 familyGravatar Ben Hutchings 1-7/+59
2013-08-29sfc: Make efx_mcdi_{init,fini}() call efx_mcdi_drv_attach()Gravatar Ben Hutchings 1-4/+33
2013-08-29sfc: Implement asynchronous MCDI requestsGravatar Ben Hutchings 1-26/+263
2013-08-29sfc: Remove unnecessary use of atomic_tGravatar Ben Hutchings 1-16/+12
2013-08-29sfc: Refactor efx_mcdi_rpc_start() and efx_mcdi_copyin()Gravatar Ben Hutchings 1-19/+30
2013-08-27sfc: use MCDI epoch flag to improve MC reboot detection in the driverGravatar Daniel Pieczko 1-6/+13
2013-08-27sfc: Add EF10 support for TX/RX DMA error events handling.Gravatar Alexandre Rames 1-0/+8