index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_advertise.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bgp: rename bgp_node to bgp_dest
Donald Sharp
2020-06-23
1
-12
/
+12
*
bgpd: Convert lots of int type functions to bool/void
Donatas Abraitis
2020-03-21
1
-9
/
+10
*
*: don't null after XFREE; XFREE does this itself
Quentin Young
2020-02-03
1
-1
/
+0
*
bgpd: add timestamp to bgp_adj_in
David Lamparter
2019-08-30
1
-0
/
+1
*
lib: hashing functions should take const arguments
Quentin Young
2019-05-14
1
-2
/
+2
*
bgpd: replace ADV_FIFO with DECLARE_LIST
David Lamparter
2019-04-27
1
-3
/
+3
*
*: remove casts of XMALLOC / XCALLOC
Quentin Young
2019-02-26
1
-4
/
+3
*
*: remove null check before XFREE
Quentin Young
2019-02-26
1
-2
/
+1
*
bgpd: Convert adj_out to a RB tree
Donald Sharp
2018-12-07
1
-1
/
+1
*
*: Replace hash_cmp function return value to a bool
Donald Sharp
2018-10-19
1
-1
/
+1
*
bgpd: Convert binfo to path
Donald Sharp
2018-10-09
1
-3
/
+3
*
bgpd: Convert all bgp_info_XXX functions to bgp_path_XXX functions
Donald Sharp
2018-10-09
1
-2
/
+2
*
*: use C99 standard fixed-width integer types
Quentin Young
2018-03-27
1
-3
/
+3
*
bgpd: Remove peer->hash as that it is unused
Donald Sharp
2018-01-17
1
-6
/
+0
*
bgpd: use FOREACH_AFI_SAFI where possible
Quentin Young
2017-11-21
1
-23
/
+18
*
*: use clang's 'ForEachMacros' format style option
Renato Westphal
2017-09-15
1
-16
/
+18
*
bgpd: Add various hash optimizations
Donald Sharp
2017-09-05
1
-1
/
+3
*
*: reindent
reindent-master-after
whitespace / reindent
2017-07-17
1
-177
/
+155
*
*: update hash_create(), hash_create_size()
Quentin Young
2017-07-02
1
-1
/
+1
*
*: make consistent & update GPLv2 file headers
David Lamparter
2017-05-15
1
-18
/
+18
*
lib, bgpd, tests: Refactor FILTER_X in zebra.h
Donald Sharp
2016-08-16
1
-0
/
+1
*
bgpd: speed up "no-hit" withdraws for routeservers
David Lamparter
2016-06-08
1
-1
/
+7
*
BGP: support for addpath TX
Daniel Walton
2015-11-05
1
-15
/
+14
*
Addpath does not work for soft-reconfiguration
Donald Sharp
2015-05-20
1
-10
/
+18
*
BGP: Add dynamic update group support
Donald Sharp
2015-05-20
1
-207
/
+31
*
Overhual BGP debugs
Donald Sharp
2015-05-20
1
-2
/
+2
*
Changes to improve BGP convergence time:
Donald Sharp
2015-05-20
1
-5
/
+34
*
bgpd: bgpd-mrai.patch
Donald Sharp
2015-05-20
1
-0
/
+3
*
bgpd: bgpd-peer-outq.patch
Donald Sharp
2015-05-20
1
-6
/
+10
*
*: nuke ^L (page feed)
David Lamparter
2014-06-04
1
-5
/
+5
*
bgpd: Try fix extcommunity resource allocation probs, particularly with 'set ...
Paul Jakma
2011-03-21
1
-5
/
+5
*
[cleanup] functions taking no args should be declared with void args
Stephen Hemminger
2009-06-12
1
-2
/
+2
*
[lib] hash compare function arguments ought to be const qualified
Stephen Hemminger
2008-08-22
1
-3
/
+3
*
[bgpd] Fix triggerable crash when compiled with --disable-bgp-announce
Paul Jakma
2008-07-22
1
-6
/
+4
*
[bgpd] Fix warnings: hash callbacks should match hash API declarations
Paul Jakma
2007-04-29
1
-3
/
+9
*
[bgpd] fix mtype in XFREE and NULL out freed pointer
Paul Jakma
2006-08-27
1
-1
/
+2
*
[bgpd] trivial: use a distinct memtype for struct bgp_synchronize
Paul Jakma
2006-03-30
1
-1
/
+2
*
2005-06-28 Paul Jakma <paul.jakma@sun.com>
paul
2005-06-28
1
-5
/
+5
*
2005-06-01 Paul Jakma <paul.jakma@sun.com>
paul
2005-06-01
1
-9
/
+15
*
2004-05-01 Paul Jakma <paul@dishone.st>
paul
2004-05-01
1
-1
/
+1
*
Fix warning.
hasso
2004-03-19
1
-1
/
+1
*
Initial revision
paul
2002-12-13
1
-0
/
+405