summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpf: Clarify batch lookup/lookup_and_delete semanticsMartin Kelly2024-02-221-1/+5
* bpf: Shrink size of struct bpf_map/bpf_array.Alexei Starovoitov2024-02-211-9/+3
* bpf: simplify btf_get_prog_ctx_type() into btf_is_prog_ctx_type()Andrii Nakryiko2024-02-141-9/+8
* bpf: remove check in __cgroup_bpf_run_filter_skbOliver Crumrine2024-02-141-1/+2
* bpf: Create argument information for nullable arguments.Kui-Feng Lee2024-02-142-0/+23
* bpf: Move __kfunc_param_match_suffix() to btf.c.Kui-Feng Lee2024-02-141-0/+4
* bpf: add btf pointer to struct bpf_ctx_arg_aux.Kui-Feng Lee2024-02-141-0/+1
* bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctlyYonghong Song2024-02-131-9/+12
* bpf: Allow compiler to inline most of bpf_local_storage_lookup()Marco Elver2024-02-111-2/+28
* bpf: Preserve boundaries and track scalars on narrowing fillMaxim Mikityanskiy2024-02-021-0/+9
* bpf: btf: Add BTF_KFUNCS_START/END macro pairDaniel Xu2024-02-011-0/+11
* bpf: btf: Support flags for BTF_SET8 setsDaniel Xu2024-01-311-4/+6
* bpf: add __arg_trusted global func arg tagAndrii Nakryiko2024-01-301-0/+1
* bpf: Remove unused field "mod" in struct bpf_trampolineMenglong Dong2024-01-291-1/+0
* ptp: add FemtoClock3 Wireless as ptp hardware clockMin Li2024-01-291-0/+273
* ptp: introduce PTP_CLOCK_EXTOFF event for the measured external offsetMin Li2024-01-292-3/+13
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-01-2710-65/+341
|\
| * bpf,lsm: Add BPF token LSM hooksAndrii Nakryiko2024-01-253-0/+33
| * bpf,lsm: Refactor bpf_map_alloc/bpf_map_free LSM hooksAndrii Nakryiko2024-01-252-4/+7
| * bpf,lsm: Refactor bpf_prog_alloc/bpf_prog_free LSM hooksAndrii Nakryiko2024-01-252-7/+10
| * bpf: Consistently use BPF token throughout BPF verifier logicAndrii Nakryiko2024-01-252-9/+9
| * bpf: Take into account BPF token when fetching helper protosAndrii Nakryiko2024-01-251-2/+3
| * bpf: Add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko2024-01-252-0/+11
| * bpf: Add BPF token support to BPF_BTF_LOAD commandAndrii Nakryiko2024-01-251-0/+5
| * bpf: Add BPF token support to BPF_MAP_CREATE commandAndrii Nakryiko2024-01-252-0/+10
| * bpf: Introduce BPF token objectAndrii Nakryiko2024-01-252-0/+78
| * bpf: Add BPF token delegation mount options to BPF FSAndrii Nakryiko2024-01-251-0/+12
| * bpf, net: switch to dynamic registrationKui-Feng Lee2024-01-242-10/+29
| * bpf: validate value_typeKui-Feng Lee2024-01-241-0/+12
| * bpf: hold module refcnt in bpf_struct_ops map creation and prog verification.Kui-Feng Lee2024-01-242-0/+2
| * bpf: pass attached BTF to the bpf_struct_ops subsystemKui-Feng Lee2024-01-241-0/+8
| * bpf: lookup struct_ops types from a given module BTF.Kui-Feng Lee2024-01-241-2/+2
| * bpf: pass btf object id in bpf_map_info.Kui-Feng Lee2024-01-242-1/+5
| * bpf, net: introduce bpf_struct_ops_desc.Kui-Feng Lee2024-01-241-5/+10
| * bpf: refactory struct_ops type initialization to a function.Kui-Feng Lee2024-01-241-0/+1
| * bpf: Store cookies in kprobe_multi bpf_link_info dataJiri Olsa2024-01-241-0/+1
| * bpf: Add cookie to perf_event bpf_link_info recordsJiri Olsa2024-01-241-0/+6
| * bpf: Define struct bpf_tcp_req_attrs when CONFIG_SYN_COOKIES=n.Kuniyuki Iwashima2024-01-241-14/+16
| * bpf, docs: Fix bpf_redirect_peer header docVictor Stewart2024-01-231-3/+3
| * bpf: tcp: Support arbitrary SYN Cookie.Kuniyuki Iwashima2024-01-231-0/+14
| * bpf: tcp: Handle BPF SYN Cookie in cookie_v[46]_check().Kuniyuki Iwashima2024-01-231-0/+20
| * bpf: tcp: Handle BPF SYN Cookie in skb_steal_sock().Kuniyuki Iwashima2024-01-231-2/+13
| * tcp: Move skb_steal_sock() to request_sock.hKuniyuki Iwashima2024-01-232-25/+28
| * tcp: Move tcp_ns_to_ts() to tcp.hKuniyuki Iwashima2024-01-231-0/+9
| * bpf: Make bpf_for_each_spilled_reg consider narrow spillsMaxim Mikityanskiy2024-01-231-1/+1
| * bpf: support multiple tags per argumentAndrii Nakryiko2024-01-231-0/+2
| * bpf: Support inlining bpf_kptr_xchg() helperHou Tao2024-01-231-0/+1
* | net: phy: add support for PHY LEDs polarity modesChristian Marangi2024-01-271-0/+22
* | af_unix: Try to run GC async.Kuniyuki Iwashima2024-01-272-2/+11
* | af_unix: Return struct unix_sock from unix_get_socket().Kuniyuki Iwashima2024-01-271-1/+1