summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/network-internal.c
AgeCommit message (Expand)Author
2016-07-28./move.shLuke Shumaker
2016-05-17network: rely on ether_addr_from_string instead of sscanfDaniel Kahn Gillmor
2016-05-09network: Make sure we log about parse errors for ifname listsLennart Poettering
2016-05-09tree-wide: port more code to use ifname_valid()Lennart Poettering
2016-05-06networkd: cleanup FOREACH_WORDSusant Sahani
2016-04-04Address code-review items for pull-request #2890Vinay Kulkarni
2016-03-30DHCP DUID, IAID configuration optionsVinay Kulkarni
2016-03-21Revert "DHCP DUID and IAID configurability"Zbigniew Jędrzejewski-Szmek
2016-03-09DHCP DUID and IAID configurabilityVinay Kulkarni
2016-02-23tree-wide: minor formatting inconsistency cleanupsVito Caputo
2016-02-22tree-wide: make ++/-- usage consistent WRT spacingVito Caputo
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-01-20dhcp: export routes as opaque objectsBeniamino Galvani
2015-11-17Merge pull request #1923 from zonque/siphashLennart Poettering
2015-11-16siphash24: let siphash24_finalize() and siphash24() return the result directlyDaniel Mack
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen
2015-11-16siphash24: change result argument to uint64_tMartin Pitt
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: split out hex/dec/oct encoding/decoding into its own fileLennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-22sd-ndisc: rename API from sd-icmp6-ndTom Gundersen
2015-10-22sd-icmp6-nd: rename files to sd-ndiscTom Gundersen
2015-09-30tree-wide: clean up log_syntax() usageLennart Poettering
2015-09-22sd-icmp6-nd: fix namespacingDavid Herrmann
2015-08-26dhcp: generic data should be void*, not uint8_t*Lennart Poettering
2015-08-21network: Add function to serialize an IPv6 addressPatrik Flykt
2015-08-05networkd: serialize the private optionsAlex Crawford
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-16Transpose args in strv_fnmatch() to be more ooZbigniew Jędrzejewski-Szmek
2015-02-16test-network: fix segfault with NULL dev_path/driver/type/nameZbigniew Jędrzejewski-Szmek
2015-02-16network-internal: chain matches with AND in net_match_config()Zbigniew Jędrzejewski-Szmek
2015-02-16Add helper for fnmatch over strvZbigniew Jędrzejewski-Szmek
2015-02-11network-internal: fix inverted matchingTom Gundersen
2015-02-10net: support globbing and disjunction in Match logicTom Gundersen
2015-01-12network-intenal: user _cleanup_ macro in parse_ifnameTom Gundersen
2014-12-09libsystemd-network: fix writing of routes in dhcp lease fileDan Winship
2014-12-05net_setup/networkd: warn if matching is done on possibly unstable ifnameTom Gundersen
2014-12-04udev: net_setup - allow matching on OriginalName=Tom Gundersen
2014-11-06shared: rename condition-util.[ch] to condition.[ch]Lennart Poettering
2014-11-06core: get rid of condition.c and move the remaining call into util.cLennart Poettering
2014-11-06condition: internalize condition test functionsLennart Poettering
2014-09-16libsystemd-network: avoid double-free in error caseAndreas Henriksson
2014-08-11networkd: monopolize in_addr utility functions in shared/in-addr-util.hLennart Poettering
2014-07-31Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek
2014-07-23networkd: merge DNS and NTP entries when exportingTom Gundersen
2014-07-18change type for address family to "int"Lennart Poettering
2014-07-17sd-network: remove redundant array size parameter from functions that return ...Lennart Poettering
2014-06-29network-internal: initialize _cleanup_ variableTom Gundersen
2014-06-29netowrkd:deserialize_dhcp_routes verify strndup retSusant Sahani