summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-02bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet
2023-02-02bpf: Document usage of the new __bpf_kfunc macroDavid Vernet
2023-02-02bpf: Add __bpf_kfunc tag for marking kernel functions as kfuncsDavid Vernet
2023-02-01Merge branch 'xdp-ice-mbuf'Daniel Borkmann
2023-02-01ice: xsk: Do not convert to buff to frame for XDP_TXMaciej Fijalkowski
2023-02-01ice: Remove next_{dd,rs} fields from ice_tx_ringMaciej Fijalkowski
2023-02-01ice: Add support for XDP multi-buffer on Tx sideMaciej Fijalkowski
2023-02-01ice: Add support for XDP multi-buffer on Rx sideMaciej Fijalkowski
2023-02-01ice: Use xdp->frame_sz instead of recalculating truesizeMaciej Fijalkowski
2023-02-01ice: Do not call ice_finalize_xdp_rx() unnecessarilyMaciej Fijalkowski
2023-02-01ice: Use ice_max_xdp_frame_size() in ice_xdp_setup_prog()Maciej Fijalkowski
2023-02-01ice: Centrallize Rx buffer recyclingMaciej Fijalkowski
2023-02-01ice: Inline eop checkMaciej Fijalkowski
2023-02-01ice: Pull out next_to_clean bump out of ice_put_rx_buf()Maciej Fijalkowski
2023-02-01ice: Store page count inside ice_rx_bufMaciej Fijalkowski
2023-02-01ice: Add xdp_buff to ice_rx_ring structMaciej Fijalkowski
2023-02-01ice: Prepare legacy-rx for upcoming XDP multi-buffer supportMaciej Fijalkowski
2023-01-29Merge branch 'Support bpf trampoline for s390x'Alexei Starovoitov
2023-01-29selftests/bpf: Trim DENYLIST.s390xIlya Leoshkevich
2023-01-29selftests/bpf: Fix s390x vmlinux pathIlya Leoshkevich
2023-01-29s390/bpf: Implement bpf_jit_supports_kfunc_call()Ilya Leoshkevich
2023-01-29s390/bpf: Implement bpf_jit_supports_subprog_tailcalls()Ilya Leoshkevich
2023-01-29s390/bpf: Implement arch_prepare_bpf_trampoline()Ilya Leoshkevich
2023-01-29s390/bpf: Implement bpf_arch_text_poke()Ilya Leoshkevich
2023-01-29s390/bpf: Add expoline to tail callsIlya Leoshkevich
2023-01-29selftests/bpf: Fix sk_assign on s390xIlya Leoshkevich
2023-01-28s390/bpf: Fix a typo in a commentIlya Leoshkevich
2023-01-28bpf: btf: Add BTF_FMODEL_SIGNED_ARG flagIlya Leoshkevich
2023-01-28bpf: iterators: Split iterators.lskel.h into little- and big- endian versionsIlya Leoshkevich
2023-01-28libbpf: Fix BPF_PROBE_READ{_STR}_INTO() on s390xIlya Leoshkevich
2023-01-28libbpf: Fix unbounded memory access in bpf_usdt_arg()Ilya Leoshkevich
2023-01-28libbpf: Simplify barrier_var()Ilya Leoshkevich
2023-01-28selftests/bpf: Fix profiler on s390xIlya Leoshkevich
2023-01-28selftests/bpf: Fix xdp_synproxy/tc on s390xIlya Leoshkevich
2023-01-28selftests/bpf: Fix vmlinux test on s390xIlya Leoshkevich
2023-01-28selftests/bpf: Fix test_xdp_adjust_tail_grow2 on s390xIlya Leoshkevich
2023-01-28selftests/bpf: Fix test_lsm on s390xIlya Leoshkevich
2023-01-28selftests/bpf: Add a sign-extension test for kfuncsIlya Leoshkevich
2023-01-28selftests/bpf: Increase SIZEOF_BPF_LOCAL_STORAGE_ELEM on s390xIlya Leoshkevich
2023-01-28selftests/bpf: Check stack_mprotect() return valueIlya Leoshkevich
2023-01-28selftests/bpf: Fix cgrp_local_storage on s390xIlya Leoshkevich
2023-01-28selftests/bpf: Fix xdp_do_redirect on s390xIlya Leoshkevich
2023-01-28selftests/bpf: Fix verify_pkcs7_sig on s390xIlya Leoshkevich
2023-01-28selftests/bpf: Fix decap_sanity_ns cleanupIlya Leoshkevich
2023-01-28selftests/bpf: Set errno when urand_spawn() failsIlya Leoshkevich
2023-01-28selftests/bpf: Fix kfree_skb on s390xIlya Leoshkevich
2023-01-28selftests/bpf: Fix symlink creation errorIlya Leoshkevich
2023-01-28selftests/bpf: Fix liburandom_read.so linker errorIlya Leoshkevich
2023-01-28selftests/bpf: Query BPF_MAX_TRAMP_LINKS using BTFIlya Leoshkevich
2023-01-28bpf: Change BPF_MAX_TRAMP_LINKS to enumIlya Leoshkevich