]> git.proxmox.com Git - mirror_frr.git/history - bgpd/bgp_io.c
bgpd: update last_update whenever obuf sent
[mirror_frr.git] / bgpd / bgp_io.c
2018-01-22 Lou Bergerbgpd: update last_update whenever obuf sent
2018-01-18 Jafar Al-GharaibehMerge pull request #1566 from chiragshah6/ospfv3_dev
2018-01-18 Jafar Al-GharaibehMerge pull request #1645 from qlyoung/fix-cancel-invalid-rw
2018-01-18 Jafar Al-GharaibehMerge pull request #1646 from qlyoung/update-readme
2018-01-16 Russ WhiteMerge pull request #1634 from qlyoung/vtysh-output...
2018-01-16 Russ WhiteMerge pull request #1627 from qlyoung/bgp-autoshutdown
2018-01-16 Renato WestphalMerge pull request #1625 from qlyoung/fix-peer-group...
2018-01-16 Renato WestphalMerge pull request #1611 from qlyoung/fix-vtysh-perf
2018-01-16 Russ WhiteMerge pull request #1632 from dwalton76/bgpd-localas...
2018-01-16 Lou BergerMerge pull request #1614 from qlyoung/imp-bgpd-pthread...
2018-01-11 Mitesh KanjariyaMerge branch 'master' into evpn-symmetric-routing
2018-01-11 Russ WhiteMerge pull request #1609 from dwalton76/ospf-reconfigur...
2018-01-11 Russ WhiteMerge pull request #1616 from qlyoung/sharpd-gitignore
2018-01-11 Russ WhiteMerge pull request #1619 from donaldsharp/bgp_debugging
2018-01-11 Russ WhiteMerge pull request #1620 from dslicenc/bgpd-vrf-redist
2018-01-11 Russ WhiteMerge pull request #1591 from qlyoung/bgpd-ringbuf
2018-01-11 Russ WhiteMerge pull request #1586 from donaldsharp/1585_fix
2018-01-10 Quentin Youngbgpd: move startup sync lock around
2018-01-09 Quentin Youngbgpd: improve bgp thread startup characteristics
2018-01-08 Jafar Al-GharaibehMerge pull request #1588 from donaldsharp/msdp_return
2018-01-08 Jafar Al-GharaibehMerge pull request #1590 from chiragshah6/pim_dev
2018-01-08 Donald SharpMerge pull request #1606 from bingen/lm_privs
2018-01-06 Lou BergerMerge pull request #1600 from donaldsharp/more_thread_yield
2018-01-06 Donald Sharpbgpd: Ensure that io thread is running after start
2018-01-03 Quentin Youngbgpd: use ring buffer for network input
2017-12-13 Donald SharpMerge pull request #1478 from bingen/zeromq4
2017-12-04 Renato WestphalMerge pull request #1496 from donaldsharp/install_failure
2017-12-04 Donald SharpMerge pull request #1500 from opensourcerouting/ldpd...
2017-12-04 Donald SharpMerge pull request #1472 from opensourcerouting/lintian...
2017-12-01 Martin WinterMerge pull request #1145 from qlyoung/bgpd-pthreads-frr
2017-11-30 Quentin Youngbgpd: schedule UPDATE generation smarter
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: sleep in poll()
2017-11-30 Quentin Youngbgpd: be more promiscuous with updgrp packets
2017-11-30 Quentin Youngbgpd: fix bgp_packet.c / bgp_fsm.c organization
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: implement buffered reads
2017-11-30 Quentin Youngbgpd: move bgp i/o to a separate source file