summaryrefslogtreecommitdiffstats
path: root/nhrpd/netlink_arp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-1/+1
* *: Convert thread_cancelXXX to event_cancelXXXDonald Sharp2023-03-241-1/+1
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-4/+4
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-2/+2
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-5/+1
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-3/+1
* *: convert zclient callbacks to tableDavid Lamparter2021-10-201-4/+5
* nhrpd: Do not explicitly set the thread pointer to NULLDonatas Abraitis2021-10-041-1/+0
* nhrpd: cleaning netlink gre informationPhilippe Guibert2021-04-301-8/+0
* nhrpd: remove useless typedefPhilippe Guibert2021-04-131-1/+0
* nhrp, zebra, lib: enforce usage of zapi_neigh_ip structurePhilippe Guibert2021-04-131-28/+20
* nhrpd: add a zebra api to configure neighbor table per interfacePhilippe Guibert2021-04-121-32/+0
* nhrp, lib, zebra: add/del neighbor entry possible from nhrpPhilippe Guibert2021-04-091-22/+1
* nhrpd: link layer registration to notificationsPhilippe Guibert2021-04-091-102/+65
* nhrpd: Use our built-in printf functionalityDonald Sharp2021-03-101-13/+5
* *: unify thread/event cancel macrosMark Stapp2020-10-231-1/+1
* nhrpd: resolve formatting warningsGhasem Naddaf2020-03-111-4/+3
* nhrpd: fix netlink neigh message handling for lladdrGhasem Naddaf2020-02-271-11/+31
* *: compare pointer types to NULL, not 0Quentin Young2019-02-261-2/+2
* *: fix config.h/zebra.h include orderDavid Lamparter2018-09-081-0/+4
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-30/+41
* nhrpd: fix issues found by coverityJorge Boncompte2017-08-101-3/+10
* *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-4/+7
* *: Remove non-vrf based ifindex lookupDonald Sharp2017-03-151-2/+2
* nhrpd: implement next hop resolution protocolTimo Teräs2017-03-071-0/+275