Age | Commit message (Expand) | Author |
2014-01-08 | lib/command.c: rewrite command matching/parsing | Christian Franke |
2014-01-08 | bgpd,ospfd,zebra: fix some DEFUN definitions | Christian Franke |
2013-08-06 | bgpd, zebra: support NEXTHOP_IPV4_IFINDEX in bgp import check | Christian Franke |
2013-08-06 | bgpd, zebra: Support NEXTHOP_IPV4_IFINDEX in nexthop_lookup api | Christian Franke |
2013-07-31 | bgpd: honor PEER_FLAG_DISABLE_CONNECTED_CHECK on bgp_scan | Christian Franke |
2013-07-31 | bgpd: write NOTIFY non-blockingly | David Lamparter |
2013-07-30 | bgpd: prevent double address delete on shutdown | Rakesh Garimella |
2013-07-30 | bgpd: stricter packet handling in OpenSent | Leonid Rosenboim |
2013-02-24 | hash: force size to be a power of 2 | Stephen Hemminger |
2013-02-23 | bgpd: fix lost passwords of grouped neighbors | Roman Hoog Antink |
2013-02-01 | bgpd: fix crash in soft-reconfiguration | Christian Franke |
2013-02-01 | bgpd: relax ORF capability length handling | David Lamparter |
2013-02-01 | bgpd: don't try to reconcile AS4_PATH with NULL | David Lamparter |
2013-01-16 | bgpd: conditional default-originate using route-map | Christian Franke |
2013-01-16 | bgpd: uncork/nagle socket when sending BGP NOTIFY | Leonid Rosenboim |
2013-01-16 | Revert "bgpd: flock() dump files (BZ#742)" | David Lamparter |
2013-01-15 | bgpd: uncork after each write | Stephen Hemminger |
2013-01-15 | bgpd: use recent monotonic time for readtime | Stephen Hemminger |
2013-01-15 | bgpd: mark route nodes scheduled into work queue | Stephen Hemminger |
2013-01-15 | bgpd: improve logging of invalid BGP Notifications | Leonid Rosenboim |
2013-01-14 | bgpd: fix error response to invalid BGP version number | Leonid Rosenboim |
2013-01-14 | bgpd: fix a bug in bgp_attr_dup | Christian Franke |
2013-01-14 | bgpd: fix a memleak on "set community none" | Christian Franke |
2013-01-14 | bgpd: store "no neighbor activate" for IPv4 unicast | Christian Franke |
2013-01-14 | bgpd: avoid heap fragmentation in bgp_clear_route_table | Jorge Boncompte [DTI2] |
2013-01-14 | bgpd: fix for leaked struct bgp_adj_[in|out] on peer shutdown | Jorge Boncompte [DTI2] |
2012-11-30 | bgpd: Fixed out-of-date comment | Andrew Certain |
2012-11-30 | bgpd: add replace-as modifier for BGP neighbor | Andrew Certain |
2012-11-01 | bgpd: CVE-2012-1820, DoS in bgp_capability_orf() | Denis Ovsienko |
2012-11-01 | bgpd: flock() dump files (BZ#742) | Daniel Kozlowski |
2012-10-25 | *: use array_size() helper macro | Balaji.G |
2012-09-26 | lib/table: add route_table_get_next() and iterator | Avneesh Sachdev |
2012-09-26 | bgpd: make bgp_table a wrapper around table library | Avneesh Sachdev |
2012-06-25 | snmp: let handlers accept OID from a lesser prefix | Vincent Bernat |
2012-06-25 | agentx: handle SNMP traps | Vincent Bernat |
2012-06-25 | smux: drop findVar element from trap object struct | Vincent Bernat |
2012-06-25 | smux: remove `tick` argument from smux_trap() | Vincent Bernat |
2012-06-25 | build: use net-snmp-config to configure NetSNMP | Vincent Bernat |
2012-06-25 | build: only define HAVE_SNMP | Vincent Bernat |
2012-06-25 | build: allow configure and build in a separate directory | Vincent Bernat |
2012-06-21 | bgpd: Partially revert f018db8, fixes BZ#730 | Jorge Boncompte [DTI2] |
2012-06-21 | bgpd: Fix for commit 6a4677b7, fixes BZ#729 | Jorge Boncompte [DTI2] |
2012-06-14 | bgpd: Add "no listen" socket option for the BGP master configuration | Paul Jakma |
2012-06-13 | Revert "bgpd: Make socket init separate, so unit tests work again." | Paul Jakma |
2012-05-22 | micro-op bgp_node_[get|lookup]() and route_node_[get|lookup]() | Jorge Boncompte [DTI2] |
2012-05-22 | bgpd: optimize bgp_aggregate_[increment|decrement]() | Jorge Boncompte [DTI2] |
2012-05-22 | bgpd: optimize bgp_update_main() in the soft_reconfig case | Jorge Boncompte [DTI2] |
2012-05-22 | bgpd: optimize holdtime timer cancelling | Jorge Boncompte [DTI2] |
2012-05-22 | bgpd: Remove useless initialization | Jorge Boncompte [DTI2] |
2012-05-22 | bgpd: reduce struct attr_extra allocations/freeing | Jorge Boncompte [DTI2] |