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
/
intel
/
iavf
Age
Commit message (
Expand
)
Author
Files
Lines
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
2019-04-02
net: move skb->xmit_more hint to softnet data
Florian Westphal
1
-1
/
+1
2019-02-06
flow_offload: add flow_rule and flow_match structures and use them
Pablo Neira Ayuso
1
-115
/
+80
2018-11-21
ethernet/intel: consolidate NAPI and NAPI exit
Jesse Brandeburg
1
-4
/
+5
2018-11-07
intel-ethernet: software timestamp skbs as late as possible
Jacob Keller
1
-2
/
+2
2018-10-26
drivers: net: remove <net/busy_poll.h> inclusion when not needed
Eric Dumazet
1
-1
/
+0
2018-10-03
iavf: fix a typo
Rami Rosen
1
-1
/
+1
2018-09-25
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-26
/
+0
2018-09-19
intel-ethernet: use correct module license
Jesse Brandeburg
1
-2
/
+2
2018-09-19
iavf: finish renaming files to iavf
Jesse Brandeburg
16
-21
/
+21
2018-09-19
iavf: rename most of i40e strings
Jesse Brandeburg
17
-1407
/
+1366
2018-09-19
iavf: tracing infrastructure rename
Jesse Brandeburg
3
-22
/
+22
2018-09-19
iavf: replace i40e_debug with iavf version
Jesse Brandeburg
5
-23
/
+23
2018-09-19
iavf: rename i40e_hw to iavf_hw
Jesse Brandeburg
9
-99
/
+98
2018-09-19
iavf: rename I40E_ADMINQ_DESC
Jesse Brandeburg
2
-11
/
+11
2018-09-19
iavf: rename device ID defines
Jesse Brandeburg
5
-78
/
+27
2018-09-19
iavf: remove references to old names
Jesse Brandeburg
9
-273
/
+269
[next]