index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libsystemd-network
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sd-dhcp6-client: max_retransmit_time must be positive
Yu Watanabe
2021-10-12
1
-2
/
+2
*
sd-dhcp6-client: introduce dhcp6_option_can_request()
Yu Watanabe
2021-10-12
4
-3
/
+195
*
sd-dhcp6-client: add missing options
Yu Watanabe
2021-10-12
3
-8
/
+8
*
sd-dhcp6-client: add missing parenthesis
Yu Watanabe
2021-10-12
1
-11
/
+11
*
sd-dhcp6-client: add missing message types
Yu Watanabe
2021-10-12
3
-63
/
+95
*
sd-dhcp6-client: name one more enum
Yu Watanabe
2021-10-12
1
-20
/
+20
*
sd-dhcp6-client: typedef several enums
Yu Watanabe
2021-10-12
2
-24
/
+36
*
Merge pull request #20853 from yuwata/network-radv-set-default-timeouts
Zbigniew Jędrzejewski-Szmek
2021-10-12
1
-1
/
+1
|
\
|
*
sd-radv: rename sd_radv_prefix_set_route_prefix() -> sd_radv_route_prefix_set...
Yu Watanabe
2021-10-11
1
-1
/
+1
*
|
test: use assert_se() instead of assert()
Yu Watanabe
2021-10-12
1
-1
/
+1
|
/
*
tree-wide: use C99 __func__ rather than obsolete __FUNCTION__
Lennart Poettering
2021-10-11
4
-12
/
+12
*
network: use official bswap_32() rather than inofficial __bswap_32()
Lennart Poettering
2021-10-11
2
-2
/
+2
*
sd-dhcp6-client: rename dhcp6_lease_set_dns() -> dhcp6_lease_add_dns()
Yu Watanabe
2021-09-29
4
-5
/
+4
*
sd-dhcp6-client: do not merge NTP and SNTP options
Yu Watanabe
2021-09-29
4
-15
/
+20
*
sd-dhcp6-client: support multiple NTP server options
Yu Watanabe
2021-09-29
3
-9
/
+11
*
sd-dhcp6-client: support multiple domains
Yu Watanabe
2021-09-29
4
-9
/
+6
*
sd-dhcp6-client: make dhcp6_lease_free() accepts NULL
Yu Watanabe
2021-09-29
1
-6
/
+4
*
sd-dhcp6-client: drop domains_count and ntp_fqdn_count
Yu Watanabe
2021-09-29
4
-46
/
+34
*
sd-dhcp6-client: use dhcp6_option_parse() in client_parse_message()
Yu Watanabe
2021-09-29
1
-17
/
+7
*
sd-dhcp6-client: constify several arguments
Yu Watanabe
2021-09-29
2
-13
/
+9
*
sd-dhcp6-client: slightly modernize dhcp6_option_parse_domainname()/domainnam...
Yu Watanabe
2021-09-29
3
-35
/
+43
*
sd-dhcp6-client: fix buffer size calculation in dhcp6_option_parse_ip6addrs()
Yu Watanabe
2021-09-29
3
-35
/
+24
*
sd-dhcp6-client: modernize dhcp6_option_parse_ia()
Yu Watanabe
2021-09-29
4
-248
/
+240
*
sd-dhcp6-client: make dhcp6_option_parse_status() also parse error message
Yu Watanabe
2021-09-29
4
-74
/
+122
*
test: add tests for reading unaligned data
Yu Watanabe
2021-09-29
1
-8
/
+21
*
sd-dhcp6-client: modernize dhcp6_option_parse()
Yu Watanabe
2021-09-29
4
-81
/
+76
*
sd-dhcp6-client: constify one argument
Yu Watanabe
2021-09-29
2
-2
/
+2
*
libsystemd-network: make sd_dhcp_client_get_ifname() or friends return negati...
Yu Watanabe
2021-09-28
17
-72
/
+159
*
tree-wide: make format_ifname() or friends return negative errno on failure
Yu Watanabe
2021-09-28
1
-8
/
+2
*
sd-lldp-rx: make lldp_rx_free() and lldp_neighbor_free() accept NULL
Yu Watanabe
2021-09-28
2
-4
/
+6
*
sd-lldp-rx: sd_event should be attached when lldp_rx_start_timer() is called
Yu Watanabe
2021-09-28
1
-3
/
+1
*
sd-lldp-rx: do not enable timer event source in sd_lldp_rx_get_neighbors()
Yu Watanabe
2021-09-28
1
-5
/
+1
*
sd-lldp-rx: use _cleanup_ attribute at one more place
Yu Watanabe
2021-09-28
1
-5
/
+4
*
sd-lldp-rx: wrap long line
Yu Watanabe
2021-09-28
1
-2
/
+7
*
sd-lldp-rx: add missing assertions
Yu Watanabe
2021-09-28
2
-4
/
+18
*
sd-lldp-rx: delay allocating hashmap and prioq to store neighbors
Yu Watanabe
2021-09-28
1
-12
/
+2
*
sd-lldp-rx: ensure no event will be triggered after sd_lldp_rx_detach_event()...
Yu Watanabe
2021-09-28
1
-1
/
+2
*
sd-lldp-rx: add comments about the three multicast addresses
Yu Watanabe
2021-09-28
1
-0
/
+3
*
sd-lldp-rx: introduce sd_lldp_rx_is_running()
Yu Watanabe
2021-09-28
1
-9
/
+12
*
sd-lldp-rx: ignore all errors in processing datagram
Yu Watanabe
2021-09-28
1
-9
/
+8
*
sd-lldp-tx: introduce sd-lldp-tx
Yu Watanabe
2021-09-27
2
-0
/
+616
*
sd-lldp: introduce SD_LLDP_OUI_IANA_MUD macro
Yu Watanabe
2021-09-27
1
-4
/
+3
*
sd-lldp-rx: rename sd_lldp -> sd_lldp_rx
Yu Watanabe
2021-09-27
6
-259
/
+259
*
test: also rename {test,fuzz}-lldp.c
Yu Watanabe
2021-09-27
4
-2
/
+2
*
sd-lldp: rename sd-lldp.[ch] -> sd-lldp-rx.[ch]
Yu Watanabe
2021-09-27
7
-10
/
+9
*
meson: sort files
Yu Watanabe
2021-09-27
1
-29
/
+29
*
libsystemd-network: disable event sources before unref them
Yu Watanabe
2021-09-24
6
-23
/
+20
*
sd-dhcp6-client: ignore IAs whose IAID do not match client's IAID
Yu Watanabe
2021-09-22
4
-38
/
+64
*
journal,network,timesync: fix segfault on 32bit timeval/timespec systems
Yu Watanabe
2021-09-16
1
-1
/
+2
*
network: print Ethernet Link-Layer DHCP client ID with leading 0's
Alvin Å ipraga
2021-08-31
1
-1
/
+1
[next]