index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
i40e
/
i40e_txrx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-30
i40e: Fix DMA mappings leak
Jan Sokolowski
1
-8
/
+5
2021-08-26
i40e: Fix ATR queue selection
Arkadiusz Kubalewski
1
-2
/
+1
2021-08-04
i40e: Fix queue-to-TC mapping on Tx
Jedrzej Jagielski
1
-0
/
+50
2021-06-10
i40e: add correct exception tracing for XDP
Magnus Karlsson
1
-1
/
+6
2021-05-19
i40e: fix broken XDP support
Magnus Karlsson
1
-6
/
+2
2021-04-14
i40e: Fix sparse errors in i40e_txrx.c
Arkadiusz Kubalewski
1
-7
/
+5
2021-03-25
i40e: Fix endianness conversions
Norbert Ciosek
1
-1
/
+1
2021-03-04
i40e: Fix flow for IPv6 next header (extension header)
Slawomir Laba
1
-3
/
+6
2020-12-10
i40e: avoid premature Rx buffer reuse
Björn Töpel
1
-7
/
+20
2020-09-26
intel-ethernet: clean up W=1 warnings in kdoc
Jesse Brandeburg
1
-3
/
+4
2020-09-14
i40e: use 16B HW descriptors instead of 32B
Björn Töpel
1
-3
/
+3
2020-09-14
i40e, xsk: remove HW descriptor prefetch in AF_XDP path
Björn Töpel
1
-0
/
+13
2020-09-14
i40e: optimise prefetch page refcount
Li RongQing
1
-1
/
+1
2020-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-5
/
+5
2020-08-31
xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umem
Magnus Karlsson
1
-5
/
+5
2020-08-27
net: Take common prefetch code structure into a function
Tariq Toukan
1
-8
/
+4
2020-07-02
i40e: eliminate division in napi_poll data path
Magnus Karlsson
1
-4
/
+10
2020-07-02
i40e: optimize AF_XDP Tx completion path
Magnus Karlsson
1
-1
/
+2
2020-07-01
ethernet/intel: Convert fallthrough code comments
Jeff Kirsher
1
-3
/
+3
2020-06-02
xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frame
Lorenzo Bianconi
1
-1
/
+1
2020-05-22
i40e: Separate kernel allocated rx_bi rings from AF_XDP rings
Björn Töpel
1
-75
/
+44
2020-05-22
i40e: Refactor rx_bi accesses
Björn Töpel
1
-6
/
+11
2020-05-15
i40e: Add XDP frame size to driver
Jesper Dangaard Brouer
1
-5
/
+25
2019-10-30
i40e: Add UDP segmentation offload support
Josh Hunt
1
-3
/
+9
2019-07-31
net: Use skb_frag_off accessors
Jonathan Lemon
1
-1
/
+1
2019-07-23
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
1
-2
/
+2
2019-06-14
i40e: Use signed variable
Mitch Williams
1
-1
/
+1
2019-05-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-2
/
+3
2019-04-23
net: pass net_device argument to the eth_get_headlen
Stanislav Fomichev
1
-1
/
+2
2019-04-08
drivers: Remove explicit invocations of mmiowb()
Will Deacon
1
-5
/
+0
2019-04-02
net: move skb->xmit_more hint to softnet data
Florian Westphal
1
-1
/
+1
2019-02-21
i40e: fix XDP_REDIRECT/XDP xmit ring cleanup race
Björn Töpel
1
-1
/
+3
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-31
/
+12
2018-12-13
i40e: DRY rx_ptype handling code
Michał Mirosław
1
-8
/
+4
2018-12-13
i40e: fix VLAN.TCI == 0 RX HW offload
Michał Mirosław
1
-23
/
+8
2018-11-21
ethernet/intel: consolidate NAPI and NAPI exit
Jesse Brandeburg
1
-4
/
+5
2018-11-14
i40e: Use a local variable for readability
Jan Sokolowski
1
-2
/
+2
2018-11-07
intel-ethernet: software timestamp skbs as late as possible
Jacob Keller
1
-2
/
+2
2018-10-26
drivers: net: remove <net/busy_poll.h> inclusion when not needed
Eric Dumazet
1
-1
/
+0
2018-09-25
i40e: clean zero-copy XDP Rx ring on shutdown/reset
Björn Töpel
1
-1
/
+3
2018-09-25
i40e: clean zero-copy XDP Tx ring on shutdown/reset
Björn Töpel
1
-6
/
+11
2018-08-29
i40e: add AF_XDP zero-copy Tx support
Magnus Karlsson
1
-1
/
+5
2018-08-29
i40e: move common Tx functions to i40e_txrx_common.h
Magnus Karlsson
1
-33
/
+2
2018-08-29
i40e: add AF_XDP zero-copy Rx support
Björn Töpel
1
-1
/
+8
2018-08-29
i40e: move common Rx functions to i40e_txrx_common.h
Björn Töpel
1
-20
/
+13
2018-08-29
i40e: refactor Rx path for re-use
Björn Töpel
1
-34
/
+77
2018-08-08
i40e_txrx: mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+2
2018-06-28
i40e: split XDP_TX tail and XDP_REDIRECT map flushing
Jesper Dangaard Brouer
1
-9
/
+15
2018-06-20
bpf, xdp, i40e: fix i40e_build_skb skb reserve and truesize
Daniel Borkmann
1
-4
/
+3
2018-06-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-21
/
+12
[next]