index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_fsm.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bgpd: nexthop tracking with labels for vrf-vpn leaking
G. Paul Ziemba
2018-04-04
1
-1
/
+1
*
*: use C99 standard fixed-width integer types
Quentin Young
2018-03-27
1
-5
/
+6
*
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
-9
/
+7
*
bgpd: do not start BGP VRF peer connection, if VRF not unknown
Philippe Guibert
2018-02-27
1
-1
/
+2
*
bgpd: bgp support for netns
Philippe Guibert
2018-02-27
1
-0
/
+9
*
Merge pull request #1591 from qlyoung/bgpd-ringbuf
Russ White
2018-01-11
1
-3
/
+5
|
\
|
*
bgpd: use ring buffer for network input
Quentin Young
2018-01-03
1
-3
/
+5
*
|
bgpd: use atomic_* ops on _Atomic variables
Quentin Young
2018-01-09
1
-3
/
+5
|
/
*
bgpd: schedule packet job after connection xfer
Quentin Young
2017-11-30
1
-0
/
+3
*
bgpd: transfer raw input buffer to new peer
Quentin Young
2017-11-30
1
-0
/
+2
*
bgpd: fix bgp active open
Quentin Young
2017-11-30
1
-9
/
+26
*
bgpd, tests: comment formatting
Quentin Young
2017-11-30
1
-26
/
+28
*
bgpd: misc fsm fixes
Quentin Young
2017-11-30
1
-14
/
+23
*
bgpd: fix bgp_packet.c / bgp_fsm.c organization
Quentin Young
2017-11-30
1
-7
/
+17
*
bgpd: bye bye THREAD_BACKGROUND
Quentin Young
2017-11-30
1
-2
/
+2
*
bgpd: batched i/o
Quentin Young
2017-11-30
1
-3
/
+4
*
bgpd: rename peer_keepalives* --> bgp_keepalives*
Quentin Young
2017-11-30
1
-10
/
+10
*
bgpd: implement buffered reads
Quentin Young
2017-11-30
1
-40
/
+89
*
bgpd: move bgp i/o to a separate source file
Quentin Young
2017-11-30
1
-0
/
+2
*
bgpd: correctly schedule select() at session startup
Quentin Young
2017-11-30
1
-1
/
+5
*
bgpd: transfer packets from peer stub to actual peer
Quentin Young
2017-11-30
1
-7
/
+16
*
bgpd: put BGP keepalives in a pthread
Quentin Young
2017-11-30
1
-44
/
+13
*
bgpd: move bgp_connect_check() to bgp_fsm.c
Quentin Young
2017-11-30
1
-2
/
+46
*
bgpd: move packet writes into dedicated pthread
Quentin Young
2017-11-30
1
-12
/
+29
*
bgpd: use FOREACH_AFI_SAFI where possible
Quentin Young
2017-11-21
1
-67
/
+53
*
bgpd: fix various problems with hold/keepalive timers
Don Slice
2017-10-26
1
-1
/
+1
*
lib: remove SAFI_RESERVED_4 and SAFI_RESERVED_5
Renato Westphal
2017-08-01
1
-4
/
+4
*
Revert "*: reindent pt. 2"
David Lamparter
2017-07-22
1
-2
/
+3
*
*: reindent pt. 2
whitespace / reindent
2017-07-17
1
-3
/
+2
*
*: reindent
reindent-master-after
whitespace / reindent
2017-07-17
1
-1522
/
+1477
*
*: fix GCC 7 switch/case fallthrough warnings
David Lamparter
2017-07-14
1
-0
/
+1
*
*: simplify log message lookup
Quentin Young
2017-06-21
1
-8
/
+8
*
Merge branch 'stable/3.0'
David Lamparter
2017-05-18
1
-1
/
+1
|
\
|
*
Merge branch stable/2.0 into stable/3.0
David Lamparter
2017-05-18
1
-1
/
+1
|
|
\
|
|
*
Merge branch 'stable/2.0' into bgp-fixes
Don Slice
2017-05-17
1
-1
/
+1
|
|
|
\
|
|
*
|
bgpd: fix crash in bgp_stop due to missing vrf
Don Slice
2017-05-16
1
-1
/
+1
|
|
*
|
bgpd: Fix ADJCHANGE message to include more info
Donald Sharp
2017-05-16
1
-4
/
+15
|
*
|
|
bgpd: Fix vrf crash
Donald Sharp
2017-05-17
1
-1
/
+1
|
*
|
|
bgpd: Fix ADJCHANGE message to include more info
Donald Sharp
2017-05-17
1
-4
/
+15
*
|
|
|
Merge remote-tracking branch 'origin/stable/2.0'
Donald Sharp
2017-05-17
1
-4
/
+15
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
bgpd: Fix vrf crash
Donald Sharp
2017-05-16
1
-1
/
+1
|
*
|
|
bgpd: Fix ADJCHANGE message to include more info
Donald Sharp
2017-05-16
1
-4
/
+15
|
|
|
/
|
|
/
|
*
|
|
*: make consistent & update GPLv2 file headers
David Lamparter
2017-05-15
1
-19
/
+19
*
|
|
*: remove THREAD_ON macros, add nullity check
Quentin Young
2017-05-09
1
-7
/
+6
*
|
|
bgpd: labeled unicast processing
Don Slice
2017-04-06
1
-0
/
+2
|
|
/
|
/
|
*
|
*: use hooks for sending SNMP traps
David Lamparter
2017-03-25
1
-9
/
+5
*
|
bgpd: remove unnecessary #include "vty.h"
Quentin Young
2017-03-02
1
-1
/
+0
*
|
bgpd: graceful restart for vpnv4 address family
Julien Courtat
2017-01-04
1
-4
/
+4
*
|
Merge branch 'stable/2.0'
David Lamparter
2016-12-05
1
-4
/
+2
|
\
|
[next]