index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sfc
/
mcdi.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2013-08-28
sfc: Move MTD operations into efx_nic_type
Ben Hutchings
1
-119
/
+233
2013-08-21
sfc: Fix race in completion handling
Ben Hutchings
1
-15
/
+10
2013-08-21
sfc: Add support for MCDI v2
Ben Hutchings
1
-49
/
+113
2013-08-21
sfc: Update MCDI protocol definitions for EF10
Ben Hutchings
1
-0
/
+1
2013-08-21
sfc: Translate MCDI error numbers received in events
Ben Hutchings
1
-27
/
+35
2013-08-21
sfc: Rename Falcon-architecture register definitions
Ben Hutchings
1
-1
/
+1
2013-08-21
sfc: Make MCDI independent of Siena
Ben Hutchings
1
-61
/
+26
2013-08-21
sfc: Make efx_mcdi_init() call efx_mcdi_handle_assertion()
Ben Hutchings
1
-4
/
+4
2013-08-21
sfc: Collect all MCDI port functions into mcdi_port.c
Ben Hutchings
1
-30
/
+0
2013-08-21
sfc: Move siena_reset_hw() and siena_map_reset_reason() into MCDI module
Ben Hutchings
1
-2
/
+22
2013-08-21
sfc: Ensure MCDI buffers, but not lengths, are dword aligned
Ben Hutchings
1
-13
/
+18
2013-08-21
sfc: Use proper macros to declare and access MCDI arrays
Ben Hutchings
1
-32
/
+29
2013-08-21
sfc: Introduce and use MCDI_DECLARE_BUF macro
Ben Hutchings
1
-25
/
+27
2013-04-25
sfc: Fix naming of MTD partitions for FPGA bitfiles
Ben Hutchings
1
-1
/
+1
2012-12-01
sfc: Fix timekeeping in efx_mcdi_poll()
Ben Hutchings
1
-6
/
+6
2012-12-01
sfc: Reset driver's MAC stats after MC reboot seen
Ben Hutchings
1
-1
/
+8
2012-12-01
sfc: Fix check for failure of MC_CMD_FLUSH_RX_QUEUES
Ben Hutchings
1
-1
/
+1
2012-09-19
sfc: Avoid generating over-length MC_CMD_FLUSH_RX_QUEUES request
Ben Hutchings
1
-0
/
+3
2012-09-19
sfc: Support variable-length response to MCDI GET_BOARD_CFG
Ben Hutchings
1
-2
/
+4
2012-09-19
sfc: Convert firmware subtypes to native byte order in efx_mcdi_get_board_cfg()
Ben Hutchings
1
-7
/
+11
2012-09-19
sfc: Add support for IEEE-1588 PTP
Stuart Hodgson
1
-0
/
+5
2012-09-08
sfc: Allow efx_mcdi_rpc to be called in two parts
Stuart Hodgson
1
-3
/
+18
2012-07-17
sfc: Explain why efx_mcdi_exit_assertion() ignores result of efx_mcdi_rpc()
Ben Hutchings
1
-3
/
+8
2012-02-16
sfc: Add SR-IOV back-end support for SFC9000 family
Ben Hutchings
1
-0
/
+34
2012-01-27
sfc: Add hwmon driver for boards using SFC9000-family controllers
Ben Hutchings
1
-43
/
+0
[next]