summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
* bpf: Let verifier consider {task,cgroup} is trusted in bpf_iter_regChuyi Zhou2023-11-072-2/+2
* bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_ENDShung-Hsi Yu2023-11-011-1/+6
* bpf: Relax allowlist for css_task iterChuyi Zhou2023-11-011-4/+12
* bpf: Check map->usercnt after timer->timer is assignedHou Tao2023-11-011-9/+16
* bpf: Add __bpf_kfunc_{start,end}_defs macrosDave Marchevsky2023-11-016-32/+16
* bpf: Fix check_stack_write_fixed_off() to correctly spill immHao Sun2023-11-011-1/+1
* bpf: fix compilation error without CGROUPSMatthieu Baerts2023-11-013-3/+17
* Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds2023-11-011-11/+14
|\
| * bpf: Add sockptr support for setsockoptBreno Leitao2023-10-191-2/+3
| * bpf: Add sockptr support for getsockoptBreno Leitao2023-10-191-9/+11
* | Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-10-3119-312/+1766
|\ \
| * | bpf: Add more WARN_ON_ONCE checks for mismatched alloc and freeHou Tao2023-10-261-0/+4
| * | netkit, bpf: Add bpf programmable net deviceDaniel Borkmann2023-10-241-5/+25
| * | bpf: Improve JEQ/JNE branch taken logicAndrii Nakryiko2023-10-241-0/+8
| * | bpf: Fold smp_mb__before_atomic() into atomic_set_release()Paul E. McKenney2023-10-241-2/+1
| * | bpf: Fix unnecessary -EBUSY from htab_lock_bucketSong Liu2023-10-241-2/+5
| * | bpf: print full verifier states on infinite loop detectionEduard Zingerman2023-10-231-0/+4
| * | bpf: correct loop detection for iterators convergenceEduard Zingerman2023-10-231-4/+203
| * | bpf: exact states comparison for iterator convergence checksEduard Zingerman2023-10-231-31/+187
| * | bpf: extract same_callsites() as utility functionEduard Zingerman2023-10-231-5/+15
| * | bpf: move explored_state() closer to the beginning of verifier.cEduard Zingerman2023-10-231-15/+13
| * | bpf, tcx: Get rid of tcx_link_constDaniel Borkmann2023-10-231-2/+2
| * | bpf: Use bpf_global_percpu_ma for per-cpu kptr in __bpf_obj_drop_impl()Hou Tao2023-10-202-10/+16
| * | bpf: Move the declaration of __bpf_obj_drop_impl() to bpf.hHou Tao2023-10-202-4/+0
| * | bpf: Use pcpu_alloc_size() in bpf_mem_free{_rcu}()Hou Tao2023-10-201-2/+14
| * | bpf: Re-enable unit_size checking for global per-cpu allocatorHou Tao2023-10-201-10/+12
| * | bpf: Let bpf_iter_task_new accept null task ptrChuyi Zhou2023-10-192-3/+17
| * | bpf: teach the verifier to enforce css_iter and task_iter in RCU CSChuyi Zhou2023-10-192-13/+41
| * | bpf: Introduce css open-coded iterator kfuncsChuyi Zhou2023-10-192-0/+68
| * | bpf: Introduce task open coded iterator kfuncsChuyi Zhou2023-10-192-0/+93
| * | bpf: Introduce css_task open-coded iterator kfuncsChuyi Zhou2023-10-193-0/+84
| * | bpf: Fix missed rcu read lock in bpf_task_under_cgroup()Yafang Shao2023-10-171-1/+6
| * | net, bpf: Add a warning if NAPI cb missed xdp_do_flush().Sebastian Andrzej Siewior2023-10-172-0/+20
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-10-168-39/+203
| |\ \
| | * | bpf: Ensure proper register state printing for cond jumpsAndrii Nakryiko2023-10-161-1/+6
| | * | bpf: Disambiguate SCALAR register state output in verifier logsAndrii Nakryiko2023-10-161-22/+45
| | * | bpf: Introduce task_vma open-coded iterator kfuncsDave Marchevsky2023-10-132-0/+94
| | * | bpf: Don't explicitly emit BTF for struct btf_iter_numDave Marchevsky2023-10-131-2/+0
| | * | bpf: Implement cgroup sockaddr hooks for unix socketsDaan De Meyer2023-10-113-3/+28
| | * | bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix sockaddr from bpfDaan De Meyer2023-10-111-0/+1
| | * | bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer2023-10-111-2/+15
| | * | bpf: Add ability to pin bpf timer to calling CPUDavid Vernet2023-10-091-1/+4
| | * | bpf: Annotate struct bpf_stack_map with __counted_byKees Cook2023-10-061-1/+1
| | * | bpf: Add missed value to kprobe perf link infoJiri Olsa2023-09-251-6/+8
| | * | bpf: Disable zero-extension for BPF_MEMSXIlya Leoshkevich2023-09-211-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-124-20/+25
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-053-30/+25
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-09-215-19/+123
| |\ \ \ \
| * | | | | bpf: Remove unused variables.Alexei Starovoitov2023-09-191-5/+1
| * | | | | bpf: Fix bpf_throw warning on 32-bit archKumar Kartikeya Dwivedi2023-09-191-1/+1