summaryrefslogtreecommitdiff
path: root/src/network/networkd-link.h
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* networkd,udev: clean up MTU handlingLennart Poettering2018-04-261-1/+1
* tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering2018-04-251-1/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* networkd: Fix race condition in [RoutingPolicyRule] handling (#7615)Saran Tunyasuvunakool2017-12-121-2/+7
* networkd: DHCP client do not get into a loop while setting MTU (#7460)Susant Sahani2017-11-261-0/+1
* networkd: auto promote links if "promote_secondaries" is unset (#7167)Michael Vogt2017-11-241-0/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* networkd-radv: Helper function for Router Advertisement initializationPatrik Flykt2017-05-151-0/+2
* networkd: Add IPv6Prefix sections to the network configuration filesPatrik Flykt2017-05-151-0/+1
* network: reject bridge port priorities above kernel's max value. (#5877)Dimitri John Ledkov2017-05-021-2/+0
* networkd: Add check to ensure link is down before attempting to enslave (#5853)Roelf Wichertjes2017-04-301-0/+3
* networkd: Add bridge port priority setting (#5545)Dimitri John Ledkov2017-04-111-0/+2
* networkd: move setting hostname and timezone to ManagerMartin Pitt2016-11-231-2/+0
* Revert "add networkd dbus lease info" (#4435)Zbigniew Jędrzejewski-Szmek2016-10-211-5/+0
* networkd: add dbus interface for lease raw options (#3528)Andrew Jeddeloh2016-10-111-0/+5
* core: add "invocation ID" concept to service managerLennart Poettering2016-10-071-1/+1
* core,network: Use const qualifiers for block-local variables in macro functio...Felipe Sateler2016-08-231-1/+1
* networkd-link: parse linkinfo to get kindTobias Jungel2016-06-091-0/+1
* network: beef up ipv6 RA support considerablyLennart Poettering2016-06-061-2/+5
* networkd-dhcp6: generalize DHCPv6 client (re)startingTom Yan2016-06-011-1/+1
* networkd: reworkd LLDP emission to allow control of propagation levelLennart Poettering2016-05-091-1/+1
* networkd: rework headers to avoid circular includesZbigniew Jędrzejewski-Szmek2016-04-291-6/+9
* networkd: add basic LLDP transmission supportLennart Poettering2016-02-211-0/+5
* networkd: make a couple of functions staticLennart Poettering2016-02-211-8/+0
* networkd: enable LLDP only on ethernetLennart Poettering2016-02-201-0/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: sort includes in *.hThomas Hindoe Paaboel Andersen2015-11-181-2/+2
* sd-dhcp6-client: bind to link-local addressTom Gundersen2015-11-171-2/+2
* networkd: link - track state of IPv6LL addressTom Gundersen2015-11-111-2/+5
* networkd: ndisc - handle router advertisement in userspaceTom Gundersen2015-11-111-0/+2
* networkd: IPv6 router discovery - follow IPv6AcceptRouterAdvertisemnt=Tom Gundersen2015-11-111-0/+1
* networkd: dhcp6 - split up configure() methodTom Gundersen2015-11-111-1/+2
* networkd: route - track routesTom Gundersen2015-10-301-0/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-2/+2
* networkd: dhcp6 - do not handle prefix expirationTom Gundersen2015-10-221-1/+0
* networkd: ndisc - split out from dhcp6 codeTom Gundersen2015-10-221-0/+2
* networkd: rename icmp6 to ndiscTom Gundersen2015-10-221-2/+2
* sd-ndisc: rename API from sd-icmp6-ndTom Gundersen2015-10-221-1/+1
* sd-icmp6-nd: rename files to sd-ndiscTom Gundersen2015-10-221-1/+1
* networkd: manager/link - only serialize once per event-loop iterationTom Gundersen2015-10-211-0/+3
* networkd: address - distinguish between addresses added by us and by othersTom Gundersen2015-10-211-0/+1
* networkd: link - only consider configured when all addresses are readyTom Gundersen2015-10-211-1/+1
* networkd: make address_{establish,release}() staticTom Gundersen2015-10-111-2/+2
* networkd: address - store active addresses in a Set rather than a ListTom Gundersen2015-10-111-3/+1
* networkd: address - process in manager.c rather than link.cTom Gundersen2015-10-111-1/+2
* networkd: Wait for DHCPv6 before announcing link configuredPatrik Flykt2015-09-231-0/+1
* networkd: split up networkd.h into per-object header filesLennart Poettering2015-08-271-3/+28