summaryrefslogtreecommitdiff
path: root/bgpd/bgp_fsm.c
AgeCommit message (Expand)Author
2025-03-25bgpd: Fix holdtime not working properly when busymergify/bp/stable/10.3/pr-18483Donald Sharp
2025-02-06bgpd: Ensure ibuf count is protected by mutexDonald Sharp
2025-02-04bgpd: Do not start BGP session if BGP identifier is not setDonatas Abraitis
2025-01-19bgpd: Do not show "Waiting for OPEN" as last resetDonatas Abraitis
2025-01-10bgpd: Only update peer connection information when neededDonald Sharp
2025-01-10bgpd: su_remote and su_local are properties of the connectionDonald Sharp
2025-01-10bgpd: bgp_getsockanme is connection orientedDonald Sharp
2024-12-18Merge pull request #17599 from opensourcerouting/fix/reduce_default_connect_t...Jafar Al-Gharaibeh
2024-12-12bgpd: When calling bgp_process, prevent infinite loopDonald Sharp
2024-12-11bgpd: Implement connect retry backoffDonatas Abraitis
2024-11-26bgpd: peer_active is connection oriented, make it soDonald Sharp
2024-11-26bgpd: bgp_getsockname should use connectionDonald Sharp
2024-11-26bgpd: Modify bgp_connect_in_progress_update_connection to use connectionDonald Sharp
2024-11-26bgpd: Modify bgp_udpatesockname to pass in a connectionDonald Sharp
2024-11-26bgpd: Fix pattern of usage in bgp_notify_config_changeDonald Sharp
2024-11-26bgpd: Add `peer_notify_config_change()` functionDonald Sharp
2024-11-24bgpd: Fix graceful-restart for peer-groupsDonatas Abraitis
2024-11-20bgpd: bgp_connect should return an `enum connect_result`Donald Sharp
2024-11-11bgpd: Do not try to uninstall BFD session if the peer is not establishedDonatas Abraitis
2024-11-07bgpd: Set LLGR stale routes for all the paths including addpathDonatas Abraitis
2024-10-24bgpd: Fix wrong pthread event cancellingDonald Sharp
2024-10-16*: clang-SA friendly switch-enum-return-stringDavid Lamparter
2024-09-12 bgpd: fix 'nexthop_set failed' error message often displayedPhilippe Guibert
2024-09-06bgpd: Reduce # of iterations when doing llgrDonald Sharp
2024-08-22bgpd: global_gr_mode does not need to be set twiceDonald Sharp
2024-07-31bgpd: Use bgp_session_reset_safe() for GR update all peersDonatas Abraitis
2024-07-25bgpd: Keep the last reset reason before we reset the peerDonatas Abraitis
2024-07-25bgpd: Set the last_reset if we change the password alsoDonatas Abraitis
2024-07-24bgpd: Pass a connection struct directly for EVENT_OFF()Donatas Abraitis
2024-07-01bgpd: Refine restarter operation - R-bit & F-bitvivek
2024-06-27bgpd: Streamline GR config, act on change immediatelyvivek
2024-06-26bgpd: avoid clearing routes for peers that were never establishedLoïc Sang
2024-05-16bgpd: fix dynamic peer graceful restart race conditionLouis Scalbert
2024-05-07Merge pull request #15883 from opensourcerouting/fix/bgpd_gr_fsmRuss White
2024-04-30bgpd: Print old/new states of graceful restart FSMDonatas Abraitis
2024-04-29bgpd: fix covery ID 1585206Philippe Guibert
2024-04-15bgpd: fix addressing information of non established outgoing sessionsPhilippe Guibert
2024-02-29bgpd: Send "Send Hold Timer Expired" on such events notificationDonatas Abraitis
2024-02-13bgpd: Implement Paths-Limit capabilityDonatas Abraitis
2024-01-24bgpd: Fix format overflow for graceful-restart debug logsDonatas Abraitis
2024-01-06Revert "bgpd: On shutdown do not create a workqueue for the self peer"Martin Winter
2023-12-12bgpd: Make `suppress-fib-pending` clear peeringDonald Sharp
2023-11-21bgpd: On shutdown do not create a workqueue for the self peerDonald Sharp
2023-10-12build: add -Wimplicit-fallthroughIgor Ryzhov
2023-09-18bgpd: Set TCP MSS for the socket even if the session is set to passiveDonatas Abraitis
2023-09-13bgpd: Keep remote/local socket unions on BGP start eventDonatas Abraitis
2023-09-10bgpd: Move the peer->su to connection->suDonald Sharp
2023-09-10bgpd: bgp_connect is struct peer_connection orientedDonald Sharp
2023-09-10bgpd: Convert bgp_fsm_nht_update to take a connectionDonald Sharp
2023-09-10bgpd: modify bgp_connect_check to use a connectionDonald Sharp