]> git.ipfire.org Git - thirdparty/linux.git/shortlog
thirdparty/linux.git
2022-03-18  Masami Hiramatsufprobe: Introduce FPROBE_FL_KPROBE_SHARED flag for...
2022-03-18  Masami Hiramatsufprobe: Add sample program for fprobe
2022-03-18  Masami Hiramatsufprobe: Add exit_handler support
2022-03-18  Masami HiramatsuARM: rethook: Add rethook arm implementation
2022-03-18  Masami Hiramatsupowerpc: Add rethook support
2022-03-18  Masami Hiramatsuarm64: rethook: Add arm64 rethook implementation
2022-03-18  Masami Hiramatsurethook: x86: Add rethook x86 implementation
2022-03-18  Masami Hiramatsurethook: Add a generic return hook
2022-03-18  Masami Hiramatsufprobe: Add ftrace based probe APIs
2022-03-18  Jiri Olsaftrace: Add ftrace_set_filter_ips function
2022-03-17  Kaixi Fanselftests/bpf: Fix tunnel remote IP comments
2022-03-17  Lorenzo Bianconiveth: Allow jumbo frames in xdp mode
2022-03-17  Lorenzo Bianconiveth: Rework veth_xdp_rcv_skb in order to accept non...
2022-03-17  Lorenzo Bianconinet: veth: Account total xdp_frame len running ndo_xdp_xmit
2022-03-16  Hou Taoselftests/bpf: Test subprog jit when toggle bpf_jit_har...
2022-03-16  Hou Taobpf: Fix net.core.bpf_jit_harden race
2022-03-16  Hou Taobpf, x86: Fall back to interpreter mode when extra...
2022-03-16  Alexei StarovoitovMerge branch 'Remove libcap dependency from bpf selftests'
2022-03-16  Martin KaFai Laubpf: selftests: Remove libcap usage from test_progs
2022-03-16  Martin KaFai Laubpf: selftests: Remove libcap usage from test_verifier
2022-03-16  Martin KaFai Laubpf: selftests: Add helpers to directly use the capget...
2022-03-15  Daniel Xubpftool: man: Add missing top level docs
2022-03-15  Dmitrii Dolgovbpftool: Add bpf_cookie to link output
2022-03-15  Guo Zhengkuiselftests/bpf: Clean up array_size.cocci warnings
2022-03-15  Niklas Söderlundsamples/bpf, xdpsock: Fix race when running for fix...
2022-03-15  Wang Yufenbpf, sockmap: Fix double uncharge the mem of sk_msg
2022-03-15  Wang Yufenbpf, sockmap: Fix more uncharged while msg has more_data
2022-03-15  Wang Yufenbpf, sockmap: Fix memleak in tcp_bpf_sendmsg while...
2022-03-15  Wang Yufenbpf, sockmap: Fix memleak in sk_psock_queue_msg
2022-03-11  Yonghong Songselftests/bpf: Fix a clang compilation error for send_s...
2022-03-11  Toke Høiland... selftests/bpf: Add a test for maximum packet size in...
2022-03-11  Toke Høiland... bpf, test_run: Fix packet size check for live packet...
2022-03-11  Hao Luocompiler_types: Refactor the use of btf_type_tag attribute.
2022-03-11  Alexei StarovoitovMerge branch 'bpf-lsm: Extend interoperability with...
2022-03-11  Roberto Sassuselftests/bpf: Check that bpf_kernel_read_file() denies...
2022-03-11  Roberto Sassuselftests/bpf: Add test for bpf_lsm_kernel_read_file()
2022-03-11  Roberto Sassubpf-lsm: Make bpf_lsm_kernel_read_file() as sleepable
2022-03-11  Roberto Sassuselftests/bpf: Check if the digest is refreshed after...
2022-03-11  Roberto Sassuselftests/bpf: Add test for bpf_ima_file_hash()
2022-03-11  Roberto Sassuselftests/bpf: Move sample generation code to ima_test_...
2022-03-11  Roberto Sassubpf-lsm: Introduce new helper bpf_ima_file_hash()
2022-03-11  Roberto Sassuima: Always return a file measurement in ima_file_hash()
2022-03-11  Roberto Sassuima: Fix documentation-related warnings in ima_main.c
2022-03-10  Chris J Argesbpftool: Ensure bytes_memlock json output is correct
2022-03-10  Yuntao Wangbpf: Use offsetofend() to simplify macro definition
2022-03-10  Hengqi Chenbpf: Fix comment for helper bpf_current_task_under_cgroup()
2022-03-10  Daniel BorkmannMerge branch 'bpf-tstamp-follow-ups'
2022-03-10  Martin KaFai Laubpf: selftests: Update tests after s/delivery_time...
2022-03-10  Martin KaFai Laubpf: Remove BPF_SKB_DELIVERY_TIME_NONE and rename s...
2022-03-10  Martin KaFai Laubpf: Simplify insn rewrite on BPF_WRITE __sk_buff-...
2022-03-10  Martin KaFai Laubpf: Simplify insn rewrite on BPF_READ __sk_buff->tstamp
2022-03-10  Martin KaFai Laubpf: net: Remove TC_AT_INGRESS_OFFSET and SKB_MONO_DELI...
2022-03-10  Yihao Hanbpf, test_run: Use kvfree() for memory allocated with...
2022-03-10  Toke Høiland... bpf: Initialise retval in bpf_prog_test_run_xdp()
2022-03-10  Niklas Söderlundbpftool: Restore support for BPF offload-enabled featur...
2022-03-09  Alexei StarovoitovMerge branch 'Add support for transmitting packets...
2022-03-09  Toke Høiland... selftests/bpf: Add selftest for XDP_REDIRECT in BPF_PRO...
2022-03-09  Toke Høiland... selftests/bpf: Move open_netns() and close_netns()...
2022-03-09  Toke Høiland... libbpf: Support batch_size option to bpf_prog_test_run
2022-03-09  Toke Høiland... Documentation/bpf: Add documentation for BPF_PROG_RUN
2022-03-09  Toke Høiland... bpf: Add "live packet" mode for XDP in BPF_PROG_RUN
2022-03-09  Andrii NakryikoMerge branch 'BPF test_progs tests improvement'
2022-03-09  Mykola LysenkoImprove stability of find_vma BPF test
2022-03-09  Mykola LysenkoImprove send_signal BPF test stability
2022-03-09  Mykola LysenkoImprove perf related BPF tests (sample_freq issue)
2022-03-08  Adrian Ratiutools: Fix unavoidable GCC call in Clang builds
2022-03-08  Felix Maurerselftests/bpf: Make test_lwt_ip_encap more stable and...
2022-03-08  Shung-Hsi Yubpf: Determine buf_info inside check_buffer_access()
2022-03-08  KP Singhbpf/docs: Update list of architectures supported.
2022-03-08  KP Singhbpf/docs: Update vmtest docs for static linking
2022-03-08  Yuntao Wangbpf: Remove redundant slash
2022-03-08  Guo Zhengkuilibbpf: Fix array_size.cocci warning
2022-03-08  Yuntao Wangbpf: Replace strncpy() with strscpy()
2022-03-08  lic121libbpf: Unmap rings when umem deleted
2022-03-06  Alexei StarovoitovMerge branch 'bpf: add __percpu tagging in vmlinux...
2022-03-06  Hao Luoselftests/bpf: Add a test for btf_type_tag "percpu"
2022-03-06  Hao Luobpf: Reject programs that try to load __percpu memory.
2022-03-06  Hao Luocompiler_types: Define __percpu as __attribute__((btf_t...
2022-03-06  Hao Luobpf: Fix checking PTR_TO_BTF_ID in check_mem_access
2022-03-05  Alexei StarovoitovMerge branch 'Fixes for bad PTR_TO_BTF_ID offset'
2022-03-05  Kumar Kartikeya... selftests/bpf: Add tests for kfunc register offset...
2022-03-05  Kumar Kartikeya... bpf: Replace __diag_ignore with unified __diag_ignore_all
2022-03-05  Kumar Kartikeya... compiler_types.h: Add unified __diag_ignore_all for...
2022-03-05  Nathan Chancellorcompiler-clang.h: Add __diag infrastructure for clang
2022-03-05  Kumar Kartikeya... bpf: Harden register offset checks for release helpers...
2022-03-05  Kumar Kartikeya... bpf: Disallow negative offset in check_ptr_off_reg
2022-03-05  Kumar Kartikeya... bpf: Fix PTR_TO_BTF_ID var_off check
2022-03-05  Kumar Kartikeya... bpf: Add check_func_arg_reg_off function
2022-03-05  Alexei StarovoitovMerge branch 'libbpf: support custom SEC() handlers'
2022-03-05  Andrii Nakryikoselftests/bpf: Add custom SEC() handling selftest
2022-03-05  Andrii Nakryikolibbpf: Support custom SEC() handlers
2022-03-05  Andrii Nakryikolibbpf: Allow BPF program auto-attach handlers to bail out
2022-03-05  David S. MillerMerge branch 'bnxt_en-updates'
2022-03-05  Vikas Guptabnxt_en: add an nvm test for hw diagnose
2022-03-05  Kalesh APbnxt_en: implement hw health reporter
2022-03-05  Edwin Peerbnxt_en: Do not destroy health reporters during reset
2022-03-05  Michael Chanbnxt_en: Eliminate unintended link toggle during FW...
2022-03-05  Michael Chanbnxt_en: Properly report no pause support on some cards
2022-03-05  Edwin Peerbnxt_en: introduce initial link state of unknown
2022-03-05  Kalesh APbnxt_en: parse result field when NVRAM package install...
next