index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_io.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-10
/
+6
*
bgpd: bgp_packet_process_error can access peer after deletion
Donald Sharp
2021-08-08
1
-1
/
+2
*
Merge pull request #8545 from opensourcerouting/assert-our-own
Mark Stapp
2021-05-03
1
-1
/
+0
|
\
|
*
*: drop zassert.h
David Lamparter
2021-04-23
1
-1
/
+0
*
|
bgpd: avoid allocating very large stack buffer
Quentin Young
2021-04-29
1
-4
/
+4
*
|
Revert "bgpd: improve socket read performance"
Quentin Young
2021-04-29
1
-1
/
+7
|
/
*
bgpd: fix uninit value when handling bgp read errs
Quentin Young
2021-04-16
1
-1
/
+4
*
bgpd: use add_event instead of add_timer with zero timeout
Mark Stapp
2021-03-17
1
-2
/
+2
*
bgpd: handle socket read errors in the main pthread
Mark Stapp
2021-03-09
1
-27
/
+20
*
bgpd: improve socket read performance
Rafael Zalamena
2021-03-05
1
-7
/
+1
*
bgpd: Add BGP Extended message support
Donatas Abraitis
2021-03-04
1
-4
/
+4
*
bgpd: Advertise FIB installed routes to bgp peers (Part 3)
Soman K S
2020-11-06
1
-2
/
+7
*
Merge pull request #7194 from qlyoung/tracing
Mark Stapp
2020-10-24
1
-0
/
+2
|
\
|
*
bgpd: move packet read tracepoint out of mutex
Quentin Young
2020-10-23
1
-1
/
+1
|
*
lib, bgpd: convert lttng tracepoints to frrtrace()
Quentin Young
2020-10-23
1
-2
/
+2
|
*
bgpd: add basic packet-related tracepoints
Quentin Young
2020-10-23
1
-0
/
+2
*
|
*: unify thread/event cancel macros
Mark Stapp
2020-10-23
1
-1
/
+1
|
/
*
bgpd: Avoid extra copy of received data to buffer
Soman K S
2020-05-30
1
-3
/
+3
*
bgpd, lib: fix style from BGP GR code
Quentin Young
2020-02-04
1
-13
/
+9
*
bgpd: BGP tcp session failed to apply GR configuration on the transferred
bisdhdh
2020-01-23
1
-3
/
+13
*
*: generously apply const
David Lamparter
2019-12-02
1
-1
/
+1
*
bgpd: speak soothing words to scanbuild
Quentin Young
2019-10-15
1
-0
/
+2
*
bgpd: vector I/O
Quentin Young
2019-10-14
1
-21
/
+80
*
bgpd: move assert out of error case
Quentin Young
2019-10-14
1
-2
/
+2
*
lib: add frr_with_mutex() block-wrapper
David Lamparter
2019-09-03
1
-9
/
+3
*
lib,bgpd: remove deprecated stream lib macros
Mark Stapp
2018-11-29
1
-1
/
+1
*
lib: remove frr_pthread->id
David Lamparter
2018-09-19
1
-7
/
+7
*
*: style for EC replacements
Quentin Young
2018-09-13
1
-2
/
+2
*
bgpd: BGP_[WARN|ERR] -> EC_BGP
Quentin Young
2018-09-13
1
-1
/
+1
*
*: rename zlog_fer -> flog_err
Quentin Young
2018-08-14
1
-1
/
+1
*
bgpd: implement zlog_ferr facility for enhance error messages in bgp
Don Slice
2018-08-14
1
-2
/
+4
*
bgpd isisd ldpd lib ospfd pimd: redundancy (infer)
paco
2018-06-20
1
-5
/
+2
*
bgpd: block io thread reads once shutdown has started
Lou Berger
2018-05-10
1
-1
/
+1
*
*: use C99 standard fixed-width integer types
Quentin Young
2018-03-27
1
-1
/
+1
*
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-03-06
1
-8
/
+8
*
bgpd: update pthreads to use lib changes
Quentin Young
2018-01-24
1
-113
/
+25
*
bgpd: update last_update whenever obuf sent
Lou Berger
2018-01-22
1
-8
/
+8
*
Merge pull request #1614 from qlyoung/imp-bgpd-pthread-startup-sync
Lou Berger
2018-01-16
1
-19
/
+52
|
\
|
*
bgpd: move startup sync lock around
Quentin Young
2018-01-10
1
-2
/
+5
|
*
bgpd: improve bgp thread startup characteristics
Quentin Young
2018-01-09
1
-19
/
+49
*
|
Merge pull request #1591 from qlyoung/bgpd-ringbuf
Russ White
2018-01-11
1
-51
/
+39
|
\
\
|
|
/
|
/
|
|
*
bgpd: use ring buffer for network input
Quentin Young
2018-01-03
1
-51
/
+39
*
|
bgpd: Ensure that io thread is running after start
Donald Sharp
2018-01-06
1
-16
/
+6
|
/
*
bgpd: schedule UPDATE generation smarter
Quentin Young
2017-11-30
1
-6
/
+3
*
bgpd: properly set peer->last_update
Quentin Young
2017-11-30
1
-3
/
+8
*
bgpd: schedule packet job after connection xfer
Quentin Young
2017-11-30
1
-2
/
+2
*
bgpd: transfer raw input buffer to new peer
Quentin Young
2017-11-30
1
-1
/
+0
*
bgpd: fix bgp active open
Quentin Young
2017-11-30
1
-2
/
+4
*
bgpd: use correct byte order for notify data
Quentin Young
2017-11-30
1
-8
/
+9
*
bgpd, tests: comment formatting
Quentin Young
2017-11-30
1
-7
/
+4
[next]