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
*
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
*
i40e: remove I40E_FLAG_NEED_LINK_UPDATE
Alice Michael
2017-04-08
1
-1
/
+0
*
i40e/i40evf: Add capability exchange for outer checksum
Preethi Banala
2017-04-07
3
-30
/
+38
*
i40e/i40evf: Change the way we limit the maximum frame size for Rx
Alexander Duyck
2017-03-29
4
-12
/
+26
*
i40e/i40evf: Add legacy-rx private flag to allow fallback to old Rx flow
Alexander Duyck
2017-03-29
2
-0
/
+106
*
i40e/i40evf: Break i40e_fetch_rx_buffer up to allow for reuse of frag code
Alexander Duyck
2017-03-29
1
-73
/
+65
*
i40e/i40evf: Pull out code for cleaning up Rx buffers
Alexander Duyck
2017-03-29
1
-28
/
+44
*
i40e/i40evf: Pull code for grabbing and syncing rx_buffer from fetch_buffer
Alexander Duyck
2017-03-29
1
-24
/
+34
*
i40e/i40evf: Use length to determine if descriptor is done
Alexander Duyck
2017-03-29
1
-12
/
+12
*
i40e: use register for XL722 control register read/write
Paul M Stillwell Jr
2017-03-29
1
-2
/
+6
*
i40evf: enforce descriptor write-back mechanism for VF
Preethi Banala
2017-03-29
3
-75
/
+7
*
i40evf: dereference VSI after VSI has been null checked
Colin Ian King
2017-03-28
1
-4
/
+5
*
i40e: Drop FCoE code from core driver files
Alexander Duyck
2017-03-28
1
-12
/
+0
*
i40e/i40evf: Clean-up process_skb_fields
Alexander Duyck
2017-03-28
1
-5
/
+3
*
i40e/i40evf: Fix use after free in Rx cleanup path
Alexander Duyck
2017-03-28
1
-0
/
+1
*
i40e/i40evf: Update code to better handle incrementing page count
Alexander Duyck
2017-03-28
2
-7
/
+24
*
i40evf: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2017-03-21
1
-16
/
+15
*
i40e/i40evf: Change version from 1.6.27 to 2.1.7
Bimmy Pujari
2017-03-15
1
-3
/
+3
*
i40e/i40evf: Add support for mapping pages with DMA attributes
Alexander Duyck
2017-03-15
2
-5
/
+29
*
i40evf: add client interface
Mitch Williams
2017-03-15
7
-10
/
+879
*
i40e: fix up recent proxy and wol bits for X722_SUPPORT
Shannon Nelson
2017-03-15
1
-1
/
+64
[next]