index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
yang
/
.gitignore
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-10-23
bgpd: clean up trace header style a bit
Quentin Young
1
-4
/
+10
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-23
zebra: fix unitialized msg header reading at startup
Stephen Worley
1
-1
/
+1
2020-10-23
ospfd: Add more Segment Routing controls
Olivier Dugeon
2
-10
/
+21
2020-10-23
tools: add cocci patch for thread cancel api changes
Mark Stapp
2
-0
/
+82
2020-10-23
*: unify thread/event cancel macros
Mark Stapp
51
-160
/
+157
2020-10-23
isisd: Fix memory leak on shutdown
Donald Sharp
1
-0
/
+2
2020-10-23
bgpd: Bgp static routes memory leak
Donald Sharp
1
-2
/
+2
2020-10-23
tests: extend the isisd SR topotest to test Anycast-SIDs as well
Renato Westphal
171
-350
/
+5343
2020-10-23
isisd: add support for Anycast-SIDs
Renato Westphal
8
-9
/
+54
2020-10-23
isisd: fix the TI-LFA repair paths to preserve the original Prefix-SID
Renato Westphal
111
-2394
/
+4616
2020-10-23
isisd: refactor handling of SR Prefix-SIDs
Renato Westphal
15
-1846
/
+868
2020-10-23
isisd: create routes for local destinations
Renato Westphal
10
-107
/
+5
2020-10-23
isisd: give precedence to new-style TLVs when generating routes
Renato Westphal
1
-14
/
+38
2020-10-23
* : update signature of thread_cancel api
Mark Stapp
38
-293
/
+144
2020-10-23
zebra: disable dependent backpointers for backup nexthops
Stephen Worley
1
-3
/
+0
2020-10-23
Revert "Revert "zebra: fix NHE dependents backpointer relationship""
Stephen Worley
1
-11
/
+20
2020-10-22
isisd: replace inet_ntoa
Mark Stapp
3
-22
/
+19
2020-10-22
babeld: replace inet_ntoa
Mark Stapp
2
-25
/
+11
2020-10-22
staticd: replace inet_ntoa
Mark Stapp
1
-2
/
+1
2020-10-22
ripd: replace inet_ntoa
Mark Stapp
4
-81
/
+71
2020-10-22
ldpd: replace inet_ntoa
Mark Stapp
14
-145
/
+174
2020-10-22
ospfclient: replace inet_ntoa
Mark Stapp
1
-14
/
+15
2020-10-22
zebra: replace inet_ntoa
Mark Stapp
17
-188
/
+193
2020-10-22
ospfd: replace inet_ntoa
Mark Stapp
28
-875
/
+920
2020-10-22
bgpd,topotests: log route suppression messages
Rafael Zalamena
2
-0
/
+10
2020-10-22
bgpd: route suppression refactory
Rafael Zalamena
3
-106
/
+133
2020-10-22
bgpd: fix information strings for vtysh
Emanuele Bovisio
1
-4
/
+5
2020-10-22
pimd: replace inet_ntoa
Mark Stapp
11
-99
/
+136
2020-10-22
eigrpd: Tone down warning when command is not implemented yet
Donald Sharp
1
-13
/
+26
2020-10-22
lib: Convert inet_ntoa to %pI4
Donatas Abraitis
5
-45
/
+35
2020-10-22
zebra: Do not delete nhg's when retain_mode is engaged
Donald Sharp
3
-2
/
+35
2020-10-22
alpine: Remove old docker deps for alpine
Wesley Coakley
1
-1
/
+1
2020-10-22
:* Convert prefix2str to %pFX
Donatas Abraitis
90
-1674
/
+860
2020-10-22
topotests: test aggregate address suppress map
Rafael Zalamena
3
-0
/
+107
2020-10-22
doc: document new aggregate address option
Rafael Zalamena
1
-0
/
+11
[next]