summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/lldp-neighbor.c
Commit message (Expand)AuthorAgeFilesLines
* sd-lldp: use memcpy_safe() as the buffer size may be zeroYu Watanabe2022-05-041-1/+2
* libsystemd-network: refuse too large raw_sizeYu Watanabe2022-05-041-0/+3
* time-util: assume CLOCK_BOOTTIME always existsLennart Poettering2022-03-281-2/+2
* tree-wide: use timestamp_is_set() moreLennart Poettering2022-02-221-1/+1
* libsystemd-network: drop _public_ attributeYu Watanabe2021-10-291-25/+25
* sd-lldp-rx: make lldp_rx_free() and lldp_neighbor_free() accept NULLYu Watanabe2021-09-281-3/+4
* sd-lldp-rx: wrap long lineYu Watanabe2021-09-281-2/+7
* sd-lldp-rx: add missing assertionsYu Watanabe2021-09-281-0/+9
* sd-lldp: introduce SD_LLDP_OUI_IANA_MUD macroYu Watanabe2021-09-281-4/+3
* sd-lldp-rx: rename sd_lldp -> sd_lldp_rxYu Watanabe2021-09-271-44/+44
* sd-lldp: rename sd-lldp.[ch] -> sd-lldp-rx.[ch]Yu Watanabe2021-09-271-1/+0
* libsystemd-network: make log_dhcp_client() or friends include interface nameYu Watanabe2021-03-041-81/+68
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* sd-lldp: Add support to receive MUDSusant Sahani2020-04-071-1/+24
* tree-wide: drop missing.hYu Watanabe2019-10-311-1/+1
* util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering2019-03-131-1/+1
* Use c99 static array size declarations in exported functions tooZbigniew Jędrzejewski-Szmek2019-01-041-2/+2
* sd-lldp: accept if a neighbor is already removed from the hashtableLennart Poettering2018-12-181-1/+6
* lldp: simplify compare_func, using ?: to chain comparisonsFilipe Brandenburger2018-12-141-15/+3
* util: drop missing.h from util.hYu Watanabe2018-12-041-0/+1
* lldp: rename lldp_neighbor_id_hash_ops and set value destructorYu Watanabe2018-12-021-1/+2
* tree-wide: make hash_ops typesafeYu Watanabe2018-12-021-7/+2
* busctl,sd-lldp: explicitly specify type of argument in compare functionYu Watanabe2018-09-191-3/+2
* tree-wide: Convert compare_func's to use CMP() macro wherever possible.Filipe Brandenburger2018-08-061-18/+5
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-04-191-1/+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
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* add note that explains relaxed bytes-left check #6150hecke2017-06-231-0/+3
* accept LLDP messages containing paddinghecke2017-06-201-4/+0
* Various fixes for typos found by lintian (#3705)Michael Biebl2016-07-121-1/+1
* lldp: rename TLV accessor pseudo-macrosLennart Poettering2016-06-061-6/+5
* lldp: make sd_lldp_neighbor_tlv_rewind() return whether there's a first entryLennart Poettering2016-06-061-1/+1
* lldp: use NULL instead 0, when we deal with a pointerLennart Poettering2016-06-061-1/+1
* lldp: add _public_ to a two exported functions missing itLennart Poettering2016-06-061-2/+2
* lldp: clarify that sd_lldp_neighbor_get_ttl() returns secondsLennart Poettering2016-06-061-3/+3
* sd-lldp: take triple timestamp when reading LLDP packetsLennart Poettering2016-06-061-3/+23
* lldp: move public macros to sd-lldp.h and namespace themBeniamino Galvani2016-03-241-24/+23
* lldp: fix memleakZbigniew Jędrzejewski-Szmek2016-03-041-2/+5
* sd-lldp: rework sd-lldp APILennart Poettering2016-02-211-0/+792