Systemd/src/libsystemd-network
Lennart Poettering 8eb41f4c08 sd-radv: EAGAIN is not really unexpected, distinguishit from other errors when logging 2018-10-02 16:26:50 +02:00
..
arp-util.c tree-wide: drop copyright headers from frequent contributors 2018-06-20 11:58:53 +02:00
arp-util.h tree-wide: use proper unicode © instead of (C) where we can 2018-06-14 10:20:20 +02:00
dhcp-identifier.c tests: make fuzz-dhcp6-client work in containers provided by the OSS-Fuzz project 2018-09-29 02:57:04 +00:00
dhcp-identifier.h sd-dhcp: use MAC address when DUIDType=link-layer-time or link-layer but DUIDRawData= is not set 2018-08-08 10:15:00 +09:00
dhcp-internal.h tree-wide: drop copyright headers from frequent contributors 2018-06-20 11:58:53 +02:00
dhcp-lease-internal.h tree-wide: drop copyright headers from frequent contributors 2018-06-20 11:58:53 +02:00
dhcp-network.c dhcp: fix assertion starting DHCP client without MAC address (#10054) 2018-09-11 09:45:47 +09:00
dhcp-option.c tree-wide: use proper unicode © instead of (C) where we can 2018-06-14 10:20:20 +02:00
dhcp-packet.c tree-wide: drop copyright headers from frequent contributors 2018-06-20 11:58:53 +02:00
dhcp-protocol.h tree-wide: use proper unicode © instead of (C) where we can 2018-06-14 10:20:20 +02:00
dhcp-server-internal.h tree-wide: drop copyright headers from frequent contributors 2018-06-20 11:58:53 +02:00
dhcp6-internal.h dhcp6-client: Store lease timeouts T1 and T1 in client struct 2018-09-19 13:45:18 -06:00
dhcp6-lease-internal.h dhcp6-client: Store lease timeouts T1 and T1 in client struct 2018-09-19 13:45:18 -06:00
dhcp6-network.c tree-wide: use proper unicode © instead of (C) where we can 2018-06-14 10:20:20 +02:00
dhcp6-option.c dhcp6: fix an off-by-one error in dhcp6_option_parse_domainname 2018-09-29 03:07:29 +00:00
dhcp6-protocol.h tree-wide: use proper unicode © instead of (C) where we can 2018-06-14 10:20:20 +02:00
icmp6-util.c icmp6-util: stop ignoring EAGAIN and EINTR in icmp6_receive 2018-10-02 12:58:07 +02:00
icmp6-util.h tree-wide: use proper unicode © instead of (C) where we can 2018-06-14 10:20:20 +02:00
lldp-internal.h tree-wide: drop double newline 2018-06-29 11:02:17 +09:00
lldp-neighbor.c busctl,sd-lldp: explicitly specify type of argument in compare function 2018-09-19 08:28:54 +09:00
lldp-neighbor.h busctl,sd-lldp: explicitly specify type of argument in compare function 2018-09-19 08:28:54 +09:00
lldp-network.c tree-wide: drop copyright headers from frequent contributors 2018-06-20 11:58:53 +02:00
lldp-network.h tree-wide: drop double newline 2018-06-29 11:02:17 +09:00
meson.build Drop my copyright headers 2018-06-14 13:03:20 +02:00
ndisc-internal.h tree-wide: use proper unicode © instead of (C) where we can 2018-06-14 10:20:20 +02:00
ndisc-router.c ndisc: fix two infinite loops 2018-09-26 18:54:21 +00:00
ndisc-router.h tree-wide: use proper unicode © instead of (C) where we can 2018-06-14 10:20:20 +02:00
network-internal.c network: replace udev_device by sd_device 2018-08-23 04:57:39 +09:00
network-internal.h network: replace udev_device by sd_device 2018-08-23 04:57:39 +09:00
radv-internal.h sd-radv: remove log_radv_warning_errno() 2018-10-02 16:22:54 +02:00
sd-dhcp-client.c trivial: fix spelling in code comments 2018-09-30 21:32:33 +02:00
sd-dhcp-lease.c sd-dhcp-lease: fix memleaks 2018-09-27 18:04:59 +09:00
sd-dhcp-server.c tree-wide: use DEFINE_TRIVIAL_REF_UNREF_FUNC() macro or friends where applicable 2018-08-27 14:01:46 +09:00
sd-dhcp6-client.c dhcp6: fix memleak about sd_event 2018-09-30 14:17:33 +02:00
sd-dhcp6-lease.c dhcp6-client: Store lease timeouts T1 and T1 in client struct 2018-09-19 13:45:18 -06:00
sd-ipv4acd.c tree-wide: use DEFINE_TRIVIAL_REF_UNREF_FUNC() macro or friends where applicable 2018-08-27 14:01:46 +09:00
sd-ipv4ll.c tree-wide: use DEFINE_TRIVIAL_REF_UNREF_FUNC() macro or friends where applicable 2018-08-27 14:01:46 +09:00
sd-lldp.c trivial: fix spelling in code comments 2018-09-30 21:32:33 +02:00
sd-ndisc.c sd-ndisc: generate debug log messages on unexpected errors 2018-10-02 16:25:54 +02:00
sd-radv.c sd-radv: EAGAIN is not really unexpected, distinguishit from other errors when logging 2018-10-02 16:26:50 +02:00
test-acd.c tests: use a helper function to parse environment and open logging 2018-09-14 09:29:57 +02:00
test-dhcp-client.c tests: use a helper function to parse environment and open logging 2018-09-14 09:29:57 +02:00
test-dhcp-option.c Merge pull request #2589 from keszybz/resolve-tool-2 2016-02-13 11:15:41 +01:00
test-dhcp-server.c tests: use a helper function to parse environment and open logging 2018-09-14 09:29:57 +02:00
test-dhcp6-client.c dhcp6-client: Add tests for address, information and prefix requests 2018-09-19 13:45:17 -06:00
test-ipv4ll-manual.c tests: use a helper function to parse environment and open logging 2018-09-14 09:29:57 +02:00
test-ipv4ll.c tests: use a helper function to parse environment and open logging 2018-09-14 09:29:57 +02:00
test-lldp.c tree-wide: drop copyright headers from frequent contributors 2018-06-20 11:58:53 +02:00
test-ndisc-ra.c tests: use a helper function to parse environment and open logging 2018-09-14 09:29:57 +02:00
test-ndisc-rs.c tests: use a helper function to parse environment and open logging 2018-09-14 09:29:57 +02:00
test-sd-dhcp-lease.c network: Implement DHCP Option 119 (Domain Search List) (#5932) 2017-05-13 10:19:32 -04:00