summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-dhcp6.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* network: include glibc headers before including kernel headersYu Watanabe2019-05-091-1/+1
* network: replace inet_ntop() with in_addr_to_string()Yu Watanabe2019-05-091-4/+4
* network: fix use-after-freeYu Watanabe2019-05-071-2/+2
* network: fix memleak and double freeYu Watanabe2019-05-071-50/+25
* tree-wide: replace explicit NULL checks with their shorter variantsFrantisek Sumsal2019-04-281-1/+1
* network: add missing error checkYu Watanabe2019-02-151-8/+18
* network: use _cleanup_ attribute at one more placeYu Watanabe2019-02-151-4/+1
* network: honor VRF table or explicitly specified route tableYu Watanabe2019-02-151-1/+4
* networkd-dhcp6.c: fix build without IFA_F_NOPREFIXROUTEFabrice Fontaine2019-02-031-0/+1
* Delete duplicate linesTopi Miettinen2019-01-121-1/+0
* network: fix handling of uninitialized and zero IAID settingThomas Haller2018-12-101-3/+5
* network: use typesafe netlink_call_async() macro where applicableYu Watanabe2018-12-021-7/+3
* network: simplify dhcp6_get_prefix_delegation()Yu Watanabe2018-12-021-7/+3
* network: make netlink callbacks return 1Yu Watanabe2018-10-101-2/+2
* network: use '_handler' suffix for netlink callbacksYu Watanabe2018-10-101-6/+4
* network: add destroy callbacks for asynchronous netlink callsYu Watanabe2018-10-101-11/+9
* networkd-dhcp6: Request prefix delegation for a new linkPatrik Flykt2018-10-021-0/+64
* networkd-dhcp: Rename function and reduce its loggingPatrik Flykt2018-10-021-7/+4
* networkd-dhcp6: Set initial value of route to NULLPatrik Flykt2018-09-261-2/+2
* networkd-manager: Fix route removals on shutdownPatrik Flykt2018-09-191-1/+1
* networkd-dhcp6: Remove functions whose output is not usedPatrik Flykt2018-09-191-10/+0
* networkd-dhcp6: Set one unreachable route per DHCPv6 delegated prefixPatrik Flykt2018-09-191-28/+128
* networkd-network: Introduce DHCPv6 PD knob for RFC 7084 WPD-4Patrik Flykt2018-09-191-1/+17
* networkd-dhcp6: Improve logging on DHCPv6 PD assignmentPatrik Flykt2018-08-241-3/+8
* networkd-dhcp6: Fix logging of DHCPv6 prefixPatrik Flykt2018-08-241-2/+2
* networkd-dhcp6: Fix PD prefix length for subnet assignmentPatrik Flykt2018-08-241-1/+1
* networkd-dhcp6: Log warning with PD prefixes shorter than 48Patrik Flykt2018-08-241-0/+5
* network: accept additional time-value after ':' when DUIDType=link-layer-timeYu Watanabe2018-08-081-4/+7
* network: move and rename link_duid()Yu Watanabe2018-08-081-1/+1
* network: DHCP: ignore error in setting hostname when it is given by uname()Yu Watanabe2018-08-061-2/+9
* network: add more log messages in configuring DHCP6 clientYu Watanabe2018-08-021-16/+14
* networkd: fix overflow checkLennart Poettering2018-07-251-6/+6
* tree-wide: use proper unicode © instead of (C) where we canLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop !! casts to booleansZbigniew Jędrzejewski-Szmek2018-06-131-1/+1
* network: make route_update() accept NULLYu Watanabe2018-05-111-1/+3
* tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering2018-04-251-2/+2
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* networkd: DHCPv6 client allow to configure Rapid Commit (#6930)Susant Sahani2018-01-221-1/+8
* networkd: Set unreachable routes for unassigned DHCPv6 prefixesPatrik Flykt2018-01-041-0/+24
* networkd: Assign prefixes received via DHCPv6Patrik Flykt2018-01-041-0/+171
* networkd: Request prefixes when configured to do soPatrik Flykt2018-01-041-0/+45
* tree-wide: adjust fall through comments so that gcc is happyShawn Landden2017-11-201-1/+1
* Merge pull request #7379 from yuwata/follow-up-7309Lennart Poettering2017-11-191-2/+1
|\
| * networkd: remove debug message and unref when errorYu Watanabe2017-11-171-2/+1
* | Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
|/
* sd-dhcp6-client: Implement FQDN Option (#7309)Stefan Agner2017-11-161-0/+28
* networkd: clean up main header file a bitTom Gundersen2016-11-141-2/+2
* network: beef up ipv6 RA support considerablyLennart Poettering2016-06-061-5/+10
* networkd-dhcp6: generalize DHCPv6 client (re)startingTom Yan2016-06-011-13/+18