summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/lldp-internal.c
Commit message (Expand)AuthorAgeFilesLines
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-1/+2
* lldp: move lldp_receive_packet() to lldp-internal.cBeniamino Galvani2015-10-021-0/+27
* lldp: move TLV related functions to lldp-tlv.cBeniamino Galvani2015-10-021-201/+0
* lldp: export opaque TLV type and accessor functionsBeniamino Galvani2015-10-021-30/+31
* lldp: change order of arguments of lldp_read_*() functionsBeniamino Galvani2015-10-021-15/+15
* lldp: add reference counter to struct tlv_packetBeniamino Galvani2015-10-021-3/+3
* network: get rid of more RefCnt usageLennart Poettering2015-08-271-7/+7
* Use space after a silencing (void)Zbigniew Jędrzejewski-Szmek2015-03-131-7/+7
* tree-wide: there is no ENOTSUP on linuxDavid Herrmann2015-03-131-2/+2
* LLDP: Support locally assigned port subtypeSusant Sahani2015-01-151-0/+1
* lldp: fix uninitialized cleanup var #2David Herrmann2014-12-311-1/+1
* lldp: fix uninitialized cleanup varDavid Herrmann2014-12-311-1/+1
* LLDP: Add support for networkctlSusant Sahani2014-12-191-1/+96
* networkd: Introduce Link Layer Discovery Protocol (LLDP)Susant Sahani2014-12-191-0/+437