]> Git Repo - linux.git/history - tools
Merge branch 'bpf-fs-mount-options-parsing-follow-ups'
[linux.git] / tools /
2023-12-15 Alexei StarovoitovMerge branch 'bpf-fs-mount-options-parsing-follow-ups'
2023-12-15 Andrii Nakryikoselftests/bpf: utilize string values for delegate_xxx...
2023-12-15 Alexei StarovoitovMerge branch 'add-bpf_xdp_get_xfrm_state-kfunc'
2023-12-15 Daniel Xubpf: xfrm: Add selftest for bpf_xdp_get_xfrm_state()
2023-12-15 Daniel Xubpf: selftests: Move xfrm tunnel test to test_progs
2023-12-15 Daniel Xubpf: selftests: test_tunnel: Use vmlinux.h declarations
2023-12-15 Daniel Xubpf: selftests: test_tunnel: Setup fresh topology for...
2023-12-15 Yonghong Songselftests/bpf: Remove flaky test_btf_id test
2023-12-14 Tushar Vyavahareselftests/xsk: Fix for SEND_RECEIVE_UNALIGNED test
2023-12-14 Alexei StarovoitovMerge branch 'xdp-metadata-via-kfuncs-for-ice-vlan...
2023-12-14 Larysa Zarembaselftests/bpf: Check VLAN tag and proto in xdp_metadata
2023-12-14 Larysa Zarembaselftests/bpf: Add AF_INET packet generation to xdp_met...
2023-12-14 Larysa Zarembaselftests/bpf: Add flags and VLAN hint to xdp_hw_metadata
2023-12-14 Larysa Zarembaselftests/bpf: Allow VLAN packets in xdp_hw_metadata
2023-12-14 Larysa Zarembaxdp: Add VLAN tag hint
2023-12-13 Alexei StarovoitovMerge branch 'bpf-token-support-in-libbpf-s-bpf-object'
2023-12-13 Andrii Nakryikoselftests/bpf: add tests for LIBBPF_BPF_TOKEN_PATH...
2023-12-13 Andrii Nakryikolibbpf: support BPF token path setting through LIBBPF_B...
2023-12-13 Andrii Nakryikoselftests/bpf: add tests for BPF object load with impli...
2023-12-13 Andrii Nakryikoselftests/bpf: add BPF object loading tests with explic...
2023-12-13 Andrii Nakryikolibbpf: wire up BPF token support at BPF object level
2023-12-13 Andrii Nakryikolibbpf: wire up token_fd into feature probing logic
2023-12-13 Andrii Nakryikolibbpf: move feature detection code into its own file
2023-12-13 Andrii Nakryikolibbpf: further decouple feature checking logic from...
2023-12-13 Andrii Nakryikolibbpf: split feature detectors definitions from cached...
2023-12-13 Daniel Xubpf: selftests: Add verifier tests for CO-RE bitfield...
2023-12-13 Daniel Xubpf: selftests: test_loader: Support __btf_path() annot...
2023-12-13 Daniel Xulibbpf: Add BPF_CORE_WRITE_BITFIELD() macro
2023-12-13 Andrii Nakryikoselftests/bpf: fix compiler warnings in RELEASE=1 mode
2023-12-12 YiFei Zhuselftests/bpf: Relax time_tai test for equal timestamps...
2023-12-12 Manu Bretelleselftests/bpf: Fixes tests for filesystem kfuncs
2023-12-12 Andrii Nakryikoselftests/bpf: validate eliminated global subprog is...
2023-12-11 Larysa Zarembaselftests/bpf: Increase invalid metadata size
2023-12-10 Alexei StarovoitovMerge branch 'add-new-bpf_cpumask_weight-kfunc'
2023-12-10 David Vernetselftests/bpf: Add test for bpf_cpumask_weight() kfunc
2023-12-10 Andrii Nakryikoselftests/bpf: validate fake register spill/fill precis...
2023-12-09 Sergei Trofimovichlibbpf: Add pr_warn() for EINVAL cases in linker_sanity...
2023-12-09 Martin KaFai LauMerge branch 'bpf: Expand bpf_cgrp_storage to support...
2023-12-09 Yafang Shaoselftests/bpf: Add selftests for cgroup1 local storage
2023-12-09 Yafang Shaoselftests/bpf: Add a new cgroup helper open_classid()
2023-12-09 Andrii Nakryikoselftests/bpf: fix timer/test_bad_ret subtest on test_p...
2023-12-08 Andrii NakryikoMerge branch 'bpf-fix-accesses-to-uninit-stack-slots'
2023-12-08 Andrei Mateibpf: Fix accesses to uninit stack slots
2023-12-08 David Vernetbpf: Load vmlinux btf for any struct_ops map
2023-12-07 Andrii NakryikoMerge branch 'bpf-fix-verification-of-indirect-var...
2023-12-07 Andrei Mateibpf: Add verifier regression test for previous patch
2023-12-06 Andrii Nakryikobpf: rename MAX_BPF_LINK_TYPE into __MAX_BPF_LINK_TYPE...
2023-12-06 Alexei StarovoitovMerge branch 'bpf-token-and-bpf-fs-based-delegation'
2023-12-06 Andrii Nakryikoselftests/bpf: add BPF token-enabled tests
2023-12-06 Andrii Nakryikolibbpf: add BPF token support to bpf_prog_load() API
2023-12-06 Andrii Nakryikolibbpf: add BPF token support to bpf_btf_load() API
2023-12-06 Andrii Nakryikolibbpf: add BPF token support to bpf_map_create() API
2023-12-06 Andrii Nakryikolibbpf: add bpf_token_create() API
2023-12-06 Andrii Nakryikobpf: add BPF token support to BPF_PROG_LOAD command
2023-12-06 Andrii Nakryikobpf: add BPF token support to BPF_BTF_LOAD command
2023-12-06 Andrii Nakryikobpf: add BPF token support to BPF_MAP_CREATE command
2023-12-06 Andrii Nakryikobpf: introduce BPF token object
2023-12-05 Alexei StarovoitovMerge branch 'complete-bpf-verifier-precision-tracking...
2023-12-05 Andrii Nakryikoselftests/bpf: validate precision logic in partial_stac...
2023-12-05 Andrii Nakryikoselftests/bpf: validate zero preservation for sub-slot...
2023-12-05 Andrii Nakryikoselftests/bpf: validate STACK_ZERO is preserved on...
2023-12-05 Andrii Nakryikoselftests/bpf: add stack access precision test
2023-12-05 Andrii Nakryikobpf: support non-r10 register spill/fill to/from stack...
2023-12-05 Stanislav Fomichevselftests/bpf: Make sure we trigger metadata kfuncs...
2023-12-05 Dave Marchevskyselftests/bpf: Test bpf_kptr_xchg stashing of bpf_rb_root
2023-12-05 Alexei StarovoitovMerge branch 'bpf-fix-the-release-of-inner-map'
2023-12-05 Hou Taoselftests/bpf: Test outer map update operations in...
2023-12-05 Hou Taoselftests/bpf: Add test cases for inner map
2023-12-04 Colin Ian Kingselftests/bpf: Fix spelling mistake "get_signaure_size...
2023-12-02 Alexei StarovoitovMerge branch 'bpf-verifier-retval-logic-fixes'
2023-12-02 Andrii Nakryikobpf: simplify tnum output if a fully known constant
2023-12-02 Andrii Nakryikoselftests/bpf: adjust global_func15 test to validate...
2023-12-02 Andrii Nakryikoselftests/bpf: validate async callback return value...
2023-12-02 Andrii Nakryikobpf: enforce precise retval range on program exit
2023-12-02 Andrii Nakryikoselftests/bpf: add selftest validating callback result...
2023-12-02 Andrii Nakryikobpf: provide correct register name for exception callba...
2023-12-02 Alexei StarovoitovMerge branch 'bpf-file-verification-with-lsm-and-fsverity'
2023-12-02 Song Liuselftests/bpf: Add test that uses fsverity and xattr...
2023-12-02 Song Liuselftests/bpf: Add tests for filesystem kfuncs
2023-12-02 Song Liuselftests/bpf: Sort config in alphabetic order
2023-12-01 Jeroen van Ingen... selftests/bpf: Fix erroneous bitmask operation
2023-12-01 Jakub KicinskiMerge branch 'selftests-tc-testing-more-tdc-updates'
2023-12-01 Pedro Tammelaselftests: tc-testing: remove filters/tests.json
2023-12-01 Pedro Tammelaselftests: tc-testing: rename concurrency.json to flowe...
2023-12-01 Pedro Tammelaselftests: tc-testing: remove spurious './' from Makefile
2023-12-01 Pedro Tammelaselftests: tc-testing: remove spurious nsPlugin usage
2023-12-01 Jakub Kicinskidocs: netlink: link to family documentations from spec...
2023-12-01 Jakub KicinskiMerge tag 'for-netdev' of https://git.kernel.org/pub...
2023-12-01 Jakub KicinskiMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2023-11-30 Linus TorvaldsMerge tag 'net-6.7-rc4' of git://git.kernel.org/pub...
2023-11-30 Linus TorvaldsMerge tag 'pmdomain-v6.7-rc2' of git://git.kernel.org...
2023-11-30 Linus TorvaldsMerge tag 'mmc-v6.7-rc1' of git://git.kernel.org/pub...
2023-11-30 Linus TorvaldsMerge tag 'leds-fixes-6.7' of git://git.kernel.org...
2023-11-30 Jakub KicinskiMerge branch 'mptcp-more-selftest-coverage-and-code...
2023-11-30 Geliang Tangselftests: mptcp: add mptcp_lib_wait_local_port_listen
2023-11-30 Geliang Tangselftests: mptcp: add mptcp_lib_check_transfer
2023-11-30 Geliang Tangselftests: mptcp: add mptcp_lib_make_file
2023-11-30 Geliang Tangselftests: mptcp: add missing oflag=append
2023-11-30 Geliang Tangselftests: mptcp: add mptcp_lib_get_counter
2023-11-30 Geliang Tangselftests: mptcp: add mptcp_lib_is_v6
next
This page took 0.233095 seconds and 7 git commands to generate.