summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-01-29bpf: Remove unused field "mod" in struct bpf_trampolineMenglong Dong1-1/+0
2024-01-29ptp: add FemtoClock3 Wireless as ptp hardware clockMin Li1-0/+273
2024-01-29ptp: introduce PTP_CLOCK_EXTOFF event for the measured external offsetMin Li2-3/+13
2024-01-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski10-65/+341
2024-01-27net: phy: add support for PHY LEDs polarity modesChristian Marangi1-0/+22
2024-01-27af_unix: Try to run GC async.Kuniyuki Iwashima2-2/+11
2024-01-27af_unix: Return struct unix_sock from unix_get_socket().Kuniyuki Iwashima1-1/+1
2024-01-27af_unix: Do not use atomic ops for unix_sk(sk)->inflight.Kuniyuki Iwashima1-1/+1
2024-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski37-231/+538
2024-01-25Merge tag 'net-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds12-30/+108
2024-01-25Merge tag 'vfs-6.8-rc2.netfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+25
2024-01-25Merge tag 'mlx5-fixes-2024-01-24' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni4-4/+11
2024-01-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni1-0/+27
2024-01-25xsk: fix usage of multi-buffer BPF helpers for ZC XDPMaciej Fijalkowski1-0/+26
2024-01-25xsk: make xsk_buff_pool responsible for clearing xdp_buff::flagsMaciej Fijalkowski1-0/+1
2024-01-25bpf,lsm: Add BPF token LSM hooksAndrii Nakryiko3-0/+33
2024-01-25bpf,lsm: Refactor bpf_map_alloc/bpf_map_free LSM hooksAndrii Nakryiko2-4/+7
2024-01-25bpf,lsm: Refactor bpf_prog_alloc/bpf_prog_free LSM hooksAndrii Nakryiko2-7/+10
2024-01-25bpf: Consistently use BPF token throughout BPF verifier logicAndrii Nakryiko2-9/+9
2024-01-25bpf: Take into account BPF token when fetching helper protosAndrii Nakryiko1-2/+3
2024-01-25bpf: Add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko2-0/+11
2024-01-25bpf: Add BPF token support to BPF_BTF_LOAD commandAndrii Nakryiko1-0/+5
2024-01-25bpf: Add BPF token support to BPF_MAP_CREATE commandAndrii Nakryiko2-0/+10
2024-01-25bpf: Introduce BPF token objectAndrii Nakryiko2-0/+78
2024-01-25bpf: Add BPF token delegation mount options to BPF FSAndrii Nakryiko1-0/+12
2024-01-25Merge tag 'execve-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-01-24exec: Distinguish in_execve from in_execKees Cook1-1/+1
2024-01-24netfilter: nf_tables: cleanup documentationGeorge Guo1-10/+39
2024-01-24net/mlx5: Bridge, fix multicast packets sent to uplinkMoshe Shemesh2-1/+2
2024-01-24net/mlx5: Fix query of sd_group fieldTariq Toukan2-3/+8
2024-01-24net/mlx5e: Use the correct lag ports number when creating TISesSaeed Mahameed1-0/+1
2024-01-24net/sched: flower: Fix chain template offloadIdo Schimmel1-0/+4
2024-01-24net/ipv6: resolve warning in ip6_fib.cBreno Leitao1-6/+0
2024-01-24bpf, net: switch to dynamic registrationKui-Feng Lee2-10/+29
2024-01-24bpf: validate value_typeKui-Feng Lee1-0/+12
2024-01-24bpf: hold module refcnt in bpf_struct_ops map creation and prog verification.Kui-Feng Lee2-0/+2
2024-01-24bpf: pass attached BTF to the bpf_struct_ops subsystemKui-Feng Lee1-0/+8
2024-01-24bpf: lookup struct_ops types from a given module BTF.Kui-Feng Lee1-2/+2
2024-01-24bpf: pass btf object id in bpf_map_info.Kui-Feng Lee2-1/+5
2024-01-24bpf, net: introduce bpf_struct_ops_desc.Kui-Feng Lee1-5/+10
2024-01-24bpf: refactory struct_ops type initialization to a function.Kui-Feng Lee1-0/+1
2024-01-24bpf: Store cookies in kprobe_multi bpf_link_info dataJiri Olsa1-0/+1
2024-01-24bpf: Add cookie to perf_event bpf_link_info recordsJiri Olsa1-0/+6
2024-01-24bpf: Define struct bpf_tcp_req_attrs when CONFIG_SYN_COOKIES=n.Kuniyuki Iwashima1-14/+16
2024-01-24bpf, docs: Fix bpf_redirect_peer header docVictor Stewart1-3/+3
2024-01-24bpf: tcp: Support arbitrary SYN Cookie.Kuniyuki Iwashima1-0/+14
2024-01-24bpf: tcp: Handle BPF SYN Cookie in cookie_v[46]_check().Kuniyuki Iwashima1-0/+20
2024-01-24bpf: tcp: Handle BPF SYN Cookie in skb_steal_sock().Kuniyuki Iwashima1-2/+13
2024-01-24tcp: Move skb_steal_sock() to request_sock.hKuniyuki Iwashima2-25/+28
2024-01-24tcp: Move tcp_ns_to_ts() to tcp.hKuniyuki Iwashima1-0/+9