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
/
i40evf
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
2
-0
/
+2
*
i40e/i40evf: avoid dynamic ITR updates when polling or low packet rate
Jacob Keller
2017-08-28
2
-5
/
+18
*
i40e/i40evf: remove ULTRA latency mode
Jacob Keller
2017-08-28
2
-18
/
+0
*
i40e: invert logic for checking incorrect cpu vs irq affinity
Jacob Keller
2017-08-28
1
-15
/
+15
*
i40e: initialize our affinity_mask based on cpu_possible_mask
Jacob Keller
2017-08-28
1
-2
/
+5
*
i40e/i40evf: support for VF VLAN tag stripping control
Mariusz Stachura
2017-08-28
3
-0
/
+77
*
i40evf: fix possible snprintf truncation of q_vector->name
Jacob Keller
2017-08-28
2
-13
/
+10
*
i40e: prevent snprintf format specifier truncation
Jacob Keller
2017-08-28
1
-2
/
+2
*
i40e: Store the requested FEC information
Mariusz Stachura
2017-08-28
1
-0
/
+1
*
i40e: use cpumask_copy instead of direct assignment
Jacob Keller
2017-08-25
1
-1
/
+1
*
i40evf: use netdev variable in reset task
Alan Brady
2017-08-25
1
-2
/
+2
*
i40e/i40evf: rename vf_offload_flags to vf_cap_flags in struct virtchnl_vf_re...
Stefan Assmann
2017-08-25
3
-12
/
+12
*
i40e/i40evf: use cmpxchg64 when updating private flags in ethtool
Jacob Keller
2017-08-25
1
-10
/
+31
*
i40e: separate hw_features from runtime changing flags
Jacob Keller
2017-08-25
3
-7
/
+1
*
i40evf: prevent VF close returning before state transitions to DOWN
Sudheer Mogilappagari
2017-08-25
3
-1
/
+24
*
i40e/i40evf: adjust packet size to account for double VLANs
Mitch Williams
2017-08-25
2
-1
/
+2
*
i40evf: remove unnecessary __packed
Tushar Dave
2017-07-26
1
-2
/
+2
*
i40evf: Use le32_to_cpu before evaluating HW desc fields
Tushar Dave
2017-07-26
1
-7
/
+7
*
i40evf: add some missing includes
Jesse Brandeburg
2017-07-26
1
-0
/
+11
*
i40e/i40evf: remove mismatched type warnings
Jesse Brandeburg
2017-07-26
2
-5
/
+5
*
i40e/i40evf: update WOL and I40E_AQC_ADDR_VALID_MASK flags
Alice Michael
2017-06-21
1
-2
/
+3
*
i40evf: assign num_active_queues inside i40evf_alloc_queues
Jacob Keller
2017-06-21
1
-7
/
+11
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-07
1
-1
/
+2
|
\
|
*
i40e/i40evf: proper update of the page_offset field
Björn Töpel
2017-06-06
1
-1
/
+2
*
|
i40evf: Add support for Adaptive Virtual Function
Preethi Banala
2017-06-01
3
-3
/
+6
*
|
virtchnl: finish conversion to virtchnl interface
Jesse Brandeburg
2017-06-01
4
-10
/
+11
*
|
i40evf/virtchnl: whitespace cleanups
Jesse Brandeburg
2017-06-01
1
-2
/
+1
*
|
virtchnl: rename i40e to generic virtchnl
Jesse Brandeburg
2017-06-01
6
-191
/
+191
*
|
i40e/i40evf: create and use new unified header file
Jesse Brandeburg
2017-06-01
4
-449
/
+3
*
|
i40evf: drop i40e_type.h include
Jesse Brandeburg
2017-06-01
1
-2
/
+0
*
|
i40evf: disable unused flags
Jesse Brandeburg
2017-05-31
2
-4
/
+2
*
|
i40evf: fix merge error in older patch
Jesse Brandeburg
2017-05-31
1
-0
/
+1
*
|
i40evf: fix duplicate lines
Jesse Brandeburg
2017-05-31
1
-2
/
+0
|
/
*
i40evf: hide unused variable
Arnd Bergmann
2017-04-30
1
-1
/
+2
*
i40evf: allocate queues before we setup the interrupts and q_vectors
Jacob Keller
2017-04-30
1
-9
/
+9
*
i40evf: remove I40E_FLAG_FDIR_ATR_ENABLED
Jacob Keller
2017-04-30
1
-1
/
+0
*
i40evf: remove needless min_t() on num_online_cpus()*2
Jacob Keller
2017-04-30
1
-6
/
+6
*
i40e: use DECLARE_BITMAP for state fields
Jacob Keller
2017-04-30
3
-10
/
+12
*
i40e: separate PF and VSI state flags
Jacob Keller
2017-04-30
3
-11
/
+14
*
i40e: remove unnecessary msleep() delay in i40e_free_vfs
Jacob Keller
2017-04-30
1
-1
/
+1
*
i40e: remove I40E_FLAG_IN_NETPOLL entirely
Jacob Keller
2017-04-20
1
-2
/
+0
*
i40e: reduce wait time for adminq command completion
Jacob Keller
2017-04-20
2
-3
/
+3
*
i40e: new AQ commands
Jingjing Wu
2017-04-20
4
-0
/
+343
*
i40e/i40evf: Add tracepoints
Scott Peterson
2017-04-20
4
-0
/
+248
*
i40e: Fix support for flow director programming status
Alexander Duyck
2017-04-20
1
-4
/
+5
*
i40e/i40evf: Remove VF Rx csum offload for tunneled packets
alice michael
2017-04-20
1
-7
/
+0
*
i40evf: Use net_device_stats from struct net_device
Tobias Klauser
2017-04-20
3
-28
/
+11
*
i40e/i40evf: Use build_skb to build frames
Alexander Duyck
2017-04-08
1
-0
/
+47
*
i40e/i40evf: Add support for padding start of frames
Alexander Duyck
2017-04-08
3
-4
/
+89
*
i40e/i40evf: Add support for using order 1 pages with a 3K buffer
Alexander Duyck
2017-04-08
3
-13
/
+32
[next]