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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-28
sfc: Generalise packet hash lookup to support EF10 RX prefix
Jon Cooper
6
-13
/
+28
2013-08-28
sfc: Rename EFX_PAGE_BLOCK_SIZE to EFX_VI_PAGE_SIZE and adjust comments
Ben Hutchings
1
-4
/
+4
2013-08-28
sfc: Remove early call to efx_nic_type::reconfigure_mac in efx_reset_up()
Ben Hutchings
1
-2
/
+0
2013-08-28
sfc: use MCDI epoch flag to improve MC reboot detection in the driver
Daniel Pieczko
2
-6
/
+15
2013-08-28
sfc: Add EF10 support for TX/RX DMA error events handling.
Alexandre Rames
5
-11
/
+15
2013-08-28
sfc: Add a function pointer to abstract write of host time into NIC shared me...
Laurence Evans
3
-2
/
+16
2013-08-28
sfc: PTP MCDI requests need to initialise periph ID field
Laurence Evans
1
-0
/
+7
2013-08-28
sfc: Delegate MAC/NIC statistic description to efx_nic_type
Ben Hutchings
8
-389
/
+498
2013-08-28
sfc: Remove driver-local struct ethtool_string
Ben Hutchings
1
-24
/
+13
2013-08-28
sfc: Remove more left-overs from Falcon GMAC support
Ben Hutchings
3
-18
/
+6
2013-08-28
sfc: Move MTD operations into efx_nic_type
Ben Hutchings
9
-831
/
+807
2013-08-22
sfc: Move NIC-type-specific MTD partition date into separate structures
Ben Hutchings
1
-85
/
+112
2013-08-22
sfc: Eliminate struct efx_mtd
Ben Hutchings
2
-160
/
+120
2013-08-22
sfc: Rename SPI stuff to show that it is Falcon-specific
Ben Hutchings
4
-47
/
+47
2013-08-22
sfc: Cleanup Falcon-arch simple MAC filter state
Ben Hutchings
7
-44
/
+52
2013-08-22
sfc: Define and use MCDI_POPULATE_DWORD_{1,2,3,4,5,6,7}
Ben Hutchings
2
-10
/
+62
2013-08-22
sfc: Add flag for stack-owned RX MAC filters
Ben Hutchings
2
-17
/
+37
2013-08-22
sfc: Refactor Falcon-arch filter removal
Ben Hutchings
1
-34
/
+40
2013-08-22
sfc: Make most filter operations NIC-type-specific
Ben Hutchings
10
-1267
/
+1448
2013-08-22
sfc: Refactor Falcon-arch search limit reset
Ben Hutchings
1
-29
/
+30
2013-08-22
sfc: Split Falcon-arch-specific and common filter state
Ben Hutchings
2
-55
/
+58
2013-08-22
sfc: Extend and abstract efx_filter_spec to cover Huntington/EF10
Ben Hutchings
3
-392
/
+494
2013-08-22
sfc: Name the RX drop queue ID
Ben Hutchings
2
-3
/
+8
2013-08-22
sfc: Rename Falcon-arch filter implementation types and functions
Ben Hutchings
1
-209
/
+243
2013-08-22
sfc: Remove unused filter_flags variables and efx_farch_filter_id_flags()
Ben Hutchings
1
-16
/
+0
2013-08-21
sfc: Do not assume efx_nic_type::ev_fini is idempotent
Ben Hutchings
2
-0
/
+7
2013-08-21
sfc: EFX_WORKAROUND_ALWAYS is really specific to Falcon-architecture
Ben Hutchings
3
-36
/
+19
2013-08-21
sfc: Get rid of per-NIC-type phys_addr_channels and mem_map_size
Ben Hutchings
4
-32
/
+37
2013-08-21
sfc: Update and improve kernel-doc for efx_mcdi_state & efx_mcdi_iface
Ben Hutchings
1
-11
/
+9
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
6
-55
/
+127
2013-08-21
sfc: Update MCDI protocol definitions for EF10
Ben Hutchings
3
-342
/
+5196
2013-08-21
sfc: Translate MCDI error numbers received in events
Ben Hutchings
2
-29
/
+37
2013-08-21
sfc: Move and rename Falcon/Siena common NIC operations
Ben Hutchings
9
-1858
/
+2088
2013-08-21
sfc: Refactor queue teardown sequence to allow for EF10 flush behaviour
Ben Hutchings
9
-48
/
+59
2013-08-21
sfc: Remove bogus call to efx_release_tx_buffers()
Ben Hutchings
1
-11
/
+0
2013-08-21
sfc: Stop RX refill before flushing RX queues
Ben Hutchings
4
-9
/
+13
2013-08-21
sfc: Limit scope of a Falcon A1 IRQ workaround
Ben Hutchings
3
-10
/
+2
2013-08-21
sfc: Rework IRQ enable/disable
Ben Hutchings
4
-59
/
+112
2013-08-21
sfc: Remove efx_process_channel_now()
Ben Hutchings
4
-81
/
+3
2013-08-21
sfc: Rename Falcon-architecture register definitions
Ben Hutchings
8
-10
/
+10
2013-08-21
sfc: Make struct efx_special_buffer less special
Ben Hutchings
2
-43
/
+37
2013-08-21
sfc: Add GFP flags to efx_nic_alloc_buffer() and make most callers allow bloc...
Ben Hutchings
9
-14
/
+19
2013-08-21
sfc: Make MCDI independent of Siena
Ben Hutchings
5
-77
/
+157
2013-08-21
sfc: Make efx_mcdi_init() call efx_mcdi_handle_assertion()
Ben Hutchings
3
-9
/
+6
2013-08-21
sfc: Collect all MCDI port functions into mcdi_port.c
Ben Hutchings
7
-306
/
+242
2013-08-21
sfc: Move efx_mcdi_mac_reconfigure() to siena.c and rename
Ben Hutchings
3
-23
/
+22
2013-08-21
sfc: Move siena_reset_hw() and siena_map_reset_reason() into MCDI module
Ben Hutchings
3
-31
/
+30
2013-08-21
sfc: Add and use MCDI_SET_QWORD() and MCDI_SET_ARRAY_QWORD()
Ben Hutchings
4
-29
/
+34
2013-08-21
sfc: Ensure MCDI buffers, but not lengths, are dword aligned
Ben Hutchings
3
-31
/
+46
[next]