summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/lldp-internal.h
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use PROJECT_FILE instead of __FILE__Zbigniew Jędrzejewski-Szmek2019-07-041-1/+1
* lldp: improve debug log messageYu Watanabe2018-11-061-0/+3
* tree-wide: drop double newlineYu Watanabe2018-06-291-1/+0
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-4/+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
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* lldp: add proper ref counting to sd_lldp object and a separate call for setti...Lennart Poettering2016-06-061-0/+2
* sd-lldp: filter out LLDP messages coming from our own MAC addressLennart Poettering2016-02-211-0/+2
* sd-lldp: rework sd-lldp APILennart Poettering2016-02-211-57/+17
* tree-wide: place #pragma once at the same place everywhereLennart Poettering2016-02-201-2/+2
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-2/+3
* lldp: move lldp_receive_packet() to lldp-internal.cBeniamino Galvani2015-10-021-0/+2
* lldp: export opaque TLV type and accessor functionsBeniamino Galvani2015-10-021-8/+0
* lldp: change order of arguments of lldp_read_*() functionsBeniamino Galvani2015-10-021-5/+5
* network: get rid of more RefCnt usageLennart Poettering2015-08-271-2/+1
* libsystemd-network: fix typo in lldpTorstein Husebø2015-01-051-1/+1
* sd-lldp: minor header cleanupTom Gundersen2014-12-191-0/+2
* LLDP: Add support for networkctlSusant Sahani2014-12-191-0/+4
* networkd: Introduce Link Layer Discovery Protocol (LLDP)Susant Sahani2014-12-191-0/+93