summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/sd-ndisc.c
Commit message (Expand)AuthorAgeFilesLines
* ndisc: make first solicit delayed randomlyYu Watanabe2019-09-161-1/+1
* util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering2019-03-131-1/+1
* Delete duplicate linesTopi Miettinen2019-01-121-1/+0
* sd-ndisc: do not unref() event sources when update or disable themYu Watanabe2018-11-161-41/+24
* sd-ndisc: use structured initializer at one more placeYu Watanabe2018-11-161-3/+5
* ndisc: improve debug log messageYu Watanabe2018-11-061-2/+13
* sd-ndisc: change return value of ndisc_reset() to voidLennart Poettering2018-10-131-3/+1
* sd-ndisc: voidify sd_ndisc_stop() callLennart Poettering2018-10-131-1/+1
* sd-ndisc: generate debug log messages on unexpected errorsLennart Poettering2018-10-021-1/+8
* tree-wide: use DEFINE_TRIVIAL_REF_UNREF_FUNC() macro or friends where applicableYu Watanabe2018-08-271-21/+4
* tree-wide: use proper unicode © instead of (C) where we canLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-2/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* sd-ndisc.c: Move Router Solicitation sending after timer computaionPatrik Flykt2017-05-301-6/+6
* sd-ndisc: Implement Router Solicitation backoff methodPatrik Flykt2017-05-301-18/+70
* sd-radv: Receive Router SolicitationsPatrik Flykt2017-05-151-73/+20
* sd-ndisc: Reset counter for sent Router Solicitations (#5874)Patrik Flykt2017-05-021-0/+1
* tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek2016-10-161-3/+1
* sd-ndisc: add missing castLennart Poettering2016-06-141-1/+1
* network: beef up ipv6 RA support considerablyLennart Poettering2016-06-061-418/+133
* sd-ndisc: small coding style fixesLennart Poettering2016-05-261-3/+2
* sd-ndisc: add more whitespaceLennart Poettering2016-05-261-10/+12
* sd-ndisc: stop discovery properly when something failsLennart Poettering2016-05-261-7/+13
* sd-ndisc: rework size checking in ndisc_ra_parse()Lennart Poettering2016-05-261-8/+7
* sd-ndisc: simplify clamping of router "pref" parameterLennart Poettering2016-05-261-7/+1
* sd-ndisc: append "event_source" to event source objects stored in structuresLennart Poettering2016-05-261-17/+15
* sd-ndisc: add log_ndisc_errno() macro, to complement log_ndisc() like elsewhereLennart Poettering2016-05-261-5/+5
* sd-ndisc: use the right object to pass to log_ndisc()Lennart Poettering2016-05-261-2/+2
* sd-ndisc: Typo fix: s/advertisment/advertisement/Lennart Poettering2016-05-261-6/+6
* sd-ndisc: make the _stop() call idempotentLennart Poettering2016-05-261-3/+4
* sd-network: fix up assertion chaosLennart Poettering2016-05-261-24/+20
* sd-ndisc: rename sd_ndisc_init() to sd_ndisc_reset()Lennart Poettering2016-05-261-20/+16
* sd-network: rename "index" field of the various clients to "ifindex"Lennart Poettering2016-05-261-9/+8
* sd-ndisc: properly make various parameters unsignedLennart Poettering2016-05-261-5/+5
* sd-network: unify packet processing logic a bitLennart Poettering2016-05-261-2/+6
* libsystemd-network: sd-event uses 64bit priorities, expose them in the APIs a...Lennart Poettering2016-02-201-1/+1
* networkd: FIONREAD is not reliable on some socketsLennart Poettering2016-02-161-8/+5
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* sd-ndisc: simplify if stmt and reindent log messagesZbigniew Jędrzejewski-Szmek2016-01-181-16/+15
* sd-ndisc: simplify ndisc_prefix_newZbigniew Jędrzejewski-Szmek2016-01-181-4/+3
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-4/+1
* sd-ndisc: better validate RA packetsTom Gundersen2015-11-251-11/+47
* sd-ndisc: always send the link-layer addressTom Gundersen2015-11-251-6/+1
* libsystemd-network: clean up recv functionsTom Gundersen2015-11-251-3/+9
* nd-ndisc: don't fail if src address is unsetTom Gundersen2015-11-191-4/+15
* sd-ndisc: drop RA packets from non-link-local addressesTom Gundersen2015-11-191-0/+3
* networkd: ndisc/dhcpv6 - handle starting running clientsTom Gundersen2015-11-161-1/+1
* sd-ndisc: add missing parensTom Gundersen2015-11-121-1/+1