summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/sd-lldp.c
Commit message (Expand)AuthorAgeFilesLines
* util: split out sorting related calls to new sort-util.[ch]Lennart Poettering2019-03-131-0/+1
* util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering2019-03-131-0/+1
* util: drop missing.h from socket-util.hYu Watanabe2018-12-061-0/+1
* lldp: rename lldp_neighbor_id_hash_ops and set value destructorYu Watanabe2018-12-021-5/+2
* lldp: do not unref() event sources when update or disable themYu Watanabe2018-11-161-27/+11
* lldp: use structured initializer at one more placeYu Watanabe2018-11-161-5/+7
* lldp: improve debug log messageYu Watanabe2018-11-061-4/+16
* trivial: fix spelling in code commentsThomas Haller2018-09-301-1/+1
* busctl,sd-lldp: explicitly specify type of argument in compare functionYu Watanabe2018-09-191-1/+1
* tree-wide: use typesafe_qsort()Yu Watanabe2018-09-191-5/+3
* tree-wide: use DEFINE_TRIVIAL_REF_UNREF_FUNC() macro or friends where applicableYu Watanabe2018-08-271-21/+4
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-4/+0
* tree-wide: use proper unicode © instead of (C) where we canLennart Poettering2018-06-141-2/+2
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* sd-lldp: eliminate unnecessary variableZbigniew Jędrzejewski-Szmek2018-04-241-4/+4
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-2/+1
* 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