]> git.ipfire.org Git - thirdparty/kernel/linux.git/shortlog
thirdparty/kernel/linux.git
2022-02-09  Ilya Leoshkevichlibbpf: Fix riscv register names
2022-02-09  Ilya Leoshkevichlibbpf: Fix accessing syscall arguments on powerpc
2022-02-09  Ilya Leoshkevichselftests/bpf: Use PT_REGS_SYSCALL_REGS in bpf_syscall_...
2022-02-09  Ilya Leoshkevichlibbpf: Add PT_REGS_SYSCALL_REGS macro
2022-02-09  Ilya Leoshkevichselftests/bpf: Fix an endianness issue in bpf_syscall_m...
2022-02-09  Alexei StarovoitovMerge branch 'fix bpf_prog_pack build errors'
2022-02-09  Song Liubpf: Fix bpf_prog_pack build HPAGE_PMD_SIZE
2022-02-08  Song Liubpf: Fix leftover header->pages in sparc and powerpc...
2022-02-08  Dan Carpenterlibbpf: Fix signedness bug in btf_dump_array_data()
2022-02-08  Hou Taoselftests/bpf: Do not export subtest as standalone...
2022-02-08  Song Liubpf, x86_64: Fail gracefully on bpf_jit_binary_pack_fin...
2022-02-08  Stanislav Fomichevbpf: test_run: Fix overflow in bpf_test_finish frags...
2022-02-08  Stanislav Fomichevbpf: test_run: Fix overflow in xdp frags parsing
2022-02-08  Alexei StarovoitovMerge branch 'bpf_prog_pack allocator'
2022-02-08  Song Liubpf, x86_64: Use bpf_jit_binary_pack_alloc
2022-02-08  Song Liubpf: Introduce bpf_jit_binary_pack_[alloc|finalize...
2022-02-08  Song Liubpf: Introduce bpf_prog_pack allocator
2022-02-08  Song Liubpf: Introduce bpf_arch_text_copy
2022-02-08  Song Liux86/alternative: Introduce text_poke_copy
2022-02-08  Song Liubpf: Use prog->jited_len in bpf_prog_ksym_set_addr()
2022-02-08  Song Liubpf: Use size instead of pages in bpf_binary_header
2022-02-08  Song Liubpf: Use bytes instead of pages for bpf_jit_[charge...
2022-02-08  Song Liux86/Kconfig: Select HAVE_ARCH_HUGE_VMALLOC with HAVE_AR...
2022-02-07  Andrii NakryikoMerge branch 'bpf: Fix strict mode calculation'
2022-02-07  Mauricio Vásquezselftests/bpf: Fix strict mode calculation
2022-02-07  Mauricio Vásquezbpftool: Fix strict mode calculation
2022-02-07  Mauricio Vásquezlibbpf: Remove mode check in libbpf_set_strict_mode()
2022-02-07  Naveen N. Raoselftests/bpf: Fix tests to use arch-dependent syscall...
2022-02-07  Naveen N. Raoselftests/bpf: Use "__se_" prefix on architectures...
2022-02-05  Yonghong Songlibbpf: Fix build issue with llvm-readelf
2022-02-04  Matteo Croceselftests/bpf: Test bpf_core_types_are_compat() functio...
2022-02-04  Matteo Crocebpf: Implement bpf_core_types_are_compat().
2022-02-04  Hou Taobpf, arm64: Enable kfunc call
2022-02-04  Andrii Nakryikolibbpf: Deprecate forgotten btf__get_map_kv_tids()
2022-02-03  Yonghong Songselftests/bpf: Add a selftest for invalid func btf...
2022-02-03  Yonghong Songbpf: Fix a btf decl_tag bug when tagging a function
2022-02-03  Delyan Kratunovlibbpf: Deprecate priv/set_priv storage
2022-02-03  Lorenzo Bianconibpf: test_run: Fix OOB access in bpf_prog_test_run_xdp
2022-02-03  Christoph Hellwigbpf, docs: Better document the atomic instructions
2022-02-03  Christoph Hellwigbpf, docs: Better document the extended instruction...
2022-02-03  Christoph Hellwigbpf, docs: Better document the legacy packet access...
2022-02-03  Christoph Hellwigbpf, docs: Better document the regular load and store...
2022-02-03  Christoph Hellwigbpf, docs: Document the byte swapping instructions
2022-02-03  Daniel BorkmannMerge branch 'bpf-libbpf-deprecated-cleanup'
2022-02-03  Andrii Nakryikosamples/bpf: Get rid of bpf_prog_load_xattr() use
2022-02-03  Andrii Nakryikoselftests/bpf: Redo the switch to new libbpf XDP APIs
2022-02-03  Andrii Nakryikoselftests/bpf: Remove usage of deprecated feature probi...
2022-02-03  Andrii Nakryikobpftool: Fix uninit variable compilation warning
2022-02-03  Andrii Nakryikobpftool: Stop supporting BPF offload-enabled feature...
2022-02-03  Andrii Nakryikolibbpf: Stop using deprecated bpf_map__is_offload_neutral()
2022-02-03  Andrii NakryikoMerge branch 'migrate from bpf_prog_test_run{,_xattr}'
2022-02-03  Delyan Kratunovlibbpf: Deprecate bpf_prog_test_run_xattr and bpf_prog_...
2022-02-03  Delyan Kratunovbpftool: Migrate from bpf_prog_test_run_xattr
2022-02-03  Delyan Kratunovselftests/bpf: Migrate from bpf_prog_test_run_xattr
2022-02-03  Delyan Kratunovselftests/bpf: Migrate from bpf_prog_test_run
2022-02-02  Daniel BorkmannMerge branch 'bpf-btf-dwarf5'
2022-02-02  Nathan Chancellorlib/Kconfig.debug: Allow BTF + DWARF5 with pahole 1.21+
2022-02-02  Nathan Chancellorlib/Kconfig.debug: Use CONFIG_PAHOLE_VERSION
2022-02-02  Nathan Chancellorscripts/pahole-flags.sh: Use pahole-version.sh
2022-02-02  Nathan Chancellorkbuild: Add CONFIG_PAHOLE_VERSION
2022-02-02  Nathan ChancellorMAINTAINERS: Add scripts/pahole-flags.sh to BPF section
2022-02-01  Daniel BorkmannMerge branch 'bpf-drop-libbpf-from-preload'
2022-02-01  Alexei Starovoitovbpf: Drop libbpf, libelf, libz dependency from bpf...
2022-02-01  Alexei Starovoitovbpf: Open code obj_get_info_by_fd in bpf preload.
2022-02-01  Alexei Starovoitovbpf: Convert bpf preload to light skeleton.
2022-02-01  Alexei Starovoitovbpf: Remove unnecessary setrlimit from bpf preload.
2022-02-01  Alexei Starovoitovlibbpf: Open code raw_tp_open and link_create commands.
2022-02-01  Alexei Starovoitovlibbpf: Open code low level bpf commands.
2022-02-01  Alexei Starovoitovlibbpf: Add support for bpf iter in light skeleton.
2022-02-01  Andrii NakryikoMerge branch 'libbpf: deprecate xdp_cpumap, xdp_devmap...
2022-02-01  Lorenzo Bianconisamples/bpf: Update cpumap/devmap sec_name
2022-02-01  Lorenzo Bianconiselftests/bpf: Update cpumap/devmap sec_name
2022-02-01  Lorenzo Bianconilibbpf: Deprecate xdp_cpumap, xdp_devmap and classifier...
2022-02-01  Dave Marchevskylibbpf: Deprecate btf_ext rec_size APIs
2022-01-31  Kenta Tadabpf: make bpf_copy_from_user_task() gpl only
2022-01-31  Alexei StarovoitovMerge branch 'Split bpf_sock dst_port field'
2022-01-31  Jakub Sitnickiselftests/bpf: Extend verifier and bpf_sock tests for...
2022-01-31  Jakub Sitnickibpf: Make dst_port field in struct bpf_sock 16-bit...
2022-01-28  Alexei StarovoitovMerge branch 'selftests/bpf: use temp netns for testing'
2022-01-28  Hangbin Liuselftests/bpf/test_xdp_redirect: use temp netns for...
2022-01-28  Hangbin Liuselftests/bpf/test_xdp_meta: use temp netns for testing
2022-01-28  Hangbin Liuselftests/bpf/test_tcp_check_syncookie: use temp netns...
2022-01-28  Hangbin Liuselftests/bpf/test_lwt_seg6local: use temp netns for...
2022-01-28  Hangbin Liuselftests/bpf/test_xdp_vlan: use temp netns for testing
2022-01-28  Hangbin Liuselftests/bpf/test_xdp_veth: use temp netns for testing
2022-01-28  Hangbin Liuselftests/bpf/test_xdp_redirect_multi: use temp netns...
2022-01-27  Hou Taobpf, x86: Remove unnecessary handling of BPF_SUB atomic op
2022-01-27  Alexei StarovoitovMerge branch 'bpf: add __user tagging support in vmlinu...
2022-01-27  Yonghong Songdocs/bpf: clarify how btf_type_tag gets encoded in...
2022-01-27  Yonghong Songselftests/bpf: specify pahole version requirement for...
2022-01-27  Yonghong Songselftests/bpf: add a selftest with __user tag
2022-01-27  Yonghong Songselftests/bpf: rename btf_decl_tag.c to test_btf_decl_tag.c
2022-01-27  Yonghong Songbpf: reject program if a __user tagged memory accessed...
2022-01-27  Yonghong Songcompiler_types: define __user as __attribute__((btf_typ...
2022-01-27  Pavel Begunkovcgroup/bpf: fast path skb BPF filtering
2022-01-27  Yonghong Songselftests/bpf: fix a clang compilation error
2022-01-27  Magnus Karlssonselftests, xsk: Fix bpf_res cleanup test
2022-01-27  Daniel BorkmannMerge branch 'xsk-batching'
2022-01-27  Maciej Fijalkowskiice: xsk: Borrow xdp_tx_active logic from i40e
2022-01-27  Maciej Fijalkowskiice: xsk: Improve AF_XDP ZC Tx and use batching API
next