summaryrefslogtreecommitdiff
path: root/src/basic/ether-addr-util.h
Commit message (Expand)AuthorAgeFilesLines
* ether-addr-util: introduce hw_addr_set() helper functionYu Watanabe2022-08-061-0/+2
* ether-addr-util: fix ether_addr_is_local() and add one more helperYu Watanabe2021-11-121-1/+5
* Merge pull request #21302 from yuwata/udev-drop-colon-from-ID_NET_NAME_MACLennart Poettering2021-11-111-2/+13
|\
| * ether-addr-util: introduce hw_addr_to_string_full()Yu Watanabe2021-11-111-2/+13
* | ether-addr-util: expose hw_addr_hash_func()Yu Watanabe2021-11-111-0/+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-2/+0
* ether-addr-util: introduce parse_ether_addr()Yu Watanabe2021-11-091-0/+1
* ether-addr-util: introduce parse_hw_addr()Yu Watanabe2021-11-091-0/+8
* ether-addr-util: make hw_addr_is_null() return true also for all zero addressYu Watanabe2021-11-091-1/+2
* ether-addr-util: introduce several helper functionsYu Watanabe2021-11-091-0/+22
* test-ether-addr-util: add a simple test that HW_ADDR_TO_STR works with nestingZbigniew Jędrzejewski-Szmek2021-07-091-1/+3
* ether-addr-util: introduce hw_addr_hash_opsYu Watanabe2021-07-011-0/+2
* ether-addr-util, network: introduce ETHER_ADDR_TO_STR() macro and use itYu Watanabe2021-06-101-0/+2
* ether-addr-util: introduce hw_addr_compare(), hw_addr_equal(), and hw_addr_is...Yu Watanabe2021-06-101-0/+8
* ether-addr-util: drop redundant "addr" from struct hw_addr_dataYu Watanabe2021-06-101-11/+9
* ether-addr-util: introduce ether_addr_to_string_alloc()Yu Watanabe2021-04-301-0/+1
* 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/+24
* tree-wide: make hash_ops typesafeYu Watanabe2018-12-021-1/+1
* tree-wide: drop double newlineYu Watanabe2018-06-291-1/+0
* 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-1/+8
* ether-addr-util: make ether_addr_from_string() stricterYu Watanabe2018-05-091-1/+1
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* 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/+2
* basic: simplify ether_addr_is_nullZbigniew Jędrzejewski-Szmek2016-02-231-1/+6
* sd-lldp: filter out LLDP messages coming from our own MAC addressLennart Poettering2016-02-211-1/+4
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* util-lib: move ether_addr_to_string() into ether-addr-util.cLennart Poettering2015-10-261-0/+4
* build-sys: split internal basic/ library from shared/Kay Sievers2015-06-111-0/+27