summaryrefslogtreecommitdiff
path: root/bgpd
AgeCommit message (Expand)Author
2013-08-06bgpd, zebra: support NEXTHOP_IPV4_IFINDEX in bgp import checkChristian Franke
2013-08-06bgpd, zebra: Support NEXTHOP_IPV4_IFINDEX in nexthop_lookup apiChristian Franke
2013-07-31bgpd: honor PEER_FLAG_DISABLE_CONNECTED_CHECK on bgp_scanChristian Franke
2013-07-31bgpd: write NOTIFY non-blockinglyDavid Lamparter
2013-07-30bgpd: prevent double address delete on shutdownRakesh Garimella
2013-07-30bgpd: stricter packet handling in OpenSentLeonid Rosenboim
2013-02-24hash: force size to be a power of 2Stephen Hemminger
2013-02-23bgpd: fix lost passwords of grouped neighborsRoman Hoog Antink
2013-02-01bgpd: fix crash in soft-reconfigurationChristian Franke
2013-02-01bgpd: relax ORF capability length handlingDavid Lamparter
2013-02-01bgpd: don't try to reconcile AS4_PATH with NULLDavid Lamparter
2013-01-16bgpd: conditional default-originate using route-mapChristian Franke
2013-01-16bgpd: uncork/nagle socket when sending BGP NOTIFYLeonid Rosenboim
2013-01-16Revert "bgpd: flock() dump files (BZ#742)"David Lamparter
2013-01-15bgpd: uncork after each writeStephen Hemminger
2013-01-15bgpd: use recent monotonic time for readtimeStephen Hemminger
2013-01-15bgpd: mark route nodes scheduled into work queueStephen Hemminger
2013-01-15bgpd: improve logging of invalid BGP NotificationsLeonid Rosenboim
2013-01-14bgpd: fix error response to invalid BGP version numberLeonid Rosenboim
2013-01-14bgpd: fix a bug in bgp_attr_dupChristian Franke
2013-01-14bgpd: fix a memleak on "set community none"Christian Franke
2013-01-14bgpd: store "no neighbor activate" for IPv4 unicastChristian Franke
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-11-30bgpd: Fixed out-of-date commentAndrew Certain
2012-11-30bgpd: add replace-as modifier for BGP neighborAndrew Certain
2012-11-01bgpd: CVE-2012-1820, DoS in bgp_capability_orf()Denis Ovsienko
2012-11-01bgpd: flock() dump files (BZ#742)Daniel Kozlowski
2012-10-25*: use array_size() helper macroBalaji.G
2012-09-26lib/table: add route_table_get_next() and iteratorAvneesh Sachdev
2012-09-26bgpd: make bgp_table a wrapper around table libraryAvneesh Sachdev
2012-06-25snmp: let handlers accept OID from a lesser prefixVincent Bernat
2012-06-25agentx: handle SNMP trapsVincent Bernat
2012-06-25smux: drop findVar element from trap object structVincent Bernat
2012-06-25smux: remove `tick` argument from smux_trap()Vincent Bernat
2012-06-25build: use net-snmp-config to configure NetSNMPVincent Bernat
2012-06-25build: only define HAVE_SNMPVincent Bernat
2012-06-25build: allow configure and build in a separate directoryVincent Bernat
2012-06-21bgpd: Partially revert f018db8, fixes BZ#730Jorge Boncompte [DTI2]
2012-06-21bgpd: Fix for commit 6a4677b7, fixes BZ#729Jorge Boncompte [DTI2]
2012-06-14bgpd: Add "no listen" socket option for the BGP master configurationPaul Jakma
2012-06-13Revert "bgpd: Make socket init separate, so unit tests work again."Paul Jakma
2012-05-22micro-op bgp_node_[get|lookup]() and route_node_[get|lookup]()Jorge 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: optimize holdtime timer cancellingJorge Boncompte [DTI2]
2012-05-22bgpd: Remove useless initializationJorge Boncompte [DTI2]
2012-05-22bgpd: reduce struct attr_extra allocations/freeingJorge Boncompte [DTI2]
2012-05-22bgpd: use on stack struct attr_extra in bgp_update_receive()Jorge Boncompte [DTI2]
2012-05-22bgpd: fix struct attr_extra leak in bgp_default_originate()Jorge Boncompte [DTI2]