summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib/sort: Add priv pointer to swap functionJiri Olsa2022-03-183-11/+32
* Merge branch 'fprobe: Introduce fprobe function entry/exit probe'Alexei Starovoitov2022-03-1840-14/+1876
|\
| * fprobe: Add a selftest for fprobeMasami Hiramatsu2022-03-183-0/+188
| * docs: fprobe: Add fprobe description to ftrace-use.rstMasami Hiramatsu2022-03-182-0/+175
| * fprobe: Introduce FPROBE_FL_KPROBE_SHARED flag for fprobeMasami Hiramatsu2022-03-183-1/+33
| * fprobe: Add sample program for fprobeMasami Hiramatsu2022-03-184-0/+131
| * fprobe: Add exit_handler supportMasami Hiramatsu2022-03-183-9/+122
| * ARM: rethook: Add rethook arm implementationMasami Hiramatsu2022-03-185-2/+113
| * powerpc: Add rethook supportMasami Hiramatsu2022-03-183-0/+74
| * arm64: rethook: Add arm64 rethook implementationMasami Hiramatsu2022-03-186-2/+121
| * rethook: x86: Add rethook x86 implementationMasami Hiramatsu2022-03-185-1/+129
| * rethook: Add a generic return hookMasami Hiramatsu2022-03-187-0/+437
| * fprobe: Add ftrace based probe APIsMasami Hiramatsu2022-03-184-0/+311
| * ftrace: Add ftrace_set_filter_ips functionJiri Olsa2022-03-182-9/+52
|/
* selftests/bpf: Fix tunnel remote IP commentsKaixi Fan2022-03-181-1/+1
* veth: Allow jumbo frames in xdp modeLorenzo Bianconi2022-03-171-3/+8
* veth: Rework veth_xdp_rcv_skb in order to accept non-linear skbLorenzo Bianconi2022-03-172-56/+122
* net: veth: Account total xdp_frame len running ndo_xdp_xmitLorenzo Bianconi2022-03-172-2/+16
* selftests/bpf: Test subprog jit when toggle bpf_jit_harden repeatedlyHou Tao2022-03-161-9/+68
* bpf: Fix net.core.bpf_jit_harden raceHou Tao2022-03-163-3/+6
* bpf, x86: Fall back to interpreter mode when extra pass failsHou Tao2022-03-161-2/+9
* Merge branch 'Remove libcap dependency from bpf selftests'Alexei Starovoitov2022-03-165-102/+124
|\
| * bpf: selftests: Remove libcap usage from test_progsMartin KaFai Lau2022-03-162-38/+11
| * bpf: selftests: Remove libcap usage from test_verifierMartin KaFai Lau2022-03-162-64/+27
| * bpf: selftests: Add helpers to directly use the capget and capset syscallMartin KaFai Lau2022-03-162-0/+86
|/
* bpftool: man: Add missing top level docsDaniel Xu2022-03-151-1/+12
* bpftool: Add bpf_cookie to link outputDmitrii Dolgov2022-03-154-0/+34
* selftests/bpf: Clean up array_size.cocci warningsGuo Zhengkui2022-03-159-15/+15
* samples/bpf, xdpsock: Fix race when running for fix duration of timeNiklas Söderlund2022-03-151-3/+3
* bpf, sockmap: Fix double uncharge the mem of sk_msgWang Yufen2022-03-151-4/+3
* bpf, sockmap: Fix more uncharged while msg has more_dataWang Yufen2022-03-151-2/+5
* bpf, sockmap: Fix memleak in tcp_bpf_sendmsg while sk msg is fullWang Yufen2022-03-151-4/+13
* bpf, sockmap: Fix memleak in sk_psock_queue_msgWang Yufen2022-03-151-9/+4
* selftests/bpf: Fix a clang compilation error for send_signal.cYonghong Song2022-03-111-1/+1
* selftests/bpf: Add a test for maximum packet size in xdp_do_redirectToke Høiland-Jørgensen2022-03-111-0/+24
* bpf, test_run: Fix packet size check for live packet modeToke Høiland-Jørgensen2022-03-111-3/+3
* compiler_types: Refactor the use of btf_type_tag attribute.Hao Luo2022-03-111-10/+9
* Merge branch 'bpf-lsm: Extend interoperability with IMA'Alexei Starovoitov2022-03-117-29/+321
|\
| * selftests/bpf: Check that bpf_kernel_read_file() denies reading IMA policyRoberto Sassu2022-03-112-0/+35
| * selftests/bpf: Add test for bpf_lsm_kernel_read_file()Roberto Sassu2022-03-113-1/+49
| * bpf-lsm: Make bpf_lsm_kernel_read_file() as sleepableRoberto Sassu2022-03-111-0/+1
| * selftests/bpf: Check if the digest is refreshed after a file writeRoberto Sassu2022-03-113-4/+103
| * selftests/bpf: Add test for bpf_ima_file_hash()Roberto Sassu2022-03-112-6/+47
| * selftests/bpf: Move sample generation code to ima_test_common()Roberto Sassu2022-03-111-3/+8
| * bpf-lsm: Introduce new helper bpf_ima_file_hash()Roberto Sassu2022-03-113-0/+42
| * ima: Always return a file measurement in ima_file_hash()Roberto Sassu2022-03-111-13/+33
| * ima: Fix documentation-related warnings in ima_main.cRoberto Sassu2022-03-111-5/+6
|/
* bpftool: Ensure bytes_memlock json output is correctChris J Arges2022-03-112-2/+2
* bpf: Use offsetofend() to simplify macro definitionYuntao Wang2022-03-101-2/+1
* bpf: Fix comment for helper bpf_current_task_under_cgroup()Hengqi Chen2022-03-102-4/+4