| Age | Commit message (Expand) | Author | Lines |
| 2021-06-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | -110/+476 |
| 2021-06-17 | bpf: Fix up register-based shifts in interpreter to silence KUBSAN | Daniel Borkmann | -18/+43 |
| 2021-06-16 | bpf: Fix typo in kernel/bpf/bpf_lsm.c | Shuyi Cheng | -1/+1 |
| 2021-06-15 | bpf: Support socket migration by eBPF. | Kuniyuki Iwashima | -0/+13 |
| 2021-06-07 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller | -2/+5 |
| 2021-06-02 | bpf, lockdown, audit: Fix buggy SELinux lockdown permission checks | Daniel Borkmann | -2/+5 |
| 2021-06-01 | bpf, tnums: Provably sound, faster, and more precise algorithm for tnum_mul | Harishankar Vishwanathan | -19/+22 |
| 2021-05-28 | bpf, devmap: Remove drops variable from bq_xmit_all() | Hangbin Liu | -5/+2 |
| 2021-05-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | -67/+192 |
| 2021-05-26 | libbpf: Move BPF_SEQ_PRINTF and BPF_SNPRINTF to bpf_helpers.h | Florent Revest | -1/+0 |
| 2021-05-26 | xdp: Extend xdp_redirect_map with broadcast support | Hangbin Liu | -3/+183 |
| 2021-05-26 | bpf: Run devmap xdp_prog on flush instead of bulk enqueue | Jesper Dangaard Brouer | -51/+76 |
| 2021-05-25 | bpf: No need to simulate speculative domain for immediates | Daniel Borkmann | -1/+5 |
| 2021-05-25 | bpf: Fix mask direction swap upon off reg sign change | Daniel Borkmann | -10/+12 |
| 2021-05-25 | bpf: Wrap aux data inside bpf_sanitize_info container | Daniel Borkmann | -7/+11 |
| 2021-05-25 | bpf: Fix BPF_LSM kconfig symbol dependency | Daniel Borkmann | -0/+2 |
| 2021-05-24 | bpf: Fix spelling mistakes | Zhen Lei | -16/+16 |
| 2021-05-24 | bpf: Add lookup_and_delete_elem support to hashtab | Denis Salopek | -4/+128 |
| 2021-05-20 | bpf, offload: Reorder offload callback 'prepare' in verifier | Yinjun Zhang | -6/+6 |
| 2021-05-20 | bpf: Avoid using ARRAY_SIZE on an uninitialized pointer | Florent Revest | -2/+3 |
| 2021-05-20 | bpf: Clarify a bpf_bprintf_prepare macro | Florent Revest | -4/+5 |
| 2021-05-20 | bpf: Fix BPF_JIT kconfig symbol dependency | Daniel Borkmann | -0/+1 |
| 2021-05-19 | bpf: Make some symbols static | Pu Lehui | -2/+2 |
| 2021-05-19 | bpf: Add bpf_sys_close() helper. | Alexei Starovoitov | -0/+19 |
| 2021-05-19 | bpf: Add bpf_btf_find_by_name_kind() helper. | Alexei Starovoitov | -0/+64 |
| 2021-05-19 | bpf: Introduce fd_idx | Alexei Starovoitov | -11/+38 |
| 2021-05-19 | bpf: Make btf_load command to be bpfptr_t compatible. | Alexei Starovoitov | -7/+8 |
| 2021-05-19 | bpf: Prepare bpf syscall to be used from kernel and user space. | Alexei Starovoitov | -61/+99 |
| 2021-05-19 | bpf: Introduce bpf_sys_bpf() helper and program type. | Alexei Starovoitov | -0/+61 |
| 2021-05-11 | bpf: Fix nested bpf_bprintf_prepare with more per-cpu buffers | Florent Revest | -13/+14 |
| 2021-05-11 | bpf: Add deny list of btf ids check for tracing programs | Jiri Olsa | -0/+14 |
| 2021-05-11 | bpf: Add kconfig knob for disabling unpriv bpf by default | Daniel Borkmann | -1/+12 |
| 2021-05-11 | bpf, kconfig: Add consolidated menu entry for bpf with core options | Daniel Borkmann | -0/+78 |
| 2021-05-11 | bpf: Prevent writable memory-mapping of read-only ringbuf pages | Andrii Nakryiko | -13/+8 |
| 2021-05-11 | bpf, ringbuf: Deny reserve of buffers larger than ringbuf | Thadeu Lima de Souza Cascardo | -0/+3 |
| 2021-05-11 | bpf: Fix alu32 const subreg bound tracking on bitwise operations | Daniel Borkmann | -13/+9 |
| 2021-05-10 | bpf: verifier: Allocate idmap scratch in verifier env | Lorenz Bauer | -31/+15 |
| 2021-05-10 | bpf: verifier: Use copy_array for jmp_history | Lorenz Bauer | -8/+5 |
| 2021-05-10 | bpf: verifier: Improve function state reallocation | Lorenz Bauer | -96/+101 |
| 2021-05-07 | bpf: Forbid trampoline attach for functions with variable arguments | Jiri Olsa | -0/+12 |
| 2021-05-03 | bpf: Fix leakage of uninitialized bpf stack under speculation | Daniel Borkmann | -10/+17 |
| 2021-05-03 | bpf: Fix masking negation logic upon negative dst register | Daniel Borkmann | -8/+4 |
| 2021-04-29 | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | -312/+1631 |
| 2021-04-28 | bpf: Add batched ops support for percpu array | Pedro Tammela | -0/+2 |
| 2021-04-27 | bpf: Implement formatted output helpers with bstr_printf | Florent Revest | -89/+101 |
| 2021-04-27 | Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | -1/+2 |
| 2021-04-27 | bpf, cpumap: Bulk skb using netif_receive_skb_list | Lorenzo Bianconi | -9/+9 |
| 2021-04-27 | bpf: Fix propagation of 32 bit unsigned bounds from 64 bit bounds | Daniel Borkmann | -5/+3 |
| 2021-04-25 | bpf: Allow trampoline re-attach for tracing and lsm programs | Jiri Olsa | -8/+19 |
| 2021-04-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | -6/+396 |