summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/sd-lldp.c
Commit message (Expand)AuthorAgeFilesLines
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-041-1/+1
* fix includesMatija Skala2017-03-151-0/+1
* tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek2016-10-161-3/+1
* lldp: minor coding style improvementLennart Poettering2016-06-061-4/+3
* lldp: add sd_lldp_get_event() callLennart Poettering2016-06-061-0/+6
* lldp: deal properly with recv() returning EAGAIN/EINTRLennart Poettering2016-06-061-1/+5
* lldp: pass correct neighbor object to REMOVED callbackLennart Poettering2016-06-061-2/+1
* lldp: add proper ref counting to sd_lldp object and a separate call for setti...Lennart Poettering2016-06-061-24/+51
* sd-lldp: take triple timestamp when reading LLDP packetsLennart Poettering2016-06-061-0/+8
* lldp: fix starting ttl timer for lldp neighborThomas Haller2016-03-141-7/+10
* sd-lldp: beef up callback logicLennart Poettering2016-02-211-35/+67
* sd-lldp: filter out LLDP messages coming from our own MAC addressLennart Poettering2016-02-211-0/+21
* sd-lldp: rework sd-lldp APILennart Poettering2016-02-211-480/+251
* sd-lldp: drop "port" objectLennart Poettering2016-02-201-47/+53
* sd-lldp: drop keeping of statisticsLennart Poettering2016-02-201-39/+1
* libsystemd-network: don't abbreviate "callback" as "cb" needlesslyLennart Poettering2016-02-201-5/+5
* sd-lldp: drop state fieldLennart Poettering2016-02-201-58/+3
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* Merge pull request #2223 from ssahani/lldpZbigniew Jędrzejewski-Szmek2015-12-251-34/+54
|\
| * V3 LLDP: Add packet validation (system name and description)Susant Sahani2015-12-251-9/+39
| * lldp: improve loggingSusant Sahani2015-12-251-25/+15
|/
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-4/+4
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-6/+7
* Merge pull request #1465 from teg/siphash24Lennart Poettering2015-10-061-6/+4
|\
| * hashmap: hash_funcs - make inputs unambiguousTom Gundersen2015-10-051-0/+1
| * hashmap: refactor hash_funcTom Gundersen2015-10-051-6/+3
* | lldp: add support for organizationally specific TLVsBeniamino Galvani2015-10-021-1/+1
* | lldp: add public function to export LLDP TLV packetsBeniamino Galvani2015-10-021-0/+32
* | lldp: export opaque TLV type and accessor functionsBeniamino Galvani2015-10-021-5/+5
* | lldp: change order of arguments of lldp_read_*() functionsBeniamino Galvani2015-10-021-3/+3
* | lldp: add reference counter to struct tlv_packetBeniamino Galvani2015-10-021-1/+1
|/
* sd-lldp: hide internal detailsDavid Herrmann2015-09-221-3/+9
* tree-wide: convert bootchart and lldp code to use clock_boottime_or_monotonic()Lennart Poettering2015-08-031-2/+2
* tree-wide: port everything over to fflush_and_check()Lennart Poettering2015-07-291-24/+40
* lldp: set correct state for processingSusant Sahani2015-07-021-2/+0
* Use space after a silencing (void)Zbigniew Jędrzejewski-Szmek2015-03-131-1/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-3/+0
* libsystemd-network: fix typo in lldpTorstein Husebø2015-01-051-6/+6
* network: fix scanf/printf formatZbigniew Jędrzejewski-Szmek2015-01-011-1/+1
* lldp: fix sd_lldp_save()David Herrmann2014-12-311-36/+16
* lldp: fix double freeDavid Herrmann2014-12-311-0/+1
* sd-lldp: minor header cleanupTom Gundersen2014-12-191-3/+4
* LLDP: Add support for networkctlSusant Sahani2014-12-191-1/+213
* networkd: Introduce Link Layer Discovery Protocol (LLDP)Susant Sahani2014-12-191-0/+493