summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)AuthorLines
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-93/+1073
2021-07-15sock_map: Relax config dependency to CONFIG_NETCong Wang-1/+1
2021-07-15bpf: Add bpf_get_func_ip helper for kprobe programsJiri Olsa-0/+2
2021-07-15bpf: Add bpf_get_func_ip helper for tracing programsJiri Olsa-0/+43
2021-07-15bpf: Enable BPF_TRAMP_F_IP_ARG for trampolines with call_get_func_ipJiri Olsa-3/+9
2021-07-15bpf: Teach stack depth check about async callbacks.Alexei Starovoitov-3/+15
2021-07-15bpf: Implement verifier support for validation of async callbacks.Alexei Starovoitov-8/+123
2021-07-15bpf: Relax verifier recursion check.Alexei Starovoitov-2/+6
2021-07-15bpf: Remember BTF of inner maps.Alexei Starovoitov-0/+6
2021-07-15bpf: Prevent pointer mismatch in bpf_timer_init.Alexei Starovoitov-3/+28
2021-07-15bpf: Add map side support for bpf timers.Alexei Starovoitov-35/+225
2021-07-15bpf: Introduce bpf timers.Alexei Starovoitov-0/+433
2021-07-15bpf: Factor out bpf_spin_lock into helpers.Alexei Starovoitov-4/+14
2021-07-15bpf: Prepare bpf_prog_put() to be called from irq context.Alexei Starovoitov-6/+26
2021-07-14bpf: Fix potential memleak and UAF in the verifier.He Fengqing-11/+16
2021-07-13bpf: Fix tail_call_reachable rejection for interpreter when jit failedDaniel Borkmann-0/+2
2021-07-09bpf: Track subprog poke descriptors correctly and fix use-after-freeJohn Fastabend-40/+28
2021-07-07bpf: devmap: Implement devmap prog execution for generic XDPKumar Kartikeya Dwivedi-10/+39
2021-07-07bpf: cpumap: Implement generic cpumapKumar Kartikeya Dwivedi-18/+98
2021-07-01bpf, devmap: Convert remaining READ_ONCE() to rcu_dereference_check()Toke Høiland-Jørgensen-2/+4
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-5/+7
2021-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-44/+53
2021-06-28bpf: Fix false positive kmemleak report in bpf_ringbuf_area_alloc()Rustam Kovhaev-0/+2
2021-06-24xdp: Add proper __rcu annotations to redirect map entriesToke Høiland-Jørgensen-32/+30
2021-06-24bpf: Allow RCU-protected lookups to happen from bh contextToke Høiland-Jørgensen-12/+21
2021-06-22bpf: Fix null ptr deref with mixed tail calls and subprogsJohn Fastabend-2/+4
2021-06-22bpf: Fix integer overflow in argument calculation for bpf_map_area_allocBui Quang Minh-2/+2
2021-06-22bpf: Fix regression on BPF_OBJ_GET with non-O_RDWR flagsMaciej Żenczykowski-1/+1
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+61
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-14bpf: Fix leakage under speculation on mispredicted branchesDaniel Borkmann-4/+40
2021-06-14bpf: Do not mark insn as seen under speculative path verificationDaniel Borkmann-2/+18
2021-06-14bpf: Inherit expanded/patched seen count from old aux dataDaniel Borkmann-1/+3
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