summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tls: rx: factor out writing ContentType to cmsgJakub Kicinski2022-04-101-55/+36
* tls: rx: simplify async waitJakub Kicinski2022-04-102-13/+2
* tls: rx: wrap decryption arguments in a structureJakub Kicinski2022-04-101-22/+27
* tls: rx: don't report text length from the bowels of decryptJakub Kicinski2022-04-101-19/+14
* tls: rx: drop unnecessary arguments from tls_setup_from_iter()Jakub Kicinski2022-04-101-8/+6
* net: mdio: mscc-miim: add local dev variable to cleanup probe functionColin Foster2022-04-091-15/+14
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-04-0968-619/+4852
|\
| * bpf: Fix excessive memory allocation in stack_map_alloc()Yuntao Wang2022-04-091-1/+0
| * selftests/bpf: Fix return value checks in perf_event_stackmap testYuntao Wang2022-04-081-2/+2
| * selftests/bpf: Add CO-RE relos into linked_funcs selftestsAndrii Nakryiko2022-04-082-0/+16
| * libbpf: Use weak hidden modifier for USDT BPF-side API functionsAndrii Nakryiko2022-04-081-3/+3
| * libbpf: Don't error out on CO-RE relos for overriden weak subprogsAndrii Nakryiko2022-04-081-4/+11
| * samples, bpf: Move routes monitor in xdp_router_ipv4 in a dedicated threadLorenzo Bianconi2022-04-082-33/+55
| * libbpf: Allow WEAK and GLOBAL bindings during BTF fixupAndrii Nakryiko2022-04-081-2/+5
| * libbpf: Use strlcpy() in path resolution fallback logicAndrii Nakryiko2022-04-081-1/+1
| * Merge branch 'Add USDT support for s390'Andrii Nakryiko2022-04-082-8/+66
| |\
| | * libbpf: Add s390-specific USDT arg spec parsing logicIlya Leoshkevich2022-04-081-0/+55
| | * libbpf: Make BPF-side of USDT support work on big-endian machinesIlya Leoshkevich2022-04-081-0/+3
| | * libbpf: Minor style improvements in USDT codeIlya Leoshkevich2022-04-082-8/+8
| |/
| * libbpf: Fix use #ifdef instead of #if to avoid compiler warningAndrii Nakryiko2022-04-071-2/+2
| * libbpf: Potential NULL dereference in usdt_manager_attach_usdt()Haowen Bai2022-04-071-2/+2
| * Merge branch 'libbpf: uprobe name-based attach followups'Andrii Nakryiko2022-04-074-67/+95
| |\
| | * selftests/bpf: Uprobe tests should verify param/return valuesAlan Maguire2022-04-072-18/+50
| | * libbpf: Improve string parsing for uprobe auto-attachAlan Maguire2022-04-071-48/+33
| | * libbpf: Improve library identification for uprobe binary path resolutionAlan Maguire2022-04-072-1/+12
| |/
| * selftests/bpf: Test for writes to map key from BPF helpersKumar Kartikeya Dwivedi2022-04-062-0/+39
| * selftests/bpf: Test passing rdonly mem to global funcKumar Kartikeya Dwivedi2022-04-064-6/+46
| * bpf: Reject writes for PTR_TO_MAP_KEY in check_helper_mem_accessKumar Kartikeya Dwivedi2022-04-061-0/+5
| * bpf: Check PTR_TO_MEM | MEM_RDONLY in check_helper_mem_accessKumar Kartikeya Dwivedi2022-04-061-1/+11
| * bpf: Do write access check for kfunc and global funcKumar Kartikeya Dwivedi2022-04-061-15/+29
| * selftests/bpf: Use bpf_num_possible_cpus() in per-cpu map allocationsArtem Savkov2022-04-062-2/+3
| * libbpf: Fix spelling mistake "libaries" -> "libraries"Colin Ian King2022-04-061-1/+1
| * selftests/bpf: Fix issues in parse_num_list()Yuntao Wang2022-04-061-1/+1
| * net: netfilter: Reports ct direction in CT lookup helpers for XDP and TC-BPFLorenzo Bianconi2022-04-061-7/+15
| * selftests/bpf: Fix file descriptor leak in load_kallsyms()Yuntao Wang2022-04-061-4/+5
| * bpf, arm64: Sign return address for JITed codeXu Kuohai2022-04-062-2/+13
| * Merge branch 'Add libbpf support for USDTs'Alexei Starovoitov2022-04-0519-25/+2938
| |\
| | * selftests/bpf: Add urandom_read shared lib and USDTsAndrii Nakryiko2022-04-058-9/+275
| | * selftests/bpf: Add basic USDT selftestsAndrii Nakryiko2022-04-056-6/+970
| | * libbpf: Add x86-specific USDT arg spec parsing logicAndrii Nakryiko2022-04-051-0/+105
| | * libbpf: Wire up spec management and other arch-independent USDT logicAndrii Nakryiko2022-04-051-1/+167
| | * libbpf: Add USDT notes parsing and resolution logicAndrii Nakryiko2022-04-051-1/+581
| | * libbpf: Wire up USDT API and bpf_link integrationAndrii Nakryiko2022-04-056-11/+587
| | * libbpf: Add BPF-side of USDT supportAndrii Nakryiko2022-04-052-1/+257
| |/
| * libbpf: Support Debian in resolve_full_path()Ilya Leoshkevich2022-04-051-1/+39
| * selftests/bpf: Define SYS_NANOSLEEP_KPROBE_NAME for aarch64Ilya Leoshkevich2022-04-041-0/+2
| * Merge branch 'bpf/bpftool: add program & link type names'Andrii Nakryiko2022-04-043-1/+5
| |\
| | * bpftool: Handle libbpf_probe_prog_type errorsMilan Landaverde2022-04-041-1/+1
| | * bpftool: Add missing link typesMilan Landaverde2022-04-041-0/+3
| | * bpftool: Add syscall prog typeMilan Landaverde2022-04-041-0/+1
| |/