index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
reuseport_array.c
Age
Commit message (
Expand
)
Author
Lines
2024-08-30
bpf: Use sockfd_put() helper
Jinjie Ruan
-1
/
+1
2023-06-19
bpf: Centralize permissions checks for all BPF map types
Andrii Nakryiko
-3
/
+0
2023-03-22
bpf: return long from bpf_map_ops funcs
JP Kobryn
-1
/
+1
2023-03-07
bpf: reuseport_array memory usage
Yafang Shao
-0
/
+8
2022-08-17
net: Fix suspicious RCU usage in bpf_sk_reuseport_detach()
David Howells
-1
/
+1
2022-08-10
net: refactor bpf_sk_reuseport_detach()
Hawkins Jiawei
-6
/
+3
2022-04-26
bpf: Compute map_btf_id during build time
Menglong Dong
-3
/
+3
2022-02-23
bpf: Cleanup comments
Tom Rix
-1
/
+1
2021-12-21
bpf: Use struct_size() helper
Xiu Jianfeng
-5
/
+1
2021-05-24
bpf: Fix spelling mistakes
Zhen Lei
-1
/
+1
2020-12-02
bpf: Eliminate rlimit-based memory accounting for reuseport_array maps
Roman Gushchin
-10
/
+2
2020-09-30
bpf, net: Rework cookie generator as per-cpu one
Daniel Borkmann
-1
/
+1
2020-08-28
bpf: Add map_meta_equal map ops
Martin KaFai Lau
-0
/
+1
2020-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
-4
/
+10
2020-07-09
bpf: net: Avoid incorrect bpf_sk_reuseport_detach call
Martin KaFai Lau
-2
/
+3
2020-07-09
bpf: net: Avoid copying sk_user_data of reuseport_array during sk_clone
Martin KaFai Lau
-4
/
+9
2020-07-01
bpf: Remove redundant synchronize_rcu.
Alexei Starovoitov
-2
/
+0
2020-06-22
bpf: Set map_btf_{name, id} for all map types
Andrey Ignatov
-0
/
+3
2020-05-15
bpf: Implement CAP_BPF
Alexei Starovoitov
-1
/
+1
2020-02-21
net: Generate reuseport group ID on group creation
Jakub Sitnicki
-5
/
+0
2019-05-31
bpf: move memory size checks to bpf_map_charge_init()
Roman Gushchin
-8
/
+2
2019-05-31
bpf: rework memlock-based memory accounting for maps
Roman Gushchin
-3
/
+6
2019-05-31
bpf: group memory related fields in struct bpf_map_memory
Roman Gushchin
-1
/
+1
2018-08-11
bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAY
Martin KaFai Lau
-0
/
+363