index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Make BPF_PROG_RUN_ARRAY return -err instead of allow boolean
YiFei Zhu
2022-01-19
3
-34
/
+25
*
libbpf: Improve btf__add_btf() with an additional hashmap for strings.
Kui-Feng Lee
2022-01-19
1
-1
/
+30
*
bpf/scripts: Raise an exception if the correct number of sycalls are not gene...
Usama Arif
2022-01-19
1
-27
/
+59
*
bpf/scripts: Make description and returns section for helpers/syscalls mandatory
Usama Arif
2022-01-19
1
-12
/
+18
*
uapi/bpf: Add missing description and returns for helper documentation
Usama Arif
2022-01-19
2
-0
/
+30
*
bpftool: Adding support for BTF program names
Raman Shukhau
2022-01-19
4
-12
/
+70
*
libbpf: Define BTF_KIND_* constants in btf.h to avoid compilation errors
Toke Høiland-Jørgensen
2022-01-19
1
-1
/
+21
*
Merge branch 'bpf: Batching iter for AF_UNIX sockets.'
Alexei Starovoitov
2022-01-19
5
-29
/
+385
|
\
|
*
selftest/bpf: Fix a stale comment.
Kuniyuki Iwashima
2022-01-19
1
-1
/
+1
|
*
selftest/bpf: Test batching and bpf_(get|set)sockopt in bpf unix iter.
Kuniyuki Iwashima
2022-01-19
3
-0
/
+162
|
*
bpf: Support bpf_(get|set)sockopt() in bpf unix iter.
Kuniyuki Iwashima
2022-01-19
1
-0
/
+15
|
*
bpf: af_unix: Use batching algorithm in bpf unix iter.
Kuniyuki Iwashima
2022-01-19
1
-7
/
+177
|
*
af_unix: Refactor unix_next_socket().
Kuniyuki Iwashima
2022-01-19
1
-21
/
+30
|
/
*
Merge branch 'Introduce unstable CT lookup helpers'
Alexei Starovoitov
2022-01-18
29
-214
/
+1674
|
\
|
*
selftests/bpf: Add test for race in btf_try_get_module
Kumar Kartikeya Dwivedi
2022-01-18
7
-0
/
+364
|
*
selftests/bpf: Extend kfunc selftests
Kumar Kartikeya Dwivedi
2022-01-18
4
-4
/
+258
|
*
selftests/bpf: Add test_verifier support to fixup kfunc call insns
Kumar Kartikeya Dwivedi
2022-01-18
1
-0
/
+28
|
*
selftests/bpf: Add test for unstable CT lookup API
Kumar Kartikeya Dwivedi
2022-01-18
3
-0
/
+161
|
*
net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPF
Kumar Kartikeya Dwivedi
2022-01-18
5
-0
/
+294
|
*
bpf: Add reference tracking support to kfunc
Kumar Kartikeya Dwivedi
2022-01-18
3
-12
/
+77
|
*
bpf: Introduce mem, size argument pair support for kfunc
Kumar Kartikeya Dwivedi
2022-01-18
3
-48
/
+126
|
*
bpf: Remove check_kfunc_call callback and old kfunc BTF ID API
Kumar Kartikeya Dwivedi
2022-01-18
11
-161
/
+73
|
*
bpf: Populate kfunc BTF ID sets in struct btf
Kumar Kartikeya Dwivedi
2022-01-18
3
-7
/
+289
|
*
bpf: Fix UAF due to race between btf_try_get_module and load_module
Kumar Kartikeya Dwivedi
2022-01-18
1
-2
/
+24
|
/
*
test: selftests: Remove unused various in sockmap_verdict_prog.c
Menglong Dong
2022-01-15
1
-2
/
+0
*
tools/resolve_btfids: Build with host flags
Connor O'Brien
2022-01-15
1
-2
/
+4
*
bpf/scripts: Raise an exception if the correct number of helpers are not gene...
Usama Arif
2022-01-15
1
-2
/
+48
*
Merge branch 'libbpf 1.0: deprecate bpf_map__def() API'
Andrii Nakryiko
2022-01-13
11
-94
/
+81
|
\
|
*
libbpf: Deprecate bpf_map__def() API
Christy Lee
2022-01-13
1
-1
/
+2
|
*
selftests/bpf: Stop using bpf_map__def() API
Christy Lee
2022-01-13
5
-28
/
+26
|
*
perf: Stop using bpf_map__def() API
Christy Lee
2022-01-13
2
-51
/
+41
|
*
bpftool: Stop using bpf_map__def() API
Christy Lee
2022-01-13
2
-9
/
+7
|
*
samples/bpf: Stop using bpf_map__def() API
Christy Lee
2022-01-13
1
-5
/
+5
|
/
*
bpftool: Only set obj->skeleton on complete success
Wei Fu
2022-01-13
1
-1
/
+1
*
libbpf: Fix possible NULL pointer dereference when destroying skeleton
Yafang Shao
2022-01-13
1
-0
/
+3
*
Merge branch 'libbpf: rename bpf_prog_attach_xattr to bpf_prog_attach_opts'
Andrii Nakryiko
2022-01-13
4
-8
/
+18
|
\
|
*
selftests/bpf: Change bpf_prog_attach_xattr() to bpf_prog_attach_opts()
Christy Lee
2022-01-13
1
-6
/
+6
|
*
libbpf: Rename bpf_prog_attach_xattr() to bpf_prog_attach_opts()
Christy Lee
2022-01-13
3
-2
/
+12
|
/
*
bpftool: Fix error check when calling hashmap__new()
Mauricio Vásquez
2022-01-13
5
-5
/
+7
*
libbpf: Use IS_ERR_OR_NULL() in hashmap__free()
Mauricio Vásquez
2022-01-13
1
-2
/
+1
*
Merge tag 'devprop-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-01-11
11
-182
/
+127
|
\
|
*
software node: Update MAINTAINERS data base
Andy Shevchenko
2021-12-22
1
-1
/
+6
|
*
software node: fix wrong node passed to find nargs_prop
Clément Léger
2021-12-22
1
-1
/
+1
|
*
device property: Drop fwnode_graph_get_remote_node()
Sakari Ailus
2021-12-17
3
-45
/
+8
|
*
device property: Use fwnode_graph_for_each_endpoint() macro
Sakari Ailus
2021-12-17
1
-4
/
+4
|
*
device property: Implement fwnode_graph_get_endpoint_count()
Sakari Ailus
2021-12-17
2
-10
/
+41
|
*
Documentation: ACPI: Update references
Sakari Ailus
2021-12-17
4
-68
/
+58
|
*
Documentation: ACPI: Fix data node reference documentation
Sakari Ailus
2021-12-17
1
-2
/
+8
|
*
device property: Fix documentation for FWNODE_GRAPH_DEVICE_DISABLED
Sakari Ailus
2021-12-17
2
-3
/
+4
|
*
device property: Fix fwnode_graph_devcon_match() fwnode leak
Sakari Ailus
2021-12-17
1
-1
/
+3
[next]