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
/
ixgbevf
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfrm: prefer secpath_set over secpath_dup
Florian Westphal
2018-12-19
1
-4
/
+5
*
drivers: net: intel: use secpath helpers in more places
Florian Westphal
2018-12-19
2
-3
/
+5
*
ethernet/intel: consolidate NAPI and NAPI exit
Jesse Brandeburg
2018-11-21
1
-9
/
+13
*
ixgbevf: add support for software timestamps
Jacob Keller
2018-11-07
1
-0
/
+2
*
ixgbe/ixgbevf: fix XFRM_ALGO dependency
Jeff Kirsher
2018-10-31
3
-4
/
+4
*
ixgbevf: off by one in ixgbevf_ipsec_tx()
Dan Carpenter
2018-10-03
1
-1
/
+1
*
ixgbevf: fix msglen for ipsec mbx messages
Shannon Nelson
2018-10-03
1
-7
/
+4
*
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-09-25
1
-21
/
+0
|
\
|
*
ixgbevf: remove ndo_poll_controller
Eric Dumazet
2018-09-24
1
-21
/
+0
*
|
intel-ethernet: use correct module license
Jesse Brandeburg
2018-09-19
1
-1
/
+1
*
|
ixgbevf: enable VF IPsec offload operations
Shannon Nelson
2018-08-28
5
-21
/
+86
*
|
ixgbevf: add VF IPsec offload code
Shannon Nelson
2018-08-28
4
-0
/
+748
*
|
ixgbevf: add defines for IPsec offload request
Shannon Nelson
2018-08-28
2
-0
/
+13
*
|
ixgbevf: VF2VF TCP RSS
Sebastian Basierski
2018-08-28
1
-0
/
+4
|
/
*
xdp: don't make drivers report attachment mode
Jakub Kicinski
2018-07-13
1
-1
/
+0
*
treewide: Use array_size() in vmalloc()
Kees Cook
2018-06-13
1
-3
/
+5
*
ixgbevf: fix possible race in the reset subtask
Emil Tantilov
2018-06-04
1
-2
/
+4
*
ixgbevf: Fix coexistence of malicious driver detection with XDP
Alexander Duyck
2018-06-04
2
-7
/
+30
*
ixgbevf: fix MAC address changes through ixgbevf_set_mac()
Emil Tantilov
2018-05-17
1
-0
/
+1
*
ixgbe/ixgbevf: Free IRQ when PCI error recovery removes the device
Mauro S M Rodrigues
2018-05-17
1
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-05-12
1
-1
/
+1
|
\
|
*
ixgbevf: fix ixgbevf_xmit_frame()'s return type
Luc Van Oostenryck
2018-05-11
1
-1
/
+1
*
|
net: intel: Cleanup the copyright/license headers
Jeff Kirsher
2018-04-27
10
-252
/
+14
|
/
*
ixgbevf: ensure xdp_ring resources are free'd on error exit
Colin Ian King
2018-04-24
1
-1
/
+1
*
ixgbevf: Add XDP queue stats reporting
Tony Nguyen
2018-03-23
1
-0
/
+24
*
ixgbevf: Add support for meta data
Tony Nguyen
2018-03-23
1
-4
/
+25
*
ixgbevf: Delay tail write for XDP packets
Tony Nguyen
2018-03-23
1
-12
/
+18
*
ixgbevf: Add support for XDP_TX action
Tony Nguyen
2018-03-23
3
-32
/
+294
*
ixgbevf: Add XDP support for pass and drop actions
Tony Nguyen
2018-03-23
3
-42
/
+178
*
intel: add SPDX identifiers to all the Intel drivers
Jeff Kirsher
2018-03-23
6
-0
/
+6
*
ixgbevf: fix unused variable warning
Arnd Bergmann
2018-03-12
1
-5
/
+5
*
ixgbevf: remove redundant initialization of variable 'dma'
Colin Ian King
2018-02-26
1
-1
/
+1
*
ixgbevf: add build_skb support
Emil Tantilov
2018-02-26
1
-0
/
+41
*
ixgbevf: break out Rx buffer page management
Emil Tantilov
2018-02-26
1
-113
/
+114
*
ixgbevf: allocate the rings as part of q_vector
Emil Tantilov
2018-02-26
2
-217
/
+182
*
ixgbevf: make sure all frames fit minimum size requirements
Emil Tantilov
2018-02-26
1
-5
/
+25
*
ixgbevf: add support for padding packet
Emil Tantilov
2018-02-26
2
-4
/
+39
*
ixgbevf: setup queue counts
Emil Tantilov
2018-02-26
1
-15
/
+29
*
ixgbevf: add support for using order 1 pages to receive large frames
Emil Tantilov
2018-02-26
2
-24
/
+92
*
ixgbevf: add ethtool private flag for legacy Rx
Emil Tantilov
2018-02-26
2
-0
/
+50
*
ixgbevf: use page_address offset from page
Emil Tantilov
2018-02-26
1
-6
/
+5
*
ixgbevf: use ARRAY_SIZE for various array sizing calculations
Colin Ian King
2018-01-26
1
-10
/
+7
*
ixgbevf: don't bother clearing tx_buffer_info in ixgbevf_clean_tx_ring()
Emil Tantilov
2018-01-26
1
-43
/
+72
*
ixgbevf: improve performance and reduce size of ixgbevf_tx_map()
Emil Tantilov
2018-01-26
1
-25
/
+20
*
ixgbevf: clear rx_buffer_info in configure instead of clean
Emil Tantilov
2018-01-26
1
-13
/
+13
*
ixgbevf: add counters for Rx page allocations
Emil Tantilov
2018-01-26
3
-7
/
+25
*
ixgbevf: update code to better handle incrementing page count
Emil Tantilov
2018-01-26
2
-9
/
+28
*
ixgbevf: add support for DMA_ATTR_SKIP_CPU_SYNC/WEAK_ORDERING
Emil Tantilov
2018-01-26
2
-22
/
+38
*
ixgbevf: use length to determine if descriptor is done
Emil Tantilov
2018-01-26
1
-6
/
+8
*
ixgbevf: only DMA sync frame length
Emil Tantilov
2018-01-26
1
-3
/
+4
[next]