summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-sysctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* networkd: add possibility to specify MulticastIGMPVersionMichele Dionisio2024-11-061-0/+26
* network: add AF_TO_ADDRESS_FAMILY() helperLennart Poettering2024-10-151-4/+2
* network: wait for IPv6 MTU being synced to link MTUYu Watanabe2024-10-141-0/+86
* network/sysctl: make link_set_ipv6_mtu() log failuresYu Watanabe2024-10-141-4/+7
* network/sysctl-monitor: do not allocate sysctl_shadow when eBPF is not supportedYu Watanabe2024-09-171-17/+18
* network/sysctl: several cleanups for sysctl_add_monitor()Yu Watanabe2024-09-161-10/+16
* bpf-link: introduce bpf_ring_buffer_free() and friendsYu Watanabe2024-09-161-8/+2
* network/sysctl: use wrapped free functionsYu Watanabe2024-09-161-16/+3
* networkd: move sysctl code to use PID_FMTLennart Poettering2024-09-131-4/+5
* minor fixups for #32212Matteo Croce2024-09-131-2/+2
* emit a warning in networkd if managed sysctls are changedMatteo Croce2024-09-111-0/+191
* store the sysctls set by networkdMatteo Croce2024-09-111-17/+31
* extend sysctl functions to shadow valuesMatteo Croce2024-09-111-17/+17
* tree-wide: drop msg argument for DEFINE_CONFIG_PARSE() macro and friendsYu Watanabe2024-09-011-4/+2
* network: make IPMasquerade= imply global IP forwarding settings againYu Watanabe2024-08-161-1/+62
* network/ndisc: set IPv6 MTU through sysctlYu Watanabe2024-04-101-2/+5
* network/sysctl: round IPv6 MTU with the current device MTU rather than the ma...Yu Watanabe2024-04-101-8/+11
* network: introduce per-interface IP forwarding settingsYu Watanabe2024-02-221-36/+89
* IPv6 RA: Support the Retrans Timer field (IPv6 Conformance Test: v6LC.2.1.5)Matt Muggeridge2024-01-221-0/+22
* networkd: support `proxy_arp_pvlan` sysctlRaito Bezarius2023-12-231-0/+16
* network: do not try to update IP sysctl settings for CAN devicesYu Watanabe2023-12-081-0/+6
* network: split out common checksYu Watanabe2023-12-081-70/+43
* network: do not try to set invalid value for IPv6 hop limitYu Watanabe2023-11-061-1/+1
* Revert "ndisc: Also set link hoplimit"Yu Watanabe2023-11-061-1/+1
* ndisc: Also set link hoplimitSusant Sahani2023-09-271-1/+1
* networkd: allow setting rp_filter for an interfaceSusant Sahani2023-07-281-0/+29
* network: add global setting for IPv6PrivacyExtensions=Yu Watanabe2023-06-291-2/+10
* network: introduce IPV6_PRIVACY_EXTENSIONS_KERNEL enum valueYu Watanabe2023-06-291-38/+7
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-2/+1
* tree-wide: drop duplicated semicolonsZbigniew Jędrzejewski-Szmek2022-07-051-1/+1
* Fix "link-local" language inconsistenciesSebastian Pucilowski2022-03-311-1/+1
* network: move link_set_ipv6ll_stable_secret() to networkd-ipv6ll.cYu Watanabe2022-02-101-45/+0
* Merge pull request #19852 from yuwata/network-stable-secretYu Watanabe2021-06-091-0/+49
|\
| * network: introduce IPv6StableSecretAddress= settingYu Watanabe2021-06-081-0/+49
* | network: also adjust IPv6 MTU by the maximum MTU of the interfaceYu Watanabe2021-06-081-1/+10
|/
* network: merge link_configure() and link_configure_continue() againYu Watanabe2021-06-071-24/+23
* network: move logic for setting proxy_ndp sysctl to networkd-sysctl.cYu Watanabe2021-06-071-0/+26
* network: Add "route_localnet" sysctl supportSusant Sahani2021-02-181-0/+16
* network: fix IPv6PrivacyExtensions=kernel handlingFlorian Klink2020-12-241-0/+4
* network: fix typoFlorian Klink2020-12-231-1/+1
* Merge pull request #17474 from yuwata/network-drop-link-deserialization-logicYu Watanabe2020-11-271-0/+9
|\
| * network: always enable sysctl property promote_secondariesYu Watanabe2020-10-281-0/+9
* | license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|/
* network: fix typoYu Watanabe2020-10-231-1/+1
* network: introduce network_adjust_ipv6_accept_ra()Yu Watanabe2020-10-151-1/+1
* network: move sysctl related functions to networkd-sysctl.cYu Watanabe2020-10-061-0/+284