summaryrefslogtreecommitdiffstats
path: root/ldpd/neighbor.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* build: add -Wimplicit-fallthroughIgor Ryzhov2023-10-121-12/+3
* ldpd: changes for code maintainabilitysri-mohan12023-05-081-22/+14
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-14/+14
* *: Convert thread_timer_remain_XXX to event_timer_remain_XXXDonald Sharp2023-03-241-1/+1
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-8/+7
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-9/+9
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-12/+1
* ldpd: Make ldpd happy with clang-16Donald Sharp2022-10-261-2/+1
* ldpd: Convert thread_cancel to THREAD_OFFDonald Sharp2022-07-211-9/+9
* bgpd, ldpd: No need for an explicit NULL check for thread_timer_remain_secondDonatas Abraitis2022-07-181-5/+2
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-26/+11
* *: require semicolon after DEFINE_HOOK & co.David Lamparter2021-03-171-1/+2
* ldpd: Add support for read-only snmp mib objects (excluding statistics)Karen Schoener2021-02-241-2/+29
* *: unify thread/event cancel macrosMark Stapp2020-10-231-9/+9
* ldpd: replace inet_ntoaMark Stapp2020-10-221-15/+15
* ldpd: Adding support for LDP IGP SynchronizationKaren Schoener2020-09-091-0/+2
* *: un-split strings across linesDavid Lamparter2020-07-141-4/+2
* ldpd: LDP does not always send traffic with correct DSCP value.Karen Schoener2020-05-061-0/+10
* *: generously apply constDavid Lamparter2019-12-021-1/+1
* ldpd: buffer underflow, thread safety (PVS-Studio)F. Aragon2018-07-041-12/+10
* *: Make assignment from RB_ROOT in while loop work betterDonald Sharp2018-02-231-1/+3
* zebra: fix pseudowire code re. upstream changesDavid Lamparter2017-08-091-1/+1
* ldpd: fix bug with dual-stack neighborsRenato Westphal2017-08-091-0/+7
* lib: improve the RB implementationRafael Zalamena2017-06-161-10/+12
* *: update thread_add_* callsQuentin Young2017-05-091-8/+10
* *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-6/+9
* ldpd: provide more detailed information in some show commandsRenato Westphal2017-03-211-0/+4
* ldpd: add commands to show sent/rcvd capabilitiesRenato Westphal2017-03-211-0/+1
* ldpd: implement RFC 5919 (LDP End-of-LIB)Renato Westphal2017-03-031-0/+1
* ldpd: use red-black trees to store 'adj' elementsRenato Westphal2017-01-041-5/+5
* ldpd: use red-black trees to store 'nbr_params' elementsRenato Westphal2017-01-041-7/+12
* ldpd: adapt the code for QuaggaRenato Westphal2016-09-231-94/+98
* ldpd: copy original sources from OpenBSD (14/09/2016)Renato Westphal2016-09-231-0/+827