summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/test-lldp.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-04tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe1-1/+0
2019-03-04tests: use the test helpers in more placesZbigniew Jędrzejewski-Szmek1-1/+2
2018-12-21lldp: add 802.3 OUI subtype definitionsBeniamino Galvani1-0/+4
2018-12-18lldp: add test coverage for sd_lldp_get_neighbors() with multiple neighborsFilipe Brandenburger1-0/+130
2018-12-15Revert "lldp: add test coverage for sd_lldp_get_neighbors() with multiple nei...Filipe Brandenburger1-130/+0
2018-12-14lldp: add test coverage for sd_lldp_get_neighbors() with multiple neighborsFilipe Brandenburger1-0/+130
2018-11-12libsystemd-network: set SOCK_CLOEXEC and SOCK_NONBLOCKYu Watanabe1-1/+1
2018-06-20tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek1-4/+0
2018-06-14tree-wide: use proper unicode © instead of (C) where we canLennart Poettering1-2/+2
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-01-31test-lldp: use `memcmp` to compare bytes (#8054)Evgeny Vereshchagin1-1/+1
2018-01-11log: minimize includes in log.hLennart Poettering1-0/+1
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-02-24Fix missing space in comments (#5439)AsciiWolf1-5/+5
2016-06-06lldp: add proper ref counting to sd_lldp object and a separate call for setti...Lennart Poettering1-2/+6
2016-03-24lldp: move public macros to sd-lldp.h and namespace themBeniamino Galvani1-12/+11
2016-02-21sd-lldp: beef up callback logicLennart Poettering1-1/+1
2016-02-21sd-lldp: rework sd-lldp APILennart Poettering1-265/+55
2016-02-20test-lldp: fix error checking expressionsLennart Poettering1-6/+6
2016-02-20sd-lldp: drop "port" objectLennart Poettering1-1/+1
2016-02-20libsystemd-network: don't abbreviate "callback" as "cb" needlesslyLennart Poettering1-1/+1
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering1-5/+4
2015-11-06doc: correct orthography, word forms and missing/extraneous wordsJan Engelhardt1-1/+1
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering1-0/+1
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-6/+8
2015-10-02lldp: add reception testsBeniamino Galvani1-3/+228
2015-10-02lldp: add sd_lldp_tlv_packet_get_destination_type()Beniamino Galvani1-0/+11
2015-10-02lldp: export opaque TLV type and accessor functionsBeniamino Galvani1-2/+2
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-5/+0
2015-02-10test-lldp: fix minor OOMLennart Poettering1-3/+6
2015-02-10test-lldp: initialize structs when we define themLennart Poettering1-3/+3
2015-02-10test-lldp: use strndup() where possibleLennart Poettering1-6/+3
2015-02-10libsystemd-network: Avoid potential NULL dereference in test-lldpPhilippe De Swert1-0/+1
2014-12-31network: add malloc-assertion in testDavid Herrmann1-0/+2
2014-12-19networkd: Introduce Link Layer Discovery Protocol (LLDP)Susant Sahani1-0/+233