| Commit message (Expand) | Author | Age | Files | Lines |
* | license: LGPL-2.1+ -> LGPL-2.1-or-later | Yu Watanabe | 2020-11-09 | 1 | -1/+1 |
* | network: read driver name from ethtool | Yu Watanabe | 2020-06-03 | 1 | -13/+17 |
* | network: simplify how initial space is handled | Zbigniew Jędrzejewski-Szmek | 2020-05-26 | 1 | -8/+15 |
* | sd-network: reduce scope of some variables | Zbigniew Jędrzejewski-Szmek | 2020-05-26 | 1 | -13/+6 |
* | network: make Type=ether match based on iftype | Yu Watanabe | 2020-03-02 | 1 | -3/+27 |
* | network, udev: introduce PermanentMACAddress= setting in [Match] section | Yu Watanabe | 2020-01-08 | 1 | -0/+8 |
* | network: make Name= in [Match] support alternative names of interfaces | Yu Watanabe | 2019-12-16 | 1 | -2/+15 |
* | network: support matching based on wifi interfece type | Yu Watanabe | 2019-10-25 | 1 | -0/+23 |
* | network: add support matching based on BSSID= | Yu Watanabe | 2019-10-14 | 1 | -1/+6 |
* | network: support matching based on wifi SSID | Yu Watanabe | 2019-10-14 | 1 | -1/+6 |
* | Revert "shared/conf-parser,networkd: EXTRACT_UNQUOTE|EXTRACT_RETAIN_ESCAPE â†... | Zbigniew JÄ™drzejewski-Szmek | 2019-08-19 | 1 | -1/+1 |
* | shared/conf-parser,networkd: EXTRACT_UNQUOTE|EXTRACT_RETAIN_ESCAPE → EXTRAC... | Zbigniew Jędrzejewski-Szmek | 2019-07-17 | 1 | -1/+1 |
* | network,udev: add Property= setting in [Match] section | Yu Watanabe | 2019-06-30 | 1 | -0/+97 |
* | network,udev: make net_match_config() take sd_device | Yu Watanabe | 2019-06-30 | 1 | -3/+15 |
* | network,udev: fix multiple invert matching lines | Yu Watanabe | 2019-06-30 | 1 | -26/+100 |
* | udev: introduce NAMING_STABLE_VIRTUAL_MACS (retroactively) | Zbigniew Jędrzejewski-Szmek | 2019-06-17 | 1 | -2/+2 |
* | libsystemd-network: rename net_get_name() to net_get_name_persistent() | Zbigniew Jędrzejewski-Szmek | 2019-06-17 | 1 | -4/+4 |
* | tree-wide: replace explicit NULL checks with their shorter variants | Frantisek Sumsal | 2019-04-28 | 1 | -1/+1 |
* | network,udev: split static condition tests from net_match_config() | Yu Watanabe | 2019-03-21 | 1 | -25/+9 |
* | network: drop unnecessary strdup() | Yu Watanabe | 2019-03-21 | 1 | -6/+1 |
* | Merge pull request #11729 from yuwata/fix-11721 | Lennart Poettering | 2019-02-18 | 1 | -1/+0 |
|\ |
|
| * | udev,network: drop unused parent_driver argument from net_match_config() | Yu Watanabe | 2019-02-16 | 1 | -1/+0 |
* | | network: avoid inet_ntoa() in favor of inet_ntop() | Thomas Haller | 2019-02-18 | 1 | -3/+6 |
* | | dhcp: move filtering of bogus DNS/NTP addresses out of DHCP client | Thomas Haller | 2019-02-18 | 1 | -6/+21 |
* | | network: don't return allocated buffer of zero length from deserialize_in_add... | Thomas Haller | 2019-02-18 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #11382 from keszybz/udev-predictable-macs | Lennart Poettering | 2019-02-15 | 1 | -7/+12 |
|\ |
|
| * | udev,networkd: use the interface name as fallback basis for MAC and IPv4LL seed | Zbigniew Jędrzejewski-Szmek | 2019-01-21 | 1 | -7/+12 |
* | | tree-wide: use newa() instead of alloca() wherever we can | Lennart Poettering | 2019-01-26 | 1 | -1/+1 |
|/ |
|
* | network: fix handling of uninitialized and zero IAID setting | Thomas Haller | 2018-12-10 | 1 | -30/+0 |
* | network: fix memleak in config_parse_hwaddr() | Yu Watanabe | 2018-11-03 | 1 | -1/+1 |
* | network: improve readability of config_parse_ifalias() | Yu Watanabe | 2018-11-03 | 1 | -4/+3 |
* | network: replace udev_device by sd_device | Yu Watanabe | 2018-08-22 | 1 | -6/+4 |
* | network/link: Fix logic error in matching devices by MAC | Dave Reisner | 2018-07-07 | 1 | -1/+1 |
* | tree-wide: drop copyright headers from frequent contributors | Zbigniew Jędrzejewski-Szmek | 2018-06-20 | 1 | -3/+0 |
* | tree-wide: use proper unicode © instead of (C) where we can | Lennart Poettering | 2018-06-14 | 1 | -1/+1 |
* | tree-wide: drop 'This file is part of systemd' blurb | Lennart Poettering | 2018-06-14 | 1 | -2/+0 |
* | sd-dhcp: drop deserialize_dhcp_option() as it is equivalent to unhexmem() | Yu Watanabe | 2018-05-11 | 1 | -11/+0 |
* | network,udev: make MACAddress= in [Match] section take multiple MAC addresses | Yu Watanabe | 2018-05-09 | 1 | -4/+4 |
* | libsystemd-network: introduce config_parse_hwaddrs() | Yu Watanabe | 2018-05-09 | 1 | -0/+73 |
* | ether-addr-util: make ether_addr_from_string() stricter | Yu Watanabe | 2018-05-09 | 1 | -11/+6 |
* | tree-wide: be more careful with the type of array sizes | Lennart Poettering | 2018-04-27 | 1 | -1/+1 |
* | tree-wide: drop spurious newlines (#8764) | Lennart Poettering | 2018-04-19 | 1 | -1/+0 |
* | tree-wide: drop license boilerplate | Zbigniew Jędrzejewski-Szmek | 2018-04-06 | 1 | -13/+0 |
* | macro: introduce TAKE_PTR() macro | Lennart Poettering | 2018-03-22 | 1 | -10/+6 |
* | coccinelle: add reallocarray() coccinelle script | Lennart Poettering | 2018-03-02 | 1 | -2/+2 |
* | log: minimize includes in log.h | Lennart Poettering | 2018-01-11 | 1 | -0/+1 |
* | core,udev,networkd: add ConditionKernelVersion= | Lennart Poettering | 2017-12-26 | 1 | -2/+6 |
* | Add SPDX license identifiers to source files under the LGPL | Zbigniew Jędrzejewski-Szmek | 2017-11-19 | 1 | -0/+1 |
* | network: reject bridge port priorities above kernel's max value. (#5877) | Dimitri John Ledkov | 2017-05-02 | 1 | -0/+39 |
* | network: fix const qualifier (#4849) | David Michael | 2016-12-07 | 1 | -1/+2 |