index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
.gitignore
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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-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
2023-03-22
staticd: handle `distance` value
Christian Hopps
1
-21
/
+47
2023-03-22
tests: Add topotests for MGMT daemon
nguggarigoud
15
-15
/
+1039
2023-03-22
zebra: add evpn isDetectionFreeze to json output
Sindhu Parvathi Gopinathan
1
-0
/
+2
2023-03-22
doc: Add documentation for MGMT daemon
Pushpasis Sarkar
24
-17
/
+417
2023-03-22
mgmtd: Enroll Staticd as a backend client for MGMTD
Christian Hopps
10
-43
/
+95
2023-03-22
mgmtd: nb library for client front-end code
Christian Hopps
3
-0
/
+19
2023-03-22
mgmtd: Add MGMT Transaction Framework
Yash Ranjan
21
-262
/
+4075
2023-03-22
mgmtd: Add MGMT Backend Interface Framework
Christian Hopps
22
-124
/
+3941
2023-03-22
mgmtd: Add MGMT Frontend Interface Framework
Christian Hopps
26
-306
/
+5354
2023-03-22
mgmtd: Bringup MGMTD daemon and datastore module support
Christian Hopps
27
-47
/
+2681
2023-03-21
bgpd: Do not allow setting `set distance` via route-maps to zero
Donatas Abraitis
3
-5
/
+5
2023-03-21
bgpd: Add vrf name and peer name to some bgp debugs
Donald Sharp
1
-18
/
+32
2023-03-21
staticd: Tell bfd that we are shutting down
Donald Sharp
1
-0
/
+3
2023-03-21
*: Add a hash_clean_and_free() function
Donald Sharp
42
-260
/
+125
2023-03-21
ospfd: Fixing Summary origination after range configuration
rgirada
1
-8
/
+8
2023-03-21
lib:fix clear route-map cmd using DEFPY
Sindhu Parvathi Gopinathan
1
-8
/
+5
2023-03-20
doc: add release instructions for docker images
Quentin Young
1
-0
/
+24
2023-03-20
lib: on bfd peer shutdown actually stop event
Donald Sharp
1
-3
/
+3
2023-03-20
zebra: Fix for heap-use-after-free in EVPN
Pooja Jagadeesh Doijode
1
-0
/
+11
2023-03-19
doc: Use frrouting/frr-mibs repo downloading SNMP mibs
Donatas Abraitis
1
-3
/
+3
2023-03-19
lib: Destroy `any` flag when creating a prefix-list entry with prefix
Donatas Abraitis
1
-0
/
+1
2023-03-19
tests: Check if prefix-lists with IPv6 any works fine
Donatas Abraitis
5
-6
/
+45
2023-03-19
nhrpd: drop peer references on freeing cache entry
David Lamparter
1
-0
/
+2
2023-03-18
ospfd: Cleanup some memory leaks on shutdown in ospf_apiserver.c
Donald Sharp
2
-2
/
+15
2023-03-18
ospfd: Fix inconsistency in LSDB JSON output
Renato Westphal
1
-32
/
+37
2023-03-18
ospfd: Add "detail" option to "show ip ospf database"
Renato Westphal
2
-7
/
+39
2023-03-18
ospfd: Refactor the "show ip ospf database" command
Renato Westphal
2
-406
/
+108
2023-03-18
pbrd:fix mismatching in match src-dst
Chirag Shah
1
-2
/
+2
[next]