]> git.proxmox.com Git - mirror_frr.git/shortlog
mirror_frr.git
2017-12-05 Donald Sharp*: Remove cvs control points
2017-12-05 Donald Sharpconfigure, zebra: Kame is not responsible for on/off...
2017-12-05 Donald Sharpzebra: Replace SELECTED_FIB flag with a rib_dest_t...
2017-12-05 Renato WestphalMerge pull request #1502 from chiragshah6/ospf_vrf_dev
2017-12-05 Donald SharpMerge pull request #1494 from opensourcerouting/u1710...
2017-12-05 Martin Winterdebianpkg: Update Pkg build instructions with Ubuntu...
2017-12-05 Martin Winterdebianpkg: Add Debian backport for Ubuntu 17.10
2017-12-05 Martin Winterdebianpkg: Fix lintian warning "command-with-path-in...
2017-12-05 Martin Winterlib: Fix gcc 7 warning 'error: ‘fld’ may be used uninit...
2017-12-05 Martin Winterbgpd: bgp_attr.c GCC 7.0 with --werror needs explicit...
2017-12-05 Chirag Shahospfd: fix crash no router ospf/show running
2017-12-04 Chirag Shahospfd: Display all vrf aware interface config
2017-12-04 Donald SharpMerge pull request #1518 from opensourcerouting/clippy...
2017-12-04 Renato Westphal*: make clippy usage more consistent
2017-12-04 Renato WestphalMerge pull request #1496 from donaldsharp/install_failure
2017-12-04 Renato WestphalMerge pull request #1507 from donaldsharp/bgp_af_open
2017-12-04 Donald SharpMerge pull request #1500 from opensourcerouting/ldpd...
2017-12-04 Rafael ZalamenaMerge pull request #1508 from qlyoung/bgpd-fix-lock
2017-12-04 Donald SharpMerge pull request #1472 from opensourcerouting/lintian...
2017-12-01 Lou BergerMerge pull request #1510 from qlyoung/ospf-gitignore...
2017-12-01 Rafael ZalamenaMerge pull request #1433 from qlyoung/remove-deprecated...
2017-12-01 Quentin Youngospfd: remove clippy file, fix .gitignore
2017-12-01 Quentin Young*: don't use deprecated stream.h macros
2017-12-01 Quentin Youngbgpd: fix potential deadlock
2017-12-01 Donald Sharpbgpd: Allow Address-Family activation to work in certai...
2017-12-01 Svata Dedicospfd: fix NSSA LSA translation (BZ#493) (BZ#250)
2017-12-01 Martin WinterMerge pull request #1145 from qlyoung/bgpd-pthreads-frr
2017-11-30 Quentin Youngbgpd: small optimization with UPDATE generation
2017-11-30 Quentin Youngbgpd: use FOREACH_AFI_SAFI()
2017-11-30 Quentin Youngbgpd: intelligently adjust coalesce timer
2017-11-30 Quentin Youngtests: neuter fuzzing frontend for now
2017-11-30 Quentin Youngbgpd: turn off keepalives when sending NOTIFY
2017-11-30 Quentin Youngbgpd: yield more when generating UPDATEs
2017-11-30 Quentin Youngbgpd: schedule UPDATE generation smarter
2017-11-30 Quentin Youngbgpd: restore packet input limit
2017-11-30 Quentin Youngbgpd: schedule process packet as timer
2017-11-30 Quentin Youngbgpd: re-add write trigger logic
2017-11-30 Quentin Youngbgpd: properly set peer->last_update
2017-11-30 Quentin Youngbgpd: schedule packet job after connection xfer
2017-11-30 Quentin Youngbgpd: transfer raw input buffer to new peer
2017-11-30 Quentin Youngbgpd: fix bgp active open
2017-11-30 Quentin Youngbgpd: use correct byte order for notify data
2017-11-30 Quentin Youngtests: add name to test_mp_attr threadmaster
2017-11-30 Quentin Youngbgpd, tests: comment formatting
2017-11-30 Quentin Youngbgpd: fix some formatting in bgp_io.c
2017-11-30 Quentin Youngbgpd: update atomic memory orders
2017-11-30 Quentin Youngbgpd: rebase onto master
2017-11-30 Quentin Youngbgpd: static bgp_pthreads_init()
2017-11-30 Quentin Youngbgpd: fix uninitialized result code
2017-11-30 Quentin Youngbgpd: sleep in poll()
2017-11-30 Quentin Youngbgpd: lift read-quanta restriction
2017-11-30 Quentin Youngbgpd: remove unused extern from bgp_io.h
2017-11-30 Quentin Youngbgpd: be more promiscuous with updgrp packets
2017-11-30 Quentin Youngbgpd: re-add update-group write triggers
2017-11-30 Quentin Youngtests: update tests for bgp_packet changes
2017-11-30 Quentin Youngbgpd: free notify packet after writing
2017-11-30 Quentin Youngbgpd: misc fsm fixes
2017-11-30 Quentin Youngbgpd: fix bgp_packet.c / bgp_fsm.c organization
2017-11-30 Quentin Youngbgpd: fix includes for bgp_keeaplives.c
2017-11-30 Quentin Youngbgpd: restyle bgp_keepalives.[ch]
2017-11-30 Quentin Youngbgpd: use stop event instead of pthread_kill()
2017-11-30 Quentin Youngbgpd: update I/O docs
2017-11-30 Quentin Youngbgpd: restyle
2017-11-30 Quentin Youngbgpd: small i/o threading improvements
2017-11-30 Quentin Youngbgpd: bye bye THREAD_BACKGROUND
2017-11-30 Quentin Youngbgpd: use mt-safe thread_cancel()
2017-11-30 Quentin Youngbgpd: set thread_master owner appropriately
2017-11-30 Quentin Youngbgpd: atomize write-quanta, add read-quanta
2017-11-30 Quentin Youngbgpd: batched i/o
2017-11-30 Quentin Youngbgpd: fix includes for bgp_io.c
2017-11-30 Quentin Youngbgpd: style for bgp i/o
2017-11-30 Quentin Youngbgpd: use memcmp to check bgp marker
2017-11-30 Quentin Youngbgpd: copyright style
2017-11-30 Quentin Youngbgpd: rename peer_keepalives* --> bgp_keepalives*
2017-11-30 Quentin Youngbgpd: implement buffered reads
2017-11-30 Quentin Youngbgpd: move bgp i/o to a separate source file
2017-11-30 Quentin Youngbgpd: use new threading infra
2017-11-30 Quentin Youngbgpd: use hash table for bgp_keepalives.c
2017-11-30 Quentin Youngbgpd: correctly schedule select() at session startup
2017-11-30 Quentin Youngbgpd: transfer packets from peer stub to actual peer
2017-11-30 Quentin Youngbgpd: stop pseudo-blocking in bgp_write
2017-11-30 Quentin Youngbgpd: dynamically allocate synchronization primitives
2017-11-30 Quentin Youngbgpd: remove unused `struct thread` from peer
2017-11-30 Quentin Younglib, bgpd: implement pthread lifecycle management
2017-11-30 Quentin Youngbgpd: put BGP keepalives in a pthread
2017-11-30 Quentin Youngbgpd: move bgp_connect_check() to bgp_fsm.c
2017-11-30 Quentin Youngbgpd: move update group processing to main thread
2017-11-30 Quentin Youngbgpd: move packet writes into dedicated pthread
2017-11-30 Lou BergerMerge pull request #1498 from donaldsharp/thread_pqueue
2017-11-29 Renato Westphalldpd: improve processing of redistributed routes
2017-11-29 Renato Westphalldpd: add a few warning messages to aid in troubleshooting
2017-11-29 Renato Westphalzebra, ldpd: fix display of pseudowire status
2017-11-29 Donald Sharplib: Fix thread removal from a pqueue
2017-11-29 Donald Sharpzebra: Fix route replace flags
2017-11-29 Donald Sharpzebra: Fix lsp add/del from kernel using SETFLAG
2017-11-29 Donald Sharpzebra: Implement call back for route install/delete...
2017-11-29 Rafael ZalamenaMerge pull request #1493 from donaldsharp/plist_stuff
2017-11-29 Russ WhiteMerge pull request #1476 from qlyoung/null0-hack
2017-11-29 Russ WhiteMerge pull request #1484 from chiragshah6/ospfv3_dev
2017-11-29 Russ WhiteMerge pull request #1482 from chiragshah6/mdev1
next