summaryrefslogtreecommitdiff
path: root/src/libsystemd-network
Commit message (Expand)AuthorAgeFilesLines
* coccinelle: add reallocarray() coccinelle scriptLennart Poettering2018-03-021-2/+2
* logind: fd 0 is a valid fdLennart Poettering2018-02-261-1/+1
* libsystemd-network: fix endianness in ARP BPF filter (#8255)Beniamino Galvani2018-02-221-2/+2
* sd-dhcp6: fix check if serverid is setZbigniew Jędrzejewski-Szmek2018-02-152-19/+22
* libsystemd-network: unitialized return valueZbigniew Jędrzejewski-Szmek2018-02-151-1/+1
* tree-wide: use "cannot" instead of "can not"Zbigniew Jędrzejewski-Szmek2018-02-081-6/+6
* test-lldp: use `memcmp` to compare bytes (#8054)Evgeny Vereshchagin2018-01-311-1/+1
* sd-dhcp6-client: Fix DHCPv6 client file descriptor handlingPatrik Flykt2018-01-231-8/+12
* Merge pull request #7943 from yuwata/fix-chase_symlinksLennart Poettering2018-01-221-1/+1
|\
| * sd-dhcp6-client: do not refer uninitialized variableYu Watanabe2018-01-211-1/+1
* | networkd: DHCPv6 client allow to configure Rapid Commit (#6930)Susant Sahani2018-01-221-0/+1
|/
* networkd: ignore Static Routes option when Classless Static Routes is given (...Susant Sahani2018-01-202-0/+4
* Merge pull request #7675 from shawnl/unalignedZbigniew Jędrzejewski-Szmek2018-01-202-4/+6
|\
| * libsystemd-network: fix unaligned loads (issue #7654)Shawn Landden2017-12-182-4/+6
* | dhcp6: fix warnings by clang with -Waddress-of-packed-memberYu Watanabe2018-01-171-5/+4
* | sd-dhcp6-client: Use offsetof() instead of sizeof()Patrik Flykt2018-01-151-1/+2
* | dhcp6: Fix valgrind nitpick about returned test case valuePatrik Flykt2018-01-151-1/+1
* | test: free memoryYu Watanabe2018-01-151-0/+3
* | Merge pull request #7582 from pfl/dhcp6_prefix_delegationLennart Poettering2018-01-1510-162/+743
|\ \
| * | radv: Allow setting MTU in all casesPatrik Flykt2018-01-041-3/+0
| * | radv: Add function to remove prefixesPatrik Flykt2018-01-041-0/+26
| * | radv: Add prefixes with dynamically updated lifetimesPatrik Flykt2018-01-043-8/+67
| * | dhcp6: Add function to iterate and fetch delegated prefixesPatrik Flykt2018-01-042-0/+32
| * | dhpc6: Add PD and PD Prefix testsPatrik Flykt2018-01-041-1/+53
| * | dhcp6: Compute the minimum lifetimes for T1 and T2Patrik Flykt2018-01-041-0/+22
| * | dhcp6: Add functionality to request DHCPv6 IA PDPatrik Flykt2018-01-041-0/+36
| * | dhcp6: Add function appending an IA PD to the DHCP6 messagePatrik Flykt2018-01-042-0/+37
| * | dhcp6: Ensure IAID is applied to both IA NA and IA PDPatrik Flykt2018-01-041-1/+5
| * | dhcp6: Handle a received IA PD optionPatrik Flykt2018-01-042-1/+29
| * | dhcp6: Parse IA PD and PD Prefix optionsPatrik Flykt2018-01-043-11/+144
| * | test-dhcp6-client: Add Status option testPatrik Flykt2018-01-041-0/+78
| * | dhcp6: Fix IA Address option parsingPatrik Flykt2018-01-042-26/+60
| * | dhcp6: Add function for DHCPv6 Status optionPatrik Flykt2018-01-043-10/+26
| * | dhcp6: Sanitize DHCPv6 IA option parsingPatrik Flykt2018-01-045-97/+113
| * | dhcp6: Name structs in DHCP6IAPatrik Flykt2018-01-044-31/+42
* | | log: minimize includes in log.hLennart Poettering2018-01-114-0/+4
* | | sd-radv: avoid redefinition of struct in6_addrHans-Christian Noren Egtvedt2018-01-101-1/+0
|/ /
* | dhcp6: Fix DHCPv6 client file descriptor and event handling (#7796)Patrik Flykt2018-01-041-31/+33
* | core,udev,networkd: add ConditionKernelVersion=Lennart Poettering2017-12-262-3/+8
|/
* tree-wide: use __fsetlocking() instead of fxyz_unlocked()Lennart Poettering2017-12-141-7/+9
* tree-wide: use STRLEN() to allocate buffer of constant sizeThomas Haller2017-12-131-1/+1
* Add set/hashmap helpers for non-trivial freeing and use where straighforwardZbigniew Jędrzejewski-Szmek2017-11-281-3/+1
* test-ndisc-ra: add assert_se() to make coverity happyZbigniew Jędrzejewski-Szmek2017-11-281-1/+1
* Replace free and reassignment with free_and_replaceDaniel Lockyer2017-11-242-9/+3
* tree-wide: adjust fall through comments so that gcc is happyShawn Landden2017-11-203-5/+3
* Add license headers and SPDX identifiers to meson.build filesZbigniew Jędrzejewski-Szmek2017-11-191-0/+17
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-1948-0/+48
* sd-dhcp6-client: Implement FQDN Option (#7309)Stefan Agner2017-11-165-2/+104
* sd-dhcp-client: validate hostnames stricter (#7308)Stefan Agner2017-11-162-2/+8
* libsystemd-network: coding style fixYu Watanabe2017-11-091-1/+1