summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/sd-lldp.c
AgeCommit message (Expand)Author
2017-05-20./tools/notsd-moveLuke Shumaker
2016-10-16tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek
2016-06-06lldp: minor coding style improvementLennart Poettering
2016-06-06lldp: add sd_lldp_get_event() callLennart Poettering
2016-06-06lldp: deal properly with recv() returning EAGAIN/EINTRLennart Poettering
2016-06-06lldp: pass correct neighbor object to REMOVED callbackLennart Poettering
2016-06-06lldp: add proper ref counting to sd_lldp object and a separate call for setti...Lennart Poettering
2016-06-06sd-lldp: take triple timestamp when reading LLDP packetsLennart Poettering
2016-03-14lldp: fix starting ttl timer for lldp neighborThomas Haller
2016-02-21sd-lldp: beef up callback logicLennart Poettering
2016-02-21sd-lldp: filter out LLDP messages coming from our own MAC addressLennart Poettering
2016-02-21sd-lldp: rework sd-lldp APILennart Poettering
2016-02-20sd-lldp: drop "port" objectLennart Poettering
2016-02-20sd-lldp: drop keeping of statisticsLennart Poettering
2016-02-20libsystemd-network: don't abbreviate "callback" as "cb" needlesslyLennart Poettering
2016-02-20sd-lldp: drop state fieldLennart Poettering
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2015-12-25Merge pull request #2223 from ssahani/lldpZbigniew Jędrzejewski-Szmek
2015-12-25V3 LLDP: Add packet validation (system name and description)Susant Sahani
2015-12-25lldp: improve loggingSusant Sahani
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: move more file I/O related calls into fileio.[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-06Merge pull request #1465 from teg/siphash24Lennart Poettering
2015-10-05hashmap: hash_funcs - make inputs unambiguousTom Gundersen
2015-10-05hashmap: refactor hash_funcTom Gundersen
2015-10-02lldp: add support for organizationally specific TLVsBeniamino Galvani
2015-10-02lldp: add public function to export LLDP TLV packetsBeniamino Galvani
2015-10-02lldp: export opaque TLV type and accessor functionsBeniamino Galvani
2015-10-02lldp: change order of arguments of lldp_read_*() functionsBeniamino Galvani
2015-10-02lldp: add reference counter to struct tlv_packetBeniamino Galvani
2015-09-22sd-lldp: hide internal detailsDavid Herrmann
2015-08-03tree-wide: convert bootchart and lldp code to use clock_boottime_or_monotonic()Lennart Poettering
2015-07-29tree-wide: port everything over to fflush_and_check()Lennart Poettering
2015-07-02lldp: set correct state for processingSusant Sahani
2015-03-13Use space after a silencing (void)Zbigniew Jędrzejewski-Szmek
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-01-05libsystemd-network: fix typo in lldpTorstein Husebø
2015-01-01network: fix scanf/printf formatZbigniew Jędrzejewski-Szmek
2014-12-31lldp: fix sd_lldp_save()David Herrmann
2014-12-31lldp: fix double freeDavid Herrmann
2014-12-19sd-lldp: minor header cleanupTom Gundersen
2014-12-19LLDP: Add support for networkctlSusant Sahani
2014-12-19networkd: Introduce Link Layer Discovery Protocol (LLDP)Susant Sahani