summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_community.c
Commit message (Expand)AuthorAgeFilesLines
* bgpd: memmove needed in community_del_valJohn Glotzer2014-08-181-1/+1
* bgpd: optimize loops on [e]community_hash_make()Jorge Boncompte [DTI2]2012-05-221-8/+11
* bgpd: Try fix extcommunity resource allocation probs, particularly with 'set ...Paul Jakma2011-03-211-6/+7
* [bgpd] Stability fixes including bugs 397, 492Chris Caputo2009-07-191-0/+7
* [BGP/cleanup] make community hash table staticStephen Hemminger2009-06-181-1/+1
* [cleanup] functions taking no args should be declared with void argsStephen Hemminger2009-06-121-1/+1
* [bgpd] 64-bit bugfix in community_del_val by Jeremy Jackson <jerj@coplanar.net>Andrew J. Schorr2009-05-291-1/+1
* [bgpd] AS4 bugfix by Chris Caputo <ccaputo@alt.net>Denis Ovsienko2009-04-301-1/+1
* [lib] hash compare function arguments ought to be const qualifiedStephen Hemminger2008-08-221-1/+2
* [bgpd] fix a couple of trivial compiler warningsPaul Jakma2008-07-221-2/+2
* [bgpd] low-impact DoS: crash on malformed community with debug setPaul Jakma2007-09-071-0/+6
* [bgpd] CID#62 fix double-free, use-after-free in community_str2comPaul Jakma2006-05-081-1/+1
* [bgpd] Fix infinite loop in community_str2comPaul Jakma2006-03-301-6/+8
* [compiler] miscellaneous trivial compiler warning fixespaul2006-01-191-1/+0
* 2005-06-28 Paul Jakma <paul.jakma@sun.com>paul2005-06-281-8/+8
* 2004-10-13 Paul Jakma <paul@dishone.st>paul2004-10-131-6/+7
* 2004-06-04 Paul Jakma <paul@dishone.st>paul2004-06-041-2/+2
* Initial revisionpaul2002-12-131-0/+629