summaryrefslogtreecommitdiffstats
path: root/src/libsystemd-network/network-internal.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* libsystemd-network: introduce config_parse_hwaddrs()Yu Watanabe2018-05-091-0/+73
* ether-addr-util: make ether_addr_from_string() stricterYu Watanabe2018-05-091-11/+6
* tree-wide: be more careful with the type of array sizesLennart Poettering2018-04-271-1/+1
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-04-191-1/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-10/+6
* coccinelle: add reallocarray() coccinelle scriptLennart Poettering2018-03-021-2/+2
* log: minimize includes in log.hLennart Poettering2018-01-111-0/+1
* core,udev,networkd: add ConditionKernelVersion=Lennart Poettering2017-12-261-2/+6
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* network: reject bridge port priorities above kernel's max value. (#5877)Dimitri John Ledkov2017-05-021-0/+39
* network: fix const qualifier (#4849)David Michael2016-12-071-1/+2
* network: support negation in matching patterns (#4809)David Michael2016-12-071-8/+25
* Fix #3236 (#3633)Lennart Poettering2016-07-011-4/+4
* network: use inet_ntop() rather than SD_NDISC_ADDRESS_FORMAT_VAL() when seria...Lennart Poettering2016-06-061-6/+9
* network: fix wrong include of source file "ether-addr-util.c" (#3402)Thomas Haller2016-05-311-1/+1
* network: rely on ether_addr_from_string instead of sscanfDaniel Kahn Gillmor2016-05-171-8/+7
* network: Make sure we log about parse errors for ifname listsLennart Poettering2016-05-091-2/+4
* tree-wide: port more code to use ifname_valid()Lennart Poettering2016-05-091-50/+14
* networkd: cleanup FOREACH_WORDSusant Sahani2016-05-061-38/+39
* Address code-review items for pull-request #2890Vinay Kulkarni2016-04-051-2/+3
* DHCP DUID, IAID configuration optionsVinay Kulkarni2016-03-311-0/+29
* Revert "DHCP DUID and IAID configurability"Zbigniew Jędrzejewski-Szmek2016-03-211-28/+0
* DHCP DUID and IAID configurabilityVinay Kulkarni2016-03-101-0/+28
* tree-wide: minor formatting inconsistency cleanupsVito Caputo2016-02-231-1/+1
* tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-231-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* dhcp: export routes as opaque objectsBeniamino Galvani2016-01-201-5/+10
* Merge pull request #1923 from zonque/siphashLennart Poettering2015-11-171-1/+1
|\
| * siphash24: let siphash24_finalize() and siphash24() return the result directlyDaniel Mack2015-11-161-1/+1
* | tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-1/+1
|/
* siphash24: change result argument to uint64_tMartin Pitt2015-11-161-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out hex/dec/oct encoding/decoding into its own fileLennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-7/+9
* sd-ndisc: rename API from sd-icmp6-ndTom Gundersen2015-10-221-2/+2
* sd-icmp6-nd: rename files to sd-ndiscTom Gundersen2015-10-221-1/+1
* tree-wide: clean up log_syntax() usageLennart Poettering2015-09-301-8/+4
* sd-icmp6-nd: fix namespacingDavid Herrmann2015-09-221-2/+2
* dhcp: generic data should be void*, not uint8_t*Lennart Poettering2015-08-261-2/+2
* network: Add function to serialize an IPv6 addressPatrik Flykt2015-08-211-0/+15
* networkd: serialize the private optionsAlex Crawford2015-08-051-0/+27
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* Transpose args in strv_fnmatch() to be more ooZbigniew Jędrzejewski-Szmek2015-02-161-4/+4
* test-network: fix segfault with NULL dev_path/driver/type/nameZbigniew Jędrzejewski-Szmek2015-02-161-4/+8
* network-internal: chain matches with AND in net_match_config()Zbigniew Jędrzejewski-Szmek2015-02-161-8/+8
* Add helper for fnmatch over strvZbigniew Jędrzejewski-Szmek2015-02-161-45/+8
* network-internal: fix inverted matchingTom Gundersen2015-02-111-4/+4
* net: support globbing and disjunction in Match logicTom Gundersen2015-02-101-11/+86