summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ethtool: adjust struct ethtool_keee to kernel needsHeiner Kallweit2024-01-311-5/+3
* ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit2024-01-314-10/+22
* net: stmmac: Offload queueMaxSDU from tc-taprioRohan G Thomas2024-01-311-0/+1
* 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-2610-65/+341
|\
| * bpf,lsm: Add BPF token LSM hooksAndrii Nakryiko2024-01-243-0/+33
| * bpf,lsm: Refactor bpf_map_alloc/bpf_map_free LSM hooksAndrii Nakryiko2024-01-242-4/+7
| * bpf,lsm: Refactor bpf_prog_alloc/bpf_prog_free LSM hooksAndrii Nakryiko2024-01-242-7/+10
| * bpf: Consistently use BPF token throughout BPF verifier logicAndrii Nakryiko2024-01-242-9/+9
| * bpf: Take into account BPF token when fetching helper protosAndrii Nakryiko2024-01-241-2/+3
| * bpf: Add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko2024-01-242-0/+11
| * bpf: Add BPF token support to BPF_BTF_LOAD commandAndrii Nakryiko2024-01-241-0/+5
| * bpf: Add BPF token support to BPF_MAP_CREATE commandAndrii Nakryiko2024-01-242-0/+10
| * bpf: Introduce BPF token objectAndrii Nakryiko2024-01-242-0/+78
| * bpf: Add BPF token delegation mount options to BPF FSAndrii Nakryiko2024-01-241-0/+12
| * bpf, net: switch to dynamic registrationKui-Feng Lee2024-01-232-10/+29
| * bpf: validate value_typeKui-Feng Lee2024-01-231-0/+12
| * bpf: hold module refcnt in bpf_struct_ops map creation and prog verification.Kui-Feng Lee2024-01-232-0/+2
| * bpf: pass attached BTF to the bpf_struct_ops subsystemKui-Feng Lee2024-01-231-0/+8
| * bpf: lookup struct_ops types from a given module BTF.Kui-Feng Lee2024-01-231-2/+2
| * bpf: pass btf object id in bpf_map_info.Kui-Feng Lee2024-01-232-1/+5
| * bpf, net: introduce bpf_struct_ops_desc.Kui-Feng Lee2024-01-231-5/+10
| * bpf: refactory struct_ops type initialization to a function.Kui-Feng Lee2024-01-231-0/+1
| * bpf: Store cookies in kprobe_multi bpf_link_info dataJiri Olsa2024-01-231-0/+1
| * bpf: Add cookie to perf_event bpf_link_info recordsJiri Olsa2024-01-231-0/+6
| * bpf: Define struct bpf_tcp_req_attrs when CONFIG_SYN_COOKIES=n.Kuniyuki Iwashima2024-01-231-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-261-0/+22
* | af_unix: Try to run GC async.Kuniyuki Iwashima2024-01-262-2/+11
* | af_unix: Return struct unix_sock from unix_get_socket().Kuniyuki Iwashima2024-01-261-1/+1
* | af_unix: Do not use atomic ops for unix_sk(sk)->inflight.Kuniyuki Iwashima2024-01-261-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-2537-231/+538
|\ \
| * \ Merge tag 'net-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-01-2512-30/+108
| |\ \
| | * \ Merge tag 'mlx5-fixes-2024-01-24' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni2024-01-254-4/+11
| | |\ \
| | | * | net/mlx5: Bridge, fix multicast packets sent to uplinkMoshe Shemesh2024-01-242-1/+2
| | | * | net/mlx5: Fix query of sd_group fieldTariq Toukan2024-01-242-3/+8
| | | * | net/mlx5e: Use the correct lag ports number when creating TISesSaeed Mahameed2024-01-241-0/+1
| | * | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni2024-01-251-0/+27
| | |\ \ \
| | | * | | xsk: fix usage of multi-buffer BPF helpers for ZC XDPMaciej Fijalkowski2024-01-241-0/+26
| | | * | | xsk: make xsk_buff_pool responsible for clearing xdp_buff::flagsMaciej Fijalkowski2024-01-241-0/+1
| | * | | | netfilter: nf_tables: cleanup documentationGeorge Guo2024-01-241-10/+39
| | | |/ / | | |/| |