summaryrefslogtreecommitdiff
path: root/src/network
AgeCommit message (Expand)AuthorFilesLines
2018-11-07in-addr-util: make in_addr_default_prefix_from_string() or friend set 0 to pr...Yu Watanabe1-1/+1
2018-11-06networkd: make network_load_one "public" and add a fuzzer for itEvgeny Vereshchagin4-1/+32
2018-11-06networkd: make netdev_load_one "public" and add a fuzzer for itEvgeny Vereshchagin4-1/+34
2018-11-06networkd: remove a weird assertion from network_load_oneEvgeny Vereshchagin1-2/+0
2018-11-06Merge pull request #10633 from yuwata/sd-resolve-destroyLennart Poettering8-61/+134
2018-11-06Merge pull request #10597 from toanju/fix-networkd-l3-lossLennart Poettering4-6/+67
2018-11-06Merge pull request #10650 from yuwata/udevadm-trigger-use-write-string-fileLennart Poettering2-10/+10
2018-11-06networkd: cleanup for #10542Tobias Jungel2-4/+4
2018-11-06networkd: don't remove routeTobias Jungel3-3/+36
2018-11-06networkd: don't remove ip addressTobias Jungel2-3/+31
2018-11-06tree-wide: set WRITE_STRING_FILE_DISABLE_BUFFER flag when we write files unde...Yu Watanabe2-10/+10
2018-11-06test: add tests for string tables for lldp and ndisc eventsYu Watanabe1-0/+4
2018-11-05Merge pull request #10618 from yuwata/fix-10615Lennart Poettering13-38/+53
2018-11-05test: add tests for config_parse_address()Yu Watanabe1-0/+44
2018-11-05network: use in_addr_default_prefix_from_string_auto() in config_parse_address()Yu Watanabe1-30/+5
2018-11-05network: sort headers in wireguard.hYu Watanabe1-3/+2
2018-11-05network: use structured initializers in wireguard.cYu Watanabe1-14/+22
2018-11-05network: fix crash in wireguard_done()Yu Watanabe2-3/+13
2018-11-05network: use destroy callback to unref netdev attached to event sourceYu Watanabe6-10/+24
2018-11-05network: use destroy callback to clear resolved wireguard endpointsYu Watanabe2-17/+44
2018-11-05network: link_drop() and netdev_drop() remove reference from managerYu Watanabe3-15/+30
2018-11-04network: add missing .sections element for vcan and vrfYu Watanabe2-1/+2
2018-11-04network: fix memleak abot Address.labelYu Watanabe1-3/+3
2018-11-04network: drop error cause in log messageYu Watanabe1-1/+1
2018-11-04network: fix memleak in static prefixYu Watanabe1-3/+2
2018-11-04netdev: also support GENEVE.UDP6ZeroChecksum{Tx,Rx}=Yu Watanabe1-0/+2
2018-11-04network: fix worng offset for .network parserYu Watanabe1-2/+2
2018-11-04network: fix possible memleak caused by multiple setting of Bridge=, Bond= or...Yu Watanabe1-0/+3
2018-11-04test: add test for radv_prefix_delegation_{from,to}_string()Yu Watanabe1-0/+1
2018-11-04network: introduce radv_prefix_delegation_{from,to}_string()Yu Watanabe2-14/+25
2018-11-04network: fix indentationYu Watanabe1-10/+10
2018-11-04network: invert the order in comparisonYu Watanabe1-1/+1
2018-11-04network: shorten code a bitYu Watanabe1-3/+1
2018-11-02networkd: add missing bonding options (#10542)Tobias Jungel3-0/+140
2018-11-01network: drop white space in log messageYu Watanabe1-1/+1
2018-11-01network: fix hash function for routing policy ruleYu Watanabe1-2/+2
2018-11-01network: fix return value of routing_policy_rule_get()Yu Watanabe2-2/+2
2018-11-01network: fix memleak in routing policyYu Watanabe1-2/+3
2018-11-01network: fix memleak in static prefixYu Watanabe1-1/+3
2018-11-01network: fix segfault in manager_free()Yu Watanabe1-2/+4
2018-10-31network: also monitor udev 'change' event for network interfacesYu Watanabe1-2/+11
2018-10-29sd-device: make sd_device_get_is_initialized() returns is_initialized by retu...Yu Watanabe1-3/+3
2018-10-28test-network-tables: remove duplicate lineZbigniew Jędrzejewski-Szmek1-1/+0
2018-10-27network,udev: drop unnecessary check whether ifindex is positiveYu Watanabe1-2/+2
2018-10-21missing: support old linux/fou.hYu Watanabe2-4/+5
2018-10-19networkd: keep bond slave up if already attachedTobias Jungel2-0/+9
2018-10-19tree-wide: replace 'unsigned int' with 'unsigned'Yu Watanabe1-1/+1
2018-10-18Merge pull request #10239 from yuwata/sd-device-monitorLennart Poettering2-47/+19
2018-10-18Merge pull request #10407 from yuwata/netlink-slotLennart Poettering13-58/+58
2018-10-17network: replace udev_monitor by sd_device_monitorYu Watanabe2-47/+19