index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
reuseport_array.c
Age
Commit message (
Expand
)
Author
2020-12-02
bpf: Eliminate rlimit-based memory accounting for reuseport_array maps
Roman Gushchin
2020-09-30
bpf, net: Rework cookie generator as per-cpu one
Daniel Borkmann
2020-08-28
bpf: Add map_meta_equal map ops
Martin KaFai Lau
2020-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-07-09
bpf: net: Avoid incorrect bpf_sk_reuseport_detach call
Martin KaFai Lau
2020-07-09
bpf: net: Avoid copying sk_user_data of reuseport_array during sk_clone
Martin KaFai Lau
2020-07-01
bpf: Remove redundant synchronize_rcu.
Alexei Starovoitov
2020-06-22
bpf: Set map_btf_{name, id} for all map types
Andrey Ignatov
2020-05-15
bpf: Implement CAP_BPF
Alexei Starovoitov
2020-02-21
net: Generate reuseport group ID on group creation
Jakub Sitnicki
2019-05-31
bpf: move memory size checks to bpf_map_charge_init()
Roman Gushchin
2019-05-31
bpf: rework memlock-based memory accounting for maps
Roman Gushchin
2019-05-31
bpf: group memory related fields in struct bpf_map_memory
Roman Gushchin
2018-08-11
bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAY
Martin KaFai Lau