summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
...
* | bpf: Introduce bpf_sys_bpf() helper and program type.Alexei Starovoitov2021-05-192-0/+61
* | bpf: verifier: Allocate idmap scratch in verifier envLorenz Bauer2021-05-101-31/+15
* | bpf: verifier: Use copy_array for jmp_historyLorenz Bauer2021-05-101-8/+5
* | bpf: verifier: Improve function state reallocationLorenz Bauer2021-05-101-96/+101
|/
* bpf: Fix leakage of uninitialized bpf stack under speculationDaniel Borkmann2021-05-031-10/+17
* bpf: Fix masking negation logic upon negative dst registerDaniel Borkmann2021-05-031-8/+4
* Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-2920-312/+1631
|\
| * bpf: Add batched ops support for percpu arrayPedro Tammela2021-04-281-0/+2
| * bpf: Implement formatted output helpers with bstr_printfFlorent Revest2021-04-272-89/+101
| * bpf, cpumap: Bulk skb using netif_receive_skb_listLorenzo Bianconi2021-04-271-9/+9
| * bpf: Fix propagation of 32 bit unsigned bounds from 64 bit boundsDaniel Borkmann2021-04-271-5/+3
| * bpf: Allow trampoline re-attach for tracing and lsm programsJiri Olsa2021-04-252-8/+19
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-04-255-6/+396
| |\
| | * bpf: Remove unnecessary map checks for ARG_PTR_TO_CONST_STRFlorent Revest2021-04-231-2/+1
| | * bpf: Notify user if we ever hit a bpf_snprintf verifier bugFlorent Revest2021-04-231-2/+4
| | * bpf: Refine retval for bpf_get_task_stack helperDave Marchevsky2021-04-191-0/+1
| | * bpf: Add a bpf_snprintf helperFlorent Revest2021-04-192-0/+91
| | * bpf: Add a ARG_PTR_TO_CONST_STR argument typeFlorent Revest2021-04-191-0/+41
| | * bpf: Factorize bpf_trace_printk and bpf_seq_printfFlorent Revest2021-04-191-0/+256
| | * bpf: Return target info when a tracing bpf_link is queriedToke Høiland-Jørgensen2021-04-131-0/+3
| | * bpf, inode: Remove second initialization of the bpf_preload_lockMuhammad Usama Anjum2021-04-061-2/+0
| | * bpf: Remove unused parameter from ___bpf_prog_runHe Fengqing2021-04-031-4/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-171-74/+156
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-095-5/+48
| |\ \ \ | | |_|/ | |/| |
| * | | sock_map: Introduce BPF_SK_SKB_VERDICTCong Wang2021-04-011-0/+1
| * | | bpf: Remove redundant assignment of variable idColin Ian King2021-03-301-1/+0
| * | | bpf: Support bpf program calling kernel functionMartin KaFai Lau2021-03-265-35/+430
| * | | bpf: Refactor btf_check_func_arg_matchMartin KaFai Lau2021-03-262-75/+88
| * | | bpf: Simplify freeing logic in linfo and jited_linfoMartin KaFai Lau2021-03-263-26/+16
| * | | bpf: Add support for batched ops in LPM trie mapsPedro Tammela2021-03-251-0/+3
| * | | bpf: Fix NULL pointer dereference in bpf_get_local_storage() helperYonghong Song2021-03-252-6/+14
| * | | bpf: Undo ptr_to_map_key alu sanitation for nowDaniel Borkmann2021-03-261-14/+0
| * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-03-255-23/+16
| |\ \ \
| | * | | bpf: Avoid old-style declaration warningsArnd Bergmann2021-03-241-2/+2
| | * | | bpf: Remove insn_buf[] declaration in inner blockJianlin Lv2021-03-191-1/+0
| | * | | bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi2021-03-181-18/+12
| | * | | bpf: Make symbol 'bpf_task_storage_busy' staticWei Yongjun2021-03-161-1/+1
| | * | | kernel/bpf/: Fix misspellings using codespell toolLiu xuzhi2021-03-161-1/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-257-70/+217
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-03-0913-140/+658
| |\ \ \ \
| | * | | | bpf, xdp: Restructure redirect actionsBjörn Töpel2021-03-102-2/+0
| | * | | | bpf, xdp: Make bpf_redirect_map() a map operationBjörn Töpel2021-03-103-5/+32
| | * | | | bpf: Add BTF_KIND_FLOAT supportIlya Leoshkevich2021-03-041-2/+81
| | * | | | bpf: Add arraymap support for bpf_for_each_map_elem() helperYonghong Song2021-02-261-0/+40
| | * | | | bpf: Add hashtab support for bpf_for_each_map_elem() helperYonghong Song2021-02-262-0/+92
| | * | | | bpf: Add bpf_for_each_map_elem() helperYonghong Song2021-02-263-13/+213
| | * | | | bpf: Change return value of verifier function add_subprog()Yonghong Song2021-02-261-2/+2
| | * | | | bpf: Refactor check_func_call() to allow callback functionYonghong Song2021-02-261-17/+43
| | * | | | bpf: Factor out verbose_invalid_scalar()Yonghong Song2021-02-261-11/+19
| | * | | | bpf: Factor out visit_func_call_insn() in check_cfg()Yonghong Song2021-02-261-12/+23