index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_packet.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bgpd: Treat withdraw variable as a bool
Donald Sharp
2023-04-06
1
-1
/
+1
*
*: Convert event.h to frrevent.h
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
1
-9
/
+9
*
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
1
-7
/
+7
*
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
1
-4
/
+4
*
*: Rename thread.[ch] to event.[ch]
Donald Sharp
2023-03-24
1
-1
/
+1
*
Merge pull request #12780 from opensourcerouting/spdx-license-id
Donald Sharp
2023-02-17
1
-16
/
+1
|
\
|
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-16
/
+1
*
|
bgpd: Add BGP Software Version Capability
Donatas Abraitis
2023-02-15
1
-0
/
+7
|
/
*
bgpd: Set attr to NULL when passing NLRI_UPDATE with treat-as-withdraw
Donatas Abraitis
2023-02-01
1
-1
/
+2
*
bgpd: Limit peer output queue length like input queue length
Donald Sharp
2023-01-19
1
-1
/
+12
*
bgpd: Keep the notification data under peer's struct when sending
Donatas Abraitis
2022-11-24
1
-3
/
+12
*
bgpd: Show the reason when the session is killed due to RTT
Donatas Abraitis
2022-11-04
1
-8
/
+20
*
bgpd: Ensure that bgp open message stream has enough data to read
Donald Sharp
2022-11-02
1
-0
/
+19
*
bgpd: Honor default holdtime when triggering session reset for SendHoldTimer
Donatas Abraitis
2022-10-17
1
-7
/
+14
*
bgpd: Cleanup memory leaks associated with t_deferral_timer
Samanvitha B Bhargav
2022-09-23
1
-0
/
+5
*
bgpd: Handle route-refresh request received before EoR
Xiao Liang
2022-09-16
1
-0
/
+31
*
bgpd: avoid notify race between io and main pthreads
Mark Stapp
2022-09-08
1
-4
/
+28
*
bgpd: Convert from bgp_clock() to monotime()
Donald Sharp
2022-08-24
1
-5
/
+5
*
bgpd: Send route update when modifying access/aspath/prefix lists
Donatas Abraitis
2022-08-05
1
-15
/
+13
*
bgpd: bgp_best_path_select_defer never returns negative
Donatas Abraitis
2022-08-03
1
-4
/
+2
*
bgpd: Make sure hdr length is at a minimum of what is expected
Donald Sharp
2022-07-22
1
-0
/
+8
*
Merge pull request #11657 from donaldsharp/why_timer
Donatas Abraitis
2022-07-22
1
-3
/
+2
|
\
|
*
bgpd: Remove various macros that overlap THREAD_OFF
Donald Sharp
2022-07-21
1
-3
/
+2
*
|
*: frr_with_mutex change to follow our standard
Donald Sharp
2022-07-20
1
-3
/
+3
|
/
*
bgpd: Free ->raw_data from Hard Notification message after we use it
Donatas Abraitis
2022-07-11
1
-1
/
+7
*
bgpd: Add Notification CEASE BFD Down message
Donatas Abraitis
2022-06-02
1
-0
/
+1
*
bgpd: Don't increment twice notification sent stats counter
Donatas Abraitis
2022-05-24
1
-1
/
+0
*
bgpd: fix oopsie with SendHoldTime==0
David Lamparter
2022-05-20
1
-1
/
+3
*
bgpd: implement SendHoldTimer
David Lamparter
2022-05-19
1
-0
/
+37
*
Merge pull request #11183 from opensourcerouting/feature/handle_bgp_gr_notifi...
Russ White
2022-05-18
1
-4
/
+16
|
\
|
*
bgpd: Activate Graceful-Restart when receiving CEASE/HOLDTIME notifications
Donatas Abraitis
2022-05-14
1
-4
/
+16
*
|
*: Properly use memset() when zeroing
Donatas Abraitis
2022-05-11
1
-3
/
+2
|
/
*
bgpd: Reset bgp_notify.hard_reset on receive to avoid stale data
Donatas Abraitis
2022-05-10
1
-0
/
+1
*
bgpd: Send Hard Reset Notification for BGP_NOTIFY_CEASE_ADMIN_RESET
Donatas Abraitis
2022-05-10
1
-4
/
+34
*
bgpd: Fix memory leak for bgp_notify_receive()
Donatas Abraitis
2022-05-04
1
-3
/
+4
*
Merge pull request #11128 from opensourcerouting/feature/rfc8538
Donald Sharp
2022-05-02
1
-35
/
+132
|
\
|
*
bgpd: Implement CEASE/Hard Reset notification
Donatas Abraitis
2022-05-02
1
-35
/
+132
*
|
bgpd: Ensure pkt_afi and pkt_safi are not used uninited in some cases
Donald Sharp
2022-04-27
1
-6
/
+6
|
/
*
bgpd: Convert bgp_attr_parse_ret_t to enum
Donatas Abraitis
2022-04-12
1
-1
/
+1
*
bgpd: Add `%pBP` printfrr() extension to print `IP(hostname)` for BGP peer
Donatas Abraitis
2022-03-31
1
-60
/
+44
*
bgpd: Print hostname along with IP for most useful debug messages
Donatas Abraitis
2022-03-22
1
-37
/
+55
*
bgpd, lib, pimd: Remove sockopt_cork
Donald Sharp
2022-03-12
1
-3
/
+0
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-17
/
+9
*
bgpd: Implement LLGR helper mode
Donatas Abraitis
2021-12-28
1
-5
/
+5
*
bgpd: bgp_packet_set_size int to void
Donatas Abraitis
2021-11-29
1
-8
/
+5
*
bgpd: Implement rfc9072
Donatas Abraitis
2021-11-22
1
-9
/
+44
*
bgpd: bgp_announce_route should know if we should force the update or not
Donald Sharp
2021-10-04
1
-3
/
+5
*
bgpd: Don't lookup paf structure get straight to the point
Donald Sharp
2021-09-27
1
-4
/
+14
*
bgpd: swap bgp error value with file descriptor value
Philippe Guibert
2021-09-23
1
-1
/
+1
[next]