summaryrefslogtreecommitdiff
path: root/ldpd/neighbor.c
AgeCommit message (Expand)Author
2024-07-02ldpd: fix wrong gtsm countanlan_cs
2023-05-08ldpd: changes for code maintainabilitysri-mohan1
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert thread_timer_remain_XXX to event_timer_remain_XXXDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-10-26ldpd: Make ldpd happy with clang-16Donald Sharp
2022-07-21ldpd: Convert thread_cancel to THREAD_OFFDonald Sharp
2022-07-18bgpd, ldpd: No need for an explicit NULL check for thread_timer_remain_secondDonatas Abraitis
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2021-03-17*: require semicolon after DEFINE_HOOK & co.David Lamparter
2021-02-24ldpd: Add support for read-only snmp mib objects (excluding statistics)Karen Schoener
2020-10-23*: unify thread/event cancel macrosMark Stapp
2020-10-22ldpd: replace inet_ntoaMark Stapp
2020-09-09ldpd: Adding support for LDP IGP SynchronizationKaren Schoener
2020-07-14*: un-split strings across linesDavid Lamparter
2020-05-06ldpd: LDP does not always send traffic with correct DSCP value.Karen Schoener
2019-12-02*: generously apply constDavid Lamparter
2018-07-04ldpd: buffer underflow, thread safety (PVS-Studio)F. Aragon
2018-02-23*: Make assignment from RB_ROOT in while loop work betterDonald Sharp
2017-08-09zebra: fix pseudowire code re. upstream changesDavid Lamparter
2017-08-09ldpd: fix bug with dual-stack neighborsRenato Westphal
2017-06-16lib: improve the RB implementationRafael Zalamena
2017-05-09*: update thread_add_* callsQuentin Young
2017-05-09*: remove THREAD_ON macros, add nullity checkQuentin Young
2017-03-20ldpd: provide more detailed information in some show commandsRenato Westphal
2017-03-20ldpd: add commands to show sent/rcvd capabilitiesRenato Westphal
2017-03-03ldpd: implement RFC 5919 (LDP End-of-LIB)Renato Westphal
2017-01-03ldpd: use red-black trees to store 'adj' elementsRenato Westphal
2017-01-03ldpd: use red-black trees to store 'nbr_params' elementsRenato Westphal
2016-09-23ldpd: adapt the code for QuaggaRenato Westphal
2016-09-23ldpd: copy original sources from OpenBSD (14/09/2016)Renato Westphal