]> git.proxmox.com Git - mirror_frr.git/history - bgpd
Merge pull request #1543 from donaldsharp/pim_sg_rpt
[mirror_frr.git] / bgpd /
2017-12-19 Jafar Al-GharaibehMerge pull request #1543 from donaldsharp/pim_sg_rpt
2017-12-15 Rafael ZalamenaMerge pull request #1547 from donaldsharp/sa_from_clang
2017-12-15 Donald SharpMerge pull request #1549 from lucize/cross
2017-12-15 Rafael ZalamenaMerge pull request #1535 from qlyoung/fix-coalesce...
2017-12-14 Quentin Youngbgpd: fix configuration of 0 for coalesce-time
2017-12-14 Donald SharpMerge pull request #1554 from opensourcerouting/cover...
2017-12-14 Donald SharpMerge pull request #1550 from opensourcerouting/missing...
2017-12-14 Rafael Zalamenabgpd: handle argv_find_and_parse_afi return value
2017-12-14 Rafael Zalamenabgpd: use buffer size instead of hardcoded value
2017-12-14 Donald SharpMerge pull request #1546 from pguibert6WIND/issue__1537
2017-12-14 Renato WestphalMerge pull request #1527 from donaldsharp/zserv_thread
2017-12-14 Rafael ZalamenaMerge pull request #1521 from donaldsharp/bufsiz
2017-12-13 Donald SharpMerge pull request #1478 from bingen/zeromq4
2017-12-12 Martin WinterMerge pull request #1514 from donaldsharp/watchfrr
2017-12-11 Jafar Al-GharaibehMerge pull request #1526 from chiragshah6/ospfv3_dev
2017-12-11 Donald Sharpbgpd: Fixup buffer sizes for prefix_rd2str
2017-12-11 Donald Sharpbgpd: Modify prefix_rd2str to return "Unknown" when...
2017-12-11 Renato WestphalMerge pull request #1524 from dslicenc/zebra-ra-display...
2017-12-11 Donald Sharpbgpd: Cleanup SA error in ignoring return from function
2017-12-11 Donald Sharpbgpd: Fix prefix2str using BUFSIZ to PREFIX_STRLEN
2017-12-07 Rafael ZalamenaMerge pull request #1519 from donaldsharp/ptm
2017-12-07 Rafael ZalamenaMerge pull request #1520 from donaldsharp/vrf_leaking
2017-12-06 Quentin Youngbgpd: fix config display of coalesce-time
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 Winterbgpd: bgp_attr.c GCC 7.0 with --werror needs explicit...
2017-12-05 Donald Sharpbgpd: Cleanup unneeded NULL checks.
2017-12-05 Donald Sharpbgpd, zebra: Use sscanf return value
2017-12-05 Donald Sharpbgpd: Tell the compiler we don't care about the return...
2017-12-05 Donald Sharpbgpd: Reorder assignment and assertion.
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 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 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 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 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 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
next