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: 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
*
busctl,sd-lldp: explicitly specify type of argument in compare function
Yu Watanabe
2018-09-19
3
-4
/
+4
*
tree-wide: use typesafe_qsort()
Yu Watanabe
2018-09-19
1
-5
/
+3
*
tests: use a helper function to parse environment and open logging
Zbigniew Jędrzejewski-Szmek
2018-09-14
8
-24
/
+15
*
tests: add helper to unify skipping a test and exiting
Zbigniew Jędrzejewski-Szmek
2018-09-14
1
-4
/
+3
*
test: when skipping tests, always print something
Zbigniew Jędrzejewski-Szmek
2018-09-13
1
-4
/
+5
*
dhcp: fix assertion starting DHCP client without MAC address (#10054)
Thomas Haller
2018-09-11
1
-2
/
+0
*
sd-dhcp6: set requested time for DUID-LLT
Yu Watanabe
2018-09-04
1
-1
/
+1
*
sd-dhcp: drop meaningless checking
Yu Watanabe
2018-09-04
2
-4
/
+4
*
tree-wide: use DEFINE_TRIVIAL_REF_UNREF_FUNC() macro or friends where applicable
Yu Watanabe
2018-08-27
11
-247
/
+42
*
Merge pull request #9406 from yuwata/rfe-9228
Zbigniew Jędrzejewski-Szmek
2018-08-23
4
-27
/
+182
|
\
|
*
sd-dhcp: make time value for DUID-LLT configurable
Yu Watanabe
2018-08-08
2
-7
/
+36
|
*
sd-dhcp: use MAC address when DUIDType=link-layer-time or link-layer but DUID...
Yu Watanabe
2018-08-08
4
-2
/
+90
|
*
sd-dhcp: adjust log message
Yu Watanabe
2018-08-08
1
-1
/
+1
|
*
sd-dhcp: adjust type of elements in duid
Yu Watanabe
2018-08-08
1
-4
/
+4
|
*
sd-dhcp: use application specific machine ID when DUIDType=uuid but DUIDRawDa...
Yu Watanabe
2018-08-08
4
-16
/
+53
*
|
network: replace udev_device by sd_device
Yu Watanabe
2018-08-22
4
-22
/
+18
|
/
[prev]
[next]