summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/lldp-neighbor.c
Commit message (Expand)AuthorAgeFilesLines
* 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