Age | Commit message (Expand) | Author |
2023-06-06 | bpf: Cleanup unused function declaration | Ruiqi Gong |
2023-04-13 | bpf: Support 64-bit pointers to kfuncs | Ilya Leoshkevich |
2023-04-04 | bpf: Remove unused arguments from btf_struct_access(). | Alexei Starovoitov |
2023-03-22 | bpf: return long from bpf_map_ops funcs | JP Kobryn |
2023-03-01 | bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr | Joanne Koong |
2023-03-01 | bpf: Add xdp dynptrs | Joanne Koong |
2023-03-01 | bpf: Add skb dynptrs | Joanne Koong |
2023-01-27 | net: add missing includes of linux/sched/clock.h | Jakub Kicinski |
2022-12-17 | Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2022-12-15 | mm: Introduce set_memory_rox() | Peter Zijlstra |
2022-11-15 | bpf: Expand map key argument of bpf_redirect_map to u64 | Toke Høiland-Jørgensen |
2022-11-14 | bpf: Refactor btf_struct_access | Kumar Kartikeya Dwivedi |
2022-09-26 | bpf: use bpf_prog_pack for bpf_dispatcher | Song Liu |
2022-09-20 | bpf: Move nf_conn extern declarations to filter.h | Daniel Xu |
2022-09-16 | bpf: Use bpf_capable() instead of CAP_SYS_ADMIN for blinding decision | Yauheni Kaliuta |
2022-09-02 | bpf: net: Change sk_getsockopt() to take the sockptr_t argument | Martin KaFai Lau |
2022-07-12 | bpf, x86: fix freeing of not-finalized bpf_prog_pack | Song Liu |
2022-06-21 | bpf, x64: Add predicate for bpf2bpf with tailcalls support in JIT | Tony Ambardar |
2022-06-16 | bpf: move bpf_prog to bpf.h | Delyan Kratunov |
2022-03-16 | bpf: Fix net.core.bpf_jit_harden race | Hou Tao |
2022-03-10 | bpf: Remove BPF_SKB_DELIVERY_TIME_NONE and rename s/delivery_time_/tstamp_/ | Martin KaFai Lau |
2022-03-03 | bpf: Add __sk_buff->delivery_time_type and bpf_skb_set_skb_delivery_time() | Martin KaFai Lau |
2022-02-07 | bpf: Introduce bpf_jit_binary_pack_[alloc|finalize|free] | Song Liu |
2022-02-07 | bpf: Use size instead of pages in bpf_binary_header | Song Liu |
2022-01-19 | bpf: Move getsockopt retval to struct bpf_cg_run_ctx | YiFei Zhu |
2022-01-05 | xdp: Add xdp_do_redirect_frame() for pre-computed xdp_frames | Toke Høiland-Jørgensen |
2021-12-13 | bpf: Let bpf_warn_invalid_xdp_action() report more info | Paolo Abeni |
2021-12-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-12-03 | treewide: Add missing includes masked by cgroup -> bpf dependency | Jakub Kicinski |
2021-11-30 | bpf: Make sure bpf_disable_instrumentation() is safe vs preemption. | Sebastian Andrzej Siewior |
2021-11-10 | bpf: Add ingress_ifindex to bpf_sk_lookup | Mark Pashmfouroush |
2021-11-02 | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2021-11-01 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski |
2021-11-01 | Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2021-10-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-10-27 | bpf: Use u64_stats_t in struct bpf_prog_stats | Eric Dumazet |
2021-10-27 | bpf: Avoid races in __bpf_prog_run() for 32bit arches | Eric Dumazet |
2021-10-22 | bpf: Prevent increasing bpf_jit_limit above max | Lorenz Bauer |
2021-10-18 | treewide: Replace open-coded flex arrays in unions | Kees Cook |
2021-09-28 | bpf: Replace callers of BPF_CAST_CALL with proper function typedef | Kees Cook |
2021-09-28 | bpf: Replace "want address" users of BPF_CAST_CALL with BPF_CALL_IMM | Kees Cook |
2021-09-03 | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2021-08-19 | isystem: trim/fixup stdarg.h and other headers | Alexey Dobriyan |
2021-08-17 | bpf: Refactor BPF_PROG_RUN_ARRAY family of macros into functions | Andrii Nakryiko |
2021-08-17 | bpf: Refactor BPF_PROG_RUN into a function | Andrii Nakryiko |
2021-08-09 | net, core: Add support for XDP redirection to slave device | Jussi Maki |
2021-07-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-07-29 | bpf: Introduce BPF nospec instruction for mitigating Spectre v4 | Daniel Borkmann |
2021-07-15 | bpf: Enable BPF_TRAMP_F_IP_ARG for trampolines with call_get_func_ip | Jiri Olsa |
2021-06-24 | xdp: Add proper __rcu annotations to redirect map entries | Toke Høiland-Jørgensen |