diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-05-06 20:30:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-06 20:30:20 +0200 |
| commit | 7b3f05c3ecbb57f7b0111d2f030e461f5d6071e5 (patch) | |
| tree | 34f97f8911e517216353ea1bacce659db5b5cf51 /scripts/package-build/linux-kernel/config/10-networking.config | |
| parent | 0361367d9960c18e0aea54f04405cdcbfb2ff71a (diff) | |
| parent | b1151ea0bc7cce64c1398b5aa01eda607da74a37 (diff) | |
| download | vyos-build-7b3f05c3ecbb57f7b0111d2f030e461f5d6071e5.tar.gz vyos-build-7b3f05c3ecbb57f7b0111d2f030e461f5d6071e5.zip | |
Merge pull request #1177 from c-po/kernel-6.18
T8147: Update Linux Kernel to 6.18
Diffstat (limited to 'scripts/package-build/linux-kernel/config/10-networking.config')
| -rw-r--r-- | scripts/package-build/linux-kernel/config/10-networking.config | 56 |
1 files changed, 54 insertions, 2 deletions
diff --git a/scripts/package-build/linux-kernel/config/10-networking.config b/scripts/package-build/linux-kernel/config/10-networking.config index 51ce7f75..25ae581c 100644 --- a/scripts/package-build/linux-kernel/config/10-networking.config +++ b/scripts/package-build/linux-kernel/config/10-networking.config @@ -24,7 +24,6 @@ CONFIG_XFRM_IPCOMP=m CONFIG_NET_KEY=m CONFIG_NET_KEY_MIGRATE=y CONFIG_XFRM_ESPINTCP=y -# CONFIG_SMC is not set CONFIG_XDP_SOCKETS=y # CONFIG_XDP_SOCKETS_DIAG is not set CONFIG_INET=y @@ -125,4 +124,57 @@ CONFIG_NET_PTP_CLASSIFY=y # CONFIG_NETWORK_PHY_TIMESTAMPING is not set CONFIG_NETFILTER=y CONFIG_NETFILTER_ADVANCED=y -CONFIG_BRIDGE_NETFILTER=m + +# +# L4: SCTP +# +# (DCCP was removed from the upstream kernel in 6.13.) +# +CONFIG_IP_SCTP=m +# CONFIG_SCTP_DBG_OBJCNT is not set +# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_NONE is not set +CONFIG_INET_SCTP_DIAG=m + +# +# HSR / SWITCHDEV / DCB / misc L3 +# +# 802.1Q / 802.1ad VLAN sub-interfaces and bridge / STP +# live in 60-vlan.config and 51-bridge.config respectively. +# +CONFIG_DCB=y +CONFIG_DNS_RESOLVER=y +CONFIG_NETLINK_DIAG=m +CONFIG_HSR=y +CONFIG_NET_SWITCHDEV=y +# CONFIG_NET_DSA is not set +CONFIG_NET_L3_MASTER_DEV=y +# CONFIG_NET_PKTGEN is not set +CONFIG_NET_DROP_MONITOR=y +CONFIG_FIB_RULES=y + +# +# VSOCK family +# +CONFIG_VSOCKETS=m +CONFIG_VSOCKETS_DIAG=m +CONFIG_VSOCKETS_LOOPBACK=m +CONFIG_VMWARE_VMCI_VSOCKETS=m +CONFIG_VIRTIO_VSOCKETS=m +CONFIG_VIRTIO_VSOCKETS_COMMON=m + +# +# Generic socket / per-CPU networking knobs +# +CONFIG_PCPU_DEV_REFCNT=y +CONFIG_MAX_SKB_FRAGS=17 +CONFIG_RPS=y +CONFIG_RFS_ACCEL=y +CONFIG_SOCK_RX_QUEUE_MAPPING=y +CONFIG_XPS=y +CONFIG_CGROUP_NET_PRIO=y +CONFIG_CGROUP_NET_CLASSID=y +CONFIG_NET_RX_BUSY_POLL=y +CONFIG_BQL=y +# CONFIG_BPF_STREAM_PARSER is not set +CONFIG_NET_FLOW_LIMIT=y +CONFIG_STREAM_PARSER=y |
