index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libsystemd-network
/
sd-ndisc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libsystemd-network: make log_dhcp_client() or friends include interface name
Yu Watanabe
2021-03-03
1
-18
/
+18
*
libsystemd-network: introduce sd_xxx_{set,get}_ifname()
Yu Watanabe
2021-03-03
1
-0
/
+19
*
network: suffix types with _t in public headers
Lennart Poettering
2021-02-18
1
-2
/
+2
*
tree-wide: constify variables if possible
Yu Watanabe
2021-02-17
1
-1
/
+1
*
sd-ndisc: fix indentation
Yu Watanabe
2020-12-24
1
-2
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
libsystemd-network: do not request each daemon exist in sd_xxx_stop()
Yu Watanabe
2020-10-15
1
-1
/
+2
*
ndisc: make first solicit delayed randomly
Yu Watanabe
2019-09-15
1
-1
/
+1
*
util: split out memcmp()/memset() related calls into memory-util.[ch]
Lennart Poettering
2019-03-13
1
-1
/
+1
*
Delete duplicate lines
Topi Miettinen
2019-01-12
1
-1
/
+0
*
sd-ndisc: do not unref() event sources when update or disable them
Yu Watanabe
2018-11-16
1
-41
/
+24
*
sd-ndisc: use structured initializer at one more place
Yu Watanabe
2018-11-16
1
-3
/
+5
*
ndisc: improve debug log message
Yu Watanabe
2018-11-06
1
-2
/
+13
*
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
*
sd-ndisc: generate debug log messages on unexpected errors
Lennart Poettering
2018-10-02
1
-1
/
+8
*
tree-wide: use DEFINE_TRIVIAL_REF_UNREF_FUNC() macro or friends where applicable
Yu Watanabe
2018-08-27
1
-21
/
+4
*
tree-wide: use proper unicode © instead of (C) where we can
Lennart Poettering
2018-06-14
1
-1
/
+1
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
1
-2
/
+1
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
sd-ndisc.c: Move Router Solicitation sending after timer computaion
Patrik Flykt
2017-05-30
1
-6
/
+6
*
sd-ndisc: Implement Router Solicitation backoff method
Patrik Flykt
2017-05-30
1
-18
/
+70
*
sd-radv: Receive Router Solicitations
Patrik Flykt
2017-05-15
1
-73
/
+20
*
sd-ndisc: Reset counter for sent Router Solicitations (#5874)
Patrik Flykt
2017-05-02
1
-0
/
+1
*
tree-wide: use mfree more
Zbigniew Jędrzejewski-Szmek
2016-10-17
1
-3
/
+1
*
sd-ndisc: add missing cast
Lennart Poettering
2016-06-14
1
-1
/
+1
*
network: beef up ipv6 RA support considerably
Lennart Poettering
2016-06-06
1
-418
/
+133
*
sd-ndisc: small coding style fixes
Lennart Poettering
2016-05-26
1
-3
/
+2
*
sd-ndisc: add more whitespace
Lennart Poettering
2016-05-26
1
-10
/
+12
*
sd-ndisc: stop discovery properly when something fails
Lennart Poettering
2016-05-26
1
-7
/
+13
*
sd-ndisc: rework size checking in ndisc_ra_parse()
Lennart Poettering
2016-05-26
1
-8
/
+7
*
sd-ndisc: simplify clamping of router "pref" parameter
Lennart Poettering
2016-05-26
1
-7
/
+1
*
sd-ndisc: append "event_source" to event source objects stored in structures
Lennart Poettering
2016-05-26
1
-17
/
+15
*
sd-ndisc: add log_ndisc_errno() macro, to complement log_ndisc() like elsewhere
Lennart Poettering
2016-05-26
1
-5
/
+5
*
sd-ndisc: use the right object to pass to log_ndisc()
Lennart Poettering
2016-05-26
1
-2
/
+2
*
sd-ndisc: Typo fix: s/advertisment/advertisement/
Lennart Poettering
2016-05-26
1
-6
/
+6
*
sd-ndisc: make the _stop() call idempotent
Lennart Poettering
2016-05-26
1
-3
/
+4
*
sd-network: fix up assertion chaos
Lennart Poettering
2016-05-26
1
-24
/
+20
*
sd-ndisc: rename sd_ndisc_init() to sd_ndisc_reset()
Lennart Poettering
2016-05-26
1
-20
/
+16
*
sd-network: rename "index" field of the various clients to "ifindex"
Lennart Poettering
2016-05-26
1
-9
/
+8
*
sd-ndisc: properly make various parameters unsigned
Lennart Poettering
2016-05-26
1
-5
/
+5
*
sd-network: unify packet processing logic a bit
Lennart Poettering
2016-05-26
1
-2
/
+6
*
libsystemd-network: sd-event uses 64bit priorities, expose them in the APIs a...
Lennart Poettering
2016-02-20
1
-1
/
+1
*
networkd: FIONREAD is not reliable on some sockets
Lennart Poettering
2016-02-16
1
-8
/
+5
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
sd-ndisc: simplify if stmt and reindent log messages
Zbigniew Jędrzejewski-Szmek
2016-01-18
1
-16
/
+15
*
sd-ndisc: simplify ndisc_prefix_new
Zbigniew Jędrzejewski-Szmek
2016-01-18
1
-4
/
+3
*
tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy
Lennart Poettering
2015-11-27
1
-4
/
+1
[next]