index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
/
intel
/
iavf
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-12
iavf: use appropriate enum for comparison
Aleksandr Loktionov
4
-29
/
+24
2020-06-12
iavf: fix speed reporting over virtchnl
Brett Creeley
4
-21
/
+120
2020-03-12
net: iavf: reject unsupported coalescing params
Jakub Kicinski
1
-0
/
+4
2020-03-10
iavf: Enable support for up to 16 queues
Mitch Williams
4
-40
/
+11
2020-02-26
iavf: use tc_cls_can_offload_and_chain0() instead of chain check
Jiri Pirko
1
-3
/
+5
2020-01-20
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
3
-4
/
+18
2020-01-09
iavf: remove current MAC address filter on VF reset
Stefan Assmann
3
-4
/
+18
2019-12-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2019-12-13
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
1
-1
/
+1
2019-12-09
treewide: Use sizeof_field() macro
Pankaj Bharadiya
1
-1
/
+1
2019-11-09
iavf: initialize ITRN registers with correct values
Nicholas Nunley
1
-2
/
+2
2019-09-11
iavf: fix MAC address setting for VFs when filter is rejected
Stefan Assmann
2
-1
/
+7
2019-09-09
iavf: allow permanent MAC address to change
Mitch Williams
2
-5
/
+0
2019-09-09
iavf: remove unused debug function iavf_debug_d
YueHaibing
1
-22
/
+0
2019-07-31
net: Use skb_frag_off accessors
Jonathan Lemon
1
-1
/
+1
2019-07-23
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
2
-3
/
+3
2019-07-10
net: flow_offload: rename tc_cls_flower_offload to flow_cls_offload
Pablo Neira Ayuso
1
-11
/
+11
2019-07-10
drivers: net: use flow block API
Pablo Neira Ayuso
1
-1
/
+4
2019-07-10
net: flow_offload: add flow_block_cb_setup_simple()
Pablo Neira Ayuso
1
-30
/
+5
2019-06-29
iavf: fix dereference of null rx_buffer pointer
Colin Ian King
1
-2
/
+4
2019-06-29
iavf: Fix up debug print macro
Jeff Kirsher
1
-3
/
+7
2019-06-29
iavf: use struct_size() helper
Gustavo A. R. Silva
1
-21
/
+16
2019-06-18
iavf: allow null RX descriptors
Mitch Williams
1
-3
/
+18
2019-06-18
iavf: add call to iavf_[add|del]_cloud_filter
Paul Greenwalt
1
-1
/
+8
2019-06-18
iavf: Refactor init state machine
Jakub Pawlak
1
-190
/
+261
2019-06-18
iavf: Refactor the watchdog state machine
Jan Sokolowski
2
-30
/
+44
2019-06-18
iavf: Remove timer for work triggering, use delaying work instead
Jakub Pawlak
4
-45
/
+31
2019-06-18
iavf: Move commands processing to the separate function
Jakub Pawlak
1
-92
/
+105
2019-06-18
iavf: Fix the math for valid length for ADq enable
Avinash Dayanand
1
-1
/
+1
2019-06-18
iavf: Change GFP_KERNEL to GFP_ATOMIC in kzalloc()
Aleksandr Loktionov
1
-1
/
+1
2019-06-18
iavf: wait longer for close to complete
Mitch Williams
1
-1
/
+1
2019-06-18
iavf: use signed variable
Mitch Williams
1
-1
/
+1
2019-06-18
iavf: Create VLAN tag elements starting from the first element
Akeem G Abodunrin
1
-2
/
+1
2019-05-31
iavf: update comments and file checks to match iavf
Alice Michael
4
-7
/
+7
2019-05-31
iavf: rename i40e_device to iavf_device
Alice Michael
2
-12
/
+12
2019-05-31
iavf: change remaining i40e defines to be iavf
Alice Michael
3
-51
/
+51
2019-05-31
iavf: rename iavf_client.h defines to match driver name
Alice Michael
3
-95
/
+95
2019-05-31
iavf: rename iavf_status structure flags
Alice Michael
7
-245
/
+245
2019-05-31
iavf: replace i40e variables with iavf
Alice Michael
10
-533
/
+531
2019-05-31
iavf: rename i40e functions to be iavf
Alice Michael
2
-5
/
+5
2019-05-31
iavf: change iavf_status_code to iavf_status
Sergey Nemov
10
-113
/
+121
2019-05-31
iavf: Rename i40e_adminq* files to iavf_adminq*
Alice Michael
6
-5
/
+5
2019-05-31
iavf: iavf_client: use struct_size() helper
Gustavo A. R. Silva
1
-4
/
+3
2019-05-31
iavf: use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-5
/
+4
2019-05-31
iavf: Limiting RSS queues to CPUs
Aleksandr Loktionov
1
-1
/
+1
2019-05-31
iavf: Use printf instead of gnu_printf for iavf_debug_d
Nathan Chancellor
1
-1
/
+1
2019-05-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2
-3
/
+3
2019-04-23
net: pass net_device argument to the eth_get_headlen
Stanislav Fomichev
1
-1
/
+1
2019-04-17
i40e: Changed maximum supported FW API version to 1.8
Adam Ludkiewicz
1
-1
/
+1
2019-04-08
drivers: Remove explicit invocations of mmiowb()
Will Deacon
1
-5
/
+0
[prev]
[next]