summaryrefslogtreecommitdiff
path: root/bgpd/bgp_route.c
AgeCommit message (Expand)Author
2013-02-01bgpd: fix crash in soft-reconfigurationChristian Franke
2013-01-16bgpd: conditional default-originate using route-mapChristian Franke
2013-01-15bgpd: mark route nodes scheduled into work queueStephen Hemminger
2013-01-14bgpd: avoid heap fragmentation in bgp_clear_route_tableJorge Boncompte [DTI2]
2013-01-14bgpd: fix for leaked struct bgp_adj_[in|out] on peer shutdownJorge Boncompte [DTI2]
2012-09-26bgpd: make bgp_table a wrapper around table libraryAvneesh Sachdev
2012-06-21bgpd: Partially revert f018db8, fixes BZ#730Jorge Boncompte [DTI2]
2012-05-22bgpd: optimize bgp_aggregate_[increment|decrement]()Jorge Boncompte [DTI2]
2012-05-22bgpd: optimize bgp_update_main() in the soft_reconfig caseJorge Boncompte [DTI2]
2012-05-22bgpd: Remove useless initializationJorge Boncompte [DTI2]
2012-05-22bgpd: reduce struct attr_extra allocations/freeingJorge Boncompte [DTI2]
2012-05-22bgpd: fix struct attr_extra leak in bgp_default_originate()Jorge Boncompte [DTI2]
2012-05-22bgpd: remove some useless initializationsJorge Boncompte [DTI2]
2012-05-22bgpd: optimize bgp_info_cmp()Jorge Boncompte [DTI2]
2012-05-22bgpd: remove calls to peer_sort() from fast-pathJorge Boncompte [DTI2]
2012-05-22bgpd: optimize bgp_nexthop_self()Jorge Boncompte [DTI2]
2012-05-21bgpd: fix crash with vpnv4 soft-reconfigurationJorge Boncompte [DTI2]
2012-05-02bgpd: Fix memory leak of some "show ip bgp neighbor" commandsJorge Boncompte [DTI2]
2012-05-02bgpd, zebra: Fix format for some metric outputsJorge Boncompte [DTI2]
2012-04-09Merge branch 'quagga' into google-bgp-multipathAvneesh Sachdev
2012-01-23bgpd: Addition of ipv6 network command in Multicast address family mode.G.Balaji
2012-01-23bgpd: IPv4 MP-BGP Routes addition and deletionG.Balaji
2012-01-08bgpd: touch nexthop handling codeDenis Ovsienko
2012-01-02bgpd: justify checks for IPv4 class D/EDenis Ovsienko
2011-12-18fix set never used warningsStephen Hemminger
2011-12-06bgpd: store nexthop info for redistributed IPV6 routesStephen Hemminger
2011-09-29bgpd: more SAFI fixesDenis Ovsienko
2011-09-29bgpd: fix SAFI for for MPLS labeled VPN-IPv6Denis Ovsienko
2011-07-29Merge branch 'attr-errors'Paul Jakma
2011-07-20bgpd: When advertising a multipath route, the attribute set to beJosh Bailey
2011-07-20bgpd: For deterministic MED build a multipath set for each peer AS as theJosh Bailey
2011-07-20bgpd: Modify the BGP to zebra route announcement to support multipathJosh Bailey
2011-07-20bgpd: Adds support to mark up the BGP rib table entry with multipathJosh Bailey
2011-07-20bgpd: Adds equal-paths check to path comparison. Paths that areJosh Bailey
2011-03-23bgpd: Fix compile failure if IPv6 build was disabled.Paul Jakma
2011-03-21bgpd: New show commands for improved view and address family supportMichael Lambert
2011-03-21bgpd: Remove AS Path limit/TTL functionalityPaul Jakma
2011-03-21bgpd: Try fix extcommunity resource allocation probs, particularly with 'set ...Paul Jakma
2011-03-21bgpd: Fix display of unsigned attributesWataru Tanitsu
2011-03-21bgpd: fix use of free memory by update_rsclientStephen Hemminger
2011-03-21bgpd: unlock node on aggregate errorRobert Bays
2011-03-21bgpd: fix errors in aggregate address commandRobert Bays
2011-03-21bgpd: fix bgp_node locking issuesChris Caputo
2011-03-20Merge paul/ospfd/201012-review ospfd and lib/ fixes and performance improvementsPaul Jakma
2011-03-18bgpd: improve "monotonic" uptime correctionJohn Kemp
2010-12-08bgpd: Simplify process queue initPaul Jakma
2010-10-21bgpd: fix printed value of last-update timestampVladimir L Ivanov
2010-10-06bgpd, lib: adopt afi_t and safi_t in several placesMichael Lambert
2010-01-15bgp: use monotonic clock for time of dayStephen Hemminger
2009-12-10bgpd: compile warnings cleanupStephen Hemminger