index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-10-23
bgpd: move packet read tracepoint out of mutex
Quentin Young
1
-1
/
+1
2020-10-23
doc: add developer docs for tracing
Quentin Young
2
-0
/
+315
2020-10-23
lib, bgpd: convert lttng tracepoints to frrtrace()
Quentin Young
12
-79
/
+59
2020-10-23
lib: add trace.h, frrtrace(), support for USDT
Quentin Young
3
-0
/
+95
2020-10-23
lib: move trace.h -> libfrr_trace.h
Quentin Young
10
-14
/
+14
2020-10-23
lib: add tracepoint for route table get
Quentin Young
2
-0
/
+20
2020-10-23
lib: add tracepoints for *malloc, list ops
Quentin Young
4
-1
/
+94
2020-10-23
lib: add tracepoint for hash insertion
Quentin Young
2
-0
/
+17
2020-10-23
bgpd: route processing tracepoints
Quentin Young
2
-15
/
+105
2020-10-23
bgpd: add basic packet-related tracepoints
Quentin Young
5
-2
/
+105
2020-10-23
lib: add tracepoints for pthread run, stop
Quentin Young
2
-0
/
+27
2020-10-23
lib: generate trace events for log messages
Quentin Young
2
-0
/
+30
2020-10-23
lib: add tracepoints for hash ops, thread events
Quentin Young
3
-5
/
+116
2020-10-23
lib, configure.ac: initial LTTng support
Quentin Young
4
-1
/
+71
2020-10-23
lib: #undef _ASSERT_FUNCTION
Quentin Young
1
-0
/
+2
2020-10-20
Revert "zebra: fix NHE dependents backpointer relationship"
Stephen Worley
1
-20
/
+11
2020-10-20
zebra: clean up all router id lists
Mark Stapp
1
-0
/
+3
2020-10-20
yang: fix circular chain of leafrefs
Renato Westphal
1
-1
/
+1
2020-10-19
zebra: add alias for "show ip/ipv6 ro"
Stephen Worley
1
-0
/
+10
2020-10-19
zebra: fix NHE dependents backpointer relationship
Stephen Worley
1
-11
/
+20
2020-10-18
bgpd: Convert inet_ntoa to %pI4/inet_ntop
Donatas Abraitis
17
-279
/
+360
2020-10-17
ospf6d: Convert to using %pFX
Donald Sharp
1
-28
/
+10
2020-10-17
ospfd: Convert to using %pFX
Donald Sharp
6
-39
/
+28
2020-10-17
ripd: Convert to using %pFX
Donald Sharp
2
-29
/
+18
2020-10-17
ripngd: Convert to using %pFX
Donald Sharp
2
-38
/
+23
2020-10-17
lib: Convert usage of strings to %pFX and %pRN
Donald Sharp
3
-60
/
+17
2020-10-17
*: Create/Use accessor functions for lock count
Donald Sharp
15
-33
/
+53
2020-10-17
lib: Relax usage of `ip prefix-list A.B.C.D/M ge Y`
Donald Sharp
1
-3
/
+3
2020-10-17
zebra: Fix use after free in debug path
Donald Sharp
1
-1
/
+10
2020-10-17
doc: Add %pBD print formatter to doc
Donald Sharp
1
-0
/
+2
2020-10-17
bgpd: Use bgp_dest_get_prefix accessor function
Donald Sharp
2
-5
/
+8
2020-10-17
bgpd: More bgp_node -> bgp_dest cleanup
Donald Sharp
4
-149
/
+161
2020-10-17
bgpd: Convert to %pFX or %pBD where possible
Donald Sharp
2
-71
/
+44
2020-10-17
bgpd: add `%pBD` for printing `struct bgp_dest *`
David Lamparter
8
-23
/
+36
2020-10-17
sharpd: Fix nexthop group name collision
Donald Sharp
1
-2
/
+3
2020-10-17
tests: fix spurious failures in the TI-LFA topotest
Renato Westphal
6
-20
/
+0
2020-10-16
zebra: support multiple connected subnets on an interface
Mark Stapp
1
-10
/
+5
2020-10-16
bgpd: replace bgp_evpn_route2str with prefix2str
Pat Ruddy
5
-118
/
+50
2020-10-15
vrrpd: Convert to using %pFX
Pat Ruddy
2
-17
/
+8
2020-10-15
lib: align prefixevpn2str output with bgp_evpn_route2str
Pat Ruddy
1
-49
/
+42
2020-10-15
ospfd: fix invocation of ospfTrapNbrStateChange
Babis Chalios
1
-14
/
+19
2020-10-15
isisd: fix check for area-tag modification
Igor Ryzhov
1
-6
/
+1
2020-10-14
bgpd: print error when as-path filter doesn't exist
Igor Ryzhov
1
-2
/
+4
2020-10-14
isisd: change debug messages to use uppercase SPF
Renato Westphal
2
-27
/
+19
2020-10-14
doc: document new IS-IS TI-LFA commands and options
Renato Westphal
1
-2
/
+15
2020-10-14
tests: add IS-IS TI-LFA topotest
Renato Westphal
182
-0
/
+13318
2020-10-14
tests: add IS-IS TI-LFA unit tests
Renato Westphal
4
-4
/
+1908
2020-10-14
isisd: implement TI-LFA protection for Adj-SIDs
Renato Westphal
5
-16
/
+146
2020-10-14
isisd: add support for Topology Independent LFA (TI-LFA)
Renato Westphal
16
-154
/
+1705
2020-10-14
yang, isisd: add TI-LFA YANG nodes and corresponding skeleton callbacks
Renato Westphal
5
-0
/
+249
[next]