summaryrefslogtreecommitdiffstats
path: root/virt (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-18fprobe: Add sample program for fprobeMasami Hiramatsu4-0/+131
2022-03-18fprobe: Add exit_handler supportMasami Hiramatsu3-9/+122
2022-03-18ARM: rethook: Add rethook arm implementationMasami Hiramatsu5-2/+113
2022-03-18powerpc: Add rethook supportMasami Hiramatsu3-0/+74
2022-03-18arm64: rethook: Add arm64 rethook implementationMasami Hiramatsu6-2/+121
2022-03-18rethook: x86: Add rethook x86 implementationMasami Hiramatsu5-1/+129
2022-03-18rethook: Add a generic return hookMasami Hiramatsu7-0/+437
2022-03-18fprobe: Add ftrace based probe APIsMasami Hiramatsu4-0/+311
2022-03-18ftrace: Add ftrace_set_filter_ips functionJiri Olsa2-9/+52
2022-03-18selftests/bpf: Fix tunnel remote IP commentsKaixi Fan1-1/+1
2022-03-17veth: Allow jumbo frames in xdp modeLorenzo Bianconi1-3/+8
2022-03-17veth: Rework veth_xdp_rcv_skb in order to accept non-linear skbLorenzo Bianconi2-56/+122
2022-03-17net: veth: Account total xdp_frame len running ndo_xdp_xmitLorenzo Bianconi2-2/+16
2022-03-16selftests/bpf: Test subprog jit when toggle bpf_jit_harden repeatedlyHou Tao1-9/+68
2022-03-16bpf: Fix net.core.bpf_jit_harden raceHou Tao3-3/+6
2022-03-16bpf, x86: Fall back to interpreter mode when extra pass failsHou Tao1-2/+9
2022-03-16bpf: selftests: Remove libcap usage from test_progsMartin KaFai Lau2-38/+11
2022-03-16bpf: selftests: Remove libcap usage from test_verifierMartin KaFai Lau2-64/+27
2022-03-16bpf: selftests: Add helpers to directly use the capget and capset syscallMartin KaFai Lau2-0/+86
2022-03-15bpftool: man: Add missing top level docsDaniel Xu1-1/+12
2022-03-15bpftool: Add bpf_cookie to link outputDmitrii Dolgov4-0/+34
2022-03-15selftests/bpf: Clean up array_size.cocci warningsGuo Zhengkui9-15/+15
2022-03-15samples/bpf, xdpsock: Fix race when running for fix duration of timeNiklas Söderlund1-3/+3
2022-03-15bpf, sockmap: Fix double uncharge the mem of sk_msgWang Yufen1-4/+3
2022-03-15bpf, sockmap: Fix more uncharged while msg has more_dataWang Yufen1-2/+5
2022-03-15bpf, sockmap: Fix memleak in tcp_bpf_sendmsg while sk msg is fullWang Yufen1-4/+13
2022-03-15bpf, sockmap: Fix memleak in sk_psock_queue_msgWang Yufen1-9/+4
2022-03-11selftests/bpf: Fix a clang compilation error for send_signal.cYonghong Song1-1/+1
2022-03-11selftests/bpf: Add a test for maximum packet size in xdp_do_redirectToke Høiland-Jørgensen1-0/+24
2022-03-11bpf, test_run: Fix packet size check for live packet modeToke Høiland-Jørgensen1-3/+3
2022-03-11compiler_types: Refactor the use of btf_type_tag attribute.Hao Luo1-10/+9
2022-03-11selftests/bpf: Check that bpf_kernel_read_file() denies reading IMA policyRoberto Sassu2-0/+35
2022-03-11selftests/bpf: Add test for bpf_lsm_kernel_read_file()Roberto Sassu3-1/+49
2022-03-11bpf-lsm: Make bpf_lsm_kernel_read_file() as sleepableRoberto Sassu1-0/+1
2022-03-11selftests/bpf: Check if the digest is refreshed after a file writeRoberto Sassu3-4/+103
2022-03-11selftests/bpf: Add test for bpf_ima_file_hash()Roberto Sassu2-6/+47
2022-03-11selftests/bpf: Move sample generation code to ima_test_common()Roberto Sassu1-3/+8
2022-03-11bpf-lsm: Introduce new helper bpf_ima_file_hash()Roberto Sassu3-0/+42
2022-03-11ima: Always return a file measurement in ima_file_hash()Roberto Sassu1-13/+33
2022-03-11ima: Fix documentation-related warnings in ima_main.cRoberto Sassu1-5/+6
2022-03-11bpftool: Ensure bytes_memlock json output is correctChris J Arges2-2/+2
2022-03-10bpf: Use offsetofend() to simplify macro definitionYuntao Wang1-2/+1
2022-03-10bpf: Fix comment for helper bpf_current_task_under_cgroup()Hengqi Chen2-4/+4
2022-03-10bpf: selftests: Update tests after s/delivery_time/tstamp/ change in bpf.hMartin KaFai Lau1-19/+19
2022-03-10bpf: Remove BPF_SKB_DELIVERY_TIME_NONE and rename s/delivery_time_/tstamp_/Martin KaFai Lau4-93/+77
2022-03-10bpf: Simplify insn rewrite on BPF_WRITE __sk_buff->tstampMartin KaFai Lau1-12/+14
2022-03-10bpf: Simplify insn rewrite on BPF_READ __sk_buff->tstampMartin KaFai Lau1-10/+11
2022-03-10bpf: net: Remove TC_AT_INGRESS_OFFSET and SKB_MONO_DELIVERY_TIME_OFFSET macroMartin KaFai Lau2-12/+12
2022-03-10bpf, test_run: Use kvfree() for memory allocated with kvmalloc()Yihao Han1-2/+2
2022-03-10bpf: Initialise retval in bpf_prog_test_run_xdp()Toke Høiland-Jørgensen1-1/+1