summaryrefslogtreecommitdiffstats
path: root/src/network (follow)
Commit message (Expand)AuthorAgeFilesLines
* analyze/cat-config: add switch to print only "interesting" parts of config filesZbigniew Jędrzejewski-Szmek2023-10-241-1/+1
* network: do not trigger assertion by forcerenew commandYu Watanabe2023-10-121-1/+1
* network: restart dhcp4 client when renewing lease is requested but the client...Yu Watanabe2023-10-121-4/+8
* network/dhcp4: support IPv6 only mode (RFC 8925)Yu Watanabe2023-10-1111-12/+131
* network/dhcp-server: allow to configure IPv6 only preferred optionSusant Sahani2023-10-114-0/+51
* networkctl: use proper vertical table for statusMike Yuan2023-10-111-275/+180
* Merge pull request #29495 from yuwata/network-manager-state-fileLuca Boccassi2023-10-082-122/+228
|\
| * network/dhcp6: keep lease when running in information request modeYu Watanabe2023-10-081-1/+11
| * network/dhcp6: shorten dhcp6_handler()Yu Watanabe2023-10-081-12/+5
| * network: also save NTP servers and friends obtained by other protocolsYu Watanabe2023-10-081-109/+212
* | network/tc: support Parent=X:0 for qdiscsYu Watanabe2023-10-073-11/+12
* | network/tc: allow to configure class or qdisc under foreign oneYu Watanabe2023-10-072-6/+0
* | network/tc: re-enumerate traffic control classes when a qdisc createdYu Watanabe2023-10-071-0/+8
* | network/tc: fix enumeration logic of traffic control classesYu Watanabe2023-10-074-7/+29
* | network/tc: drop child tree of traffic control nodes on removeYu Watanabe2023-10-074-16/+64
* | network/tc: align vtablesYu Watanabe2023-10-071-20/+20
|/
* tree-wide: add missing sigbus handlingYu Watanabe2023-10-071-0/+3
* network: introduce [DHCPv4] RequestAddress= settingYu Watanabe2023-10-043-6/+26
* network: skip to set request address when anonymizedYu Watanabe2023-10-041-4/+4
* network: set maximum length to be read by read_full_file_full()Yu Watanabe2023-10-022-5/+13
* Remove json_variant_merge_pair() in favor of json_variant_set_field_non_null()Daan De Meyer2023-09-281-23/+23
* core: firewall integration of cgroups with NFTSet=Topi Miettinen2023-09-271-5/+5
* ndisc: Also set link hoplimitSusant Sahani2023-09-273-2/+8
* network: Rename json_append_one() and move to json.hDaan De Meyer2023-09-261-30/+23
* Merge pull request #29254 from yuwata/sd-ndisc-use-usec_tLuca Boccassi2023-09-221-77/+26
|\
| * sd-ndisc: make sd_ndisc return time values in usecYu Watanabe2023-09-221-77/+26
* | Merge pull request #29224 from keszybz/netdev-config-parsingZbigniew Jędrzejewski-Szmek2023-09-2225-899/+330
|\ \ | |/ |/|
| * netdev/wireguard: define iterator variable in the loopZbigniew Jędrzejewski-Szmek2023-09-221-2/+1
| * network: make DEFINE_NETDEV_CAST() assert on input and outputZbigniew Jędrzejewski-Szmek2023-09-2223-446/+137
| * network/netdev: align tablesZbigniew Jędrzejewski-Szmek2023-09-224-10/+10
| * network/netdev: fix resetting of 'inherit' fieldZbigniew Jędrzejewski-Szmek2023-09-222-21/+20
| * network: refusing parsing negative flow labelsZbigniew Jędrzejewski-Szmek2023-09-221-14/+9
| * network/fou-tunnel: simplify parsing of protocol numberZbigniew Jędrzejewski-Szmek2023-09-221-20/+15
| * network/vxlan: avoid unneccesary temporary variablesZbigniew Jędrzejewski-Szmek2023-09-221-12/+5
| * network/netdev: use ASSERT_PTR() more, adjust indentationZbigniew Jędrzejewski-Szmek2023-09-228-166/+86
| * network: use a common helper to parse bounded rangesZbigniew Jędrzejewski-Szmek2023-09-226-249/+88
| * sd-network: modernize log error messagesZbigniew Jędrzejewski-Szmek2023-09-191-1/+1
* | Merge pull request #29253 from yuwata/sd-radv-use-usec_tLuca Boccassi2023-09-211-23/+9
|\ \
| * | sd-radv: make sd_radv always take timespan in usecYu Watanabe2023-09-201-23/+9
* | | network: split out link_get_address_states()Yu Watanabe2023-09-213-29/+51
* | | sd-dhcp6-client: introduce sd_dhcp6_lease_get_t1() and friendsYu Watanabe2023-09-201-9/+14
* | | sd-dhcp6-client: rework IA_NA or IA_PD gettersYu Watanabe2023-09-203-56/+50
* | | sd-dhcp6-client: introduce sd_dhcp6_lease_has_pd_prefix() and friendYu Watanabe2023-09-205-23/+7
|/ /
* | Merge pull request #29092 from yuwata/sd-dhcp-server-use-usecZbigniew Jędrzejewski-Szmek2023-09-201-4/+2
|\ \
| * | sd-dhcp-server: store lifetime and friends in usec_tYu Watanabe2023-09-191-4/+2
* | | Merge pull request #28919 from fbuihuu/custom-config-file-install-pathZbigniew Jędrzejewski-Szmek2023-09-201-0/+2
|\ \ \ | |/ / |/| |
| * | config files: more recommendations of `systemd-analyze cat-config`Franck Bui2023-09-191-0/+2
| |/
* | network: allow to configure multiple IPv6 null addresses with different prefi...Yu Watanabe2023-09-181-1/+13
* | network: rename address_prefix() -> address_ipv4_prefix()Yu Watanabe2023-09-181-15/+24
* | network: drop _fallthrough_ in address_{hash,compare}_func()Yu Watanabe2023-09-181-4/+9
|/