index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libsystemd-network
/
sd-lldp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix includes
Matija Skala
2017-03-15
1
-0
/
+1
*
tree-wide: use mfree more
Zbigniew Jędrzejewski-Szmek
2016-10-17
1
-3
/
+1
*
lldp: minor coding style improvement
Lennart Poettering
2016-06-06
1
-4
/
+3
*
lldp: add sd_lldp_get_event() call
Lennart Poettering
2016-06-06
1
-0
/
+6
*
lldp: deal properly with recv() returning EAGAIN/EINTR
Lennart Poettering
2016-06-06
1
-1
/
+5
*
lldp: pass correct neighbor object to REMOVED callback
Lennart Poettering
2016-06-06
1
-2
/
+1
*
lldp: add proper ref counting to sd_lldp object and a separate call for setti...
Lennart Poettering
2016-06-06
1
-24
/
+51
*
sd-lldp: take triple timestamp when reading LLDP packets
Lennart Poettering
2016-06-06
1
-0
/
+8
*
lldp: fix starting ttl timer for lldp neighbor
Thomas Haller
2016-03-14
1
-7
/
+10
*
sd-lldp: beef up callback logic
Lennart Poettering
2016-02-21
1
-35
/
+67
*
sd-lldp: filter out LLDP messages coming from our own MAC address
Lennart Poettering
2016-02-21
1
-0
/
+21
*
sd-lldp: rework sd-lldp API
Lennart Poettering
2016-02-21
1
-480
/
+251
*
sd-lldp: drop "port" object
Lennart Poettering
2016-02-20
1
-47
/
+53
*
sd-lldp: drop keeping of statistics
Lennart Poettering
2016-02-20
1
-39
/
+1
*
libsystemd-network: don't abbreviate "callback" as "cb" needlessly
Lennart Poettering
2016-02-20
1
-5
/
+5
*
sd-lldp: drop state field
Lennart Poettering
2016-02-20
1
-58
/
+3
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
Merge pull request #2223 from ssahani/lldp
Zbigniew Jędrzejewski-Szmek
2015-12-25
1
-34
/
+54
|
\
|
*
V3 LLDP: Add packet validation (system name and description)
Susant Sahani
2015-12-25
1
-9
/
+39
|
*
lldp: improve logging
Susant Sahani
2015-12-25
1
-25
/
+15
|
/
*
tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy
Lennart Poettering
2015-11-27
1
-4
/
+4
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move more file I/O related calls into fileio.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-0
/
+1
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-6
/
+7
*
Merge pull request #1465 from teg/siphash24
Lennart Poettering
2015-10-06
1
-6
/
+4
|
\
|
*
hashmap: hash_funcs - make inputs unambiguous
Tom Gundersen
2015-10-05
1
-0
/
+1
|
*
hashmap: refactor hash_func
Tom Gundersen
2015-10-05
1
-6
/
+3
*
|
lldp: add support for organizationally specific TLVs
Beniamino Galvani
2015-10-02
1
-1
/
+1
*
|
lldp: add public function to export LLDP TLV packets
Beniamino Galvani
2015-10-02
1
-0
/
+32
*
|
lldp: export opaque TLV type and accessor functions
Beniamino Galvani
2015-10-02
1
-5
/
+5
*
|
lldp: change order of arguments of lldp_read_*() functions
Beniamino Galvani
2015-10-02
1
-3
/
+3
*
|
lldp: add reference counter to struct tlv_packet
Beniamino Galvani
2015-10-02
1
-1
/
+1
|
/
*
sd-lldp: hide internal details
David Herrmann
2015-09-22
1
-3
/
+9
*
tree-wide: convert bootchart and lldp code to use clock_boottime_or_monotonic()
Lennart Poettering
2015-08-03
1
-2
/
+2
*
tree-wide: port everything over to fflush_and_check()
Lennart Poettering
2015-07-29
1
-24
/
+40
*
lldp: set correct state for processing
Susant Sahani
2015-07-02
1
-2
/
+0
*
Use space after a silencing (void)
Zbigniew Jędrzejewski-Szmek
2015-03-14
1
-1
/
+1
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-3
/
+0
*
libsystemd-network: fix typo in lldp
Torstein Husebø
2015-01-05
1
-6
/
+6
*
network: fix scanf/printf format
Zbigniew Jędrzejewski-Szmek
2015-01-01
1
-1
/
+1
*
lldp: fix sd_lldp_save()
David Herrmann
2014-12-31
1
-36
/
+16
*
lldp: fix double free
David Herrmann
2014-12-31
1
-0
/
+1
*
sd-lldp: minor header cleanup
Tom Gundersen
2014-12-19
1
-3
/
+4
*
LLDP: Add support for networkctl
Susant Sahani
2014-12-19
1
-1
/
+213
*
networkd: Introduce Link Layer Discovery Protocol (LLDP)
Susant Sahani
2014-12-19
1
-0
/
+493