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
/
i40e
/
i40e_txrx.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
i40e: Use signed variable
Mitch Williams
2019-06-14
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2019-05-08
1
-2
/
+3
|
\
|
*
net: pass net_device argument to the eth_get_headlen
Stanislav Fomichev
2019-04-23
1
-1
/
+2
|
*
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
|
/
*
i40e: fix XDP_REDIRECT/XDP xmit ring cleanup race
Björn Töpel
2019-02-21
1
-1
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-12-20
1
-31
/
+12
|
\
|
*
i40e: DRY rx_ptype handling code
Michał Mirosław
2018-12-13
1
-8
/
+4
|
*
i40e: fix VLAN.TCI == 0 RX HW offload
Michał Mirosław
2018-12-13
1
-23
/
+8
*
|
ethernet/intel: consolidate NAPI and NAPI exit
Jesse Brandeburg
2018-11-21
1
-4
/
+5
*
|
i40e: Use a local variable for readability
Jan Sokolowski
2018-11-14
1
-2
/
+2
*
|
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
*
i40e: clean zero-copy XDP Rx ring on shutdown/reset
Björn Töpel
2018-09-25
1
-1
/
+3
*
i40e: clean zero-copy XDP Tx ring on shutdown/reset
Björn Töpel
2018-09-25
1
-6
/
+11
*
i40e: add AF_XDP zero-copy Tx support
Magnus Karlsson
2018-08-29
1
-1
/
+5
*
i40e: move common Tx functions to i40e_txrx_common.h
Magnus Karlsson
2018-08-29
1
-33
/
+2
*
i40e: add AF_XDP zero-copy Rx support
Björn Töpel
2018-08-29
1
-1
/
+8
*
i40e: move common Rx functions to i40e_txrx_common.h
Björn Töpel
2018-08-29
1
-20
/
+13
*
i40e: refactor Rx path for re-use
Björn Töpel
2018-08-29
1
-34
/
+77
*
i40e_txrx: mark expected switch fall-through
Gustavo A. R. Silva
2018-08-08
1
-1
/
+2
*
i40e: split XDP_TX tail and XDP_REDIRECT map flushing
Jesper Dangaard Brouer
2018-06-28
1
-9
/
+15
*
bpf, xdp, i40e: fix i40e_build_skb skb reserve and truesize
Daniel Borkmann
2018-06-20
1
-4
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-06-05
1
-21
/
+12
|
\
|
*
i40e: remove ndo_xdp_flush call i40e_xdp_flush
Jesper Dangaard Brouer
2018-06-05
1
-19
/
+0
|
*
i40e: implement flush flag for ndo_xdp_xmit
Jesper Dangaard Brouer
2018-06-03
1
-2
/
+8
|
*
xdp: add flags argument to ndo_xdp_xmit API
Jesper Dangaard Brouer
2018-06-03
1
-1
/
+5
*
|
bpf, i40e: add meta data support
Daniel Borkmann
2018-06-04
1
-8
/
+31
|
/
*
xdp: change ndo_xdp_xmit API to support bulking
Jesper Dangaard Brouer
2018-05-25
1
-7
/
+19
*
i40e/i40evf: cleanup incorrect function doxygen comments
Jacob Keller
2018-04-30
1
-2
/
+4
*
net: intel: Cleanup the copyright/license headers
Jeff Kirsher
2018-04-27
1
-25
/
+1
*
xdp: transition into using xdp_frame for ndo_xdp_xmit
Jesper Dangaard Brouer
2018-04-17
1
-13
/
+17
*
xdp: transition into using xdp_frame for return API
Jesper Dangaard Brouer
2018-04-17
1
-3
/
+2
*
i40e: convert to use generic xdp_frame and xdp_return_frame API
Jesper Dangaard Brouer
2018-04-17
1
-5
/
+15
*
i40e: add support for XDP_REDIRECT
Björn Töpel
2018-03-26
1
-10
/
+64
*
i40e: tweak page counting for XDP_REDIRECT
Björn Töpel
2018-03-26
1
-5
/
+4
*
i40e: move AUTO_DISABLED flags into the state field
Jacob Keller
2018-03-26
1
-8
/
+13
*
intel: add SPDX identifiers to all the Intel drivers
Jeff Kirsher
2018-03-23
1
-0
/
+1
*
i40e/i40evf: use SW variables for hang detection
Alan Brady
2018-02-26
1
-5
/
+11
*
i40e/i40evf: Add support for new mechanism of updating adaptive ITR
Alexander Duyck
2018-02-12
1
-111
/
+251
*
i40e/i40evf: Split container ITR into current_itr and target_itr
Alexander Duyck
2018-02-12
1
-29
/
+39
*
i40e/i40evf: Use usec value instead of reg value for ITR defines
Alexander Duyck
2018-02-12
1
-2
/
+9
*
i40e/i40evf: Don't bother setting the CLEARPBA bit
Alexander Duyck
2018-02-12
1
-1
/
+10
*
i40e/i40evf: Clean up logic for adaptive ITR
Alexander Duyck
2018-02-12
1
-41
/
+14
*
i40e/i40evf: Only track one ITR setting per ring instead of Tx/Rx
Alexander Duyck
2018-02-12
1
-3
/
+3
*
i40e: fix typo in function description
Alan Brady
2018-02-12
1
-1
/
+1
*
i40e/i40evf: Record ITR register location in the q_vector
Alexander Duyck
2018-01-26
1
-8
/
+4
*
i40e/i40evf: Detect and recover hung queue scenario
Sudheer Mogilappagari
2018-01-23
1
-0
/
+54
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-09
1
-3
/
+23
|
\
|
*
i40e/i40evf: Account for frags split over multiple descriptors in check linea...
Alexander Duyck
2018-01-03
1
-3
/
+23
[next]