summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/sd-ipv4ll.c
Commit message (Expand)AuthorAgeFilesLines
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+0
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-5/+2
* network: refuse 169.254.0.0/24 and 169.254.255.0/24 for IPv4LLStartAddress=Yu Watanabe2022-07-151-10/+1
* basic/in-addr-util: add IN_ADDR_TO_STRINGZbigniew Jędrzejewski-Szmek2022-06-061-3/+1
* libsystemd-network: make sd_dhcp_client_get_ifname() or friends return negati...Yu Watanabe2021-09-291-7/+6
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-1/+1
* sd-ipv4ll: introduce sd_ipv4ll_set_check_mac_callback()Yu Watanabe2021-07-011-2/+30
* sd-ipv4ll: allow to set MAC address without stopping sd-ipv4ll engineYu Watanabe2021-07-011-1/+1
* libsystemd-network: check that errno==0 is not passed to log functionsZbigniew Jędrzejewski-Szmek2021-04-141-2/+5
* libsystemd-network: use macro for definitions of log_{lldp,dhcp,…}_errnoZbigniew Jędrzejewski-Szmek2021-04-141-10/+5
* Check that errno passed log_{interface,link}_*_errno() is non-zeroZbigniew Jędrzejewski-Szmek2021-04-141-1/+1
* libsystemd-network: make log_dhcp_client() or friends include interface nameYu Watanabe2021-03-041-1/+9
* libsystemd-network: introduce sd_xxx_{set,get}_ifname()Yu Watanabe2021-03-041-0/+7
* tree-wide: use in_addr_is_set() or friendsYu Watanabe2021-02-181-1/+1
* sd-ipv4acd,sd-ipv4ll: include interface name in the debug logsYu Watanabe2020-12-021-3/+5
* sd-ipv4acd,sd-ipv4ll: introduce _get_ifindex() and _get_ifname()Yu Watanabe2020-12-021-0/+14
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* libsystemd-network: do not request each daemon exist in sd_xxx_stop()Yu Watanabe2020-10-151-1/+2
* network: return 1 on start and 0 if ipv4ll is already startedDan Streetman2020-05-261-2/+4
* ipv4ll: do not reset conflict counter on restartAJ Bagwell2019-12-111-1/+1
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* tree-wide: use PROJECT_FILE instead of __FILE__Zbigniew Jędrzejewski-Szmek2019-07-041-1/+1
* ipv4ll: do not reset seed generation counter on restartYu Watanabe2019-04-021-15/+17
* tree-wide: use DEFINE_TRIVIAL_REF_UNREF_FUNC() macro or friends where applicableYu Watanabe2018-08-271-19/+4
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-1/+0
* tree-wide: use proper unicode © instead of (C) where we canLennart Poettering2018-06-141-2/+2
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-2/+1
* log: minimize includes in log.hLennart Poettering2018-01-111-0/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* libsystemd-network: sd-ipv4ll: Wrapper to restart address aquisition after co...Jason Reeder2017-03-311-0/+6
* tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek2016-10-161-3/+1
* ipv4ll: shorten some checks by using IN_SET a bitLennart Poettering2016-05-261-11/+2
* sd-ipv4ll: add a bit of logging to IPv4LL tooLennart Poettering2016-05-261-0/+8
* ipv4acd: rework how we pick ipv4ll addressesLennart Poettering2016-05-261-70/+61
* ipv4ll: change "seed" parameter to be uint64_tLennart Poettering2016-05-261-5/+3
* ipv4l-{acd,ll}: make sure ipv4 addresses are unsignedLennart Poettering2016-05-261-13/+7
* sd-ipv4{acl,ll}: don't make use of RefCnt objectsLennart Poettering2016-05-261-1/+0
* sd-network: don't needlessly abbreviate "callback" as "cb" in struct membersLennart Poettering2016-05-261-4/+4
* sd-network: rename "index" field of the various clients to "ifindex"Lennart Poettering2016-05-261-2/+3
* tree-wide: minor formatting inconsistency cleanupsVito Caputo2016-02-231-1/+1
* libsystemd-network: sd-event uses 64bit priorities, expose them in the APIs a...Lennart Poettering2016-02-201-1/+1
* libsystemd-network: don't abbreviate "callback" as "cb" needlesslyLennart Poettering2016-02-201-2/+2
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-6/+2
* sd-ipv4ll: fix error path if sd-ipv4acd allocation failsLennart Poettering2015-11-171-2/+2
* siphash24: let siphash24_finalize() and siphash24() return the result directlyDaniel Mack2015-11-161-3/+2
* siphash24: change result argument to uint64_tMartin Pitt2015-11-161-3/+3
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* sd-*.h: clean up exported (or to-be-exported) header filesLennart Poettering2015-10-241-1/+1