index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_packet.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bgpd: Modify End of Rib notification to INFO
Donald Sharp
2019-01-07
1
-5
/
+5
*
*: spelchek
David Lamparter
2018-10-25
1
-1
/
+1
*
*: style for EC replacements
Quentin Young
2018-09-13
1
-16
/
+16
*
*: LIB_[ERR|WARN] -> EC_LIB
Quentin Young
2018-09-13
1
-1
/
+1
*
bgpd: BGP_[WARN|ERR] -> EC_BGP
Quentin Young
2018-09-13
1
-23
/
+23
*
*: style for flog_warn conversions
Quentin Young
2018-09-06
1
-9
/
+12
*
bgpd: Convert zlog_warn to flog_warn for bgp_packet.c
Donald Sharp
2018-09-06
1
-11
/
+9
*
*: rename ferr_zlog -> flog_err_sys
Quentin Young
2018-08-14
1
-3
/
+3
*
*: rename zlog_fer -> flog_err
Quentin Young
2018-08-14
1
-21
/
+21
*
bgpd: Convert to using LIB_ERR_XXX where possible
Donald Sharp
2018-08-14
1
-1
/
+2
*
bgpd: implement zlog_ferr facility for enhance error messages in bgp
Don Slice
2018-08-14
1
-33
/
+53
*
bgpd: Implement group-overrides for peer timers
Pascal Mathis
2018-06-14
1
-3
/
+3
*
bgpd: remove unused variable
Quentin Young
2018-04-13
1
-2
/
+1
*
bgpd: double-check notify data when debugging
Quentin Young
2018-04-13
1
-2
/
+2
*
bgpd: add flowspec feature
jaydom
2018-03-30
1
-0
/
+7
*
*: use C99 standard fixed-width integer types
Quentin Young
2018-03-27
1
-40
/
+40
*
bgpd: peer->bgp must be non NULL
Donald Sharp
2018-03-21
1
-1
/
+1
*
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-03-06
1
-3
/
+2
*
bgpd: fix race condition causing occasional assert
Quentin Young
2018-01-24
1
-21
/
+31
*
bgpd: use atomic_* ops on _Atomic variables
Quentin Young
2018-01-09
1
-7
/
+14
*
bgpd: fix potential deadlock
Quentin Young
2017-12-01
1
-3
/
+5
*
bgpd: small optimization with UPDATE generation
Quentin Young
2017-11-30
1
-8
/
+13
*
bgpd: use FOREACH_AFI_SAFI()
Quentin Young
2017-11-30
1
-98
/
+85
*
bgpd: intelligently adjust coalesce timer
Quentin Young
2017-11-30
1
-14
/
+0
*
bgpd: turn off keepalives when sending NOTIFY
Quentin Young
2017-11-30
1
-0
/
+9
*
bgpd: yield more when generating UPDATEs
Quentin Young
2017-11-30
1
-1
/
+6
*
bgpd: restore packet input limit
Quentin Young
2017-11-30
1
-0
/
+14
*
bgpd: schedule process packet as timer
Quentin Young
2017-11-30
1
-2
/
+3
*
bgpd: re-add write trigger logic
Quentin Young
2017-11-30
1
-0
/
+55
*
bgpd, tests: comment formatting
Quentin Young
2017-11-30
1
-55
/
+68
*
bgpd: fix uninitialized result code
Quentin Young
2017-11-30
1
-0
/
+10
*
bgpd: lift read-quanta restriction
Quentin Young
2017-11-30
1
-16
/
+0
*
bgpd: free notify packet after writing
Quentin Young
2017-11-30
1
-0
/
+3
*
bgpd: fix bgp_packet.c / bgp_fsm.c organization
Quentin Young
2017-11-30
1
-245
/
+374
*
bgpd: atomize write-quanta, add read-quanta
Quentin Young
2017-11-30
1
-5
/
+28
*
bgpd: batched i/o
Quentin Young
2017-11-30
1
-69
/
+82
*
bgpd: implement buffered reads
Quentin Young
2017-11-30
1
-222
/
+128
*
bgpd: move bgp i/o to a separate source file
Quentin Young
2017-11-30
1
-371
/
+82
*
bgpd: use new threading infra
Quentin Young
2017-11-30
1
-0
/
+10
*
bgpd: stop pseudo-blocking in bgp_write
Quentin Young
2017-11-30
1
-3
/
+2
*
bgpd: dynamically allocate synchronization primitives
Quentin Young
2017-11-30
1
-22
/
+47
*
bgpd: remove unused `struct thread` from peer
Quentin Young
2017-11-30
1
-0
/
+4
*
lib, bgpd: implement pthread lifecycle management
Quentin Young
2017-11-30
1
-0
/
+3
*
bgpd: move bgp_connect_check() to bgp_fsm.c
Quentin Young
2017-11-30
1
-54
/
+6
*
bgpd: move update group processing to main thread
Quentin Young
2017-11-30
1
-29
/
+70
*
bgpd: move packet writes into dedicated pthread
Quentin Young
2017-11-30
1
-262
/
+319
*
bgpd: use FOREACH_AFI_SAFI where possible
Quentin Young
2017-11-21
1
-99
/
+88
*
Merge pull request #1406 from donaldsharp/bgpd_ecommunity_crash
Renato Westphal
2017-11-06
1
-1
/
+1
|
\
|
*
bgpd: Prevent infinite loop when reading capabilities
Donald Sharp
2017-11-06
1
-1
/
+1
*
|
Merge pull request #1370 from dslicenc/cm18408-bgp-timers
Renato Westphal
2017-11-06
1
-3
/
+4
|
\
\
|
|
/
|
/
|
[next]