Age | Commit message (Expand) | Author | Files | Lines |
2017-07-02 | sfc: correct comment on efx_mcdi_process_event | Edward Cree | 1 | -1/+1 |
2017-07-02 | sfc: change Unknown MCDI event message to print full event. | Jon Cooper | 1 | -2/+3 |
2017-02-10 | sfc: configure UDP tunnel offload ports | Jon Cooper | 1 | -1/+7 |
2017-02-10 | sfc: call mcdi_reboot_detected() when MC reboots during an MCDI command | Jon Cooper | 1 | -2/+5 |
2017-01-27 | sfc: refactor debug-or-warnings printks | Jon Cooper | 1 | -11/+8 |
2016-11-30 | sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driver | Edward Cree | 1 | -1/+0 |
2016-09-23 | sfc: check async completer is !NULL before calling | Bert Kenward | 1 | -1/+2 |
2016-08-13 | sfc: allow asynchronous MCDI without completion function | Bert Kenward | 1 | -1/+4 |
2015-12-24 | sfc: Downgrade EPERM messages from MCDI to debug | Tomáš Pilař | 1 | -3/+4 |
2015-12-24 | sfc: Handle MCDI proxy authorisation | Bert Kenward | 1 | -8/+146 |
2015-12-24 | sfc: Retry MCDI after NO_EVB_PORT error on a VF | Bert Kenward | 1 | -15/+84 |
2015-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -1/+12 |
2015-10-12 | sfc: fully reset if MC_REBOOT event received without warm_boot_count increment | Daniel Pieczko | 1 | -1/+12 |
2015-09-13 | locking/atomics, cmpxchg: Privatize the inclusion of asm/cmpxchg.h | Boqun Feng | 1 | -1/+1 |
2015-07-22 | sfc: add output flag decoding to efx_mcdi_set_workaround | Daniel Pieczko | 1 | -3/+19 |
2015-07-22 | sfc: cope with ENOSYS from efx_mcdi_get_workarounds() | Edward Cree | 1 | -1/+5 |
2015-05-27 | sfc: add module parameter to enable MCDI logging on new functions | Edward Cree | 1 | -0/+9 |
2015-05-27 | sfc: add sysfs entry to control MCDI tracing | Edward Cree | 1 | -2/+2 |
2015-05-27 | sfc: add tracing of MCDI commands | Edward Cree | 1 | -4/+87 |
2015-05-22 | sfc: Change entity reset on MC reboot to a new datapath-only reset. | Jon Cooper | 1 | -1/+3 |
2015-05-22 | sfc: Initialise MCDI buffers to 0 on declaration. | Jon Cooper | 1 | -4/+4 |
2015-05-09 | sfc: Bind the sfc driver to any available VF's | Shradha Shah | 1 | -10/+0 |
2015-05-09 | sfc: Cope with permissions enforcement added to firmware for SR-IOV | Edward Cree | 1 | -13/+69 |
2015-05-09 | sfc: Record [rt]x_dpcpu_fw_id in EF10 nic_data | Daniel Pieczko | 1 | -16/+6 |
2015-05-09 | sfc: Own header for nic-specific sriov functions, single instance of netdev_o... | Shradha Shah | 1 | -1/+3 |
2014-11-06 | sfc: Rename implementations in siena_sriov.c to have a 'siena' prefix | Shradha Shah | 1 | -1/+1 |
2014-04-16 | sfc:On MCDI timeout, issue an FLR (and mark MCDI to fail-fast) | Edward Cree | 1 | -11/+44 |
2014-03-10 | sfc: Use ether_addr_copy and eth_broadcast_addr | Edward Cree | 1 | -6/+8 |
2014-01-22 | sfc: Change efx_mcdi_reset_port to use ENTITY_RESET MC command. | Jon Cooper | 1 | -3/+11 |
2013-12-13 | sfc: Associate primary and secondary functions of controller | Ben Hutchings | 1 | -0/+4 |
2013-12-13 | sfc: Add RX packet timestamping for EF10 | Jon Cooper | 1 | -0/+3 |
2013-12-13 | sfc: Store flags from MC_CMD_DRV_ATTACH for later use | Ben Hutchings | 1 | -2/+16 |
2013-12-13 | sfc: Map MCDI error MC_CMD_ERR_ENOTSUP to Linux EOPNOTSUPP | Ben Hutchings | 1 | -0/+2 |
2013-12-13 | sfc: Log all unexpected MCDI errors | Edward Cree | 1 | -165/+204 |
2013-12-13 | sfc: Add MC BISTs to ethtool offline self test on EF10 | Jon Cooper | 1 | -0/+34 |
2013-12-07 | sfc: Demote "MC Scheduler error" messages | Robert Stonehouse | 1 | -2/+2 |
2013-12-07 | sfc: Poll for MCDI completion once before timeout occurs | Robert Stonehouse | 1 | -4/+12 |
2013-12-07 | sfc: Refactor efx_mcdi_poll() by introducing efx_mcdi_poll_once() | Robert Stonehouse | 1 | -6/+17 |
2013-10-07 | sfc: Only bind to EF10 functions with the LinkCtrl and Trusted flags | Ben Hutchings | 1 | -1/+17 |
2013-09-20 | sfc: Increase MCDI status timeout to 250ms | Daniel Pieczko | 1 | -2/+2 |
2013-09-20 | sfc: Wait for MC reboot to complete before scheduling driver reset | Daniel Pieczko | 1 | -3/+3 |
2013-08-30 | sfc: Update copyright banners | Ben Hutchings | 1 | -2/+2 |
2013-08-29 | sfc: Add support for Solarflare SFC9100 family | Ben Hutchings | 1 | -7/+59 |
2013-08-29 | sfc: Make efx_mcdi_{init,fini}() call efx_mcdi_drv_attach() | Ben Hutchings | 1 | -4/+33 |
2013-08-29 | sfc: Implement asynchronous MCDI requests | Ben Hutchings | 1 | -26/+263 |
2013-08-29 | sfc: Remove unnecessary use of atomic_t | Ben Hutchings | 1 | -16/+12 |
2013-08-29 | sfc: Refactor efx_mcdi_rpc_start() and efx_mcdi_copyin() | Ben Hutchings | 1 | -19/+30 |
2013-08-28 | sfc: use MCDI epoch flag to improve MC reboot detection in the driver | Daniel Pieczko | 1 | -6/+13 |
2013-08-28 | sfc: Add EF10 support for TX/RX DMA error events handling. | Alexandre Rames | 1 | -0/+8 |
2013-08-28 | sfc: Delegate MAC/NIC statistic description to efx_nic_type | Ben Hutchings | 1 | -12/+1 |