index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ospf6d
/
ospf6_lsdb.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-03-29
zebra: Rearrange zebra_gr zapi functions
Donald Sharp
1
-96
/
+57
2023-03-29
zebra: zebra GR only works with AFI's limit it
Donald Sharp
2
-41
/
+32
2023-03-29
zebra: Remove redundant check for pointers being good
Donald Sharp
1
-3
/
+0
2023-03-29
zebra: GR code could potentially stop running
Donald Sharp
3
-42
/
+12
2023-03-29
zebra: Cleanup indentation in function
Donald Sharp
1
-44
/
+44
2023-03-29
zebra: Just set the variable for what is wanted in GR code
Donald Sharp
1
-5
/
+3
2023-03-29
lib: Ensure the safi is set to a sensible value
Donald Sharp
1
-0
/
+2
2023-03-28
bgpd: Fix debug output for route-map names when using a unsuppress-map
Donald Sharp
1
-1
/
+4
2023-03-27
build: clean up mgmtd lib protobuf make syntax
Mark Stapp
1
-4
/
+1
2023-03-27
bgpd: Copy the password from the previous peer on peer_xfer_config()
Donatas Abraitis
1
-1
/
+3
2023-03-27
mgmtd: Remove unnecessary asserts
Donald Sharp
3
-16
/
+0
2023-03-27
lib: Remove unneeded asserts in mgmt code
Donald Sharp
2
-8
/
+0
2023-03-27
ldpd: changes for code maintainability
sri-mohan1
1
-22
/
+15
2023-03-25
lib/clippy: bail out on newline inside string
David Lamparter
1
-1
/
+14
2023-03-25
lib/clippy: don't SEGV on invalid tokens in DEFPY
David Lamparter
1
-0
/
+4
2023-03-24
tools: Set correct directory of vtysh for frr-reload.py
Donatas Abraitis
4
-2
/
+7
2023-03-24
bgpd: Check 7 bytes for Long-lived Graceful-Restart capability
Donatas Abraitis
1
-1
/
+13
2023-03-24
*: Fixup formatting issues due to reordering
Donald Sharp
7
-50
/
+66
2023-03-24
*: Convert event.h to frrevent.h
Donald Sharp
229
-232
/
+232
2023-03-24
*: Convert `struct event_master` to `struct event_loop`
Donald Sharp
197
-338
/
+330
2023-03-24
*: Convert thread_master_XXX functions to event_master_XXX
Donald Sharp
27
-52
/
+52
2023-03-24
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
191
-1248
/
+1243
2023-03-24
lib, zebra: Convert THREAD_TIMER_STRLEN to EVENT_TIMER_STRLEN
Donald Sharp
4
-7
/
+7
2023-03-24
lib: change cpu_thread_history to cpu_event_history
Donald Sharp
2
-22
/
+22
2023-03-24
lib: convert xref_threadsched to xref_eventsched
Donald Sharp
6
-30
/
+30
2023-03-24
lib: convert thread internal lists to event internal lists
Donald Sharp
2
-48
/
+48
2023-03-24
*: Convert struct thread_master to struct event_master and it's ilk
Donald Sharp
197
-350
/
+342
2023-03-24
*: Convert a bunch of thread_XX to event_XX
Donald Sharp
22
-112
/
+107
2023-03-24
*: Convert thread_should_yield and thread_set_yield_time
Donald Sharp
6
-10
/
+10
2023-03-24
*: Convert thread_timer_remain_XXX to event_timer_remain_XXX
Donald Sharp
25
-87
/
+85
2023-03-24
*: Convert thread_execute to event_execute
Donald Sharp
22
-65
/
+65
2023-03-24
lib: Convert THREAD_YIELD_TIME_SLOT to EVENT_YIELD_TIME_SLOT
Donald Sharp
3
-4
/
+4
2023-03-24
*: Convert thread_fetch and thread_call to event_fetch and event_call
Donald Sharp
21
-50
/
+50
2023-03-24
lib: Convert thread_type to event_type and make an enum
Donald Sharp
3
-83
/
+87
2023-03-24
*: Convert thread_cancelXXX to event_cancelXXX
Donald Sharp
37
-118
/
+117
2023-03-24
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
201
-1580
/
+1554
2023-03-24
*: Rename `struct thread` to `struct event`
Donald Sharp
299
-1250
/
+1245
2023-03-24
*: Rename thread.[ch] to event.[ch]
Donald Sharp
232
-236
/
+235
2023-03-23
mgmtd: Fix fd leak.
Loganaden Velvindron
1
-0
/
+1
2023-03-23
ospfd: Fix for memory leak issue in ospf related to flood_reduction tests.
Manoj Naragund
1
-4
/
+4
2023-03-22
pimd: Fix use after free issue for ifp's moving vrfs
Donald Sharp
1
-0
/
+12
2023-03-22
bgpd: Ensure suppress-fib-pending works with network statements
Donald Sharp
3
-21
/
+28
2023-03-22
bgpd: Set TCP_MD5 for outgoing connections when `password` is set
Donatas Abraitis
1
-0
/
+3
2023-03-22
tests: Check if BGP peering with MD5 per-VRF works correctly
Donatas Abraitis
6
-0
/
+170
2023-03-22
lib: mgmtd: fix build warnings (as error)
Christian Hopps
6
-23
/
+29
2023-03-22
tests: apply frrbot style requirements
Christian Hopps
2
-3
/
+4
2023-03-22
lib: staticd: vtysh: apply frrbot style requirements
Christian Hopps
7
-90
/
+83
2023-03-22
lib, mgmtd: Add few fixes for commit-check and rollback
Pushpasis Sarkar
8
-18
/
+88
2023-03-22
mgmtd: lib: utilize msglib constructed from the removed code
Christian Hopps
11
-1305
/
+303
2023-03-22
lib: new message library for mgmtd client and adapters
Christian Hopps
3
-0
/
+489
[next]