index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_keepalives.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bgpd: make bgp_keepalives_on|off connection oriented
Donald Sharp
2023-09-10
1
-2
/
+6
*
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert thread_fetch and thread_call to event_fetch and event_call
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Add a hash_clean_and_free() function
Donald Sharp
2023-03-21
1
-6
/
+1
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-16
/
+1
*
Merge pull request #12641 from samanvithab/bgpd_crash
Russ White
2023-01-17
1
-10
/
+7
|
\
|
*
bgpd: Fix crash during shutdown due to race condition
Samanvitha B Bhargav
2023-01-16
1
-10
/
+7
*
|
bgpd: Make bgp_keepalives.c not use MTYPE_TMP
Donald Sharp
2022-12-05
1
-6
/
+10
*
|
bgpd: Modify keepalive debug category
vivek
2022-11-21
1
-1
/
+1
|
/
*
bgpd: release rcu lock in bgp keepalive pthread
Mark Stapp
2022-09-06
1
-0
/
+9
*
*: frr_with_mutex change to follow our standard
Donald Sharp
2022-07-20
1
-3
/
+3
*
*: Properly use memset() when zeroing
Donatas Abraitis
2022-05-11
1
-2
/
+2
*
*: remove the checking returned value for hash_get()
anlan_cs
2022-05-02
1
-1
/
+1
*
*: generously apply const
David Lamparter
2019-12-02
1
-1
/
+1
*
bgpd: do not send keepalives when KA timer is 0
Quentin Young
2019-09-16
1
-1
/
+8
*
lib: add frr_with_mutex() block-wrapper
David Lamparter
2019-09-03
1
-9
/
+3
*
lib: hashing functions should take const arguments
Quentin Young
2019-05-14
1
-2
/
+2
*
*: Rename backet to bucket
Tim Bray
2019-02-25
1
-1
/
+1
*
Treewide: use ANSI function definitions
Ruben Kerkhof
2019-01-24
1
-1
/
+1
*
lib, bgpd: Convert frr_pthread_set_name to only cause it to set os name of th...
Donald Sharp
2019-01-09
1
-1
/
+5
*
*: Replace hash_cmp function return value to a bool
Donald Sharp
2018-10-19
1
-1
/
+2
*
lib: remove frr_pthread->id
David Lamparter
2018-09-19
1
-2
/
+2
*
*: pthread set name abstraction
Chirag Shah
2018-08-30
1
-5
/
+1
*
bgpd: zlog_warn to assert for code that must be executed first
Donald Sharp
2018-08-16
1
-8
/
+8
*
bgpd: add keepalive thread name
Chirag Shah
2018-07-28
1
-0
/
+6
*
bgpd: fix incorrect keepalive timer evaluation
Quentin Young
2018-02-21
1
-1
/
+1
*
bgpd: check flags before attempting keepalive ops
Quentin Young
2018-01-24
1
-0
/
+6
*
bgpd: update pthreads to use lib changes
Quentin Young
2018-01-24
1
-41
/
+45
*
bgpd: turn off keepalives when sending NOTIFY
Quentin Young
2017-11-30
1
-0
/
+10
*
bgpd: rebase onto master
Quentin Young
2017-11-30
1
-1
/
+1
*
bgpd: fix includes for bgp_keeaplives.c
Quentin Young
2017-11-30
1
-12
/
+11
*
bgpd: restyle bgp_keepalives.[ch]
Quentin Young
2017-11-30
1
-23
/
+21
*
bgpd: rename peer_keepalives* --> bgp_keepalives*
Quentin Young
2017-11-30
1
-11
/
+11
*
bgpd: implement buffered reads
Quentin Young
2017-11-30
1
-29
/
+29
*
bgpd: use new threading infra
Quentin Young
2017-11-30
1
-0
/
+10
*
bgpd: use hash table for bgp_keepalives.c
Quentin Young
2017-11-30
1
-101
/
+112
*
bgpd: dynamically allocate synchronization primitives
Quentin Young
2017-11-30
1
-39
/
+53
*
bgpd: remove unused `struct thread` from peer
Quentin Young
2017-11-30
1
-0
/
+3
*
bgpd: put BGP keepalives in a pthread
Quentin Young
2017-11-30
1
-0
/
+247