index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-02
22
-410
/
+379
|
\
|
*
selftest/bpf: Add test for bpf_getsockopt()
Martin KaFai Lau
2022-09-02
2
-106
/
+43
|
*
bpf: Change bpf_getsockopt(SOL_IPV6) to reuse do_ipv6_getsockopt()
Martin KaFai Lau
2022-09-02
5
-33
/
+31
|
*
bpf: Change bpf_getsockopt(SOL_IP) to reuse do_ip_getsockopt()
Martin KaFai Lau
2022-09-02
3
-20
/
+16
|
*
bpf: Change bpf_getsockopt(SOL_TCP) to reuse do_tcp_getsockopt()
Martin KaFai Lau
2022-09-02
3
-33
/
+47
|
*
bpf: Change bpf_getsockopt(SOL_SOCKET) to reuse sk_getsockopt()
Martin KaFai Lau
2022-09-02
3
-36
/
+27
|
*
bpf: Embed kernel CONFIG check into the if statement in bpf_getsockopt
Martin KaFai Lau
2022-09-02
1
-7
/
+4
|
*
bpf: net: Avoid do_ipv6_getsockopt() taking sk lock when called from bpf
Martin KaFai Lau
2022-09-02
1
-8
/
+8
|
*
bpf: net: Change do_ipv6_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2022-09-02
5
-43
/
+50
|
*
net: Add a len argument to compat_ipv6_get_msfilter()
Martin KaFai Lau
2022-09-02
1
-5
/
+3
|
*
net: Remove unused flags argument from do_ipv6_getsockopt
Martin KaFai Lau
2022-09-02
1
-3
/
+3
|
*
bpf: net: Avoid do_ip_getsockopt() taking sk lock when called from bpf
Martin KaFai Lau
2022-09-02
1
-8
/
+8
|
*
bpf: net: Change do_ip_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2022-09-02
5
-53
/
+68
|
*
bpf: net: Avoid do_tcp_getsockopt() taking sk lock when called from bpf
Martin KaFai Lau
2022-09-02
1
-9
/
+9
|
*
bpf: net: Change do_tcp_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2022-09-02
1
-35
/
+37
|
*
bpf: net: Avoid sk_getsockopt() taking sk lock when called from bpf
Martin KaFai Lau
2022-09-02
1
-2
/
+2
|
*
bpf: net: Change sk_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2022-09-02
4
-24
/
+32
|
*
net: Change sock_getsockopt() to take the sk ptr instead of the sock ptr
Martin KaFai Lau
2022-09-02
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-01
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
|
\
|
*
selftests/bpf: Test concurrent updates on bpf_task_storage_busy
Hou Tao
2022-09-01
2
-0
/
+161
|
*
selftests/bpf: Move sys_pidfd_open() into task_local_storage_helpers.h
Hou Tao
2022-09-01
3
-18
/
+20
|
*
bpf: Use this_cpu_{inc_return|dec} for prog->active
Hou Tao
2022-09-01
1
-4
/
+4
|
*
bpf: Use this_cpu_{inc|dec|inc_return} for bpf_task_storage_busy
Hou Tao
2022-09-01
2
-6
/
+6
|
/
*
Merge branch 'fixes for concurrent htab updates'
Martin KaFai Lau
2022-08-31
4
-7
/
+179
|
\
|
*
selftests/bpf: Add test cases for htab update
Hou Tao
2022-08-31
3
-0
/
+156
|
*
bpf: Propagate error from htab_lock_bucket() to userspace
Hou Tao
2022-08-31
1
-2
/
+5
|
*
bpf: Disable preemption when increasing per-cpu map_locked
Hou Tao
2022-08-31
1
-5
/
+18
|
/
*
selftest/bpf: Ensure no module loading in bpf_setsockopt(TCP_CONGESTION)
Martin KaFai Lau
2022-08-31
1
-0
/
+4
*
bpf, net: Avoid loading module when calling bpf_setsockopt(TCP_CONGESTION)
Martin KaFai Lau
2022-08-31
1
-1
/
+1
*
libbpf: Add GCC support for bpf_tail_call_static
James Hilliard
2022-08-31
1
-6
/
+13
*
bpftool: Add support for querying cgroup_iter link
Hao Luo
2022-08-30
1
-0
/
+35
*
selftests/bpf: Fix connect4_prog tcp/socket header type conflict
James Hilliard
2022-08-29
1
-2
/
+3
*
selftests/bpf: Fix bind{4,6} tcp/socket header type conflict
James Hilliard
2022-08-29
2
-4
/
+0
[next]