summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Daniel Borkmann says:Jakub Kicinski2023-04-13356-11274/+21786
|\
| * bpf, sockmap: Revert buggy deadlock fix in the sockhash and sockmapDaniel Borkmann2023-04-131-6/+4
| * samples/bpf: Fix fout leak in hbm's run_bpf_progHao Zeng2023-04-131-0/+1
| * xsk: Elide base_addr comparison in xp_unaligned_validate_descKal Conley2023-04-131-6/+2
| * selftests/bpf: Fix compiler warnings in bpf_testmod for kfuncsAndrii Nakryiko2023-04-131-0/+6
| * xsk: Simplify xp_aligned_validate_desc implementationKal Conley2023-04-131-8/+4
| * selftests/bpf: Remove stand-along test_verifier_log test binaryAndrii Nakryiko2023-04-132-176/+1
| * selftests/bpf: Keep the loop in bpf_testmod_loop_testSong Liu2023-04-131-1/+5
| * selftests/bpf: Fix leaked bpf_link in get_stackid_cannot_attachSong Liu2023-04-131-0/+1
| * selftests/bpf: Use read_perf_max_sample_freq() in perf_event_stackmapSong Liu2023-04-134-16/+24
| * selftests/bpf: Fix use of uninitialized op_name in log testsLorenz Bauer2023-04-131-1/+1
| * mm: Fix copy_from_user_nofault().Alexei Starovoitov2023-04-122-6/+12
| * Merge branch 'Add FOU support for externally controlled ipip devices'Alexei Starovoitov2023-04-1210-19/+432
| |\
| | * selftests/bpf: Test FOU kfuncs for externally controlled ipip devicesChristian Ehrig2023-04-122-2/+268
| | * bpf,fou: Add bpf_skb_{set,get}_fou_encap kfuncsChristian Ehrig2023-04-124-1/+127
| | * ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devicesChristian Ehrig2023-04-124-16/+37
| |/
| * bpf, sockmap: fix deadlocks in the sockhash and sockmapXin Liu2023-04-121-4/+6
| * bpf,docs: Remove references to bpf_cgroup_kptr_get()David Vernet2023-04-121-68/+0
| * bpf: Remove bpf_cgroup_kptr_get() kfuncDavid Vernet2023-04-124-99/+14
| * bpf: Make bpf_cgroup_acquire() KF_RCU | KF_RET_NULLDavid Vernet2023-04-124-10/+40
| * bpf: Handle NULL in bpf_local_storage_free.Alexei Starovoitov2023-04-121-0/+3
| * selftests/bpf: Add test to access u32 ptr argument in tracing programFeng Zhou2023-04-112-1/+20
| * bpf/btf: Fix is_int_ptr()Feng Zhou2023-04-111-6/+2
| * Merge branch 'bpf-verifier-log-rotation'Daniel Borkmann2023-04-1115-184/+965
| |\
| | * selftests/bpf: Add verifier log tests for BPF_BTF_LOAD commandAndrii Nakryiko2023-04-111-0/+188
| | * selftests/bpf: Add testing of log_buf==NULL condition for BPF_PROG_LOADAndrii Nakryiko2023-04-111-0/+23
| | * selftests/bpf: Add tests to validate log_true_size featureAndrii Nakryiko2023-04-111-16/+76
| | * libbpf: Wire through log_true_size for bpf_btf_load() APIAndrii Nakryiko2023-04-112-4/+13
| | * libbpf: Wire through log_true_size returned from kernel for BPF_PROG_LOADAndrii Nakryiko2023-04-112-4/+14
| | * bpf: Relax log_buf NULL conditions when log_level>0 is requestedAndrii Nakryiko2023-04-111-17/+25
| | * bpf: Simplify internal verifier log interfaceAndrii Nakryiko2023-04-114-75/+90
| | * bpf: Add log_true_size output field to return necessary log buffer sizeAndrii Nakryiko2023-04-117-26/+56
| | * bpf: Keep track of total log content size in both fixed and rolling modesAndrii Nakryiko2023-04-112-30/+49
| | * bpf: Simplify logging-related error conditions handlingAndrii Nakryiko2023-04-113-6/+6
| | * bpf: Avoid incorrect -EFAULT error in BPF_LOG_KERNEL modeAndrii Nakryiko2023-04-111-1/+1
| | * bpf: Fix missing -EFAULT return on user log buf error in btf_parse()Andrii Nakryiko2023-04-111-0/+4
| | * bpf: Ignore verifier log reset in BPF_LOG_KERNEL modeAndrii Nakryiko2023-04-111-1/+1
| | * selftests/bpf: Add fixed vs rotating verifier log testsAndrii Nakryiko2023-04-111-0/+179
| | * veristat: Add more veristat control over verifier log optionsAndrii Nakryiko2023-04-111-9/+35
| | * libbpf: Don't enforce unnecessary verifier log restrictions on libbpf sideAndrii Nakryiko2023-04-111-4/+0
| | * bpf: Switch BPF verifier log to be a rotating log by defaultAndrii Nakryiko2023-04-115-26/+228
| | * bpf: Remove minimum size restrictions on verifier log bufferAndrii Nakryiko2023-04-111-1/+1
| | * bpf: Split off basic BPF verifier log into separate fileAndrii Nakryiko2023-04-114-82/+94
| |/
| * bpf: Remove extra whitespace in SPDX tag for syscall/helpers man pagesAlejandro Colomar2023-04-111-1/+1
| * selftests/bpf: Reset err when symbol name already exist in kprobe_multi_testManu Bretelle2023-04-101-1/+3
| * selftests/bpf: Prevent infinite loop in veristat when base file is too shortEduard Zingerman2023-04-071-2/+6
| * bpftool: Set program type only if it differs from the desired oneWei Yongjun2023-04-071-1/+2
| * selftests/bpf: Use PERF_COUNT_HW_CPU_CYCLES event for get_branch_snapshotSong Liu2023-04-071-2/+2
| * bpf: ensure all memory is initialized in bpf_get_current_commBarret Rhoden2023-04-061-1/+1
| * Merge branch 'bpf: Improve verifier for cond_op and spilled loop index variab...Alexei Starovoitov2023-04-064-1/+662
| |\