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.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
/
net
/
xdp
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-14
Daniel Borkmann says:
Jakub Kicinski
3
-20
/
+16
2023-04-13
xsk: Elide base_addr comparison in xp_unaligned_validate_desc
Kal Conley
1
-6
/
+2
2023-04-13
xsk: Simplify xp_aligned_validate_desc implementation
Kal Conley
1
-8
/
+4
2023-04-06
xsk: Fix unaligned descriptor validation
Kal Conley
1
-0
/
+1
2023-03-26
xsk: allow remap of fill and/or completion rings
Nuno Gonçalves
1
-3
/
+6
2023-03-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+7
2023-03-23
bpf: return long from bpf_map_ops funcs
JP Kobryn
1
-4
/
+4
2023-03-16
xsk: Add missing overflow check in xdp_umem_reg
Kal Conley
1
-6
/
+7
2023-03-07
bpf, net: xskmap memory usage
Yafang Shao
1
-0
/
+13
2023-02-21
xsk: add linux/vmalloc.h to xsk.c
Xuan Zhuo
1
-0
/
+1
2023-02-21
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
3
-13
/
+8
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
2023-02-03
xsk: add usage of XDP features flags
Marek Majtyka
1
-2
/
+5
2022-11-15
bpf: Expand map key argument of bpf_redirect_map to u64
Toke Høiland-Jørgensen
1
-2
/
+2
2022-10-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-27
/
+26
2022-09-30
xsk: Expose min chunk size to drivers
Maxim Mikityanskiy
1
-2
/
+0
2022-09-22
xsk: Inherit need_wakeup flag for shared sockets
Jalal Mostafa
2
-4
/
+5
2022-08-31
xsk: Fix backpressure mechanism on Tx
Maciej Fijalkowski
2
-23
/
+21
2022-08-15
xsk: Fix corrupted packets for XDP_SHARED_UMEM
Magnus Karlsson
1
-6
/
+10
2022-07-14
xsk: Mark napi_id on sendmsg()
Maciej Fijalkowski
1
-1
/
+4
2022-07-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2022-06-28
xsk: Clear page contiguity bit when unmapping pool
Ivan Malov
1
-0
/
+1
2022-06-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-7
/
+9
2022-06-18
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-3
/
+3
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
2
-10
/
+3
2022-06-03
xdp: Directly use ida_alloc()/free() APIs
Ke Liu
1
-3
/
+3
2022-04-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-5
/
+26
2022-04-26
bpf: Compute map_btf_id during build time
Menglong Dong
1
-3
/
+3
2022-04-26
xsk: Fix possible crash when multiple sockets are created
Maciej Fijalkowski
2
-4
/
+25
2022-04-15
xsk: Drop ternary operator from xskq_cons_has_entries
Maciej Fijalkowski
1
-1
/
+1
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
2
-2
/
+2
2022-04-08
xsk: Fix l2fwd for copy mode + busy poll combo
Maciej Fijalkowski
1
-1
/
+1
2022-03-29
xsk: Do not write NULL in SW ring at allocation failure
Magnus Karlsson
1
-2
/
+6
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
3
-13
/
+19
2022-01-27
bpf: remove unused static inlines
Jakub Kicinski
1
-7
/
+0
2022-01-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2022-01-01
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
1
-2
/
+2
2021-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+1
2021-12-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2021-12-29
xsk: Initialise xskb free_list_node
Ciara Loftus
1
-0
/
+1
2021-12-29
net: Don't include filter.h from net/sock.h
Jakub Kicinski
1
-0
/
+1
2021-12-18
Revert "xsk: Do not sleep in poll() when need_wakeup set"
Magnus Karlsson
1
-2
/
+2
2021-12-17
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
[next]