index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
babeld
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-11-11
tools: suppress some reachable external lib "leaks"
Christian Hopps
1
-0
/
+9
2023-11-11
lib: free the log file resources created at startup and config
Christian Hopps
1
-0
/
+12
2023-11-11
lib: darr needs to use memory.h for both alloc and free
Christian Hopps
2
-2
/
+6
2023-11-11
lib: mgmtd: fix debug cli commands and memleaks
Christian Hopps
5
-6
/
+14
2023-11-11
lib: fix possible freeing of libyang data
Igor Ryzhov
1
-3
/
+5
2023-11-10
bgpd: Add guard for `zlog_debug`
Carmine Scarpitta
1
-3
/
+4
2023-11-09
mgmtd: get rid of unused init value to fix coverity warning
Christian Hopps
1
-2
/
+1
2023-11-08
tests: take into account fix for NLRI Index
Francois Dumontet
1
-8
/
+9
2023-11-08
bgp: fix bgp4v2 MIB NLRI INDEX format and order
Francois Dumontet
2
-122
/
+292
2023-11-08
tests: Check received prefixes before immediately sending dynamic capabilities
Donatas Abraitis
5
-0
/
+46
2023-11-08
bgpd: Send software version capability for OAD EBGP peers
Donatas Abraitis
1
-1
/
+1
2023-11-08
bgpd: Set the software version capability received flag only after a validation
Donatas Abraitis
1
-2
/
+2
2023-11-07
tests: add ability to show all types of valgrind memleaks
Christian Hopps
3
-5
/
+17
2023-11-07
*: Move distance related defines into their own header
Donald Sharp
17
-22
/
+52
2023-11-07
*: Remove APPLE #defines from build
Donald Sharp
7
-32
/
+11
2023-11-07
*: Remove netlink headers from lib/zebra.h
Donald Sharp
20
-5
/
+63
2023-11-07
mgmtd: fix local validation
Igor Ryzhov
1
-1
/
+1
2023-11-06
tools: checkpatch updated with darr_foreach iter macros
Christian Hopps
2
-2
/
+3
2023-11-06
lib: yang: restore old API use now that it's fixed
Christian Hopps
1
-8
/
+1
2023-11-06
mgmtd: simplify xpath registries
Christian Hopps
10
-362
/
+299
2023-11-06
Revert "bgpd: combine import_check_table and nexthop_check_table"
Donald Sharp
4
-41
/
+41
2023-11-06
zebra: When using Nexthop groups, use v6 RR semantics
Donald Sharp
2
-3
/
+17
2023-11-06
zebra: Move v6_rr_semantics to be part of zrouter structure
Donald Sharp
5
-9
/
+6
2023-11-06
zebra: Add v6_rr_semantics status to `show zebra`
Donald Sharp
1
-1
/
+2
2023-11-06
zebra: Remove static ARP entries on interface down events
Donatas Abraitis
3
-0
/
+17
2023-11-05
lib: add a transparent union for sockaddrs
David Lamparter
1
-0
/
+34
2023-11-05
lib: rename `prefixtype` to `uniontype`
David Lamparter
3
-22
/
+24
2023-11-05
doc: Add missing match community exact-match/any
Donatas Abraitis
1
-2
/
+4
2023-11-04
doc: Add a quick example on how to use release_notes.py
Donatas Abraitis
1
-0
/
+7
2023-11-03
lib: Remove unused WQ_RETRY_XXX enums
Donald Sharp
3
-21
/
+4
2023-11-03
lib: Cleanup some header files in lib
Donald Sharp
2
-32
/
+34
2023-11-03
lib: Move workqueue private functions into workqueue.c
Donald Sharp
2
-16
/
+16
2023-11-03
zebra: Fix missing break in switch
Donald Sharp
1
-0
/
+1
2023-11-03
pathd: rework debug pathd pcep command
Farid Mihoub
2
-20
/
+24
2023-11-03
isisd: Fix style warnings reported by CI
Carmine Scarpitta
1
-2
/
+2
2023-11-03
isisd: Fix openfabric crash
Carmine Scarpitta
2
-0
/
+15
2023-11-03
lib: convert if_zapi_callbacks into actual hooks
David Lamparter
19
-68
/
+94
2023-11-02
tools: Apply black formatting for tools/frr-reload.py
Donatas Abraitis
1
-52
/
+32
2023-11-02
bgpd: Fix UNINTENDED_INTEGER_DIVISION for bgp_lp_event_zebra_up()
Donatas Abraitis
1
-5
/
+1
2023-11-02
tools: fix frr-reload route-map desc cmd
Chirag Shah
1
-0
/
+13
2023-11-01
zebra: Remove vrf_id check against VRF_DEFAULT for zebra_redistribute()
Donatas Abraitis
1
-4
/
+0
2023-10-31
pimd: Ensure upstream points at the correct rpf
Donald Sharp
1
-5
/
+10
2023-10-31
bgpd: Ignore handling NLRIs if we received MP_UNREACH_NLRI
Donatas Abraitis
3
-10
/
+17
2023-10-31
bgpd: Treat EOR as withdrawn to avoid unwanted handling of malformed attrs
Donatas Abraitis
1
-3
/
+12
2023-10-31
docs: clean up some developer doc warnings
Mark Stapp
5
-30
/
+19
2023-10-31
pathd: add no pcep command
Farid Mihoub
1
-0
/
+30
2023-10-31
pathd: add no msd command in the pcc context
Farid Mihoub
1
-5
/
+10
2023-10-30
tests: add gdb integration with valgrind
Christian Hopps
2
-20
/
+95
2023-10-30
lib: mgmt_msg: fix a valgrind memleak
Christian Hopps
1
-0
/
+2
2023-10-30
ospfd, ospf6d: Fix spacing nit for `show ... summary-address` command
Donatas Abraitis
2
-2
/
+2
[next]