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
*
ndisc: improve debug log message
Yu Watanabe
2018-11-06
2
-2
/
+16
*
lldp: improve debug log message
Yu Watanabe
2018-11-06
2
-4
/
+19
*
network: fix memleak in config_parse_hwaddr()
Yu Watanabe
2018-11-03
1
-1
/
+1
*
network: improve readability of config_parse_ifalias()
Yu Watanabe
2018-11-03
1
-4
/
+3
*
sd-device: make sd_device_get_is_initialized() returns is_initialized by retu...
Yu Watanabe
2018-10-29
1
-3
/
+3
*
dhcp6: prefer offsetof() over sizeof() for structs with undefined sizes
Lennart Poettering
2018-10-25
1
-15
/
+15
*
dhcp6: make sure we have enough space for the DHCP6 option header
Lennart Poettering
2018-10-25
1
-1
/
+1
*
dhcp6: reduce whitespace a bit
Lennart Poettering
2018-10-25
1
-3
/
+3
*
dhcp6: split assert_return() to be more debuggable when hit
Lennart Poettering
2018-10-25
1
-1
/
+4
*
dhcp6: constify things where we can
Lennart Poettering
2018-10-25
2
-4
/
+4
*
sd-dhcp: remove unreachable route after rebinding return NAK
Li Song
2018-10-19
1
-0
/
+2
*
tree-wide: replace 'unsigned int' with 'unsigned'
Yu Watanabe
2018-10-19
2
-2
/
+2
*
Merge pull request #10457 from yuwata/fuzz-11019
Lennart Poettering
2018-10-19
4
-110
/
+86
|
\
|
*
sd-dhcp6: drop empty 'error' label
Yu Watanabe
2018-10-18
1
-36
/
+19
|
*
test-dhcp6-client: normalize logs
Yu Watanabe
2018-10-18
1
-21
/
+15
|
*
sd-dhcp6: make dhcp6_option_parse_domainname() not store empty domain
Yu Watanabe
2018-10-18
1
-37
/
+29
|
*
sd-dhcp6: do not update serverid when ENOMEM
Yu Watanabe
2018-10-18
1
-5
/
+6
|
*
sd-dhcp6: coding style cleanups
Yu Watanabe
2018-10-18
1
-7
/
+10
|
*
sd-dhcp6: fix argument and error handling of dhcp6_option_parse_status()
Yu Watanabe
2018-10-18
2
-8
/
+11
*
|
tree-wide: use setsockopt_int() more
Yu Watanabe
2018-10-18
2
-10
/
+9
|
/
*
tree-wide: introduce setsockopt_int() helper and make use of it everywhere
Lennart Poettering
2018-10-18
3
-22
/
+22
*
tree-wide: add a single version of "static const int one = 1"
Lennart Poettering
2018-10-15
3
-15
/
+15
*
sd-ndisc: change return value of ndisc_reset() to void
Lennart Poettering
2018-10-13
1
-3
/
+1
*
sd-ndisc: voidify sd_ndisc_stop() call
Lennart Poettering
2018-10-13
1
-1
/
+1
*
dhcp6: don't include internal header "sparse-endian.h" in "sd-dhcp6-client.h"
Thomas Haller
2018-10-04
1
-1
/
+1
*
dhcp6: check option length before reading values
Yu Watanabe
2018-10-03
3
-7
/
+8
*
sd-radv: EAGAIN is not really unexpected, distinguishit from other errors whe...
Lennart Poettering
2018-10-02
1
-1
/
+4
*
sd-ndisc: generate debug log messages on unexpected errors
Lennart Poettering
2018-10-02
1
-1
/
+8
*
sd-radv: remove log_radv_warning_errno()
Lennart Poettering
2018-10-02
2
-5
/
+4
*
icmp6-util: stop ignoring EAGAIN and EINTR in icmp6_receive
Evgeny Vereshchagin
2018-10-02
1
-5
/
+1
*
trivial: fix spelling in code comments
Thomas Haller
2018-09-30
2
-2
/
+2
*
dhcp6: fix memleak about sd_event
Yu Watanabe
2018-09-30
1
-0
/
+3
*
dhcp6: fix an off-by-one error in dhcp6_option_parse_domainname
Evgeny Vereshchagin
2018-09-29
1
-1
/
+1
*
tests: make fuzz-dhcp6-client work in containers provided by the OSS-Fuzz pro...
Evgeny Vereshchagin
2018-09-29
1
-1
/
+6
*
fuzz: add a fuzzer for dhcp6_client
Evgeny Vereshchagin
2018-09-29
1
-0
/
+8
*
Merge pull request #10190 from evverx/fuzz-ndisc-rs
Zbigniew Jędrzejewski-Szmek
2018-09-28
1
-2
/
+2
|
\
|
*
ndisc: fix two infinite loops
Yu Watanabe
2018-09-26
1
-2
/
+2
*
|
dhcp6: fix memleak
Yu Watanabe
2018-09-27
1
-12
/
+5
*
|
dhcp6: fix buffer size checking
Yu Watanabe
2018-09-27
1
-2
/
+2
*
|
dhcp6: use offsetof instead of sizeof
Yu Watanabe
2018-09-27
1
-1
/
+1
*
|
sd-dhcp-lease: fix memleaks
Yu Watanabe
2018-09-27
1
-0
/
+2
*
|
sd-dhecp-lease: use free_and_replace() at one more
Yu Watanabe
2018-09-27
1
-2
/
+1
|
/
*
DHCPv6: use unsigned for flags
Zbigniew Jędrzejewski-Szmek
2018-09-25
1
-1
/
+1
*
sd-dhcp6-client: Reference and unreference a stored lease
Patrik Flykt
2018-09-19
1
-1
/
+2
*
dhcp6-client: Store lease timeouts T1 and T1 in client struct
Patrik Flykt
2018-09-19
4
-34
/
+12
*
dhcp6-client: Select T1 and T2 timeouts from IA_NA and IA_PD
Patrik Flykt
2018-09-19
1
-6
/
+30
*
dhcp6-lease: Add function to fetch the IAID for the prefix
Patrik Flykt
2018-09-19
3
-1
/
+11
*
dhcp6-client: Add tests for address, information and prefix requests
Patrik Flykt
2018-09-19
1
-4
/
+35
*
dhcp6-client: Function for enabling/disabling IA_NA request
Patrik Flykt
2018-09-19
1
-15
/
+51
*
dhcp6_client: Add helper for fetching Prefix Delegation information
Patrik Flykt
2018-09-19
1
-1
/
+10
[next]