index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sfc
/
mcdi.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sfc: add module parameter to enable MCDI logging on new functions
Edward Cree
2015-05-27
1
-0
/
+9
*
sfc: add sysfs entry to control MCDI tracing
Edward Cree
2015-05-27
1
-2
/
+2
*
sfc: add tracing of MCDI commands
Edward Cree
2015-05-27
1
-4
/
+87
*
sfc: Change entity reset on MC reboot to a new datapath-only reset.
Jon Cooper
2015-05-22
1
-1
/
+3
*
sfc: Initialise MCDI buffers to 0 on declaration.
Jon Cooper
2015-05-22
1
-4
/
+4
*
sfc: Bind the sfc driver to any available VF's
Shradha Shah
2015-05-09
1
-10
/
+0
*
sfc: Cope with permissions enforcement added to firmware for SR-IOV
Edward Cree
2015-05-09
1
-13
/
+69
*
sfc: Record [rt]x_dpcpu_fw_id in EF10 nic_data
Daniel Pieczko
2015-05-09
1
-16
/
+6
*
sfc: Own header for nic-specific sriov functions, single instance of netdev_o...
Shradha Shah
2015-05-09
1
-1
/
+3
*
sfc: Rename implementations in siena_sriov.c to have a 'siena' prefix
Shradha Shah
2014-11-06
1
-1
/
+1
*
sfc:On MCDI timeout, issue an FLR (and mark MCDI to fail-fast)
Edward Cree
2014-04-16
1
-11
/
+44
*
sfc: Use ether_addr_copy and eth_broadcast_addr
Edward Cree
2014-03-10
1
-6
/
+8
*
sfc: Change efx_mcdi_reset_port to use ENTITY_RESET MC command.
Jon Cooper
2014-01-21
1
-3
/
+11
*
sfc: Associate primary and secondary functions of controller
Ben Hutchings
2013-12-12
1
-0
/
+4
*
sfc: Add RX packet timestamping for EF10
Jon Cooper
2013-12-12
1
-0
/
+3
*
sfc: Store flags from MC_CMD_DRV_ATTACH for later use
Ben Hutchings
2013-12-12
1
-2
/
+16
*
sfc: Map MCDI error MC_CMD_ERR_ENOTSUP to Linux EOPNOTSUPP
Ben Hutchings
2013-12-12
1
-0
/
+2
*
sfc: Log all unexpected MCDI errors
Edward Cree
2013-12-12
1
-165
/
+204
*
sfc: Add MC BISTs to ethtool offline self test on EF10
Jon Cooper
2013-12-12
1
-0
/
+34
*
sfc: Demote "MC Scheduler error" messages
Robert Stonehouse
2013-12-06
1
-2
/
+2
*
sfc: Poll for MCDI completion once before timeout occurs
Robert Stonehouse
2013-12-06
1
-4
/
+12
*
sfc: Refactor efx_mcdi_poll() by introducing efx_mcdi_poll_once()
Robert Stonehouse
2013-12-06
1
-6
/
+17
*
sfc: Only bind to EF10 functions with the LinkCtrl and Trusted flags
Ben Hutchings
2013-10-07
1
-1
/
+17
*
sfc: Increase MCDI status timeout to 250ms
Daniel Pieczko
2013-09-20
1
-2
/
+2
*
sfc: Wait for MC reboot to complete before scheduling driver reset
Daniel Pieczko
2013-09-20
1
-3
/
+3
*
sfc: Update copyright banners
Ben Hutchings
2013-08-30
1
-2
/
+2
*
sfc: Add support for Solarflare SFC9100 family
Ben Hutchings
2013-08-29
1
-7
/
+59
*
sfc: Make efx_mcdi_{init,fini}() call efx_mcdi_drv_attach()
Ben Hutchings
2013-08-29
1
-4
/
+33
*
sfc: Implement asynchronous MCDI requests
Ben Hutchings
2013-08-29
1
-26
/
+263
*
sfc: Remove unnecessary use of atomic_t
Ben Hutchings
2013-08-29
1
-16
/
+12
*
sfc: Refactor efx_mcdi_rpc_start() and efx_mcdi_copyin()
Ben Hutchings
2013-08-29
1
-19
/
+30
*
sfc: use MCDI epoch flag to improve MC reboot detection in the driver
Daniel Pieczko
2013-08-27
1
-6
/
+13
*
sfc: Add EF10 support for TX/RX DMA error events handling.
Alexandre Rames
2013-08-27
1
-0
/
+8
*
sfc: Delegate MAC/NIC statistic description to efx_nic_type
Ben Hutchings
2013-08-27
1
-12
/
+1
*
sfc: Move MTD operations into efx_nic_type
Ben Hutchings
2013-08-27
1
-119
/
+233
*
sfc: Fix race in completion handling
Ben Hutchings
2013-08-21
1
-15
/
+10
*
sfc: Add support for MCDI v2
Ben Hutchings
2013-08-21
1
-49
/
+113
*
sfc: Update MCDI protocol definitions for EF10
Ben Hutchings
2013-08-21
1
-0
/
+1
*
sfc: Translate MCDI error numbers received in events
Ben Hutchings
2013-08-21
1
-27
/
+35
*
sfc: Rename Falcon-architecture register definitions
Ben Hutchings
2013-08-21
1
-1
/
+1
*
sfc: Make MCDI independent of Siena
Ben Hutchings
2013-08-21
1
-61
/
+26
*
sfc: Make efx_mcdi_init() call efx_mcdi_handle_assertion()
Ben Hutchings
2013-08-21
1
-4
/
+4
*
sfc: Collect all MCDI port functions into mcdi_port.c
Ben Hutchings
2013-08-21
1
-30
/
+0
*
sfc: Move siena_reset_hw() and siena_map_reset_reason() into MCDI module
Ben Hutchings
2013-08-21
1
-2
/
+22
*
sfc: Ensure MCDI buffers, but not lengths, are dword aligned
Ben Hutchings
2013-08-21
1
-13
/
+18
*
sfc: Use proper macros to declare and access MCDI arrays
Ben Hutchings
2013-08-21
1
-32
/
+29
*
sfc: Introduce and use MCDI_DECLARE_BUF macro
Ben Hutchings
2013-08-21
1
-25
/
+27
*
sfc: Fix naming of MTD partitions for FPGA bitfiles
Ben Hutchings
2013-04-25
1
-1
/
+1
*
sfc: Fix timekeeping in efx_mcdi_poll()
Ben Hutchings
2012-12-01
1
-6
/
+6
*
sfc: Reset driver's MAC stats after MC reboot seen
Ben Hutchings
2012-12-01
1
-1
/
+8
[next]