summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-04-16lib: disable clang warning in parser yacc outputMark Stapp
2025-04-15Merge pull request #18540 from LabNConsulting/chopps/list-entry-doneRuss White
2025-04-14lib,bgpd: clean up clang warningsMark Stapp
2025-04-11lib, staticd, isisd: add B6.Encaps codepoint extensionsPhilippe Guibert
2025-04-10lib: suppress clang-analyzer false-positivesChristian Hopps
2025-04-10lib: nb: add list_entry_done() callback to free resourcesChristian Hopps
2025-04-08lib,ripd: resolve clang SA warningsMark Stapp
2025-04-08lib,ripd: clean up -Wshadow compiler warningsMark Stapp
2025-04-08lib: fix -Wshadow warnings in the lib modulesMark Stapp
2025-04-08lib: don't shadow `_once` in `frr_with_mutex`David Lamparter
2025-04-02lib: Return duplicate ipv6 prefix-list entry testDonatas Abraitis
2025-03-30lib: Add a affinity_map_terminate() functionDonald Sharp
2025-03-26lib: `show route-map` should not print (null)Donald Sharp
2025-03-26Merge pull request #18482 from donaldsharp/eigrp_typesafeMark Stapp
2025-03-25lib: Return duplicate prefix-list entry testDonatas Abraitis
2025-03-24lib: expose comparision function to allow a typesafe conversionDonald Sharp
2025-03-21Merge pull request #18359 from soumyar-roy/soumya/streamsizeMark Stapp
2025-03-21Merge pull request #17986 from dmytroshytyi-6WIND/fix-static-30-01-2025Donatas Abraitis
2025-03-20zebra: reduce memory usage by streams when redistributing routesSoumya Roy
2025-03-20lib: Add support for stream buffer to expandSoumya Roy
2025-03-19lib: Create VRF if neededNathan Bahr
2025-03-14lib: suppress libyang logs during expected error result.Christian Hopps
2025-03-14lib: northbound: also log debugs for new get callbackChristian Hopps
2025-03-14lib: make sure we update the darr_strlen from pruned string.Christian Hopps
2025-03-14lib: add `darr_strlen_fixup()` to update len based on NUL termChristian Hopps
2025-03-11Merge pull request #16614 from louis-6wind/fix-otable-heap-after-freeMark Stapp
2025-03-11Merge pull request #18342 from anlancs/ospfd-minor-changeRuss White
2025-03-11lib: call to 'calloc' has an allocation size of 0 bytesDmytro Shytyi
2025-03-10lib, tests, zebra: keep table routes at vrf disablingLouis Scalbert
2025-03-07lib: use memcpy in bf_copyKarthikeya Venkat Muppalla
2025-03-07lib: remove unused macroanlan_cs
2025-03-05lib: Document --command-log-always in helpDonald Sharp
2025-03-05Merge pull request #18268 from donaldsharp/yang_correct_vrf_issueChristian Hopps
2025-03-03Merge pull request #18030 from fdumontet6WIND/mem_alloc_streamMark Stapp
2025-02-27bgpd: add match ecommunity <exact|any> optionsPhilippe Guibert
2025-02-27bgpd: add 'match extcommunity-count' command to restrict comm countPhilippe Guibert
2025-02-27zebra: reduce memory usage by streams when redistributing routesFrancois Dumontet
2025-02-27lib: Prevent crash in getting label chunkDonald Sharp
2025-02-26lib: Correct handling of /frr-vrf:lib/vrf/state/activeDonald Sharp
2025-02-26Merge pull request #18237 from LabNConsulting/chopps/oper-walk-treeDonald Sharp
2025-02-26Merge pull request #18242 from kaffarell/masterDonald Sharp
2025-02-26lib: nb: fix bug with oper-state query on list dataChristian Hopps
2025-02-26lib: nb: notification add locking support for multi-threadingChristian Hopps
2025-02-26lib: Add ifindex to SRv6 SID contextCarmine Scarpitta
2025-02-25zebra: add ZEBRA_IF_DUMMY flag for dummy interfacesGabriel Goller
2025-02-24lib: northbound: support pre-built oper state in libyang treeChristian Hopps
2025-02-22lib: nb: fix oper-state queries that involve choice/case nodesChristian Hopps
2025-02-18Merge pull request #18095 from opensourcerouting/zebra-check-class-eRuss White
2025-02-18Merge pull request #17957 from pguibert6WIND/codepoint_add_some_flavorsCarmine Scarpitta
2025-02-17Merge pull request #18082 from LabNConsulting/chopps/fix-yang-config-destroyJafar Al-Gharaibeh