summaryrefslogtreecommitdiff
path: root/nhrpd
AgeCommit message (Expand)Author
2024-09-13nhrpd: fixes duplicate auth extensionDenys Haryachyy
2024-06-05nhrpd: Fix nhrp_peer leakKeelan10
2024-05-31nhrpd: core dump on shutdown backport fixDave LeRoy
2024-02-09nhrp: fix race conditionLou Berger
2023-07-10nhrpd: clean up locals in route zapi apiMark Stapp
2023-04-24nhrpd: Fix nhrpd memory leakKeelan10
2023-04-04Merge pull request #12837 from donaldsharp/unlikely_routemapRuss White
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Convert `struct event_master` to `struct event_loop`Donald Sharp
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert struct thread_master to struct event_master and it's ilkDonald Sharp
2023-03-24*: Convert thread_cancelXXX to event_cancelXXXDonald 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-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-03-23babeld, lib, nhrpd: Add likely and unlikely macrosDonald Sharp
2023-03-21*: Add a hash_clean_and_free() functionDonald Sharp
2023-03-19nhrpd: drop peer references on freeing cache entryDavid Lamparter
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-02-09*: manual SPDX License ID conversionsDavid Lamparter
2023-01-31nhrpd: Add missing enum's to switch statementDonald Sharp
2022-10-26build, vtysh: extract vtysh commands from .xrefDavid Lamparter
2022-10-07*: Create and use infrastructure to show debugs in libDonald Sharp
2022-08-22nhrpd: Use nhrp_interface_update_nbma when source vrf was changedDmitrii Turlupov
2022-08-15nhrpd: Use frr_weak_random()Donald Sharp
2022-06-21*: Replace sockunion2str => %pSUDonatas Abraitis
2022-06-16nhrpd: r is always < 0 at some points of if else statementsDonald Sharp
2022-05-11*: Properly use memset() when zeroingDonatas Abraitis
2022-05-03*: remove the checking returned value for hash_get()anlan_cs
2022-04-04build: first header *must* be zebra.h or config.hDavid Lamparter
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2022-01-31bgpd,pimd,isisd,nhrpd: Convert to vty_json()Donatas Abraitis
2022-01-24*: do not print vrf name for interface config when using vrf-liteIgor Ryzhov
2021-12-21*: rework renaming the default VRFIgor Ryzhov
2021-12-01Merge pull request #9878 from pguibert6WIND/resolver_vrfDonatas Abraitis
2021-11-23lib: resolver per vrf supportPhilippe Guibert
2021-11-22*: cleanup ifp->vrf_idIgor Ryzhov
2021-11-11*: Convert quagga_signal_X to frr_signal_XDonald Sharp
2021-10-26Merge pull request #9854 from opensourcerouting/zapi-call-tableRuss White
2021-10-21nhrpd: align nhrp privs with definition from othersPhilippe Guibert
2021-10-20*: convert zclient callbacks to tableDavid Lamparter
2021-10-19nhrpd: drop list.hDavid Lamparter
2021-10-19nhrpd: convert zbuf queue to DLISTDavid Lamparter
2021-10-19nhrpd: convert SA list to DLISTDavid Lamparter
2021-10-19nhrpd: convert reg list to DLISTDavid Lamparter
2021-10-19nhrpd: convert mcast list to DLISTDavid Lamparter
2021-10-19nhrpd: convert nhs list to DLISTDavid Lamparter
2021-10-19nhrpd: convert notifier list to DLISTDavid Lamparter
2021-10-04nhrpd: Do not explicitly set the thread pointer to NULLDonatas Abraitis
2021-08-27Merge pull request #9488 from pguibert6WIND/fix_nhrp_neigh_stateRuss White