summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/lldp-neighbor.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-31tree-wide: drop missing.hYu Watanabe1-1/+1
2019-03-13util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering1-1/+1
2019-01-04Use c99 static array size declarations in exported functions tooZbigniew Jędrzejewski-Szmek1-2/+2
2018-12-18sd-lldp: accept if a neighbor is already removed from the hashtableLennart Poettering1-1/+6
2018-12-14lldp: simplify compare_func, using ?: to chain comparisonsFilipe Brandenburger1-15/+3
2018-12-04util: drop missing.h from util.hYu Watanabe1-0/+1
2018-12-02lldp: rename lldp_neighbor_id_hash_ops and set value destructorYu Watanabe1-1/+2
2018-12-02tree-wide: make hash_ops typesafeYu Watanabe1-7/+2
2018-09-19busctl,sd-lldp: explicitly specify type of argument in compare functionYu Watanabe1-3/+2
2018-08-06tree-wide: Convert compare_func's to use CMP() macro wherever possible.Filipe Brandenburger1-18/+5
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-3/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-04-19tree-wide: drop spurious newlines (#8764)Lennart Poettering1-1/+0
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-04-05tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe1-2/+1
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-06-23add note that explains relaxed bytes-left check #6150hecke1-0/+3
2017-06-20accept LLDP messages containing paddinghecke1-4/+0
2016-07-12Various fixes for typos found by lintian (#3705)Michael Biebl1-1/+1
2016-06-06lldp: rename TLV accessor pseudo-macrosLennart Poettering1-6/+5
2016-06-06lldp: make sd_lldp_neighbor_tlv_rewind() return whether there's a first entryLennart Poettering1-1/+1
2016-06-06lldp: use NULL instead 0, when we deal with a pointerLennart Poettering1-1/+1
2016-06-06lldp: add _public_ to a two exported functions missing itLennart Poettering1-2/+2
2016-06-06lldp: clarify that sd_lldp_neighbor_get_ttl() returns secondsLennart Poettering1-3/+3
2016-06-06sd-lldp: take triple timestamp when reading LLDP packetsLennart Poettering1-3/+23
2016-03-24lldp: move public macros to sd-lldp.h and namespace themBeniamino Galvani1-24/+23
2016-03-04lldp: fix memleakZbigniew Jędrzejewski-Szmek1-2/+5
2016-02-21sd-lldp: rework sd-lldp APILennart Poettering1-0/+792