]> git.proxmox.com Git - mirror_frr.git/shortlog
mirror_frr.git
2012-09-26 Avneesh Sachdevlib: prepare table code for reuse by bgp_table
2012-09-26 Avneesh Sachdevlib: bring some changes over from bgp_table to table
2012-09-25 Serj Kalichevbuild: fix extract.pl for cross compilation
2012-09-25 Nick Hilliardripd: clear sockaddr_in before using
2012-09-25 Brad Smithbuild: fix autoconf multicast check on OpenBSD
2012-09-25 Brad Smithbuild: correct libtool parameter used within Makefiles
2012-07-25 Joakim Tjernlundospfd: Do not fall back to intervening router.
2012-07-25 Joakim Tjernlundospfd: use ZEBRA_NEXTHOP_IPV4_IFINDEX
2012-07-25 Joakim Tjernlundzebra: Add support for ZEBRA_NEXTHOP_IPV4_IFINDEX
2012-07-25 Joakim Tjernlundospf_spf_process_stubs: use LSA pos to find OSFP interface
2012-07-25 Joakim Tjernlundospfd: Optimize and improve SPF nexthop calculation
2012-07-25 David Lamparterospfd: avoid exhausting memory with OSPF vertices ...
2012-07-19 David Lamparterlib: make IPv6 prefix parser slightly more strict
2012-07-19 David Lamparterbuild: fix isisd topology out of tree build
2012-07-13 David Lamparterzebra: lingering IP address after deletion (BZ#486)
2012-07-13 Joachim Nilssonconfigure: Add --with-pkg-extra-version=VER for package...
2012-07-13 David LamparterMerge remote branch 'vincentbernat/feature/ospfv3-mib'
2012-07-13 David LamparterMerge remote branch 'vincentbernat/feature/agentx'
2012-07-10 Vincent Bernatospf6d: fix segfault when requesting inexistant interfa...
2012-06-25 Vincent Bernatospf6d: add SNMP notifications/traps support
2012-06-25 Vincent Bernatospf6d: add SNMP support for ospfv3*LsdbTable
2012-06-25 Vincent Bernatospf6d: add SNMP implementation of ospfv3IfTable
2012-06-25 Vincent Bernatospf6d: complete SNMP implementation of ospfv3AreaTable
2012-06-25 Vincent Bernatospf6d: complete SNMP implementation for scalar objects
2012-06-25 Vincent Bernatospf6d: add SNMP support for ospfv3NbrTable
2012-06-25 Vincent Bernatsnmp: fix OSPFV3-MIB implementation
2012-06-25 Vincent Bernatsnmp: let handlers accept OID from a lesser prefix
2012-06-25 Vincent Bernatagentx: add appropriate documentation
2012-06-25 Vincent Bernatagentx: handle SNMP traps
2012-06-25 Vincent Bernatsmux: drop findVar element from trap object struct
2012-06-25 Vincent Bernatsmux: remove `tick` argument from smux_trap()
2012-06-25 Vincent Bernatagentx: add AgentX support to Quagga.
2012-06-25 Vincent Bernatsmux: isolate SMUX implementation from SNMP implementation
2012-06-25 Vincent Bernatbuild: use net-snmp-config to configure NetSNMP
2012-06-25 Vincent Bernatbuild: only define HAVE_SNMP
2012-06-25 Vincent Bernatbuild: allow configure and build in a separate directory
2012-06-21 David Lamparterisisd: fix typo in topology generator (BZ#731)
2012-06-21 Jorge Boncompte... bgpd: Partially revert f018db8, fixes BZ#730
2012-06-21 Jorge Boncompte... bgpd: Fix for commit 6a4677b7, fixes BZ#729
2012-06-19 Paul Jakmatests: BGP unit tests to set BGP_OPT_NO_LISTEN so they...
2012-06-14 Paul Jakmabgpd: Add "no listen" socket option for the BGP master...
2012-06-14 Paul Jakmalib: Add back sockunion_str2su
2012-06-13 Paul JakmaRevert "bgpd: Make socket init separate, so unit tests...
2012-05-22 Jorge Boncompte... lib: do not allocate/free thread funcnames
2012-05-22 Jorge Boncompte... lib: micro-op for thread_get()
2012-05-22 Jorge Boncompte... lib: remove RUSAGE_T from struct thread
2012-05-22 Jorge Boncompte... micro-op bgp_node_[get|lookup]() and route_node_[get...
2012-05-22 Jorge Boncompte... bgpd: optimize bgp_aggregate_[increment|decrement]()
2012-05-22 Jorge Boncompte... bgpd: optimize bgp_update_main() in the soft_reconfig...
2012-05-22 Jorge Boncompte... bgpd: optimize holdtime timer cancelling
2012-05-22 Jorge Boncompte... bgpd: Remove useless initialization
2012-05-22 Jorge Boncompte... bgpd: reduce struct attr_extra allocations/freeing
2012-05-22 Jorge Boncompte... bgpd: use on stack struct attr_extra in bgp_update_rece...
2012-05-22 Jorge Boncompte... bgpd: fix struct attr_extra leak in bgp_default_originate()
2012-05-22 Jorge Boncompte... bgpd: use on stack struct attr_extra in bgp_attr_unintern()
2012-05-22 Jorge Boncompte... bgpd: cleanup bgp_attr_unintern()
2012-05-22 Jorge Boncompte... bgpd: use on stack struct attr_extra on bgp_attr_aggreg...
2012-05-22 Jorge Boncompte... bgpd: reduce attrhash_make_key() indirections
2012-05-22 Jorge Boncompte... bgpd: remove some useless initializations
2012-05-22 Jorge Boncompte... bgpd: optimize bgp_info_cmp()
2012-05-22 Jorge Boncompte... bgpd: optimize loops on [e]community_hash_make()
2012-05-22 Jorge Boncompte... bgpd: remove calls to peer_sort() from fast-path
2012-05-22 Jorge Boncompte... bgpd: debug buffers cleanup and optimization
2012-05-22 Jorge Boncompte... bgpd: optimize bgp_nexthop_self()
2012-05-22 Jorge Boncompte... bgpd: optimize aspath string representation and assegme...
2012-05-21 Jorge Boncompte... bgpd: fix crash with vpnv4 soft-reconfiguration
2012-05-21 Jorge Boncompte... lib: fix thread_cancel_event()
2012-05-21 Roman Hoog... lib: drop heuristic IPv6 address recognition
2012-05-09 Joachim Nilssonzebra: fix up compilation without rtadv/IPv6
2012-05-02 G.Balajizebra: feed Connected routes into MRIB
2012-05-02 Jorge Boncompte... zebra: no need to clear memory of the netlink buffers
2012-05-02 Jorge Boncompte... bgpd: cleanup, use correct buffer sizes for sockunion2str()
2012-05-02 Jorge Boncompte... lib: remove sockunion related unused definitions
2012-05-02 Jorge Boncompte... lib, zebra: extend use of sockunion2ip macro
2012-05-02 Jorge Boncompte... bgpd: Fix memory leak of some "show ip bgp neighbor...
2012-05-02 Jorge Boncompte... lib: remove last uses of sockunion_su2str()
2012-05-02 Jorge Boncompte... bgpd: Fix memory leak with 'set ip next-hop peer-address'
2012-05-02 Jorge Boncompte... bgpd: fix for route-maps with "match peer local" statements
2012-05-02 Jorge Boncompte... bgpd, zebra: Fix format for some metric outputs
2012-05-02 Paul Jakmabgpd: Fix regression in args consolidation, total shoul...
2012-05-02 Paul Jakmabgpd: Make socket init separate, so unit tests work...
2012-05-02 Paul Jakmatests: Fix some compile errors and warnings
2012-05-02 Paul JakmaRevert "tests: disable broken tests/bgp_mp_attr_test.c"
2012-05-01 David Lamparterrelease: 0.99.21
2012-05-01 David Lampartertests: disable broken tests/bgp_mp_attr_test.c
2012-05-01 David Wardredhat: add systemd service files
2012-05-01 David Wardredhat: update initscripts
2012-05-01 David Wardredhat: add logrotate configuration for babeld and...
2012-05-01 David Warddoc: add ospfclient(8) and watchquagga(8) man pages
2012-05-01 David Warddoc: only package man pages for daemons that are built
2012-04-30 David Wardtools: use standard interpreter path in all Perl scripts
2012-04-28 David Lamparterbgpd: fix up multipath merge breakage
2012-04-28 Juliusz Chroboczekbabeld: merge kernel_zebra.c into kernel.c.
2012-04-28 Denis Ovsienkobabeld: Include babel_main.h in noinst_HEADERS.
2012-04-20 David Lamparterlib: bump ZSERV_VERSION to 2
2012-04-20 David LamparterRevert "zebra: clean up client routes when client goes...
2012-04-16 Jorge Boncompte... bgpd: Fix crash when disabling dampening (BZ#687)
2012-04-16 Jorge Boncompte... ospfd: Fixes a crash of the daemon with a snmp walk
2012-04-16 JR Riverszebra: use larger buffer (4096) for netlink messages
2012-04-16 David Lamparterisisd: merge osr/google-is-is
next