summaryrefslogtreecommitdiff
path: root/bgpd/bgp_advertise.c
AgeCommit message (Expand)Author
2024-03-26bgpd: Convert the bgp_advertise_attr->adv to a fifoDonald Sharp
2023-09-21bgpd: Ensure send order is 100% consistentDonald Sharp
2023-09-11bgpd: bgp_adj_in_unset needs to return the dest pointerDonald Sharp
2023-09-10bgpd: bgp_clear_adj_in|remove dest may be freedDonald Sharp
2023-07-21bgpd: Remove peer->sync arrayDonald Sharp
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-08-24bgpd: Convert from bgp_clock() to monotime()Donald Sharp
2022-07-25bgpd: Rename baa_new/baa_free/etc functions to be human-readableDonatas Abraitis
2022-07-25bgpd: Cleanup subgroup hash when we delete/merge a subgroupDonatas Abraitis
2022-02-01bgpd: Convert bgp_addpath_encode_[tr]x() to bool from intDonatas Abraitis
2021-06-11bgpd: Call bgp_dest_unlock_node() inside bgp_adj_in_remove()Donatas Abraitis
2020-06-23bgp: rename bgp_node to bgp_destDonald Sharp
2020-03-21bgpd: Convert lots of int type functions to bool/voidDonatas Abraitis
2020-02-03*: don't null after XFREE; XFREE does this itselfQuentin Young
2019-08-30bgpd: add timestamp to bgp_adj_inDavid Lamparter
2019-05-14lib: hashing functions should take const argumentsQuentin Young
2019-04-27bgpd: replace ADV_FIFO with DECLARE_LISTDavid Lamparter
2019-02-25*: remove casts of XMALLOC / XCALLOCQuentin Young
2019-02-25*: remove null check before XFREEQuentin Young
2018-12-07bgpd: Convert adj_out to a RB treeDonald Sharp
2018-10-19*: Replace hash_cmp function return value to a boolDonald Sharp
2018-10-09bgpd: Convert binfo to pathDonald Sharp
2018-10-09bgpd: Convert all bgp_info_XXX functions to bgp_path_XXX functionsDonald Sharp
2018-03-27*: use C99 standard fixed-width integer typesQuentin Young
2018-01-17bgpd: Remove peer->hash as that it is unusedDonald Sharp
2017-11-21bgpd: use FOREACH_AFI_SAFI where possibleQuentin Young
2017-09-15*: use clang's 'ForEachMacros' format style optionRenato Westphal
2017-09-05bgpd: Add various hash optimizationsDonald Sharp
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-07-01*: update hash_create(), hash_create_size()Quentin Young
2017-05-15*: make consistent & update GPLv2 file headersDavid Lamparter
2016-08-16lib, bgpd, tests: Refactor FILTER_X in zebra.hDonald Sharp
2016-06-08bgpd: speed up "no-hit" withdraws for routeserversDavid Lamparter
2015-11-05BGP: support for addpath TXDaniel Walton
2015-05-19Addpath does not work for soft-reconfigurationDonald Sharp
2015-05-19BGP: Add dynamic update group supportDonald Sharp
2015-05-19Overhual BGP debugsDonald Sharp
2015-05-19Changes to improve BGP convergence time:Donald Sharp
2015-05-19bgpd: bgpd-mrai.patchDonald Sharp
2015-05-19bgpd: bgpd-peer-outq.patchDonald Sharp
2014-06-04*: nuke ^L (page feed)David Lamparter
2011-03-21bgpd: Try fix extcommunity resource allocation probs, particularly with 'set ...Paul Jakma
2009-06-12[cleanup] functions taking no args should be declared with void argsStephen Hemminger
2008-08-22[lib] hash compare function arguments ought to be const qualifiedStephen Hemminger
2008-07-22[bgpd] Fix triggerable crash when compiled with --disable-bgp-announcePaul Jakma
2007-04-29[bgpd] Fix warnings: hash callbacks should match hash API declarationsPaul Jakma
2006-08-27[bgpd] fix mtype in XFREE and NULL out freed pointerPaul Jakma
2006-03-30[bgpd] trivial: use a distinct memtype for struct bgp_synchronizePaul Jakma