summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/lldp-tlv.c
AgeCommit message (Expand)Author
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-02lldp: fix parsing of TLV lengthBeniamino Galvani
2015-10-02lldp: check return value of lldp_tlv_packet_exit_container()Beniamino Galvani
2015-10-02lldp: add support for organizationally specific TLVsBeniamino Galvani
2015-10-02lldp: factor out common code in lldp-tlv.cBeniamino Galvani
2015-10-02lldp: add sd_lldp_tlv_packet_get_destination_type()Beniamino Galvani
2015-10-02lldp: move TLV related functions to lldp-tlv.cBeniamino Galvani
2015-10-02lldp: export opaque TLV type and accessor functionsBeniamino Galvani
2015-10-02lldp: add reference counter to struct tlv_packetBeniamino Galvani
2015-06-08tree-wide: remove spurious spaceThomas Hindoe Paaboel Andersen
2015-03-27fix gcc warnings about uninitialized variablesHarald Hoyer
2014-12-19networkd: Introduce Link Layer Discovery Protocol (LLDP)Susant Sahani