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
*
lib/sort: Add priv pointer to swap function
Jiri Olsa
2022-03-18
3
-11
/
+32
*
Merge branch 'fprobe: Introduce fprobe function entry/exit probe'
Alexei Starovoitov
2022-03-18
40
-14
/
+1876
|
\
|
*
fprobe: Add a selftest for fprobe
Masami Hiramatsu
2022-03-18
3
-0
/
+188
|
*
docs: fprobe: Add fprobe description to ftrace-use.rst
Masami Hiramatsu
2022-03-18
2
-0
/
+175
|
*
fprobe: Introduce FPROBE_FL_KPROBE_SHARED flag for fprobe
Masami Hiramatsu
2022-03-18
3
-1
/
+33
|
*
fprobe: Add sample program for fprobe
Masami Hiramatsu
2022-03-18
4
-0
/
+131
|
*
fprobe: Add exit_handler support
Masami Hiramatsu
2022-03-18
3
-9
/
+122
|
*
ARM: rethook: Add rethook arm implementation
Masami Hiramatsu
2022-03-18
5
-2
/
+113
|
*
powerpc: Add rethook support
Masami Hiramatsu
2022-03-18
3
-0
/
+74
|
*
arm64: rethook: Add arm64 rethook implementation
Masami Hiramatsu
2022-03-18
6
-2
/
+121
|
*
rethook: x86: Add rethook x86 implementation
Masami Hiramatsu
2022-03-18
5
-1
/
+129
|
*
rethook: Add a generic return hook
Masami Hiramatsu
2022-03-18
7
-0
/
+437
|
*
fprobe: Add ftrace based probe APIs
Masami Hiramatsu
2022-03-18
4
-0
/
+311
|
*
ftrace: Add ftrace_set_filter_ips function
Jiri Olsa
2022-03-18
2
-9
/
+52
|
/
*
selftests/bpf: Fix tunnel remote IP comments
Kaixi Fan
2022-03-18
1
-1
/
+1
*
veth: Allow jumbo frames in xdp mode
Lorenzo Bianconi
2022-03-17
1
-3
/
+8
*
veth: Rework veth_xdp_rcv_skb in order to accept non-linear skb
Lorenzo Bianconi
2022-03-17
2
-56
/
+122
*
net: veth: Account total xdp_frame len running ndo_xdp_xmit
Lorenzo Bianconi
2022-03-17
2
-2
/
+16
*
selftests/bpf: Test subprog jit when toggle bpf_jit_harden repeatedly
Hou Tao
2022-03-16
1
-9
/
+68
*
bpf: Fix net.core.bpf_jit_harden race
Hou Tao
2022-03-16
3
-3
/
+6
*
bpf, x86: Fall back to interpreter mode when extra pass fails
Hou Tao
2022-03-16
1
-2
/
+9
*
Merge branch 'Remove libcap dependency from bpf selftests'
Alexei Starovoitov
2022-03-16
5
-102
/
+124
|
\
|
*
bpf: selftests: Remove libcap usage from test_progs
Martin KaFai Lau
2022-03-16
2
-38
/
+11
|
*
bpf: selftests: Remove libcap usage from test_verifier
Martin KaFai Lau
2022-03-16
2
-64
/
+27
|
*
bpf: selftests: Add helpers to directly use the capget and capset syscall
Martin KaFai Lau
2022-03-16
2
-0
/
+86
|
/
*
bpftool: man: Add missing top level docs
Daniel Xu
2022-03-15
1
-1
/
+12
*
bpftool: Add bpf_cookie to link output
Dmitrii Dolgov
2022-03-15
4
-0
/
+34
*
selftests/bpf: Clean up array_size.cocci warnings
Guo Zhengkui
2022-03-15
9
-15
/
+15
*
samples/bpf, xdpsock: Fix race when running for fix duration of time
Niklas Söderlund
2022-03-15
1
-3
/
+3
*
bpf, sockmap: Fix double uncharge the mem of sk_msg
Wang Yufen
2022-03-15
1
-4
/
+3
*
bpf, sockmap: Fix more uncharged while msg has more_data
Wang Yufen
2022-03-15
1
-2
/
+5
*
bpf, sockmap: Fix memleak in tcp_bpf_sendmsg while sk msg is full
Wang Yufen
2022-03-15
1
-4
/
+13
*
bpf, sockmap: Fix memleak in sk_psock_queue_msg
Wang Yufen
2022-03-15
1
-9
/
+4
*
selftests/bpf: Fix a clang compilation error for send_signal.c
Yonghong Song
2022-03-11
1
-1
/
+1
*
selftests/bpf: Add a test for maximum packet size in xdp_do_redirect
Toke Høiland-Jørgensen
2022-03-11
1
-0
/
+24
*
bpf, test_run: Fix packet size check for live packet mode
Toke Høiland-Jørgensen
2022-03-11
1
-3
/
+3
*
compiler_types: Refactor the use of btf_type_tag attribute.
Hao Luo
2022-03-11
1
-10
/
+9
*
Merge branch 'bpf-lsm: Extend interoperability with IMA'
Alexei Starovoitov
2022-03-11
7
-29
/
+321
|
\
|
*
selftests/bpf: Check that bpf_kernel_read_file() denies reading IMA policy
Roberto Sassu
2022-03-11
2
-0
/
+35
|
*
selftests/bpf: Add test for bpf_lsm_kernel_read_file()
Roberto Sassu
2022-03-11
3
-1
/
+49
|
*
bpf-lsm: Make bpf_lsm_kernel_read_file() as sleepable
Roberto Sassu
2022-03-11
1
-0
/
+1
|
*
selftests/bpf: Check if the digest is refreshed after a file write
Roberto Sassu
2022-03-11
3
-4
/
+103
|
*
selftests/bpf: Add test for bpf_ima_file_hash()
Roberto Sassu
2022-03-11
2
-6
/
+47
|
*
selftests/bpf: Move sample generation code to ima_test_common()
Roberto Sassu
2022-03-11
1
-3
/
+8
|
*
bpf-lsm: Introduce new helper bpf_ima_file_hash()
Roberto Sassu
2022-03-11
3
-0
/
+42
|
*
ima: Always return a file measurement in ima_file_hash()
Roberto Sassu
2022-03-11
1
-13
/
+33
|
*
ima: Fix documentation-related warnings in ima_main.c
Roberto Sassu
2022-03-11
1
-5
/
+6
|
/
*
bpftool: Ensure bytes_memlock json output is correct
Chris J Arges
2022-03-11
2
-2
/
+2
*
bpf: Use offsetofend() to simplify macro definition
Yuntao Wang
2022-03-10
1
-2
/
+1
*
bpf: Fix comment for helper bpf_current_task_under_cgroup()
Hengqi Chen
2022-03-10
2
-4
/
+4
[next]