summaryrefslogtreecommitdiff
path: root/src/basic/ether-addr-util.c
Commit message (Expand)AuthorAgeFilesLines
* ether-addr-util: introduce hw_addr_set() helper functionYu Watanabe2022-08-061-0/+9
* Merge pull request #21302 from yuwata/udev-drop-colon-from-ID_NET_NAME_MACLennart Poettering2021-11-111-3/+10
|\
| * ether-addr-util: introduce hw_addr_to_string_full()Yu Watanabe2021-11-111-3/+10
* | ether-addr-util: expose hw_addr_hash_func()Yu Watanabe2021-11-111-1/+1
|/
* ether-addr-util: introduce {hw,ether}_addr_hash_ops_freeYu Watanabe2021-11-091-0/+2
* ether-addr-util: replace ether_addr_from_string() with parse_ether_addr()Yu Watanabe2021-11-091-72/+0
* ether-addr-util: introduce parse_ether_addr()Yu Watanabe2021-11-091-0/+15
* ether-addr-util: introduce parse_hw_addr()Yu Watanabe2021-11-091-0/+144
* ether-addr-util: make hw_addr_to_string() return valid string even if hardwar...Yu Watanabe2021-10-061-4/+6
* ether-addr-util: introduce hw_addr_hash_opsYu Watanabe2021-07-011-0/+10
* ether-addr-util: introduce hw_addr_compare(), hw_addr_equal(), and hw_addr_is...Yu Watanabe2021-06-101-0/+13
* ether-addr-util: drop redundant "addr" from struct hw_addr_dataYu Watanabe2021-06-101-2/+2
* ether-addr-util: introduce ether_addr_to_string_alloc()Yu Watanabe2021-04-301-0/+16
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* sd-netlink: introduce netlink_message_{read,append}_hw_addrTimo Rothenpieler2020-10-281-0/+15
* tree-wide: make hash_ops typesafeYu Watanabe2018-12-021-9/+3
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* ether-addr-util: add hash_ops functions for struct ether_addrYu Watanabe2018-05-091-7/+11
* ether-addr-util: make ether_addr_from_string() stricterYu Watanabe2018-05-091-10/+14
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* log: minimize includes in log.hLennart Poettering2018-01-111-0/+1
* tree-wide: drop a few == NULL and != NULL comparisonLennart Poettering2017-12-111-2/+2
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* util-lib: add ether_addr_from_string()Daniel Kahn Gillmor2016-05-171-0/+69
* basic: simplify ether_addr_is_nullZbigniew Jędrzejewski-Szmek2016-02-231-11/+0
* sd-lldp: filter out LLDP messages coming from our own MAC addressLennart Poettering2016-02-211-0/+23
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* basic: include only what we useThomas Hindoe Paaboel Andersen2015-11-301-0/+2
* util-lib: move ether_addr_to_string() into ether-addr-util.cLennart Poettering2015-10-261-0/+44