开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-09-07
selftests/bpf: Add tests for kfunc returning a memory pointer
Benjamin Tissoires
2022-09-07
bpf/verifier: allow kfunc to return an allocated mem
Benjamin Tissoires
2022-09-07
bpf/btf: bump BTF_KFUNC_SET_MAX_CNT
Benjamin Tissoires
2022-09-07
selftests/bpf: add test for accessing ctx from syscall program type
Benjamin Tissoires
2022-09-07
bpf/verifier: allow all functions to read user provided context
Benjamin Tissoires
2022-09-07
bpf: split btf_check_subprog_arg_match in two
Benjamin Tissoires
2022-09-07
selftests/bpf: regroup and declare similar kfuncs selftests in an array
Benjamin Tissoires
2022-09-06
Merge branch 'bpf: Support struct argument for trampoline base progs'
Alexei Starovoitov
2022-09-06
selftests/bpf: Add tracing_struct test in DENYLIST.s390x
Yonghong Song
2022-09-06
selftests/bpf: Use BPF_PROG2 for some fentry programs without struct arguments
Yonghong Song
2022-09-06
selftests/bpf: Add struct argument tests with fentry/fexit programs.
Yonghong Song
2022-09-06
libbpf: Add new BPF_PROG2 macro
Yonghong Song
2022-09-06
bpf: arm64: No support of struct argument in trampoline programs
Yonghong Song
2022-09-06
bpf: Update descriptions for helpers bpf_get_func_arg[_cnt]()
Yonghong Song
2022-09-06
bpf: x86: Support in-register struct arguments in trampoline programs
Yonghong Song
2022-09-06
bpf: Allow struct argument in trampoline based programs
Yonghong Song
2022-09-06
bpf: Replace __ksize with ksize.
Alexei Starovoitov
2022-09-06
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Paolo Abeni
2022-09-06
net: moxa: fix endianness-related issues from 'sparse'
Sergei Antonov
2022-09-06
net: ftmac100: fix endianness-related issues from 'sparse'
Sergei Antonov
2022-09-06
net: lan966x: Extend lan966x with RGMII support
Horatiu Vultur
2022-09-05
r8169: remove not needed net_ratelimit() check
Heiner Kallweit
2022-09-05
netlink: Bounds-check struct nlmsgerr creation
Kees Cook
2022-09-05
Merge branch 'bpf-allocator'
Daniel Borkmann
2022-09-05
bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
bpf: Remove usage of kmem_cache from bpf_mem_cache.
Alexei Starovoitov
2022-09-05
bpf: Remove prealloc-only restriction for sleepable bpf programs.
Alexei Starovoitov
2022-09-05
bpf: Prepare bpf_mem_alloc to be used by sleepable bpf programs.
Alexei Starovoitov
2022-09-05
bpf: Remove tracing program restriction on map types
Alexei Starovoitov
2022-09-05
bpf: Convert percpu hash map to per-cpu bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
bpf: Add percpu allocation support to bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU.
Alexei Starovoitov
2022-09-05
bpf: Adjust low/high watermarks in bpf_mem_cache
Alexei Starovoitov
2022-09-05
bpf: Optimize call_rcu in non-preallocated hash map.
Alexei Starovoitov
2022-09-05
bpf: Optimize element count in non-preallocated hash map.
Alexei Starovoitov
2022-09-05
bpf: Relax the requirement to use preallocated hash maps in tracing progs.
Alexei Starovoitov
2022-09-05
samples/bpf: Reduce syscall overhead in map_perf_test.
Alexei Starovoitov
2022-09-05
selftests/bpf: Improve test coverage of test_maps
Alexei Starovoitov
2022-09-05
bpf: Convert hash map to bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
bpf: Introduce any context BPF specific memory allocator.
Alexei Starovoitov
2022-09-05
net: phy: Add 1000BASE-KX interface mode
Sean Anderson
2022-09-05
Merge branch 'dpaa-cleanups'
David S. Miller
2022-09-05
net: dpaa: Adjust queue depth on rate change
Sean Anderson
2022-09-05
soc: fsl: qbman: Add CGR update function
Sean Anderson
2022-09-05
soc: fsl: qbman: Add helper for sanity checking cgr ops
Sean Anderson
2022-09-05
net: dpaa: Use mac_dev variable in dpaa_netdev_init
Sean Anderson
2022-09-05
net: fman: Change return type of disable to void
Sean Anderson
2022-09-05
net: fman: Clean up error handling
Sean Anderson
2022-09-05
net: fman: Specify type of mac_dev for exception_cb
Sean Anderson
2022-09-05
net: fman: Use mac_dev for some params
Sean Anderson
[next]