index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
xdp
/
xsk.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-12-07
1
-3
/
+2
|
\
|
*
xsk: Skip polling event check for unbound socket
Yewon Choi
2023-12-05
1
-3
/
+2
*
|
xsk: Add option to calculate TX checksum in SW
Stanislav Fomichev
2023-11-29
1
-0
/
+6
*
|
xsk: Validate xsk_tx_metadata flags
Stanislav Fomichev
2023-11-29
1
-0
/
+4
*
|
xsk: Add TX timestamp and TX checksum offload support
Stanislav Fomichev
2023-11-29
1
-0
/
+34
*
|
xsk: Support tx_metadata_len
Stanislav Fomichev
2023-11-29
1
-1
/
+11
|
/
*
xsk: Avoid starving the xsk further down the list
Albert Huang
2023-10-24
1
-0
/
+18
*
net, bpf: Add a warning if NAPI cb missed xdp_do_flush().
Sebastian Andrzej Siewior
2023-10-17
1
-0
/
+10
*
net: implement lockless SO_PRIORITY
Eric Dumazet
2023-10-01
1
-1
/
+1
*
xsk: add multi-buffer support for sockets sharing umem
Tirthendu Sarkar
2023-09-15
1
-1
/
+1
*
xsk: Fix xsk_build_skb() error: 'skb' dereferencing possible ERR_PTR()
Tirthendu Sarkar
2023-08-30
1
-9
/
+13
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-10
1
-0
/
+1
|
\
|
*
xsk: fix refcount underflow in error path
Magnus Karlsson
2023-08-09
1
-0
/
+1
*
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-08-03
1
-0
/
+1
|
\
\
|
*
|
net: move struct netdev_rx_queue out of netdevice.h
Jakub Kicinski
2023-08-03
1
-0
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-03
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
net: annotate data-races around sk->sk_mark
Eric Dumazet
2023-07-29
1
-1
/
+1
*
|
xsk: support mbuf on ZC RX
Maciej Fijalkowski
2023-07-19
1
-1
/
+25
*
|
xsk: add support for AF_XDP multi-buffer on Tx path
Tirthendu Sarkar
2023-07-19
1
-28
/
+92
*
|
xsk: introduce wrappers and helpers for supporting multi-buffer in Tx path
Tirthendu Sarkar
2023-07-19
1
-20
/
+54
*
|
xsk: add support for AF_XDP multi-buffer on Rx path
Tirthendu Sarkar
2023-07-19
1
-23
/
+87
*
|
xsk: move xdp_buff's data length check to xsk_rcv_check
Tirthendu Sarkar
2023-07-19
1
-14
/
+13
*
|
xsk: prepare both copy and zero-copy modes to co-exist
Maciej Fijalkowski
2023-07-19
1
-4
/
+13
*
|
xsk: introduce XSK_USE_SG bind flag for xsk socket
Tirthendu Sarkar
2023-07-19
1
-2
/
+3
*
|
xsk: prepare 'options' in xdp_desc for multi-buffer use
Tirthendu Sarkar
2023-07-19
1
-4
/
+4
|
/
*
xsk: Honor SO_BINDTODEVICE on bind
Ilya Maximets
2023-07-04
1
-0
/
+5
*
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
2023-06-24
1
-1
/
+0
*
xsk: allow remap of fill and/or completion rings
Nuno Gonçalves
2023-03-25
1
-3
/
+6
*
xsk: add linux/vmalloc.h to xsk.c
Xuan Zhuo
2023-02-21
1
-0
/
+1
*
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-02-20
1
-26
/
+33
|
\
|
*
xsk: check IFF_UP earlier in Tx path
Maciej Fijalkowski
2023-02-17
1
-26
/
+33
*
|
xsk: support use vaddr as ring
Xuan Zhuo
2023-02-20
1
-7
/
+2
*
|
net: no longer support SOCK_REFCNT_DEBUG feature
Jason Xing
2023-02-15
1
-4
/
+0
|
/
*
xsk: Inherit need_wakeup flag for shared sockets
Jalal Mostafa
2022-09-22
1
-2
/
+2
*
xsk: Fix backpressure mechanism on Tx
Maciej Fijalkowski
2022-08-31
1
-11
/
+11
*
xsk: Mark napi_id on sendmsg()
Maciej Fijalkowski
2022-07-14
1
-1
/
+4
*
xsk: Fix generic transmit when completion queue reservation fails
Ciara Loftus
2022-06-14
1
-7
/
+9
*
xsk: Fix handling of invalid descriptors in XSK TX batching API
Maciej Fijalkowski
2022-06-08
1
-2
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-04-28
1
-1
/
+14
|
\
|
*
xsk: Fix possible crash when multiple sockets are created
Maciej Fijalkowski
2022-04-26
1
-0
/
+13
|
*
xsk: Fix l2fwd for copy mode + busy poll combo
Maciej Fijalkowski
2022-04-07
1
-1
/
+1
*
|
xsk: Diversify return codes in xsk_rcv_check()
Maciej Fijalkowski
2022-04-15
1
-1
/
+1
*
|
xsk: Improve xdp_do_redirect() error codes
Björn Töpel
2022-04-15
1
-1
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-23
1
-19
/
+50
|
\
|
*
xsk: Fix race at socket teardown
Magnus Karlsson
2022-02-28
1
-19
/
+50
*
|
i40e: xsk: Move tmp desc array from driver to pool
Magnus Karlsson
2022-01-27
1
-7
/
+6
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-01-05
1
-2
/
+2
|
\
|
*
Revert "xsk: Do not sleep in poll() when need_wakeup set"
Magnus Karlsson
2021-12-17
1
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-16
1
-2
/
+2
|
\
|
|
*
xsk: Do not sleep in poll() when need_wakeup set
Magnus Karlsson
2021-12-14
1
-2
/
+2
[next]