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: Change fsm to use an enum for passing state
Donald Sharp
2022-12-05
1
-130
/
+140
*
bgpd: Hash release before we change the underlying hash assumptions
Donald Sharp
2022-12-05
1
-1
/
+4
*
bgpd: Fix several use after free's in bgp for the peer
Donald Sharp
2022-12-05
1
-4
/
+7
*
bgpd: Display FD in peer FSM state change log
vivek
2022-11-21
1
-1
/
+1
*
bgpd: Show the reason when the session is killed due to RTT
Donatas Abraitis
2022-11-04
1
-2
/
+5
*
bgpd: Limit snmp trap for backwards state movement from established
Donald Sharp
2022-11-04
1
-1
/
+1
*
Merge pull request #12159 from opensourcerouting/fix/conditional_advertisemen...
Russ White
2022-11-01
1
-0
/
+3
|
\
|
*
bgpd: Notify BGP conditional advertisement thread when the peer goes down
Donatas Abraitis
2022-10-20
1
-0
/
+3
*
|
bgpd: Clarify what NHT error message means
Donald Sharp
2022-10-27
1
-36
/
+37
|
/
*
bgpd: optimal router reflection cli and fsm changes
Madhuri Kuruganti
2022-10-12
1
-0
/
+3
*
bgpd: Cleanup memory leaks associated with t_deferral_timer
Samanvitha B Bhargav
2022-09-23
1
-0
/
+5
*
bgpd: Fix memory leak for `conf_copy()` - SoO ecommunity
Donatas Abraitis
2022-09-10
1
-5
/
+0
*
Merge pull request #11894 from sri-mohan1/sri-bgp-dbg1
Donatas Abraitis
2022-09-02
1
-5
/
+4
|
\
|
*
bgpd: changes for code maintainability
sri-mohan1
2022-09-01
1
-5
/
+4
*
|
Merge pull request #11833 from opensourcerouting/feature/bgp_neighbor_soo
Russ White
2022-08-30
1
-0
/
+5
|
\
\
|
*
|
bgpd: Add `neighbor soo` command
Donatas Abraitis
2022-08-20
1
-0
/
+5
|
|
/
*
/
bgpd: Convert from bgp_clock() to monotime()
Donald Sharp
2022-08-24
1
-5
/
+5
|
/
*
Merge pull request #11657 from donaldsharp/why_timer
Donatas Abraitis
2022-07-22
1
-71
/
+70
|
\
|
*
bgpd: Remove various macros that overlap THREAD_OFF
Donald Sharp
2022-07-21
1
-71
/
+70
*
|
*: frr_with_mutex change to follow our standard
Donald Sharp
2022-07-20
1
-2
/
+2
|
/
*
bgpd: Add patches for RFC9234 implementation
Eugene Bogomazov
2022-06-21
1
-2
/
+2
*
bgpd: Add RFC9234 implementation
Eugene Bogomazov
2022-06-17
1
-0
/
+4
*
Merge pull request #11222 from donaldsharp/bgp_zebra_stuff
Sri Mohana Singamsetty
2022-05-19
1
-0
/
+12
|
\
|
*
bgpd: Allow nht to work when connection succeeds
Donald Sharp
2022-05-18
1
-0
/
+12
*
|
bgpd: Activate Graceful-Restart when receiving CEASE/HOLDTIME notifications
Donatas Abraitis
2022-05-14
1
-0
/
+9
|
/
*
Merge pull request #11059 from anlancs/fix/bgpd-evnp-wrong-check-hashget
Donatas Abraitis
2022-05-04
1
-1
/
+1
|
\
|
*
*: remove the checking returned value for hash_get()
anlan_cs
2022-05-02
1
-1
/
+1
*
|
bgpd: Implement CEASE/Hard Reset notification
Donatas Abraitis
2022-05-02
1
-1
/
+2
*
|
bgpd: Rename graceful restart constants for R-bit capabilities
Donatas Abraitis
2022-04-27
1
-2
/
+2
|
/
*
bgpd: Use proper debug msg for graceful restart commands
Donatas Abraitis
2022-04-05
1
-2
/
+2
*
bgpd: Add `%pBP` printfrr() extension to print `IP(hostname)` for BGP peer
Donatas Abraitis
2022-03-31
1
-40
/
+30
*
Merge pull request #10845 from opensourcerouting/feature/unify_bgp_logging
Russ White
2022-03-29
1
-34
/
+41
|
\
|
*
bgpd: Print hostname along with IP for most useful debug messages
Donatas Abraitis
2022-03-22
1
-34
/
+41
*
|
bgpd: Stop LLGR timer when the connection is established
Donatas Abraitis
2022-03-28
1
-1
/
+11
|
/
*
Merge pull request #10636 from ton31337/fix/use_get_set_for_communities
Russ White
2022-02-28
1
-5
/
+7
|
\
|
*
bgpd: Reuse get/set helpers for attr->community
Donatas Abraitis
2022-02-25
1
-5
/
+7
*
|
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-57
/
+27
|
/
*
bgpd: Print function name for `(dynamic neighbor) deleted` debug messages
Donatas Abraitis
2022-01-19
1
-5
/
+10
*
bgpd: Do not delete BGP dynamic peers if graceful restart kicks in
Donatas Abraitis
2022-01-19
1
-5
/
+13
*
*: Add FOREACH_AFI_SAFI_NSF(afi, safi) macro to reduce nesting
Donatas Abraitis
2022-01-13
1
-47
/
+39
*
bgpd: Implement LLGR helper mode
Donatas Abraitis
2021-12-28
1
-10
/
+176
*
bgpd: No need to test if a thread is running for BGP_TIMER_OFF
Donatas Abraitis
2021-12-21
1
-4
/
+2
*
*: Rename quagga_timestamp with frr_timestamp
Donald Sharp
2021-11-11
1
-6
/
+6
*
Merge pull request #9557 from idryzhov/bgp-view-cleanup
Donatas Abraitis
2021-09-07
1
-4
/
+2
|
\
|
*
bgpd: cleanup special checks for views
Igor Ryzhov
2021-09-03
1
-4
/
+2
*
|
bgpd: Add `PEER_DOWN_SOCKET_ERROR` to the list of peer failure modes
Donald Sharp
2021-09-03
1
-1
/
+2
|
/
*
bgpd: BGP knob to teardown session immediately when peer is unreachable
Prerana-GB
2021-08-24
1
-1
/
+2
*
Merge pull request #9056 from askorichenko/test-dont-capability
Russ White
2021-08-03
1
-0
/
+3
|
\
|
*
bgpd: Clear capabilities field when resetting a bgp neighbor
Alexander Skorichenko
2021-07-14
1
-0
/
+3
*
|
Merge pull request #8956 from pguibert6WIND/bgp_loop_through_itself
Donatas Abraitis
2021-07-21
1
-3
/
+3
|
\
\
|
|
/
|
/
|
[next]