aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/mcdi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-27sfc: use MCDI epoch flag to improve MC reboot detection in the driverDaniel Pieczko1-6/+13
2013-08-27sfc: Add EF10 support for TX/RX DMA error events handling.Alexandre Rames1-0/+8
2013-08-27sfc: Delegate MAC/NIC statistic description to efx_nic_typeBen Hutchings1-12/+1
2013-08-27sfc: Move MTD operations into efx_nic_typeBen Hutchings1-119/+233
2013-08-21sfc: Fix race in completion handlingBen Hutchings1-15/+10
2013-08-21sfc: Add support for MCDI v2Ben Hutchings1-49/+113
2013-08-21sfc: Update MCDI protocol definitions for EF10Ben Hutchings1-0/+1
2013-08-21sfc: Translate MCDI error numbers received in eventsBen Hutchings1-27/+35
2013-08-21sfc: Rename Falcon-architecture register definitionsBen Hutchings1-1/+1
2013-08-21sfc: Make MCDI independent of SienaBen Hutchings1-61/+26
2013-08-21sfc: Make efx_mcdi_init() call efx_mcdi_handle_assertion()Ben Hutchings1-4/+4
2013-08-21sfc: Collect all MCDI port functions into mcdi_port.cBen Hutchings1-30/+0
2013-08-21sfc: Move siena_reset_hw() and siena_map_reset_reason() into MCDI moduleBen Hutchings1-2/+22
2013-08-21sfc: Ensure MCDI buffers, but not lengths, are dword alignedBen Hutchings1-13/+18
2013-08-21sfc: Use proper macros to declare and access MCDI arraysBen Hutchings1-32/+29
2013-08-21sfc: Introduce and use MCDI_DECLARE_BUF macroBen Hutchings1-25/+27
2013-04-25sfc: Fix naming of MTD partitions for FPGA bitfilesBen Hutchings1-1/+1
2012-12-01sfc: Fix timekeeping in efx_mcdi_poll()Ben Hutchings1-6/+6
2012-12-01sfc: Reset driver's MAC stats after MC reboot seenBen Hutchings1-1/+8
2012-12-01sfc: Fix check for failure of MC_CMD_FLUSH_RX_QUEUESBen Hutchings1-1/+1
2012-09-19sfc: Avoid generating over-length MC_CMD_FLUSH_RX_QUEUES requestBen Hutchings1-0/+3
2012-09-19sfc: Support variable-length response to MCDI GET_BOARD_CFGBen Hutchings1-2/+4
2012-09-19sfc: Convert firmware subtypes to native byte order in efx_mcdi_get_board_cfg()Ben Hutchings1-7/+11
2012-09-19sfc: Add support for IEEE-1588 PTPStuart Hodgson1-0/+5
2012-09-07sfc: Allow efx_mcdi_rpc to be called in two partsStuart Hodgson1-3/+18
2012-07-17sfc: Explain why efx_mcdi_exit_assertion() ignores result of efx_mcdi_rpc()Ben Hutchings1-3/+8
2012-02-16sfc: Add SR-IOV back-end support for SFC9000 familyBen Hutchings1-0/+34
2012-01-27sfc: Add hwmon driver for boards using SFC9000-family controllersBen Hutchings1-43/+0
2012-01-27sfc: Support extraction of CAPABILITIES from GET_BOARD_CFG response.Matthew Slattery1-1/+9
2012-01-27sfc: Use new names for MC shared memory layout constantsBen Hutchings1-10/+4
2012-01-27sfc: Make handling of MC reboot more reliableBen Hutchings1-6/+27
2012-01-09sfc: Update MCDI (firmware interface) definitionsBen Hutchings1-7/+8
2012-01-09sfc: Const-qualify static data as appropriate, partly prompted by checkpatchBen Hutchings1-2/+2
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller1-29/+17
2011-08-11sfc: Move the Solarflare driversJeff Kirsher1-0/+1203