summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/network-internal.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-25network: support matching based on wifi interfece typeYu Watanabe1-0/+23
2019-10-15network: add support matching based on BSSID=Yu Watanabe1-1/+6
2019-10-15network: support matching based on wifi SSIDYu Watanabe1-1/+6
2019-08-19Revert "shared/conf-parser,networkd: EXTRACT_UNQUOTE|EXTRACT_RETAIN_ESCAPE â†...Zbigniew JÄ™drzejewski-Szmek1-1/+1
2019-07-17shared/conf-parser,networkd: EXTRACT_UNQUOTE|EXTRACT_RETAIN_ESCAPE → EXTRAC...Zbigniew Jędrzejewski-Szmek1-1/+1
2019-07-01network,udev: add Property= setting in [Match] sectionYu Watanabe1-0/+97
2019-07-01network,udev: make net_match_config() take sd_deviceYu Watanabe1-3/+15
2019-07-01network,udev: fix multiple invert matching linesYu Watanabe1-26/+100
2019-06-17udev: introduce NAMING_STABLE_VIRTUAL_MACS (retroactively)Zbigniew Jędrzejewski-Szmek1-2/+2
2019-06-17libsystemd-network: rename net_get_name() to net_get_name_persistent()Zbigniew Jędrzejewski-Szmek1-4/+4
2019-04-28tree-wide: replace explicit NULL checks with their shorter variantsFrantisek Sumsal1-1/+1
2019-03-21network,udev: split static condition tests from net_match_config()Yu Watanabe1-25/+9
2019-03-21network: drop unnecessary strdup()Yu Watanabe1-6/+1
2019-02-18Merge pull request #11729 from yuwata/fix-11721Lennart Poettering1-1/+0
2019-02-18network: avoid inet_ntoa() in favor of inet_ntop()Thomas Haller1-3/+6
2019-02-18dhcp: move filtering of bogus DNS/NTP addresses out of DHCP clientThomas Haller1-6/+21
2019-02-18network: don't return allocated buffer of zero length from deserialize_in_add...Thomas Haller1-1/+1
2019-02-17udev,network: drop unused parent_driver argument from net_match_config()Yu Watanabe1-1/+0
2019-02-15Merge pull request #11382 from keszybz/udev-predictable-macsLennart Poettering1-7/+12
2019-01-26tree-wide: use newa() instead of alloca() wherever we canLennart Poettering1-1/+1
2019-01-21udev,networkd: use the interface name as fallback basis for MAC and IPv4LL seedZbigniew Jędrzejewski-Szmek1-7/+12
2018-12-10network: fix handling of uninitialized and zero IAID settingThomas Haller1-30/+0
2018-11-04network: fix memleak in config_parse_hwaddr()Yu Watanabe1-1/+1
2018-11-04network: improve readability of config_parse_ifalias()Yu Watanabe1-4/+3
2018-08-23network: replace udev_device by sd_deviceYu Watanabe1-6/+4
2018-07-07network/link: Fix logic error in matching devices by MACDave Reisner1-1/+1
2018-06-20tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek1-3/+0
2018-06-14tree-wide: use proper unicode © instead of (C) where we canLennart Poettering1-1/+1
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-05-11sd-dhcp: drop deserialize_dhcp_option() as it is equivalent to unhexmem()Yu Watanabe1-11/+0
2018-05-09network,udev: make MACAddress= in [Match] section take multiple MAC addressesYu Watanabe1-4/+4
2018-05-09libsystemd-network: introduce config_parse_hwaddrs()Yu Watanabe1-0/+73
2018-05-09ether-addr-util: make ether_addr_from_string() stricterYu Watanabe1-11/+6
2018-04-27tree-wide: be more careful with the type of array sizesLennart Poettering1-1/+1
2018-04-19tree-wide: drop spurious newlines (#8764)Lennart Poettering1-1/+0
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-03-22macro: introduce TAKE_PTR() macroLennart Poettering1-10/+6
2018-03-02coccinelle: add reallocarray() coccinelle scriptLennart Poettering1-2/+2
2018-01-11log: minimize includes in log.hLennart Poettering1-0/+1
2017-12-26core,udev,networkd: add ConditionKernelVersion=Lennart Poettering1-2/+6
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-05-02network: reject bridge port priorities above kernel's max value. (#5877)Dimitri John Ledkov1-0/+39
2016-12-07network: fix const qualifier (#4849)David Michael1-1/+2
2016-12-07network: support negation in matching patterns (#4809)David Michael1-8/+25
2016-06-30Fix #3236 (#3633)Lennart Poettering1-4/+4
2016-06-06network: use inet_ntop() rather than SD_NDISC_ADDRESS_FORMAT_VAL() when seria...Lennart Poettering1-6/+9
2016-05-31network: fix wrong include of source file "ether-addr-util.c" (#3402)Thomas Haller1-1/+1
2016-05-17network: rely on ether_addr_from_string instead of sscanfDaniel Kahn Gillmor1-8/+7
2016-05-09network: Make sure we log about parse errors for ifname listsLennart Poettering1-2/+4
2016-05-09tree-wide: port more code to use ifname_valid()Lennart Poettering1-50/+14