summaryrefslogtreecommitdiffstats
path: root/ldpd/packet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-10/+10
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-5/+5
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-9/+9
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-12/+1
* ldpd: Convert thread_cancel to THREAD_OFFDonald Sharp2022-07-211-3/+3
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-47/+33
* ldpd: Do not explicitly set the thread pointer to NULLDonatas Abraitis2021-10-041-3/+0
* ldpd: Add support for the read-only snmp mib objects that are statisticsKaren Schoener2021-03-161-1/+9
* *: unify thread/event cancel macrosMark Stapp2020-10-231-3/+3
* ldpd: replace inet_ntoaMark Stapp2020-10-221-5/+5
* ldpd: Adding support for LDP IGP SynchronizationKaren Schoener2020-09-091-0/+2
* *: un-split strings across linesDavid Lamparter2020-07-141-6/+3
* ldpd: fix clang-SA warning in packet readingDavid Lamparter2019-06-131-0/+5
* ldpd: buffer underflow, thread safety (PVS-Studio)F. Aragon2018-07-041-4/+4
* ldpd: redundant pointer operation (cppcheck)paco2018-06-181-1/+1
* ldpd: send correct notification code upon receipt of malformed packetRenato Westphal2017-10-101-1/+1
* *: update thread_add_* callsQuentin Young2017-05-091-8/+9
* *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-4/+7
* ldpd: allow targeted neighbors over any interfaceRenato Westphal2017-04-261-8/+9
* ldpd: accept notifications during the session establishment processRenato Westphal2017-04-261-2/+2
* ldpd: provide more detailed information in some show commandsRenato Westphal2017-03-211-0/+36
* ldpd: implement RFC 5561 (LDP Capabilities)Renato Westphal2017-03-031-9/+4
* ldpd: kill send_notification_nbr()Renato Westphal2017-03-031-3/+3
* ldpd: fix issues reported by coverity scanRenato Westphal2017-02-081-6/+10
* ldpd: remove security check to allow operation on unnumbered interfacesRenato Westphal2016-12-141-35/+6
* ldpd: add missing check on disc_find_iface()Renato Westphal2016-12-141-6/+6
* ldpd: adapt the code for QuaggaRenato Westphal2016-09-231-95/+129
* ldpd: copy original sources from OpenBSD (14/09/2016)Renato Westphal2016-09-231-0/+788