index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
iavf
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
iavf: fix MAC address setting for VFs when filter is rejected
Stefan Assmann
2019-09-11
2
-1
/
+7
*
iavf: allow permanent MAC address to change
Mitch Williams
2019-09-09
2
-5
/
+0
*
iavf: remove unused debug function iavf_debug_d
YueHaibing
2019-09-09
1
-22
/
+0
*
net: Use skb_frag_off accessors
Jonathan Lemon
2019-07-30
1
-1
/
+1
*
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
2019-07-23
2
-3
/
+3
*
net: flow_offload: rename tc_cls_flower_offload to flow_cls_offload
Pablo Neira Ayuso
2019-07-09
1
-11
/
+11
*
drivers: net: use flow block API
Pablo Neira Ayuso
2019-07-09
1
-1
/
+4
*
net: flow_offload: add flow_block_cb_setup_simple()
Pablo Neira Ayuso
2019-07-09
1
-30
/
+5
*
iavf: fix dereference of null rx_buffer pointer
Colin Ian King
2019-06-29
1
-2
/
+4
*
iavf: Fix up debug print macro
Jeff Kirsher
2019-06-29
1
-3
/
+7
*
iavf: use struct_size() helper
Gustavo A. R. Silva
2019-06-29
1
-21
/
+16
*
iavf: allow null RX descriptors
Mitch Williams
2019-06-18
1
-3
/
+18
*
iavf: add call to iavf_[add|del]_cloud_filter
Paul Greenwalt
2019-06-18
1
-1
/
+8
*
iavf: Refactor init state machine
Jakub Pawlak
2019-06-18
1
-190
/
+261
*
iavf: Refactor the watchdog state machine
Jan Sokolowski
2019-06-18
2
-30
/
+44
*
iavf: Remove timer for work triggering, use delaying work instead
Jakub Pawlak
2019-06-18
4
-45
/
+31
*
iavf: Move commands processing to the separate function
Jakub Pawlak
2019-06-18
1
-92
/
+105
*
iavf: Fix the math for valid length for ADq enable
Avinash Dayanand
2019-06-18
1
-1
/
+1
*
iavf: Change GFP_KERNEL to GFP_ATOMIC in kzalloc()
Aleksandr Loktionov
2019-06-18
1
-1
/
+1
*
iavf: wait longer for close to complete
Mitch Williams
2019-06-18
1
-1
/
+1
*
iavf: use signed variable
Mitch Williams
2019-06-18
1
-1
/
+1
*
iavf: Create VLAN tag elements starting from the first element
Akeem G Abodunrin
2019-06-18
1
-2
/
+1
*
iavf: update comments and file checks to match iavf
Alice Michael
2019-05-31
4
-7
/
+7
*
iavf: rename i40e_device to iavf_device
Alice Michael
2019-05-31
2
-12
/
+12
*
iavf: change remaining i40e defines to be iavf
Alice Michael
2019-05-31
3
-51
/
+51
*
iavf: rename iavf_client.h defines to match driver name
Alice Michael
2019-05-31
3
-95
/
+95
*
iavf: rename iavf_status structure flags
Alice Michael
2019-05-31
7
-245
/
+245
*
iavf: replace i40e variables with iavf
Alice Michael
2019-05-31
10
-533
/
+531
*
iavf: rename i40e functions to be iavf
Alice Michael
2019-05-31
2
-5
/
+5
*
iavf: change iavf_status_code to iavf_status
Sergey Nemov
2019-05-31
10
-113
/
+121
*
iavf: Rename i40e_adminq* files to iavf_adminq*
Alice Michael
2019-05-31
6
-5
/
+5
*
iavf: iavf_client: use struct_size() helper
Gustavo A. R. Silva
2019-05-31
1
-4
/
+3
*
iavf: use struct_size() in kzalloc()
Gustavo A. R. Silva
2019-05-31
1
-5
/
+4
*
iavf: Limiting RSS queues to CPUs
Aleksandr Loktionov
2019-05-31
1
-1
/
+1
*
iavf: Use printf instead of gnu_printf for iavf_debug_d
Nathan Chancellor
2019-05-31
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2019-05-08
2
-3
/
+3
|
\
|
*
net: pass net_device argument to the eth_get_headlen
Stanislav Fomichev
2019-04-23
1
-1
/
+1
|
*
i40e: Changed maximum supported FW API version to 1.8
Adam Ludkiewicz
2019-04-17
1
-1
/
+1
|
*
net: move skb->xmit_more hint to softnet data
Florian Westphal
2019-04-02
1
-1
/
+1
*
|
drivers: Remove explicit invocations of mmiowb()
Will Deacon
2019-04-08
1
-5
/
+0
|
/
*
flow_offload: add flow_rule and flow_match structures and use them
Pablo Neira Ayuso
2019-02-06
1
-115
/
+80
*
ethernet/intel: consolidate NAPI and NAPI exit
Jesse Brandeburg
2018-11-21
1
-4
/
+5
*
intel-ethernet: software timestamp skbs as late as possible
Jacob Keller
2018-11-07
1
-2
/
+2
*
drivers: net: remove <net/busy_poll.h> inclusion when not needed
Eric Dumazet
2018-10-26
1
-1
/
+0
*
iavf: fix a typo
Rami Rosen
2018-10-03
1
-1
/
+1
*
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-09-25
1
-26
/
+0
*
intel-ethernet: use correct module license
Jesse Brandeburg
2018-09-19
1
-2
/
+2
*
iavf: finish renaming files to iavf
Jesse Brandeburg
2018-09-19
16
-21
/
+21
*
iavf: rename most of i40e strings
Jesse Brandeburg
2018-09-19
17
-1407
/
+1366
*
iavf: tracing infrastructure rename
Jesse Brandeburg
2018-09-19
3
-22
/
+22
[next]