summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-02-02bpf: Preserve boundaries and track scalars on narrowing fillMaxim Mikityanskiy
2024-01-31bpf: btf: Add BTF_KFUNCS_START/END macro pairDaniel Xu
2024-01-31bpf: btf: Support flags for BTF_SET8 setsDaniel Xu
2024-01-30bpf: add __arg_trusted global func arg tagAndrii Nakryiko
2024-01-29bpf: Remove unused field "mod" in struct bpf_trampolineMenglong Dong
2024-01-29ptp: add FemtoClock3 Wireless as ptp hardware clockMin Li
2024-01-29ptp: introduce PTP_CLOCK_EXTOFF event for the measured external offsetMin Li
2024-01-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-01-26net: phy: add support for PHY LEDs polarity modesChristian Marangi
2024-01-26af_unix: Try to run GC async.Kuniyuki Iwashima
2024-01-26af_unix: Return struct unix_sock from unix_get_socket().Kuniyuki Iwashima
2024-01-26af_unix: Do not use atomic ops for unix_sk(sk)->inflight.Kuniyuki Iwashima
2024-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-25Merge tag 'net-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-01-25Merge tag 'vfs-6.8-rc2.netfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-01-25Merge tag 'mlx5-fixes-2024-01-24' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni
2024-01-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2024-01-24xsk: fix usage of multi-buffer BPF helpers for ZC XDPMaciej Fijalkowski
2024-01-24xsk: make xsk_buff_pool responsible for clearing xdp_buff::flagsMaciej Fijalkowski
2024-01-24bpf,lsm: Add BPF token LSM hooksAndrii Nakryiko
2024-01-24bpf,lsm: Refactor bpf_map_alloc/bpf_map_free LSM hooksAndrii Nakryiko
2024-01-24bpf,lsm: Refactor bpf_prog_alloc/bpf_prog_free LSM hooksAndrii Nakryiko
2024-01-24bpf: Consistently use BPF token throughout BPF verifier logicAndrii Nakryiko
2024-01-24bpf: Take into account BPF token when fetching helper protosAndrii Nakryiko
2024-01-24bpf: Add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko
2024-01-24bpf: Add BPF token support to BPF_BTF_LOAD commandAndrii Nakryiko
2024-01-24bpf: Add BPF token support to BPF_MAP_CREATE commandAndrii Nakryiko
2024-01-24bpf: Introduce BPF token objectAndrii Nakryiko
2024-01-24bpf: Add BPF token delegation mount options to BPF FSAndrii Nakryiko
2024-01-24Merge tag 'execve-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-01-24exec: Distinguish in_execve from in_execKees Cook
2024-01-24netfilter: nf_tables: cleanup documentationGeorge Guo
2024-01-24net/mlx5: Bridge, fix multicast packets sent to uplinkMoshe Shemesh
2024-01-24net/mlx5: Fix query of sd_group fieldTariq Toukan
2024-01-24net/mlx5e: Use the correct lag ports number when creating TISesSaeed Mahameed
2024-01-24net/sched: flower: Fix chain template offloadIdo Schimmel
2024-01-23net/ipv6: resolve warning in ip6_fib.cBreno Leitao
2024-01-23bpf, net: switch to dynamic registrationKui-Feng Lee
2024-01-23bpf: validate value_typeKui-Feng Lee
2024-01-23bpf: hold module refcnt in bpf_struct_ops map creation and prog verification.Kui-Feng Lee
2024-01-23bpf: pass attached BTF to the bpf_struct_ops subsystemKui-Feng Lee
2024-01-23bpf: lookup struct_ops types from a given module BTF.Kui-Feng Lee
2024-01-23bpf: pass btf object id in bpf_map_info.Kui-Feng Lee
2024-01-23bpf, net: introduce bpf_struct_ops_desc.Kui-Feng Lee
2024-01-23bpf: refactory struct_ops type initialization to a function.Kui-Feng Lee
2024-01-23bpf: Store cookies in kprobe_multi bpf_link_info dataJiri Olsa
2024-01-23bpf: Add cookie to perf_event bpf_link_info recordsJiri Olsa
2024-01-23bpf: Define struct bpf_tcp_req_attrs when CONFIG_SYN_COOKIES=n.Kuniyuki Iwashima
2024-01-23bpf, docs: Fix bpf_redirect_peer header docVictor Stewart
2024-01-23bpf: tcp: Support arbitrary SYN Cookie.Kuniyuki Iwashima