bpf: Remove prealloc-only restriction for sleepable bpf programs.
[platform/kernel/linux-starfive.git] / tools /
2022-09-05 Alexei Starovoitovbpf: Optimize call_rcu in non-preallocated hash map.
2022-09-05 Alexei Starovoitovselftests/bpf: Improve test coverage of test_maps
2022-09-03 Alexei StarovoitovMerge branch 'bpf: net: Remove duplicated code from...
2022-09-03 Martin KaFai Lauselftest/bpf: Add test for bpf_getsockopt()
2022-09-02 Ian Rogersselftests/xsk: Avoid use-after-free on ctx
2022-09-02 Daniel Müllerselftests/bpf: Store BPF object files with .bpf.o extension
2022-09-02 Maciej Fijalkowskiselftests/xsk: Add support for zero copy testing
2022-09-02 Maciej Fijalkowskiselftests/xsk: Make sure single threaded test terminates
2022-09-02 Maciej Fijalkowskiselftests/xsk: Add support for executing tests on physi...
2022-09-02 Maciej Fijalkowskiselftests/xsk: Increase chars for interface name to 16
2022-09-02 Maciej Fijalkowskiselftests/xsk: Introduce default Rx pkt stream
2022-09-02 Maciej Fijalkowskiselftests/xsk: Query for native XDP support
2022-09-02 Shmulik Ladkaniselftests/bpf: Amend test_tunnel to exercise BPF_F_TUNI...
2022-09-02 Shmulik Ladkanibpf: Support getting tunnel flags
2022-09-01 Martin KaFai LauMerge branch 'Use this_cpu_xxx for preemption-safety'
2022-09-01 Hou Taoselftests/bpf: Test concurrent updates on bpf_task_stor...
2022-09-01 Hou Taoselftests/bpf: Move sys_pidfd_open() into task_local_st...
2022-08-31 Martin KaFai LauMerge branch 'fixes for concurrent htab updates'
2022-08-31 Hou Taoselftests/bpf: Add test cases for htab update
2022-08-31 Martin KaFai Lauselftest/bpf: Ensure no module loading in bpf_setsockop...
2022-08-31 James Hilliardlibbpf: Add GCC support for bpf_tail_call_static
2022-08-30 Hao Luobpftool: Add support for querying cgroup_iter link
2022-08-29 James Hilliardselftests/bpf: Fix connect4_prog tcp/socket header...
2022-08-29 James Hilliardselftests/bpf: Fix bind{4,6} tcp/socket header type...
2022-08-27 Quentin Monnetbpf: Fix a few typos in BPF helpers documentation
2022-08-27 James Hilliardselftests/bpf: Declare subprog_noise as static in tailc...
2022-08-26 James Hilliardselftests/bpf: fix type conflict in test_tc_dtime
2022-08-26 Benjamin Tissoireslibbpf: add map_get_fd_by_id and map_delete_elem in...
2022-08-25 Hao Luobpf: Add CGROUP prefix to cgroup_iter_order
2022-08-25 Lam Thaibpftool: Fix a wrong type cast in btf_dumper_int
2022-08-25 Alexei StarovoitovMerge branch 'bpf: rstat: cgroup hierarchical'
2022-08-25 Yosry Ahmedselftests/bpf: add a selftest for cgroup hierarchical...
2022-08-25 Yosry Ahmedselftests/bpf: extend cgroup helpers
2022-08-25 Hao Luoselftests/bpf: Test cgroup_iter.
2022-08-25 Hao Luobpf: Introduce cgroup iter
2022-08-25 Yang Yingliangselftests/bpf: Fix wrong size passed to bpf_setsockopt()
2022-08-25 Daniel Müllerselftests/bpf: Add cb_refs test to s390x deny list
2022-08-25 Alexei StarovoitovMerge branch 'Fix reference state management for synchr...
2022-08-25 Kumar Kartikeya... selftests/bpf: Add tests for reference state fixes...
2022-08-23 Alexei StarovoitovMerge branch 'bpf: expose bpf_{g,s}et_retval to more...
2022-08-23 Stanislav Fomichevselftests/bpf: Make sure bpf_{g,s}et_retval is exposed...
2022-08-23 Stanislav Fomichevbpf: update bpf_{g,s}et_retval documentation
2022-08-23 Shmulik Ladkanibpf, selftests: Test BPF_FLOW_DISSECTOR_CONTINUE
2022-08-23 Shmulik Ladkanibpf, test_run: Propagate bpf_flow_dissect's retval...
2022-08-23 Shmulik Ladkanibpf, flow_dissector: Introduce BPF_FLOW_DISSECTOR_CONTI...
2022-08-19 Martin KaFai Lauselftest/bpf: Add setget_sockopt to DENYLIST.s390x
2022-08-19 Colin Ian Kingselftests/bpf: Fix spelling mistake.
2022-08-19 Alexei StarovoitovMerge branch 'bpf: net: Remove duplicated code from...
2022-08-19 Martin KaFai Lauselftests/bpf: bpf_setsockopt tests
2022-08-18 Jakub KicinskiMerge https://git./linux/kernel/git/bpf/bpf-next
2022-08-17 Andrii Nakryikoselftests/bpf: Few fixes for selftests/bpf built in...
2022-08-17 Andrii Nakryikolibbpf: Clean up deprecated and legacy aliases
2022-08-17 Andrii Nakryikolibbpf: Streamline bpf_attr and perf_event_attr initial...
2022-08-17 Andrii Nakryikolibbpf: Fix potential NULL dereference when parsing ELF
2022-08-17 Hao Luoselftests/bpf: Tests libbpf autoattach APIs
2022-08-17 Hao Luolibbpf: Allows disabling auto attach
2022-08-16 Artem Savkovselftests/bpf: Fix attach point for non-x86 arches...
2022-08-15 Hangbin Liulibbpf: Making bpf_prog_load() ignore name if kernel...
2022-08-15 Daniel Xuselftests/bpf: Update CI kconfig
2022-08-15 Daniel Xuselftests/bpf: Add connmark read test
2022-08-15 Daniel Xuselftests/bpf: Add existing connection bpf_*_ct_lookup...
2022-08-15 Quentin Monnetbpftool: Clear errno after libcap's checks
2022-08-15 Quentin Monnetbpf: Clear up confusion in bpf_skb_adjust_room()'s...
2022-08-15 Quentin Monnetbpftool: Fix a typo in a comment
2022-08-11 Hangbin Liulibbpf: Add names for auxiliary maps
2022-08-11 Linus TorvaldsMerge tag 'net-6.0-rc1' of git://git./linux/kernel...
2022-08-11 Linus TorvaldsMerge tag 'acpi-5.20-rc1-2' of git://git./linux/kernel...
2022-08-11 Linus TorvaldsMerge tag 'iomap-6.0-merge-2' of git://git./fs/xfs...
2022-08-11 Linus TorvaldsMerge tag 'ceph-for-5.20-rc1' of https://github.com...
2022-08-11 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2022-08-11 Rafael J. WysockiMerge branch 'acpi-properties'
2022-08-11 Linus TorvaldsMerge tag 'input-for-v5.20-rc0' of git://git./linux...
2022-08-11 Ido Schimmelselftests: forwarding: Fix failing tests with old libnet
2022-08-11 Jakub KicinskiMerge https://git./linux/kernel/git/bpf/bpf
2022-08-10 Linus TorvaldsMerge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org...
2022-08-10 Sean ChristophersonKVM: selftests: Test all possible "invalid" PERF_CAPABI...
2022-08-10 Gavin ShanKVM: selftests: Use getcpu() instead of sched_getcpu...
2022-08-10 Gavin ShanKVM: selftests: Make rseq compatible with glibc-2.35
2022-08-10 Paolo Bonziniselftests: kvm: fix compilation
2022-08-10 Andrii Nakryikolibbpf: preserve errno across pr_warn/pr_info/pr_debug
2022-08-10 Linus TorvaldsMerge tag 'hwmon-fixes-for-v6.0-rc1' of git://git....
2022-08-10 Linus TorvaldsMerge tag 'rpmsg-v5.20-1' of git://git./linux/kernel...
2022-08-10 Linus TorvaldsMerge tag 'mm-stable-2022-08-09' of git://git./linux...
2022-08-10 Linus TorvaldsMerge tag 'cxl-for-6.0' of git://git./linux/kernel...
2022-08-10 Linus TorvaldsMerge tag 'pinctrl-v6.0-1' of git://git./linux/kernel...
2022-08-10 Linus TorvaldsMerge tag 'apparmor-pr-2022-08-08' of git://git./linux...
2022-08-10 Linus TorvaldsMerge tag 'kbuild-v5.20' of git://git./linux/kernel...
2022-08-10 Alexei StarovoitovMerge branch 'fixes for bpf map iterator'
2022-08-10 Hou Taoselftests/bpf: Ensure sleepable program is rejected...
2022-08-10 Hou Taoselftests/bpf: Add write tests for sk local storage...
2022-08-10 Hou Taoselftests/bpf: Add tests for reading a dangling map...
2022-08-10 Alexei Starovoitovbpf: Disallow bpf programs call prog_run command.
2022-08-10 Alexei StarovoitovMerge branch 'destructive bpf_kfuncs'
2022-08-10 Artem Savkovselftests/bpf: add destructive kfunc test
2022-08-10 Shibin Koikkara... selftests/xsk: Update poll test cases
2022-08-10 Alexei StarovoitovMerge branch 'Don't reinit map value in prealloc_lru_pop'
2022-08-10 Kumar Kartikeya... selftests/bpf: Add test for prealloc_lru_pop bug
2022-08-10 Joanne Koongselftests/bpf: add extra test for using dynptr data...
2022-08-09 Linus TorvaldsMerge tag 'nfsd-6.0' of git://git./linux/kernel/git...
2022-08-09 Daniel Xuselftests/bpf: Fix vmtest.sh getopts optstring
next