index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
xdp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-06-28
3
-8
/
+4
|
\
|
*
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
2023-06-24
1
-1
/
+0
|
*
bpf: Centralize permissions checks for all BPF map types
Andrii Nakryiko
2023-06-19
1
-4
/
+0
|
*
xsk: Use pool->dma_pages to check for DMA
Kal Conley
2023-04-27
1
-3
/
+4
*
|
mm/gup: remove vmas parameter from pin_user_pages()
Lorenzo Stoakes
2023-06-09
1
-1
/
+1
|
/
*
Daniel Borkmann says:
Jakub Kicinski
2023-04-13
3
-20
/
+16
|
\
|
*
xsk: Elide base_addr comparison in xp_unaligned_validate_desc
Kal Conley
2023-04-13
1
-6
/
+2
|
*
xsk: Simplify xp_aligned_validate_desc implementation
Kal Conley
2023-04-13
1
-8
/
+4
|
*
xsk: Fix unaligned descriptor validation
Kal Conley
2023-04-06
1
-0
/
+1
|
*
xsk: allow remap of fill and/or completion rings
Nuno Gonçalves
2023-03-25
1
-3
/
+6
|
*
bpf: return long from bpf_map_ops funcs
JP Kobryn
2023-03-22
1
-4
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-03-24
1
-6
/
+7
|
\
\
|
|
/
|
/
|
|
*
xsk: Add missing overflow check in xdp_umem_reg
Kal Conley
2023-03-16
1
-6
/
+7
*
|
bpf, net: xskmap memory usage
Yafang Shao
2023-03-07
1
-0
/
+13
|
/
*
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
3
-13
/
+8
*
|
net: no longer support SOCK_REFCNT_DEBUG feature
Jason Xing
2023-02-15
1
-4
/
+0
|
/
*
xsk: add usage of XDP features flags
Marek Majtyka
2023-02-02
1
-2
/
+5
*
bpf: Expand map key argument of bpf_redirect_map to u64
Toke Høiland-Jørgensen
2022-11-15
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-10-03
3
-27
/
+26
|
\
|
*
xsk: Inherit need_wakeup flag for shared sockets
Jalal Mostafa
2022-09-22
2
-4
/
+5
|
*
xsk: Fix backpressure mechanism on Tx
Maciej Fijalkowski
2022-08-31
2
-23
/
+21
*
|
xsk: Expose min chunk size to drivers
Maxim Mikityanskiy
2022-09-30
1
-2
/
+0
|
/
*
xsk: Fix corrupted packets for XDP_SHARED_UMEM
Magnus Karlsson
2022-08-15
1
-6
/
+10
*
xsk: Mark napi_id on sendmsg()
Maciej Fijalkowski
2022-07-14
1
-1
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-07
1
-0
/
+1
|
\
|
*
xsk: Clear page contiguity bit when unmapping pool
Ivan Malov
2022-06-28
1
-0
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-06-23
1
-7
/
+9
|
\
|
|
*
xsk: Fix generic transmit when completion queue reservation fails
Ciara Loftus
2022-06-14
1
-7
/
+9
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-06-17
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
xdp: Directly use ida_alloc()/free() APIs
Ke Liu
2022-06-02
1
-3
/
+3
*
|
xsk: Fix handling of invalid descriptors in XSK TX batching API
Maciej Fijalkowski
2022-06-08
2
-10
/
+3
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-04-28
2
-5
/
+26
|
\
|
*
xsk: Fix possible crash when multiple sockets are created
Maciej Fijalkowski
2022-04-26
2
-4
/
+25
|
*
xsk: Fix l2fwd for copy mode + busy poll combo
Maciej Fijalkowski
2022-04-07
1
-1
/
+1
*
|
bpf: Compute map_btf_id during build time
Menglong Dong
2022-04-26
1
-3
/
+3
*
|
xsk: Drop ternary operator from xskq_cons_has_entries
Maciej Fijalkowski
2022-04-15
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
2
-2
/
+2
|
/
*
xsk: Do not write NULL in SW ring at allocation failure
Magnus Karlsson
2022-03-28
1
-2
/
+6
*
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
3
-13
/
+19
*
|
bpf: remove unused static inlines
Jakub Kicinski
2022-01-26
1
-7
/
+0
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-01-05
1
-2
/
+2
|
\
|
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2021-12-31
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/bpf/bpf-next
David S. Miller
2021-12-31
1
-0
/
+1
|
\
\
\
[next]