index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_fsm.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bgpd: Fix wrong pthread event cancelling
Donald Sharp
2024-10-25
1
-0
/
+1
*
bgpd: Streamline GR config, act on change immediately
vivek
2024-06-27
1
-4
/
+1
*
bgpd: Send "Send Hold Timer Expired" on such events notification
Donatas Abraitis
2024-02-29
1
-0
/
+3
*
bgpd: Fix format overflow for graceful-restart debug logs
Donatas Abraitis
2024-01-24
1
-4
/
+5
*
bgpd: Convert bgp_fsm_nht_update to take a connection
Donald Sharp
2023-09-10
1
-1
/
+2
*
bgpd: bgp_fsm_change_status/BGP_TIMER_ON and BGP_EVENT_ADD
Donald Sharp
2023-09-10
1
-18
/
+20
*
bgpd: make bgp_timer_set use a peer_connection instead
Donald Sharp
2023-09-10
1
-1
/
+1
*
bgpd: Remove BGP_EVENT_FLUSH and just use event_cancel_event_ready
Donald Sharp
2023-09-09
1
-6
/
+0
*
bgpd: Convert FSM to use `struct peer_connection`
Donald Sharp
2023-08-18
1
-1
/
+1
*
bgpd: Convert `struct peer_connection` to dynamically allocated
Donald Sharp
2023-08-18
1
-2
/
+2
*
bgpd: Move status and ostatus to `struct peer_connection`
Donald Sharp
2023-08-18
1
-6
/
+5
*
bgpd: Use enum bgp_fsm_state_progress for bgp_stop()
Donatas Abraitis
2023-06-13
1
-1
/
+8
*
*: Convert thread_cancelXXX to event_cancelXXX
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
1
-14
/
+15
*
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
1
-2
/
+2
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-16
/
+1
*
Revert "bgpd: optimal router reflection cli and fsm changes"
Donatas Abraitis
2023-01-17
1
-2
/
+0
*
bgpd: use the enum instead of an int
Donald Sharp
2022-12-15
1
-1
/
+2
*
bgpd: optimal router reflection cli and fsm changes
Madhuri Kuruganti
2022-10-12
1
-0
/
+2
*
bgpd: Remove various macros that overlap THREAD_OFF
Donald Sharp
2022-07-21
1
-5
/
+0
*
bgpd: Rename graceful restart constants for R-bit capabilities
Donatas Abraitis
2022-04-27
1
-6
/
+6
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-2
/
+2
*
bgpd: Address LL peer not NHT when receiving connection attempt
Donald Sharp
2021-04-15
1
-0
/
+1
*
*: require semicolon after DEFINE_HOOK & co.
David Lamparter
2021-03-17
1
-2
/
+2
*
libs, bgpd: improve task cancellation by argument value
Mark Stapp
2021-02-09
1
-4
/
+4
*
bgpd: Advertise FIB installed routes to bgp peers (Part 3)
Soman K S
2020-11-06
1
-0
/
+12
*
*: unify thread/event cancel macros
Mark Stapp
2020-10-23
1
-1
/
+1
*
*: Use proper semantics for turning off thread
Donald Sharp
2020-10-12
1
-2
/
+1
*
bgpd: rename bgp_fsm_event_update
Quentin Young
2020-09-17
1
-1
/
+5
*
bgpd: Convert lots of int type functions to bool/void
Donatas Abraitis
2020-03-21
1
-2
/
+2
*
bgpd: Convert #define of bgp fsm events to an enum
Donald Sharp
2020-03-20
1
-1
/
+1
*
bgpd: Add subcodes for BGP Finite State Machine Error
Donatas Abraitis
2020-03-16
1
-0
/
+1
*
bgpd, lib: fix style from BGP GR code
Quentin Young
2020-02-04
1
-13
/
+12
*
bgpd: BGP Garaceful Restart debug logs.
bisdhdh
2020-01-23
1
-2
/
+6
*
bgpd: Adding Selection Deferral Timer handler changes.
bisdhdh
2020-01-23
1
-0
/
+14
*
bgpd: Adding BGP GR Per Neighbor show commands.
bisdhdh
2020-01-23
1
-3
/
+0
*
bgpd: Adding BGP GR Global & Per Neighbour FSM changes
bisdhdh
2020-01-23
1
-9
/
+2
*
bgpd: BGP Graceful Restart Per Neighbor(BGPN), DS & header files.
bisdhdh
2020-01-23
1
-1
/
+68
*
*: generously apply const
David Lamparter
2019-12-02
1
-1
/
+1
*
bgpd: hook for bgp peer status change events
Marton Kun-Szabo
2019-08-13
1
-1
/
+0
*
bgpd: improve reconnection mechanism by cancelling connect timers
Philippe Guibert
2019-04-18
1
-1
/
+1
*
bgpd: fix bgp_packet.c / bgp_fsm.c organization
Quentin Young
2017-11-30
1
-0
/
+6
*
bgpd: implement buffered reads
Quentin Young
2017-11-30
1
-18
/
+0
*
bgpd: move packet writes into dedicated pthread
Quentin Young
2017-11-30
1
-12
/
+0
*
*: reindent
reindent-master-after
whitespace / reindent
2017-07-17
1
-68
/
+69
*
*: 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
-36
/
+36
*
*: use hooks for sending SNMP traps
David Lamparter
2017-03-25
1
-0
/
+4
*
bgpd: fix using of two pointers for struct thread_master *
Donald Sharp
2015-10-14
1
-6
/
+6
*
BGP: Add dynamic update group support
Donald Sharp
2015-05-20
1
-1
/
+8
[next]