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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-23
sfc: convert to new udp_tunnel infrastructure
Jakub Kicinski
3
-182
/
+63
2020-07-03
sfc_ef100: helper function to set default RSS table of given size
Edward Cree
2
-0
/
+23
2020-07-03
sfc_ef100: NVRAM selftest support code
Edward Cree
2
-0
/
+63
2020-07-03
sfc_ef100: populate BUFFER_SIZE_BYTES in INIT_RXQ
Edward Cree
1
-7
/
+8
2020-07-03
sfc_ef100: add EF100 to NIC-revision enumeration
Edward Cree
1
-0
/
+1
2020-07-03
sfc: get drvinfo driver name from outside the common code
Edward Cree
3
-1
/
+5
2020-07-03
sfc: initialise RSS context ID to 'no RSS context' in efx_init_struct()
Edward Cree
2
-2
/
+1
2020-07-03
sfc: commonise efx_fini_dmaq
Edward Cree
3
-40
/
+41
2020-07-03
sfc: factor out efx_mcdi_filter_table_down() from _remove()
Edward Cree
2
-13
/
+25
2020-07-03
sfc: don't call tx_limit_len if NIC type doesn't have one
Edward Cree
1
-1
/
+5
2020-07-03
sfc: assign TXQs without gaps
Edward Cree
10
-72
/
+58
2020-07-03
sfc: commonise netif_set_real_num[tr]x_queues calls
Edward Cree
2
-4
/
+6
2020-07-03
sfc: make tx_queues_per_channel variable at runtime
Edward Cree
6
-31
/
+30
2020-07-03
sfc: move modparam 'rss_cpus' out of common channel code
Edward Cree
3
-3
/
+5
2020-07-03
sfc: move modparam 'interrupt_mode' out of common channel code
Edward Cree
3
-5
/
+8
2020-07-03
sfc: remove max_interrupt_mode
Edward Cree
4
-12
/
+0
2020-07-03
sfc: support setting MTU even if not privileged to configure MAC fully
Edward Cree
7
-23
/
+16
2020-06-30
sfc: don't call tx_remove if there isn't one
Edward Cree
1
-1
/
+2
2020-06-30
sfc: commonise initialisation of efx->vport_id
Edward Cree
2
-2
/
+1
2020-06-30
sfc: commonise efx->[rt]xq_entries initialisation
Edward Cree
2
-1
/
+3
2020-06-30
sfc: initialise max_[tx_]channels in efx_init_channels()
Edward Cree
1
-0
/
+3
2020-06-30
sfc: move definition of EFX_MC_STATS_GENERATION_INVALID
Edward Cree
3
-3
/
+2
2020-06-30
sfc: factor out efx_tx_tso_header_length() and understand encapsulation
Edward Cree
2
-2
/
+16
2020-06-30
sfc: remove duplicate declaration of efx_enqueue_skb_tso()
Edward Cree
4
-7
/
+4
2020-06-30
sfc: commonise TSO fallback code
Edward Cree
3
-29
/
+28
2020-06-30
sfc: commonise efx_sync_rx_buffer()
Edward Cree
2
-8
/
+9
2020-06-30
sfc: commonise some MAC configuration code
Edward Cree
3
-15
/
+35
2020-06-30
sfc: commonise miscellaneous efx functions
Edward Cree
4
-129
/
+138
2020-06-30
sfc: add missing licence info to mcdi_filters.c
Edward Cree
1
-0
/
+11
2020-06-30
sfc: commonise MCDI MAC stats handling
Edward Cree
3
-89
/
+109
2020-06-30
sfc: move NIC-specific mcdi_port declarations out of common header
Edward Cree
5
-4
/
+21
2020-06-30
sfc: extend common GRO interface to support CHECKSUM_COMPLETE
Edward Cree
3
-5
/
+10
2020-06-30
sfc: commonise ARFS handling
Edward Cree
4
-239
/
+238
2020-06-30
sfc: commonise drain event handling
Edward Cree
3
-10
/
+9
2020-06-30
sfc: commonise PCI error handlers
Edward Cree
3
-91
/
+92
2020-06-30
sfc: track which BAR is mapped
Edward Cree
4
-10
/
+18
2020-06-30
sfc: commonise FC advertising
Edward Cree
4
-27
/
+27
2020-06-30
sfc: commonise other ethtool bits
Edward Cree
3
-93
/
+101
2020-06-30
sfc: commonise ethtool NFC and RXFH/RSS functions
Edward Cree
3
-672
/
+688
2020-06-30
sfc: commonise ethtool link handling functions
Edward Cree
3
-149
/
+157
2020-06-30
sfc: split up nic.h
Edward Cree
5
-301
/
+322
2020-06-30
sfc: refactor EF10 stats handling
Edward Cree
3
-34
/
+82
2020-06-30
sfc: don't try to create more channels than we can have VIs
Edward Cree
4
-4
/
+23
2020-06-30
sfc: extend bitfield macros up to POPULATE_DWORD_13
Edward Cree
1
-5
/
+29
2020-06-30
sfc: determine flag word automatically in efx_has_cap()
Edward Cree
3
-8
/
+7
2020-06-30
sfc: update MCDI protocol headers
Edward Cree
1
-36
/
+6841
2020-06-13
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2
-8
/
+8
2020-06-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-1
/
+1
2020-06-02
sfc: add missing annotation for efx_ef10_try_update_nic_stats_vf()
Jules Irenge
1
-0
/
+1
2020-06-02
xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frame
Lorenzo Bianconi
1
-1
/
+1
[next]