summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpf/scripts: Raise an exception if the correct number of sycalls are not gene...Usama Arif2022-01-191-27/+59
* bpf/scripts: Make description and returns section for helpers/syscalls mandatoryUsama Arif2022-01-191-12/+18
* uapi/bpf: Add missing description and returns for helper documentationUsama Arif2022-01-192-0/+30
* bpftool: Adding support for BTF program namesRaman Shukhau2022-01-194-12/+70
* libbpf: Define BTF_KIND_* constants in btf.h to avoid compilation errorsToke Høiland-Jørgensen2022-01-181-1/+21
* Merge branch 'bpf: Batching iter for AF_UNIX sockets.'Alexei Starovoitov2022-01-185-29/+385
|\
| * selftest/bpf: Fix a stale comment.Kuniyuki Iwashima2022-01-181-1/+1
| * selftest/bpf: Test batching and bpf_(get|set)sockopt in bpf unix iter.Kuniyuki Iwashima2022-01-183-0/+162
| * bpf: Support bpf_(get|set)sockopt() in bpf unix iter.Kuniyuki Iwashima2022-01-181-0/+15
| * bpf: af_unix: Use batching algorithm in bpf unix iter.Kuniyuki Iwashima2022-01-181-7/+177
| * af_unix: Refactor unix_next_socket().Kuniyuki Iwashima2022-01-181-21/+30
|/
* Merge branch 'Introduce unstable CT lookup helpers'Alexei Starovoitov2022-01-1829-214/+1674
|\
| * selftests/bpf: Add test for race in btf_try_get_moduleKumar Kartikeya Dwivedi2022-01-187-0/+364
| * selftests/bpf: Extend kfunc selftestsKumar Kartikeya Dwivedi2022-01-184-4/+258
| * selftests/bpf: Add test_verifier support to fixup kfunc call insnsKumar Kartikeya Dwivedi2022-01-181-0/+28
| * selftests/bpf: Add test for unstable CT lookup APIKumar Kartikeya Dwivedi2022-01-183-0/+161
| * net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPFKumar Kartikeya Dwivedi2022-01-185-0/+294
| * bpf: Add reference tracking support to kfuncKumar Kartikeya Dwivedi2022-01-183-12/+77
| * bpf: Introduce mem, size argument pair support for kfuncKumar Kartikeya Dwivedi2022-01-183-48/+126
| * bpf: Remove check_kfunc_call callback and old kfunc BTF ID APIKumar Kartikeya Dwivedi2022-01-1811-161/+73
| * bpf: Populate kfunc BTF ID sets in struct btfKumar Kartikeya Dwivedi2022-01-183-7/+289
| * bpf: Fix UAF due to race between btf_try_get_module and load_moduleKumar Kartikeya Dwivedi2022-01-181-2/+24
|/
* test: selftests: Remove unused various in sockmap_verdict_prog.cMenglong Dong2022-01-141-2/+0
* tools/resolve_btfids: Build with host flagsConnor O'Brien2022-01-141-2/+4
* bpf/scripts: Raise an exception if the correct number of helpers are not gene...Usama Arif2022-01-141-2/+48
* Merge branch 'libbpf 1.0: deprecate bpf_map__def() API'Andrii Nakryiko2022-01-1211-94/+81
|\
| * libbpf: Deprecate bpf_map__def() APIChristy Lee2022-01-121-1/+2
| * selftests/bpf: Stop using bpf_map__def() APIChristy Lee2022-01-125-28/+26
| * perf: Stop using bpf_map__def() APIChristy Lee2022-01-122-51/+41
| * bpftool: Stop using bpf_map__def() APIChristy Lee2022-01-122-9/+7
| * samples/bpf: Stop using bpf_map__def() APIChristy Lee2022-01-121-5/+5
|/
* bpftool: Only set obj->skeleton on complete successWei Fu2022-01-121-1/+1
* libbpf: Fix possible NULL pointer dereference when destroying skeletonYafang Shao2022-01-121-0/+3
* Merge branch 'libbpf: rename bpf_prog_attach_xattr to bpf_prog_attach_opts'Andrii Nakryiko2022-01-124-8/+18
|\
| * selftests/bpf: Change bpf_prog_attach_xattr() to bpf_prog_attach_opts()Christy Lee2022-01-121-6/+6
| * libbpf: Rename bpf_prog_attach_xattr() to bpf_prog_attach_opts()Christy Lee2022-01-123-2/+12
|/
* bpftool: Fix error check when calling hashmap__new()Mauricio Vásquez2022-01-125-5/+7
* libbpf: Use IS_ERR_OR_NULL() in hashmap__free()Mauricio Vásquez2022-01-121-2/+1
* Merge tag 'devprop-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-01-1011-182/+127
|\
| * software node: Update MAINTAINERS data baseAndy Shevchenko2021-12-221-1/+6
| * software node: fix wrong node passed to find nargs_propClément Léger2021-12-221-1/+1
| * device property: Drop fwnode_graph_get_remote_node()Sakari Ailus2021-12-173-45/+8
| * device property: Use fwnode_graph_for_each_endpoint() macroSakari Ailus2021-12-171-4/+4
| * device property: Implement fwnode_graph_get_endpoint_count()Sakari Ailus2021-12-172-10/+41
| * Documentation: ACPI: Update referencesSakari Ailus2021-12-174-68/+58
| * Documentation: ACPI: Fix data node reference documentationSakari Ailus2021-12-171-2/+8
| * device property: Fix documentation for FWNODE_GRAPH_DEVICE_DISABLEDSakari Ailus2021-12-172-3/+4
| * device property: Fix fwnode_graph_devcon_match() fwnode leakSakari Ailus2021-12-171-1/+3
| * device property: Remove device_add_properties() APIHeikki Krogerus2021-11-242-52/+0
| * driver core: Don't call device_remove_properties() from device_del()Heikki Krogerus2021-11-241-1/+0