summaryrefslogtreecommitdiff
path: root/src/devices/nm-lldp-listener.c
Commit message (Expand)AuthorAgeFilesLines
* core: use NM_HASH_COMBINE() functionThomas Haller2017-07-051-5/+5
* all: fix typo 'entires' -> 'entries'Beniamino Galvani2017-05-051-1/+1
* devices/lldp: log the device contextLubomir Rintel2017-03-241-1/+3
* logging: log device and connection along with the messageLubomir Rintel2017-03-241-1/+1
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-211-1/+1
* core: refactor private data for NMExportedObject and othersThomas Haller2016-10-031-6/+17
* build: don't add systemd path the include search pathThomas Haller2016-09-271-1/+1
* systemd: merge branch systemd into masterThomas Haller2016-06-301-1/+8
* all: replace nm_unauto() by g_steal_pointer()Thomas Haller2016-05-121-2/+2
* merge: merge branch 'systemd' into masterThomas Haller2016-04-011-21/+18
* lldp: refactor keeping tlv data and order entries in neighbor GVariantThomas Haller2016-03-171-107/+167
* lldp: ensure stable order of variants in LLDP neighbor listThomas Haller2016-03-171-14/+24
* lldp: drop process_lldp_neighbors()Thomas Haller2016-03-171-105/+9
* lldp: process one neighbor at a timeThomas Haller2016-03-171-39/+110
* lldp: implement properties via NM_GOBJECT_PROPERTIES_DEFINE()Thomas Haller2016-03-171-14/+12
* lldp: improve loggingThomas Haller2016-03-171-5/+13
* lldp: let lldp_neighbor_new() also create invalid objectsThomas Haller2016-03-171-16/+17
* lldp: cache the GVariant in LldpNeighborThomas Haller2016-03-171-11/+14
* lldp: factor out lldp_neighbor_to_variant()Thomas Haller2016-03-171-52/+58
* lldp: refactor processing all lldp-neighborsThomas Haller2016-03-171-45/+54
* lldp: split out creation of LldpNeighbor instanceThomas Haller2016-03-171-163/+211
* lldp/trivial: rename internal type LLDPNeighbor to LldpNeighborThomas Haller2016-03-171-11/+11
* systemd: split "nm-sd.h" out of "nm-sd-adapt.h"Thomas Haller2016-03-111-3/+7
* systemd: merge branch systemd into th/systemd-lldp-bgo763384Thomas Haller2016-03-111-82/+188
* lldp/tests: refactor tests to run receive different framesThomas Haller2016-03-101-0/+2
* lldp: handle NULL values in lldp_neighbor_id_hash()Thomas Haller2016-02-291-4/+6
* lldp: don't mix malloc() with g_malloc()Thomas Haller2016-02-291-1/+1
* lldp: refactor logging to use _LOG() macrosThomas Haller2016-02-291-8/+48
* lldp: fix calling free on memory returned by systemdThomas Haller2016-02-291-3/+1
* lldp: refactor process_lldp_neighbors()Thomas Haller2016-02-291-16/+15
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-1/+1
* systemd: merge branch 'systemd' into masterThomas Haller2016-01-041-2/+2
* lldp: decouple NMLldpListener from platformBeniamino Galvani2015-11-101-6/+3
* device: export list of LLDP neighbors through D-BusBeniamino Galvani2015-10-121-0/+651