summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)AuthorLines
2021-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-110/+476
2021-06-17bpf: Fix up register-based shifts in interpreter to silence KUBSANDaniel Borkmann-18/+43
2021-06-16bpf: Fix typo in kernel/bpf/bpf_lsm.cShuyi Cheng-1/+1
2021-06-15bpf: Support socket migration by eBPF.Kuniyuki Iwashima-0/+13
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-2/+5
2021-06-02bpf, lockdown, audit: Fix buggy SELinux lockdown permission checksDaniel Borkmann-2/+5
2021-06-01bpf, tnums: Provably sound, faster, and more precise algorithm for tnum_mulHarishankar Vishwanathan-19/+22
2021-05-28bpf, devmap: Remove drops variable from bq_xmit_all()Hangbin Liu-5/+2
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-67/+192
2021-05-26libbpf: Move BPF_SEQ_PRINTF and BPF_SNPRINTF to bpf_helpers.hFlorent Revest-1/+0
2021-05-26xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu-3/+183
2021-05-26bpf: Run devmap xdp_prog on flush instead of bulk enqueueJesper Dangaard Brouer-51/+76
2021-05-25bpf: No need to simulate speculative domain for immediatesDaniel Borkmann-1/+5
2021-05-25bpf: Fix mask direction swap upon off reg sign changeDaniel Borkmann-10/+12
2021-05-25bpf: Wrap aux data inside bpf_sanitize_info containerDaniel Borkmann-7/+11
2021-05-25bpf: Fix BPF_LSM kconfig symbol dependencyDaniel Borkmann-0/+2
2021-05-24bpf: Fix spelling mistakesZhen Lei-16/+16
2021-05-24bpf: Add lookup_and_delete_elem support to hashtabDenis Salopek-4/+128
2021-05-20bpf, offload: Reorder offload callback 'prepare' in verifierYinjun Zhang-6/+6
2021-05-20bpf: Avoid using ARRAY_SIZE on an uninitialized pointerFlorent Revest-2/+3
2021-05-20bpf: Clarify a bpf_bprintf_prepare macroFlorent Revest-4/+5
2021-05-20bpf: Fix BPF_JIT kconfig symbol dependencyDaniel Borkmann-0/+1
2021-05-19bpf: Make some symbols staticPu Lehui-2/+2
2021-05-19bpf: Add bpf_sys_close() helper.Alexei Starovoitov-0/+19
2021-05-19bpf: Add bpf_btf_find_by_name_kind() helper.Alexei Starovoitov-0/+64
2021-05-19bpf: Introduce fd_idxAlexei Starovoitov-11/+38
2021-05-19bpf: Make btf_load command to be bpfptr_t compatible.Alexei Starovoitov-7/+8
2021-05-19bpf: Prepare bpf syscall to be used from kernel and user space.Alexei Starovoitov-61/+99
2021-05-19bpf: Introduce bpf_sys_bpf() helper and program type.Alexei Starovoitov-0/+61
2021-05-11bpf: Fix nested bpf_bprintf_prepare with more per-cpu buffersFlorent Revest-13/+14
2021-05-11bpf: Add deny list of btf ids check for tracing programsJiri Olsa-0/+14
2021-05-11bpf: Add kconfig knob for disabling unpriv bpf by defaultDaniel Borkmann-1/+12
2021-05-11bpf, kconfig: Add consolidated menu entry for bpf with core optionsDaniel Borkmann-0/+78
2021-05-11bpf: Prevent writable memory-mapping of read-only ringbuf pagesAndrii Nakryiko-13/+8
2021-05-11bpf, ringbuf: Deny reserve of buffers larger than ringbufThadeu Lima de Souza Cascardo-0/+3
2021-05-11bpf: Fix alu32 const subreg bound tracking on bitwise operationsDaniel Borkmann-13/+9
2021-05-10bpf: verifier: Allocate idmap scratch in verifier envLorenz Bauer-31/+15
2021-05-10bpf: verifier: Use copy_array for jmp_historyLorenz Bauer-8/+5
2021-05-10bpf: verifier: Improve function state reallocationLorenz Bauer-96/+101
2021-05-07bpf: Forbid trampoline attach for functions with variable argumentsJiri Olsa-0/+12
2021-05-03bpf: Fix leakage of uninitialized bpf stack under speculationDaniel Borkmann-10/+17
2021-05-03bpf: Fix masking negation logic upon negative dst registerDaniel Borkmann-8/+4
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-312/+1631
2021-04-28bpf: Add batched ops support for percpu arrayPedro Tammela-0/+2
2021-04-27bpf: Implement formatted output helpers with bstr_printfFlorent Revest-89/+101
2021-04-27Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+2
2021-04-27bpf, cpumap: Bulk skb using netif_receive_skb_listLorenzo Bianconi-9/+9
2021-04-27bpf: Fix propagation of 32 bit unsigned bounds from 64 bit boundsDaniel Borkmann-5/+3
2021-04-25bpf: Allow trampoline re-attach for tracing and lsm programsJiri Olsa-8/+19
2021-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-6/+396