summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-04-16bpf: Remove bpf_kfunc_call_test_kptr_get() test kfuncDavid Vernet
2023-04-15selftests/bpf: Add refcounted_kptr testsDave Marchevsky
2023-04-15bpf: Migrate bpf_rbtree_remove to possibly failDave Marchevsky
2023-04-15selftests/bpf: Modify linked_list tests to work with macro-ified insertsDave Marchevsky
2023-04-15bpf: Migrate bpf_rbtree_add and bpf_list_push_{front,back} to possibly failDave Marchevsky
2023-04-15bpf: Add bpf_refcount_acquire kfuncDave Marchevsky
2023-04-15bpf: Introduce opaque bpf_refcount struct and add btf_record plumbingDave Marchevsky
2023-04-13selftests/bpf: Workaround for older vm_sockets.h.Alexei Starovoitov
2023-04-13selftests/bpf: Fix merge conflict due to SYS() macro change.Alexei Starovoitov
2023-04-13Daniel Borkmann says:Jakub Kicinski
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-13Merge tag 'net-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-04-13selftests/bpf: Adjust bpf_xdp_metadata_rx_hash for new argJesper Dangaard Brouer
2023-04-13selftests/bpf: xdp_hw_metadata remove bpf_printk and add countersJesper Dangaard Brouer
2023-04-13selftests: add the missing CONFIG_IP_SCTP in net configXin Long
2023-04-13selftests: openvswitch: adjust datapath NL message declarationAaron Conole
2023-04-13selftests: mptcp: userspace pm: uniform verify eventsMatthieu Baerts
2023-04-13selftests/bpf: Fix compiler warnings in bpf_testmod for kfuncsAndrii Nakryiko
2023-04-13selftests/bpf: Remove stand-along test_verifier_log test binaryAndrii Nakryiko
2023-04-13selftests/bpf: Keep the loop in bpf_testmod_loop_testSong Liu
2023-04-13selftests/bpf: Fix leaked bpf_link in get_stackid_cannot_attachSong Liu
2023-04-13selftests/bpf: Use read_perf_max_sample_freq() in perf_event_stackmapSong Liu
2023-04-13selftests/bpf: Fix use of uninitialized op_name in log testsLorenz Bauer
2023-04-12selftests/bpf: Test FOU kfuncs for externally controlled ipip devicesChristian Ehrig
2023-04-12bpf: Remove bpf_cgroup_kptr_get() kfuncDavid Vernet
2023-04-12bpf: Make bpf_cgroup_acquire() KF_RCU | KF_RET_NULLDavid Vernet
2023-04-11selftests/bpf: Add test to access u32 ptr argument in tracing programFeng Zhou
2023-04-11selftests/bpf: Add verifier log tests for BPF_BTF_LOAD commandAndrii Nakryiko
2023-04-11selftests/bpf: Add testing of log_buf==NULL condition for BPF_PROG_LOADAndrii Nakryiko
2023-04-11selftests/bpf: Add tests to validate log_true_size featureAndrii Nakryiko
2023-04-11libbpf: Wire through log_true_size for bpf_btf_load() APIAndrii Nakryiko
2023-04-11libbpf: Wire through log_true_size returned from kernel for BPF_PROG_LOADAndrii Nakryiko
2023-04-11bpf: Add log_true_size output field to return necessary log buffer sizeAndrii Nakryiko
2023-04-11selftests/bpf: Add fixed vs rotating verifier log testsAndrii Nakryiko
2023-04-11veristat: Add more veristat control over verifier log optionsAndrii Nakryiko
2023-04-11libbpf: Don't enforce unnecessary verifier log restrictions on libbpf sideAndrii Nakryiko
2023-04-11bpf: Switch BPF verifier log to be a rotating log by defaultAndrii Nakryiko
2023-04-11tools: ynl: throw a more meaningful exception if family not supportedJakub Kicinski
2023-04-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2023-04-10selftests/bpf: Reset err when symbol name already exist in kprobe_multi_testManu Bretelle
2023-04-08Merge tag 'mm-hotfixes-stable-2023-04-07-16-23' of git://git.kernel.org/pub/s...Linus Torvalds
2023-04-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-04-07selftests/bpf: Prevent infinite loop in veristat when base file is too shortEduard Zingerman
2023-04-07bpftool: Set program type only if it differs from the desired oneWei Yongjun
2023-04-07selftests/bpf: Use PERF_COUNT_HW_CPU_CYCLES event for get_branch_snapshotSong Liu
2023-04-07selftests: bonding: add arp validate testHangbin Liu
2023-04-07selftests: bonding: re-format bond option testsHangbin Liu
2023-04-06selftests: forwarding: hw_stats_l3: Detect failure to install countersPetr Machata
2023-04-06selftests/bpf: Add verifier tests for code pattern '<const> <cond_op> <non_co...Yonghong Song
2023-04-06bpf: Improve handling of pattern '<const> <cond_op> <non_const>' in verifierYonghong Song