summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/test-lldp.c
AgeCommit message (Expand)Author
2017-05-20./tools/notsd-moveLuke Shumaker
2016-06-06lldp: add proper ref counting to sd_lldp object and a separate call for setti...Lennart Poettering
2016-03-24lldp: move public macros to sd-lldp.h and namespace themBeniamino Galvani
2016-02-21sd-lldp: beef up callback logicLennart Poettering
2016-02-21sd-lldp: rework sd-lldp APILennart Poettering
2016-02-20test-lldp: fix error checking expressionsLennart Poettering
2016-02-20sd-lldp: drop "port" objectLennart Poettering
2016-02-20libsystemd-network: don't abbreviate "callback" as "cb" needlesslyLennart Poettering
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering
2015-11-06doc: correct orthography, word forms and missing/extraneous wordsJan Engelhardt
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-02lldp: add reception testsBeniamino Galvani
2015-10-02lldp: add sd_lldp_tlv_packet_get_destination_type()Beniamino Galvani
2015-10-02lldp: export opaque TLV type and accessor functionsBeniamino Galvani
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-10test-lldp: fix minor OOMLennart Poettering
2015-02-10test-lldp: initialize structs when we define themLennart Poettering
2015-02-10test-lldp: use strndup() where possibleLennart Poettering
2015-02-10libsystemd-network: Avoid potential NULL dereference in test-lldpPhilippe De Swert
2014-12-31network: add malloc-assertion in testDavid Herrmann
2014-12-19networkd: Introduce Link Layer Discovery Protocol (LLDP)Susant Sahani