index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-10
ima: Always return a file measurement in ima_file_hash()
Roberto Sassu
1
-13
/
+33
2022-03-10
ima: Fix documentation-related warnings in ima_main.c
Roberto Sassu
1
-5
/
+6
2022-03-11
bpftool: Ensure bytes_memlock json output is correct
Chris J Arges
2
-2
/
+2
2022-03-10
bpf: Use offsetofend() to simplify macro definition
Yuntao Wang
1
-2
/
+1
2022-03-10
bpf: Fix comment for helper bpf_current_task_under_cgroup()
Hengqi Chen
2
-4
/
+4
2022-03-10
Merge branch 'bpf-tstamp-follow-ups'
Daniel Borkmann
6
-138
/
+125
2022-03-10
bpf: selftests: Update tests after s/delivery_time/tstamp/ change in bpf.h
Martin KaFai Lau
1
-19
/
+19
2022-03-10
bpf: Remove BPF_SKB_DELIVERY_TIME_NONE and rename s/delivery_time_/tstamp_/
Martin KaFai Lau
4
-93
/
+77
2022-03-10
bpf: Simplify insn rewrite on BPF_WRITE __sk_buff->tstamp
Martin KaFai Lau
1
-12
/
+14
2022-03-10
bpf: Simplify insn rewrite on BPF_READ __sk_buff->tstamp
Martin KaFai Lau
1
-10
/
+11
2022-03-10
bpf: net: Remove TC_AT_INGRESS_OFFSET and SKB_MONO_DELIVERY_TIME_OFFSET macro
Martin KaFai Lau
2
-12
/
+12
2022-03-10
bpf, test_run: Use kvfree() for memory allocated with kvmalloc()
Yihao Han
1
-2
/
+2
2022-03-10
bpf: Initialise retval in bpf_prog_test_run_xdp()
Toke Høiland-Jørgensen
1
-1
/
+1
2022-03-10
bpftool: Restore support for BPF offload-enabled feature probing
Niklas Söderlund
1
-13
/
+139
2022-03-09
Merge branch 'Add support for transmitting packets using XDP in bpf_prog_run()'
Alexei Starovoitov
14
-105
/
+821
2022-03-09
selftests/bpf: Add selftest for XDP_REDIRECT in BPF_PROG_RUN
Toke Høiland-Jørgensen
2
-0
/
+277
2022-03-09
selftests/bpf: Move open_netns() and close_netns() into network_helpers.c
Toke Høiland-Jørgensen
3
-89
/
+95
2022-03-09
libbpf: Support batch_size option to bpf_prog_test_run
Toke Høiland-Jørgensen
2
-1
/
+3
2022-03-09
Documentation/bpf: Add documentation for BPF_PROG_RUN
Toke Høiland-Jørgensen
2
-0
/
+118
2022-03-09
bpf: Add "live packet" mode for XDP in BPF_PROG_RUN
Toke Høiland-Jørgensen
5
-15
/
+328
2022-03-08
Merge branch 'BPF test_progs tests improvement'
Andrii Nakryiko
6
-22
/
+35
2022-03-08
Improve stability of find_vma BPF test
Mykola Lysenko
1
-9
/
+19
2022-03-08
Improve send_signal BPF test stability
Mykola Lysenko
2
-8
/
+11
2022-03-08
Improve perf related BPF tests (sample_freq issue)
Mykola Lysenko
4
-5
/
+5
2022-03-08
tools: Fix unavoidable GCC call in Clang builds
Adrian Ratiu
1
-0
/
+4
2022-03-08
selftests/bpf: Make test_lwt_ip_encap more stable and faster
Felix Maurer
1
-1
/
+9
2022-03-08
bpf: Determine buf_info inside check_buffer_access()
Shung-Hsi Yu
1
-9
/
+3
2022-03-07
bpf/docs: Update list of architectures supported.
KP Singh
1
-1
/
+1
2022-03-07
bpf/docs: Update vmtest docs for static linking
KP Singh
1
-0
/
+8
2022-03-07
bpf: Remove redundant slash
Yuntao Wang
1
-3
/
+2
2022-03-07
libbpf: Fix array_size.cocci warning
Guo Zhengkui
2
-3
/
+4
2022-03-07
bpf: Replace strncpy() with strscpy()
Yuntao Wang
1
-7
/
+2
2022-03-07
libbpf: Unmap rings when umem deleted
lic121
1
-0
/
+11
2022-03-05
Merge branch 'bpf: add __percpu tagging in vmlinux BTF'
Alexei Starovoitov
7
-44
/
+253
2022-03-05
selftests/bpf: Add a test for btf_type_tag "percpu"
Hao Luo
3
-29
/
+215
2022-03-05
bpf: Reject programs that try to load __percpu memory.
Hao Luo
3
-13
/
+30
2022-03-05
compiler_types: Define __percpu as __attribute__((btf_type_tag("percpu")))
Hao Luo
1
-1
/
+6
2022-03-05
bpf: Fix checking PTR_TO_BTF_ID in check_mem_access
Hao Luo
1
-1
/
+2
2022-03-05
Merge branch 'Fixes for bad PTR_TO_BTF_ID offset'
Alexei Starovoitov
11
-53
/
+230
2022-03-05
selftests/bpf: Add tests for kfunc register offset checks
Kumar Kartikeya Dwivedi
2
-0
/
+94
2022-03-05
bpf: Replace __diag_ignore with unified __diag_ignore_all
Kumar Kartikeya Dwivedi
2
-4
/
+5
2022-03-05
compiler_types.h: Add unified __diag_ignore_all for GCC/LLVM
Kumar Kartikeya Dwivedi
3
-0
/
+10
2022-03-05
compiler-clang.h: Add __diag infrastructure for clang
Nathan Chancellor
1
-0
/
+22
2022-03-05
bpf: Harden register offset checks for release helpers and kfuncs
Kumar Kartikeya Dwivedi
3
-18
/
+43
2022-03-05
bpf: Disallow negative offset in check_ptr_off_reg
Kumar Kartikeya Dwivedi
3
-5
/
+11
2022-03-05
bpf: Fix PTR_TO_BTF_ID var_off check
Kumar Kartikeya Dwivedi
1
-3
/
+6
2022-03-05
bpf: Add check_func_arg_reg_off function
Kumar Kartikeya Dwivedi
2
-28
/
+44
2022-03-05
Merge branch 'libbpf: support custom SEC() handlers'
Alexei Starovoitov
6
-102
/
+586
2022-03-05
selftests/bpf: Add custom SEC() handling selftest
Andrii Nakryiko
2
-0
/
+239
2022-03-05
libbpf: Support custom SEC() handlers
Andrii Nakryiko
4
-53
/
+268
[prev]
[next]