summaryrefslogtreecommitdiffstats
path: root/lib (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-20zebra: Fix code paths that always resolve to trueDonald Sharp1-2/+2
2021-10-20zebra: modify rib_update to be a bit smarter about mallocDonald Sharp1-5/+7
2021-10-20lib: Add a thread_is_scheduled functionDonald Sharp2-0/+9
2021-10-20tests: When heavily loaded do not send SIGBUS so fastDonald Sharp1-1/+1
2021-10-20pathd: Call frr_fini() before exitDonald Sharp1-0/+2
2021-10-20ospfd: Close log files before exitingDonald Sharp1-0/+1
2021-10-20bgpd: Add autocomplete for community/large/extcommunity stuffDonatas Abraitis2-42/+42
2021-10-19bgpd: Add autocomplete for filter-listDonatas Abraitis2-5/+5
2021-10-19tools: remove Linux kernel bits from checkpatchDavid Lamparter1-5/+5
2021-10-19tools: add iterators to checkpatchDavid Lamparter1-1/+21
2021-10-19build: add tests missed in .gitignoreDavid Lamparter1-0/+2
2021-10-19nhrpd: drop list.hDavid Lamparter3-212/+0
2021-10-19nhrpd: convert zbuf queue to DLISTDavid Lamparter2-15/+16
2021-10-19nhrpd: convert SA list to DLISTDavid Lamparter1-13/+12
2021-10-19nhrpd: convert reg list to DLISTDavid Lamparter2-21/+20
2021-10-19nhrpd: convert mcast list to DLISTDavid Lamparter4-23/+20
2021-10-19nhrpd: convert nhs list to DLISTDavid Lamparter4-44/+34
2021-10-19nhrpd: convert notifier list to DLISTDavid Lamparter5-18/+30
2021-10-19doc/developer: add _member and _anywhereDavid Lamparter1-0/+27
2021-10-19lib: add unsorted typesafe_anywhere()David Lamparter2-2/+21
2021-10-19lib: use sentinel for single-linked listsDavid Lamparter2-10/+23
2021-10-19lib: typesafe *_member()David Lamparter5-4/+175
2021-10-19lib: null out deleted pointers in typesafe containersDavid Lamparter2-0/+6
2021-10-19tests: fix leak in test codeDavid Lamparter1-0/+15
2021-10-19bgpd: Add autocomplete for as-path filtersDonatas Abraitis2-9/+25
2021-10-19lib: allow to create interfaces in non-existing VRFsIgor Ryzhov12-228/+150
2021-10-18lib: keep element count in vector codeDavid Lamparter2-14/+26
2021-10-18vtysh: defer CLI tree buildingDavid Lamparter4-14/+74
2021-10-18lib: assign CLI varnames while parsingDavid Lamparter3-81/+101
2021-10-15tools: upstream linter is recommending double quotesAnuradha Karuppiah1-78/+78
2021-10-15tools: add frr_babeltrace.py to /usr/lib/frrAnuradha Karuppiah3-0/+6
2021-10-15bgpd: lttng tracepoint for local events received from zebraAnuradha Karuppiah3-8/+282
2021-10-15tests: Fix ospf_asbr_summary_topo1.pyDonald Sharp1-83/+0
2021-10-15lib: Add `metric-type` to possible set operationsDonald Sharp1-0/+5
2021-10-14doc/developer: fix duplicate const prototypesDavid Lamparter1-4/+4
2021-10-14doc/developer: use :c:macro: where appropriateDavid Lamparter2-10/+14
2021-10-14doc/developer: fix warnings in topotests docDavid Lamparter2-6/+6
2021-10-14doc/developer: fix C struct referencesDavid Lamparter4-17/+18
2021-10-14ospf6d: remove no-opIgor Ryzhov1-1/+0
2021-10-14pbrd: protect from a possible NULL dereferenceIgor Ryzhov1-1/+1
2021-10-13lib: optimize if_lookup_by_name_all_vrfIgor Ryzhov1-1/+1
2021-10-13babeld: Prevent compiler warning about uninited value for nDonald Sharp1-1/+1
2021-10-13isisd: Convert signed to time_t for additionDonald Sharp1-1/+1
2021-10-13tests: BFD timing tests under system load need more leewayDonald Sharp1-2/+2
2021-10-13tests: Convert over to using converged to test for ospf being convergedDonald Sharp28-56/+56
2021-10-13ospfd: Add `converged` and `role` json output for neighbor commandDonald Sharp3-2/+19
2021-10-13tests: Fix `Invalid escape sequence` warnings in test runsDonald Sharp3-5/+5
2021-10-13lib: Add missing enum values in switch statement for if_link_type_strDonald Sharp1-3/+4
2021-10-12ospfd: fix another DR election issue during graceful restartRenato Westphal1-31/+33
2021-10-12ospfd: introduce additional opaque capability check in the GR codeRenato Westphal1-0/+12