index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
xdp
/
xsk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-30
xsk: Fix xsk_build_skb() error: 'skb' dereferencing possible ERR_PTR()
Tirthendu Sarkar
1
-9
/
+13
2023-08-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2023-08-09
xsk: fix refcount underflow in error path
Magnus Karlsson
1
-0
/
+1
2023-08-03
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-0
/
+1
2023-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2023-08-03
net: move struct netdev_rx_queue out of netdevice.h
Jakub Kicinski
1
-0
/
+1
2023-07-29
net: annotate data-races around sk->sk_mark
Eric Dumazet
1
-1
/
+1
2023-07-19
xsk: support mbuf on ZC RX
Maciej Fijalkowski
1
-1
/
+25
2023-07-19
xsk: add support for AF_XDP multi-buffer on Tx path
Tirthendu Sarkar
1
-28
/
+92
2023-07-19
xsk: introduce wrappers and helpers for supporting multi-buffer in Tx path
Tirthendu Sarkar
1
-20
/
+54
2023-07-19
xsk: add support for AF_XDP multi-buffer on Rx path
Tirthendu Sarkar
1
-23
/
+87
2023-07-19
xsk: move xdp_buff's data length check to xsk_rcv_check
Tirthendu Sarkar
1
-14
/
+13
2023-07-19
xsk: prepare both copy and zero-copy modes to co-exist
Maciej Fijalkowski
1
-4
/
+13
2023-07-19
xsk: introduce XSK_USE_SG bind flag for xsk socket
Tirthendu Sarkar
1
-2
/
+3
2023-07-19
xsk: prepare 'options' in xdp_desc for multi-buffer use
Tirthendu Sarkar
1
-4
/
+4
2023-07-04
xsk: Honor SO_BINDTODEVICE on bind
Ilya Maximets
1
-0
/
+5
2023-06-24
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
1
-1
/
+0
2023-03-25
xsk: allow remap of fill and/or completion rings
Nuno Gonçalves
1
-3
/
+6
2023-02-21
xsk: add linux/vmalloc.h to xsk.c
Xuan Zhuo
1
-0
/
+1
2023-02-20
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-26
/
+33
2023-02-20
xsk: support use vaddr as ring
Xuan Zhuo
1
-7
/
+2
2023-02-17
xsk: check IFF_UP earlier in Tx path
Maciej Fijalkowski
1
-26
/
+33
2023-02-15
net: no longer support SOCK_REFCNT_DEBUG feature
Jason Xing
1
-4
/
+0
2022-09-22
xsk: Inherit need_wakeup flag for shared sockets
Jalal Mostafa
1
-2
/
+2
2022-08-31
xsk: Fix backpressure mechanism on Tx
Maciej Fijalkowski
1
-11
/
+11
2022-07-14
xsk: Mark napi_id on sendmsg()
Maciej Fijalkowski
1
-1
/
+4
2022-06-14
xsk: Fix generic transmit when completion queue reservation fails
Ciara Loftus
1
-7
/
+9
2022-06-08
xsk: Fix handling of invalid descriptors in XSK TX batching API
Maciej Fijalkowski
1
-2
/
+3
2022-04-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+14
2022-04-26
xsk: Fix possible crash when multiple sockets are created
Maciej Fijalkowski
1
-0
/
+13
2022-04-15
xsk: Diversify return codes in xsk_rcv_check()
Maciej Fijalkowski
1
-1
/
+1
2022-04-15
xsk: Improve xdp_do_redirect() error codes
Björn Töpel
1
-1
/
+1
2022-04-07
xsk: Fix l2fwd for copy mode + busy poll combo
Maciej Fijalkowski
1
-1
/
+1
2022-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-19
/
+50
2022-02-28
xsk: Fix race at socket teardown
Magnus Karlsson
1
-19
/
+50
2022-01-27
i40e: xsk: Move tmp desc array from driver to pool
Magnus Karlsson
1
-7
/
+6
2022-01-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2021-12-17
Revert "xsk: Do not sleep in poll() when need_wakeup set"
Magnus Karlsson
1
-2
/
+2
2021-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2021-12-14
xsk: Do not sleep in poll() when need_wakeup set
Magnus Karlsson
1
-2
/
+2
2021-11-16
net: drop nopreempt requirement on sock_prot_inuse_add()
Eric Dumazet
1
-4
/
+0
2021-09-28
xsk: Optimize for aligned case
Magnus Karlsson
1
-15
/
+0
2021-06-29
net: sock: introduce sk_error_report
Alexander Aring
1
-1
/
+1
2021-06-24
xdp: Add proper __rcu annotations to redirect map entries
Toke Høiland-Jørgensen
1
-2
/
+2
2021-04-23
xsk: Align XDP socket batch size with DPDK
Li RongQing
1
-1
/
+1
2021-02-25
xsk: Build skb by page (aka generic zerocopy xmit)
Xuan Zhuo
1
-24
/
+96
2021-02-25
xsk: Respect device's headroom and tailroom on generic xmit path
Alexander Lobakin
1
-1
/
+7
2021-01-25
xsk: Remove explicit_free parameter from __xsk_rcv()
Björn Töpel
1
-16
/
+31
2021-01-19
xsk: Clear pool even for inactive queues
Maxim Mikityanskiy
1
-2
/
+2
2020-12-18
xsk: Rollback reservation at NETDEV_TX_BUSY
Magnus Karlsson
1
-0
/
+3
[next]