]> git.proxmox.com Git - mirror_frr.git/history - bgpd
[doc] Update HACKING to reflect SCM changes and latest practice
[mirror_frr.git] / bgpd /
2008-08-26 Paul JakmaRevert "[bgpd] Add 'bgp open-accept' option, to send...
2008-08-22 Paul Jakma[administrivia] Update gitignore files
2008-08-22 Paul Jakma[administrivia] Git should ignore backup files and...
2008-08-22 Paul Jakma[trivia] Remove ChangeLog files, as this data is now...
2008-08-22 Stephen Hemminger[bgpd] remove useless check and return in bgp_config_wr...
2008-08-22 Paul Jakma[warnings] Fix various SOS warnings
2008-08-22 Stephen Hemminger[lib] mes_lookup string lookup table argument should...
2008-08-22 Stephen Hemminger[lib] hash compare function arguments ought to be const...
2008-08-22 Paul P Komkoff Jr[build] Test for GNU-style PIE support in toolchain...
2008-08-22 Paul Jakma[bgpd] Add 'bgp open-accept' option, to send OPEN immed...
2008-08-22 Paul Jakma[administrivia] Add .gitignore files, based on .cvsignores.
2008-07-22 Paul Jakma[bgpd] Fix triggerable crash when compiled with --disab...
2008-07-22 Paul Jakma[bgpd] fix a couple of trivial compiler warnings
2008-07-21 Paul Jakma[bgpd] TCP-MD5: password vty configuration and initial...
2008-07-02 Paul Jakma[vty] CMD_AS_RANGE accidently quoted and so not expande...
2008-07-02 Paul Jakma[bgpd] Fix double-free crash in bgp_table_finish, seen...
2008-06-07 Paul Jakma[bgpd] minor changes to bgp_mp_reach_parse
2008-06-01 Paul Jakma[bgpd] bug #419: partial aspath-limit incorrectly cause...
2008-05-29 Paul Jakma[daemons] Sanity check port number arguments before use
2008-04-10 Denis Ovsienko+ [bgpd] Added new route-map set statement: "as-path...
2008-03-13 Paul Jakma[bgpd] remove unnecessary 0 entries from struct message's
2008-01-29 Paul Jakma[bgpd] fix crash on startup if compiled IPv4-only
2007-12-22 Paul Jakma[bgpd] Fix number of DoS security issues, restricted...
2007-12-18 Denis Ovsienko+ fixed no_set_aspath_prepend() to correctly match...
2007-11-21 Paul Jakma[bgpd] Fix typo in previous commit to bgp_main.c
2007-11-13 Paul Jakma[bgpd] small fix for crash if 'listenon' argument is...
2007-11-01 Paul Jakma2007-10-30 Nick Hilliard <nick@inex.ie>
2007-10-14 Paul Jakma[bgpd] Merge AS4 support
2007-09-18 Paul Jakma[bgpd] Fix typo, which prevented advertisement of MP...
2007-09-07 Paul Jakma[bgpd] low-impact DoS: crash on malformed community...
2007-08-30 Paul Jakma[bgpd] bug #398 Bogus free on out route-map, and assert...
2007-08-23 Paul Jakma[bgpd] Pass NOSUB to regexec
2007-08-06 Paul Jakma[bgpd] Add support for AS_PATHLIMIT / draft-ietf-idr...
2007-08-06 Paul Jakma[bgpd] cleanup, compact and consolidate capability...
2007-07-31 Paul Jakma[bgpd] Dont schedule dumps multiple times for same...
2007-06-22 Paul Jakma[bgpd] bug #368: Fix possible loop between peers going...
2007-06-14 Paul Jakma[bgpd] bug #370, default-originate was broken by a...
2007-05-10 Paul Jakma[autoconf] bugs 162,303,178: Fix 'present but can not...
2007-05-04 Paul Jakma[bgpd] Trim memory usage of BGP routes
2007-04-29 Paul Jakma[bgpd] Use defines for default weight
2007-04-29 Paul Jakma[bgpd] Fix warnings: hash callbacks should match hash...
2007-04-15 Andrew J. Schorr[bgpd] Minor performance improvement patch
2007-04-10 Paul Jakma[bgpd] Bug #354: Take care to keep reads of MP_(UN...
2007-04-10 Paul Jakma[bgpd] V. quick route flap gets mistaken for duplicate...
2007-04-10 Paul Jakma[bgpd] bug #352: IPv6/Multicast address-family config...
2007-02-22 Paul Jakma[bgpd] Peer delete can race with reconfig leading to...
2006-12-12 Andrew J. Schorr[PtP over ethernet] New peer flag allows much more...
2006-12-08 Paul Jakma[bgpd] Bug #302, bgpd can get stuck in state Clearing
2006-11-30 Andrew J. Schorr[bgpd] Implement 'debug bgp zebra' to log all messages...
2006-11-28 Andrew J. Schorr[bgpd] Fix bug where a deleted route that was quickly...
2006-10-27 Paul Jakma[bgpd] trivial: non C99 u_int.._t should be uint.._t
2006-10-22 Paul Jakma[bgpd] struct peer must have bgp field valid (redistrib...
2006-10-15 Paul Jakma[bgpd] Coverity CID #64: Needless NULL check, CID ...
2006-10-15 Paul Jakma[bgpd] CID#73, potential crash in bgp statistics if...
2006-10-15 Paul Jakma[bgpd] Bug #302 fixes. ClearingCompleted event gets...
2006-10-15 Paul Jakma[daemon startup] Add --dry-run/-C argument to daemons...
2006-09-19 Andrew J. Schorr[bgpd] Trivial fix of printf format/arg mismatch
2006-09-14 Paul Jakma[bgpd] reduce the process queue hold time to something...
2006-09-14 Paul Jakma[bgpd] RIB statistics address space size shouldnt doubl...
2006-09-14 Paul Jakma[bgpd] simplify peer refcounts, squash slow peer leak
2006-09-14 Paul Jakma[bgpd] Fix 0.99 shutdown regression, introduce Clearing...
2006-09-14 Paul Jakma[bgpd] Add RIB reporting commands, show bgp ... statistics
2006-09-07 Paul Jakma[bgpd] Handle pcount as flags are changed, fixing pcoun...
2006-09-04 Paul Jakma[bgpd] Add 'show ... neighbor .... prefix-counts' command
2006-08-27 Paul Jakma[bgpd] fix mtype in XFREE and NULL out freed pointer
2006-08-06 Paul Jakma[bgpd] aspath_loop_check was broken, fix it and the...
2006-07-27 Paul Jakma[bgpd] Potential bug#287 fix, peer_delete should NULL...
2006-07-02 Paul Jakma[bgpd] Fix crash on shutdown of peer
2006-05-23 Paul Jakma[bgpd] expand vty help for neighbor ... update-source
2006-05-12 Paul Jakma[bgpd] CID #4,#5,#9,#10, simplify aspath_print_vty...
2006-05-12 Paul Jakma[bgpd] CID #6, remove useless NULL check, bgp_static_up...
2006-05-12 Paul Jakma[bgpd] CID #7, remove useless NULL check, bgp_static_up...
2006-05-12 Paul Jakma[bgpd] Remove dead code in ORIGINATOR_ID packet forming...
2006-05-08 Paul Jakma[bgpd] Bug #240, Fix route-server crash when static...
2006-05-08 Paul Jakma[bgpd] CID#62 fix double-free, use-after-free in commun...
2006-05-04 Paul Jakma[bgpd] Fix bug where FSM can stay hung forever in Idle...
2006-05-04 Paul Jakma[bgpd] bug #210: Enable crucial VPNv4 code which was...
2006-03-30 Paul JakmaSync rebuild of cvs_head
2006-03-30 Paul Jakma[bgpd] Fix infinite loop in community_str2com
2006-03-30 Paul Jakma[bgpd] release peer specific clear queue in peer_free
2006-03-30 Paul Jakma[bgpd] trivial: use a distinct memtype for struct bgp_s...
2006-03-30 Paul Jakma[bgpd] Add 'show bgp memory' for stats on fixed-size...
2006-03-30 Paul Jakma[bgpd] Include header dependency in bgp_nexthop.h
2006-03-30 Paul Jakma[bgpd] rearrange some structs for less padding, stats...
2006-03-06 Paul Jakma[bgpd] Start off FSM again once clearing finishes.
2006-03-06 Paul Jakma[bgpd] Start off FSM again once clearing finishes.
2006-02-21 Paul Jakma[bgpd] Add Clrng description to bgp summary state.
2006-02-21 Paul Jakma[bgpd] Add Clrng description to bgp summary state.
2006-02-21 Paul Jakma[bgpd] Record afi/safi in bgp_table. Serialise peer...
2006-02-21 Paul Jakma[bgpd] Record afi/safi in bgp_table. Serialise peer...
2006-02-18 Paul Jakma[bgpd] trivial readability fix
2006-02-18 Paul Jakma[bug #89] Fix leak of community when set community...
2006-02-05 paul[bgpd] trivial fix for gcc warning
2006-02-05 paul[bgpd] Fix peer prefix counts and make it slightly...
2006-02-02 paul[lib/workqueue] remove the useless 'delay' factor.
2006-01-19 paul[compiler] miscellaneous trivial compiler warning fixes
2006-01-17 paul[zserv] fix up custom isisd and bgpd Zserv functions...
2006-01-16 paul[bgpd] add aspath_finish, static resource cleanup function.
2006-01-16 paul[bgpd] fix some leaks introduced in aspath rewrite.
2006-01-10 paul[bgpd] remove export of long defunct function
next