summaryrefslogtreecommitdiffstats
path: root/src/network (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-1975-0/+75
* sd-dhcp6-client: Implement FQDN Option (#7309)Stefan Agner2017-11-161-0/+28
* conf-parser: turn three bool function params into a flags fieldsLennart Poettering2017-11-133-4/+4
* Fix creating independent VTI tunnel (#7303)Robin McCorkell2017-11-131-1/+0
* networkd: improve interface rename log message a bit (#7299)Lennart Poettering2017-11-121-1/+1
* networkd: set dhcp_use_routes to true when dhcp_anonymize is true (#7209)juga02017-11-102-6/+5
* Merge pull request #7241 from keszybz/clang-warningsLennart Poettering2017-11-023-5/+9
|\
| * networkd: fix two format string mismatchesZbigniew Jędrzejewski-Szmek2017-11-012-3/+8
| * Remove a bunch of unused variablesZbigniew Jędrzejewski-Szmek2017-11-011-2/+1
* | networkd: remove route - drop route type from netlink message. (#7240)Susant Sahani2017-11-021-4/+0
|/
* Merge pull request #6948 from pfl/radv_emit_dnsLennart Poettering2017-10-235-20/+140
|\
| * networkd: Automatically set DNS and search domain informationPatrik Flykt2017-10-062-20/+133
| * networkd: Add EmitDNS and EmitDomains configuration optionsPatrik Flykt2017-10-063-0/+7
* | networkd: don't stop the dhcp server if it's not configured. (#7083)Susant Sahani2017-10-181-1/+2
* | networkd: Consider linkLocalAddressing state while configuring ndisc. (#7012)Susant Sahani2017-10-181-0/+3
* | networkd: Don't stop networkd if CONFIG_FIB_RULES=n in kernel (#7030)Susant Sahani2017-10-181-1/+7
* | networkd: bridge allow AgeingTimeSec to be set 0 (#7021)Susant Sahani2017-10-111-1/+2
* | mkdir: introduce follow_symlink flag to mkdir_safe{,_label}()Yu Watanabe2017-10-061-4/+4
|/
* Revert "networkd: change UseMTU default to true. (#6837)" (#6950)Andrew Jeddeloh2017-10-051-1/+2
* Merge pull request #6974 from keszybz/clean-up-definesLennart Poettering2017-10-042-2/+2
|\
| * build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-042-2/+2
* | tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-044-6/+6
|/
* Minor line wrapping adjustmentZbigniew Jędrzejewski-Szmek2017-10-021-1/+10
* tree-wide: use `!IN_SET(..)` for `a != b && a != c && …`Andreas Rammhold2017-10-021-10/+1
* tree-wide: use IN_SET where possibleAndreas Rammhold2017-10-021-2/+1
* Merge pull request #6933 from yuwata/use_in_setLennart Poettering2017-09-281-5/+5
|\
| * networkd: use assert_not_reached()Yu Watanabe2017-09-281-2/+2
| * networkd: use IN_SET macroYu Watanabe2017-09-281-3/+3
* | Merge pull request #6924 from andir/vrf-dhcpv4Lennart Poettering2017-09-284-5/+17
|\ \ | |/ |/|
| * networkd: use VRFs routing table for DHCP routesAndreas Rammhold2017-09-274-5/+17
* | network: change log level when sd_rtnl_message_get_family() returns invalid f...Yu Watanabe2017-09-271-3/+6
* | in-addr-util: be more systematic with naming our functionsLennart Poettering2017-09-222-4/+4
* | networkd: route - support unicast,blackhole,unreachable and prohibited (#6861)Susant Sahani2017-09-194-8/+68
* | networkd: change UseMTU default to true. (#6837)Dimitri John Ledkov2017-09-191-2/+1
* | networkd-radv: Set DNSSL information on Router Advertisement enablingPatrik Flykt2017-09-151-0/+9
* | networkd: Parse DNS search domain information for Router AdvertisementPatrik Flykt2017-09-153-0/+53
* | networkd: add support to configure IP Rule (#5725)Susant Sahani2017-09-1410-10/+1236
* | exec-util,conf-files: skip non-executable files in execute_directories()Lennart Poettering2017-09-132-2/+2
* | Allow configuration of a bridge netdev's group_fwd_mask. (#6759)b1tninja2017-09-083-0/+8
|/
* Merge pull request #6616 from pfl/rdnssLennart Poettering2017-09-074-0/+69
|\
| * networkd-radv: Set RDNSS information on Router Advertisement enablingPatrik Flykt2017-09-071-0/+10
| * networkd: Parse DNS IPv6 information for Router AdvertisementPatrik Flykt2017-09-073-0/+59
* | networkd: do not send more PRL options when Anonymize is true.juga02017-09-061-1/+6
* | networkd: set PRL default options depending on Anonymize.juga02017-09-062-2/+2
* | networkd: RFC7844, add network variable and functionjuga02017-09-062-0/+56
* | networkd: RFC7844, add configuration variablejuga02017-09-062-0/+2
|/
* networkd: Allow configure a specific link even if it has no carrier. (#6740)Susant Sahani2017-09-063-2/+4
* networkd: send dhcp timezone option when UseTimezone is true (#6725)juga02017-09-061-3/+5
* networkd: send dhcp option NTP when UseNTP is true (#6726)juga02017-09-051-4/+5
* networkd: Allow tunnels to be created without .network (#6701)Susant Sahani2017-08-314-30/+80