summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-07selftests/bpf: Add tests for kfunc returning a memory pointerBenjamin Tissoires
2022-09-07bpf/verifier: allow kfunc to return an allocated memBenjamin Tissoires
2022-09-07bpf/btf: bump BTF_KFUNC_SET_MAX_CNTBenjamin Tissoires
2022-09-07selftests/bpf: add test for accessing ctx from syscall program typeBenjamin Tissoires
2022-09-07bpf/verifier: allow all functions to read user provided contextBenjamin Tissoires
2022-09-07bpf: split btf_check_subprog_arg_match in twoBenjamin Tissoires
2022-09-07selftests/bpf: regroup and declare similar kfuncs selftests in an arrayBenjamin Tissoires
2022-09-06Merge branch 'bpf: Support struct argument for trampoline base progs'Alexei Starovoitov
2022-09-06selftests/bpf: Add tracing_struct test in DENYLIST.s390xYonghong Song
2022-09-06selftests/bpf: Use BPF_PROG2 for some fentry programs without struct argumentsYonghong Song
2022-09-06selftests/bpf: Add struct argument tests with fentry/fexit programs.Yonghong Song
2022-09-06libbpf: Add new BPF_PROG2 macroYonghong Song
2022-09-06bpf: arm64: No support of struct argument in trampoline programsYonghong Song
2022-09-06bpf: Update descriptions for helpers bpf_get_func_arg[_cnt]()Yonghong Song
2022-09-06bpf: x86: Support in-register struct arguments in trampoline programsYonghong Song
2022-09-06bpf: Allow struct argument in trampoline based programsYonghong Song
2022-09-06bpf: Replace __ksize with ksize.Alexei Starovoitov
2022-09-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni
2022-09-06net: moxa: fix endianness-related issues from 'sparse'Sergei Antonov
2022-09-06net: ftmac100: fix endianness-related issues from 'sparse'Sergei Antonov
2022-09-06net: lan966x: Extend lan966x with RGMII supportHoratiu Vultur
2022-09-05r8169: remove not needed net_ratelimit() checkHeiner Kallweit
2022-09-05netlink: Bounds-check struct nlmsgerr creationKees Cook
2022-09-05Merge branch 'bpf-allocator'Daniel Borkmann
2022-09-05bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc.Alexei Starovoitov
2022-09-05bpf: Remove usage of kmem_cache from bpf_mem_cache.Alexei Starovoitov
2022-09-05bpf: Remove prealloc-only restriction for sleepable bpf programs.Alexei Starovoitov
2022-09-05bpf: Prepare bpf_mem_alloc to be used by sleepable bpf programs.Alexei Starovoitov
2022-09-05bpf: Remove tracing program restriction on map typesAlexei Starovoitov
2022-09-05bpf: Convert percpu hash map to per-cpu bpf_mem_alloc.Alexei Starovoitov
2022-09-05bpf: Add percpu allocation support to bpf_mem_alloc.Alexei Starovoitov
2022-09-05bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU.Alexei Starovoitov
2022-09-05bpf: Adjust low/high watermarks in bpf_mem_cacheAlexei Starovoitov
2022-09-05bpf: Optimize call_rcu in non-preallocated hash map.Alexei Starovoitov
2022-09-05bpf: Optimize element count in non-preallocated hash map.Alexei Starovoitov
2022-09-05bpf: Relax the requirement to use preallocated hash maps in tracing progs.Alexei Starovoitov
2022-09-05samples/bpf: Reduce syscall overhead in map_perf_test.Alexei Starovoitov
2022-09-05selftests/bpf: Improve test coverage of test_mapsAlexei Starovoitov
2022-09-05bpf: Convert hash map to bpf_mem_alloc.Alexei Starovoitov
2022-09-05bpf: Introduce any context BPF specific memory allocator.Alexei Starovoitov
2022-09-05net: phy: Add 1000BASE-KX interface modeSean Anderson
2022-09-05Merge branch 'dpaa-cleanups'David S. Miller
2022-09-05net: dpaa: Adjust queue depth on rate changeSean Anderson
2022-09-05soc: fsl: qbman: Add CGR update functionSean Anderson
2022-09-05soc: fsl: qbman: Add helper for sanity checking cgr opsSean Anderson
2022-09-05net: dpaa: Use mac_dev variable in dpaa_netdev_initSean Anderson
2022-09-05net: fman: Change return type of disable to voidSean Anderson
2022-09-05net: fman: Clean up error handlingSean Anderson
2022-09-05net: fman: Specify type of mac_dev for exception_cbSean Anderson
2022-09-05net: fman: Use mac_dev for some paramsSean Anderson