index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Paolo Abeni
2022-09-06
159
-1358
/
+5225
|
\
|
*
Merge branch 'bpf-allocator'
Daniel Borkmann
2022-09-05
10
-134
/
+820
|
|
\
|
|
*
bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
3
-19
/
+69
|
|
*
bpf: Remove usage of kmem_cache from bpf_mem_cache.
Alexei Starovoitov
2022-09-05
1
-36
/
+14
|
|
*
bpf: Remove prealloc-only restriction for sleepable bpf programs.
Alexei Starovoitov
2022-09-05
1
-23
/
+0
|
|
*
bpf: Prepare bpf_mem_alloc to be used by sleepable bpf programs.
Alexei Starovoitov
2022-09-05
1
-1
/
+14
|
|
*
bpf: Remove tracing program restriction on map types
Alexei Starovoitov
2022-09-05
1
-42
/
+0
|
|
*
bpf: Convert percpu hash map to per-cpu bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
1
-26
/
+19
|
|
*
bpf: Add percpu allocation support to bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
3
-7
/
+41
|
|
*
bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU.
Alexei Starovoitov
2022-09-05
2
-4
/
+66
|
|
*
bpf: Adjust low/high watermarks in bpf_mem_cache
Alexei Starovoitov
2022-09-05
1
-14
/
+36
|
|
*
bpf: Optimize call_rcu in non-preallocated hash map.
Alexei Starovoitov
2022-09-05
3
-14
/
+7
|
|
*
bpf: Optimize element count in non-preallocated hash map.
Alexei Starovoitov
2022-09-05
1
-8
/
+62
|
|
*
bpf: Relax the requirement to use preallocated hash maps in tracing progs.
Alexei Starovoitov
2022-09-05
1
-9
/
+22
|
|
*
samples/bpf: Reduce syscall overhead in map_perf_test.
Alexei Starovoitov
2022-09-05
2
-17
/
+29
|
|
*
selftests/bpf: Improve test coverage of test_maps
Alexei Starovoitov
2022-09-05
1
-14
/
+24
|
|
*
bpf: Convert hash map to bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
1
-5
/
+16
|
|
*
bpf: Introduce any context BPF specific memory allocator.
Alexei Starovoitov
2022-09-05
3
-1
/
+507
|
|
/
|
*
Merge branch 'bpf: net: Remove duplicated code from bpf_getsockopt()'
Alexei Starovoitov
2022-09-03
22
-410
/
+379
|
|
\
|
|
*
selftest/bpf: Add test for bpf_getsockopt()
Martin KaFai Lau
2022-09-03
2
-106
/
+43
|
|
*
bpf: Change bpf_getsockopt(SOL_IPV6) to reuse do_ipv6_getsockopt()
Martin KaFai Lau
2022-09-03
5
-33
/
+31
|
|
*
bpf: Change bpf_getsockopt(SOL_IP) to reuse do_ip_getsockopt()
Martin KaFai Lau
2022-09-03
3
-20
/
+16
|
|
*
bpf: Change bpf_getsockopt(SOL_TCP) to reuse do_tcp_getsockopt()
Martin KaFai Lau
2022-09-03
3
-33
/
+47
|
|
*
bpf: Change bpf_getsockopt(SOL_SOCKET) to reuse sk_getsockopt()
Martin KaFai Lau
2022-09-03
3
-36
/
+27
|
|
*
bpf: Embed kernel CONFIG check into the if statement in bpf_getsockopt
Martin KaFai Lau
2022-09-03
1
-7
/
+4
|
|
*
bpf: net: Avoid do_ipv6_getsockopt() taking sk lock when called from bpf
Martin KaFai Lau
2022-09-03
1
-8
/
+8
|
|
*
bpf: net: Change do_ipv6_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2022-09-03
5
-43
/
+50
|
|
*
net: Add a len argument to compat_ipv6_get_msfilter()
Martin KaFai Lau
2022-09-03
1
-5
/
+3
|
|
*
net: Remove unused flags argument from do_ipv6_getsockopt
Martin KaFai Lau
2022-09-03
1
-3
/
+3
|
|
*
bpf: net: Avoid do_ip_getsockopt() taking sk lock when called from bpf
Martin KaFai Lau
2022-09-03
1
-8
/
+8
|
|
*
bpf: net: Change do_ip_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2022-09-03
5
-53
/
+68
|
|
*
bpf: net: Avoid do_tcp_getsockopt() taking sk lock when called from bpf
Martin KaFai Lau
2022-09-03
1
-9
/
+9
|
|
*
bpf: net: Change do_tcp_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2022-09-03
1
-35
/
+37
|
|
*
bpf: net: Avoid sk_getsockopt() taking sk lock when called from bpf
Martin KaFai Lau
2022-09-03
1
-2
/
+2
|
|
*
bpf: net: Change sk_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2022-09-03
4
-24
/
+32
|
|
*
net: Change sock_getsockopt() to take the sk ptr instead of the sock ptr
Martin KaFai Lau
2022-09-03
1
-3
/
+9
|
|
/
|
*
selftests/xsk: Avoid use-after-free on ctx
Ian Rogers
2022-09-02
1
-3
/
+3
|
*
selftests/bpf: Store BPF object files with .bpf.o extension
Daniel Müller
2022-09-02
68
-250
/
+250
|
*
selftests/xsk: Add support for zero copy testing
Maciej Fijalkowski
2022-09-02
2
-4
/
+74
|
*
selftests/xsk: Make sure single threaded test terminates
Maciej Fijalkowski
2022-09-02
1
-0
/
+7
|
*
selftests/xsk: Add support for executing tests on physical device
Maciej Fijalkowski
2022-09-02
3
-87
/
+170
|
*
selftests/xsk: Increase chars for interface name to 16
Maciej Fijalkowski
2022-09-02
1
-2
/
+2
|
*
selftests/xsk: Introduce default Rx pkt stream
Maciej Fijalkowski
2022-09-02
2
-27
/
+51
|
*
selftests/xsk: Query for native XDP support
Maciej Fijalkowski
2022-09-02
1
-2
/
+37
|
*
selftests/bpf: Amend test_tunnel to exercise BPF_F_TUNINFO_FLAGS
Shmulik Ladkani
2022-09-02
1
-8
/
+16
|
*
bpf: Support getting tunnel flags
Shmulik Ladkani
2022-09-02
3
-4
/
+24
|
*
bpf, tnums: Warn against the usage of tnum_in(tnum_range(), ...)
Shung-Hsi Yu
2022-09-02
1
-2
/
+18
|
*
bpf: Only add BTF IDs for socket security hooks when CONFIG_SECURITY_NETWORK ...
Hou Tao
2022-09-02
1
-0
/
+6
|
*
bpf: Remove useless else if
Jiapeng Chong
2022-09-01
1
-3
/
+1
|
*
Merge branch 'Use this_cpu_xxx for preemption-safety'
Martin KaFai Lau
2022-09-01
8
-28
/
+191
|
|
\
[next]