summaryrefslogtreecommitdiffstats
path: root/nhrpd/nhrp_vc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* nhrpd: Cleanup a hash on nhrp shutdownDonald Sharp2023-12-161-0/+1
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-5/+1
* nhrpd: convert SA list to DLISTDavid Lamparter2021-10-191-13/+12
* nhrpd: convert notifier list to DLISTDavid Lamparter2021-10-191-1/+1
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-1/+1
* nhrpd: Use our built-in printf functionalityDonald Sharp2021-03-101-5/+2
* *: Replace `sizeof something` to sizeof(something)Donatas Abraitis2020-03-081-2/+2
* lib: hashing functions should take const argumentsQuentin Young2019-05-141-2/+2
* lib: ZEBRA_NUM_OF -> array_sizeDavid Lamparter2019-04-181-3/+3
* *: Rename backet to bucketTim Bray2019-02-251-1/+1
* *: Replace hash_cmp function return value to a boolDonald Sharp2018-10-191-1/+2
* *: ALLOC calls cannot failDonald Sharp2018-08-111-10/+7
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-25/+31
* nhrpd: Add hash table namesDonald Sharp2017-09-051-1/+3
* *: update hash_create(), hash_create_size()Quentin Young2017-07-021-1/+1
* nhrpd: adapt to API changesDavid Lamparter2017-03-071-0/+2
* nhrpd: implement next hop resolution protocolTimo Teräs2017-03-071-0/+217