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
/
net
/
ethernet
/
intel
/
iavf
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-05
net: intel: iavf: fix error return code of iavf_init_get_resources()
Jia-Ju Bai
1
-1
/
+2
2021-02-05
net: use the new dev_page_is_reusable() instead of private versions
Alexander Lobakin
1
-14
/
+1
2021-01-06
iavf: Use kzalloc for allocating only one thing
Zheng Yongjun
1
-1
/
+1
2020-12-18
iavf: fix double-release of rtnl_lock
Jakub Kicinski
1
-3
/
+1
2020-10-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+2
2020-09-26
intel-ethernet: clean up W=1 warnings in kdoc
Jesse Brandeburg
4
-14
/
+14
2020-09-25
iavf: Fix incorrect adapter get in iavf_resume
Sylwester Dziedziuch
1
-2
/
+2
2020-08-27
net: Take common prefetch code structure into a function
Tariq Toukan
1
-8
/
+3
2020-07-30
iavf: use generic power management
Vaibhav Gupta
1
-33
/
+12
2020-07-02
iavf: Fix updating statistics
Tony Nguyen
1
-1
/
+4
2020-07-02
iavf: fix error return code in iavf_init_get_resources()
Wei Yongjun
1
-1
/
+3
2020-07-01
ethernet/intel: Convert fallthrough code comments
Jeff Kirsher
1
-1
/
+1
2020-06-26
net/intel: remove driver versions from Intel drivers
Jeff Kirsher
4
-23
/
+1
2020-06-12
iavf: increase reset complete wait time
Paul Greenwalt
2
-7
/
+9
2020-06-12
iavf: Fix reporting 2.5 Gb and 5Gb speeds
Brett Creeley
3
-6
/
+24
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
[next]