summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-26samples/bpf: Fix passing LDFLAGS to libbpfViktor Malik1-1/+1
2023-10-26samples/bpf: Allow building with custom CFLAGS/LDFLAGSViktor Malik1-1/+4
2023-10-26bpf: Add more WARN_ON_ONCE checks for mismatched alloc and freeHou Tao1-0/+4
2023-10-25Merge branch 'Add bpf programmable net device'Martin KaFai Lau25-15/+2433
2023-10-25selftests/bpf: Add selftests for netkitDaniel Borkmann4-0/+705
2023-10-25selftests/bpf: Add netlink helper libraryDaniel Borkmann3-5/+418
2023-10-25bpftool: Extend net dump with netkit progsDaniel Borkmann2-5/+10
2023-10-25bpftool: Implement link show support for netkitDaniel Borkmann1-0/+9
2023-10-25libbpf: Add link-based API for netkitDaniel Borkmann5-0/+76
2023-10-25tools: Sync if_link uapi headerDaniel Borkmann1-0/+141
2023-10-25netkit, bpf: Add bpf programmable net deviceDaniel Borkmann9-5/+1074
2023-10-24bpf: Improve JEQ/JNE branch taken logicAndrii Nakryiko1-0/+8
2023-10-24bpf: Fold smp_mb__before_atomic() into atomic_set_release()Paul E. McKenney1-2/+1
2023-10-24bpf: Fix unnecessary -EBUSY from htab_lock_bucketSong Liu1-2/+5
2023-10-24xsk: Avoid starving the xsk further down the listAlbert Huang2-0/+25
2023-10-24Merge branch 'exact-states-comparison-for-iterator-convergence-checks'Alexei Starovoitov4-54/+1133
2023-10-24bpf: print full verifier states on infinite loop detectionEduard Zingerman1-0/+4
2023-10-24selftests/bpf: test if state loops are detected in a tricky caseEduard Zingerman1-0/+177
2023-10-24bpf: correct loop detection for iterators convergenceEduard Zingerman2-4/+218
2023-10-24selftests/bpf: tests with delayed read/precision makrs in loop bodyEduard Zingerman1-0/+518
2023-10-24bpf: exact states comparison for iterator convergence checksEduard Zingerman3-31/+189
2023-10-24bpf: extract same_callsites() as utility functionEduard Zingerman1-5/+15
2023-10-24bpf: move explored_state() closer to the beginning of verifier.cEduard Zingerman1-15/+13
2023-10-24bpf, tcx: Get rid of tcx_link_constDaniel Borkmann2-8/+3
2023-10-23samples: bpf: Fix syscall_tp openat argumentDenys Zagorui1-2/+13
2023-10-21Merge branch 'bpf-fixes-for-per-cpu-kptr'Alexei Starovoitov9-36/+270
2023-10-21selftests/bpf: Add more test cases for bpf memory allocatorHou Tao2-7/+193
2023-10-21bpf: Use bpf_global_percpu_ma for per-cpu kptr in __bpf_obj_drop_impl()Hou Tao3-11/+17
2023-10-21bpf: Move the declaration of __bpf_obj_drop_impl() to bpf.hHou Tao3-4/+1
2023-10-21bpf: Use pcpu_alloc_size() in bpf_mem_free{_rcu}()Hou Tao2-2/+15
2023-10-21bpf: Re-enable unit_size checking for global per-cpu allocatorHou Tao1-10/+12
2023-10-21mm/percpu.c: introduce pcpu_alloc_size()Hou Tao2-0/+32
2023-10-20mm/percpu.c: don't acquire pcpu_lock for pcpu_chunk_addr_search()Hou Tao1-3/+1
2023-10-20selftests/bpf: Make linked_list failure test more robustKumar Kartikeya Dwivedi2-9/+5
2023-10-20Merge branch 'add-open-coded-task-css_task-and-css-iters'Alexei Starovoitov16-42/+771
2023-10-20selftests/bpf: Add tests for open-coded task and css iterChuyi Zhou5-0/+415
2023-10-20selftests/bpf: rename bpf_iter_task.c to bpf_iter_tasks.cChuyi Zhou2-9/+9
2023-10-20bpf: Let bpf_iter_task_new accept null task ptrChuyi Zhou2-3/+17
2023-10-20bpf: teach the verifier to enforce css_iter and task_iter in RCU CSChuyi Zhou4-21/+53
2023-10-20bpf: Introduce css open-coded iterator kfuncsChuyi Zhou3-0/+74
2023-10-20bpf: Introduce task open coded iterator kfuncsChuyi Zhou3-0/+98
2023-10-20bpf: Introduce css_task open-coded iterator kfuncsChuyi Zhou4-0/+92
2023-10-20cgroup: Prepare for using css_task_iter_*() in BPFChuyi Zhou2-13/+17
2023-10-19bpftool: Wrap struct_ops dump in an arrayManu Bretelle1-0/+6
2023-10-19bpftool: Fix printing of pointer valueManu Bretelle1-1/+1
2023-10-19bpf, docs: Define signed modulo as using truncated divisionDave Thaler1-0/+8
2023-10-18selftests/bpf: Add options and frags to xdp_hw_metadataLarysa Zaremba2-13/+67
2023-10-17selftests/bpf: Add additional mprog query test coverageDaniel Borkmann1-1/+130
2023-10-17selftests/bpf: Add selftest for bpf_task_under_cgroup() in sleepable progYafang Shao2-3/+36
2023-10-17bpf: Fix missed rcu read lock in bpf_task_under_cgroup()Yafang Shao1-1/+6