index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-10-20
zebra: Fix code paths that always resolve to true
Donald Sharp
1
-2
/
+2
2021-10-20
zebra: modify rib_update to be a bit smarter about malloc
Donald Sharp
1
-5
/
+7
2021-10-20
lib: Add a thread_is_scheduled function
Donald Sharp
2
-0
/
+9
2021-10-20
tests: When heavily loaded do not send SIGBUS so fast
Donald Sharp
1
-1
/
+1
2021-10-20
pathd: Call frr_fini() before exit
Donald Sharp
1
-0
/
+2
2021-10-20
ospfd: Close log files before exiting
Donald Sharp
1
-0
/
+1
2021-10-20
bgpd: Add autocomplete for community/large/extcommunity stuff
Donatas Abraitis
2
-42
/
+42
2021-10-19
bgpd: Add autocomplete for filter-list
Donatas Abraitis
2
-5
/
+5
2021-10-19
tools: remove Linux kernel bits from checkpatch
David Lamparter
1
-5
/
+5
2021-10-19
tools: add iterators to checkpatch
David Lamparter
1
-1
/
+21
2021-10-19
build: add tests missed in .gitignore
David Lamparter
1
-0
/
+2
2021-10-19
nhrpd: drop list.h
David Lamparter
3
-212
/
+0
2021-10-19
nhrpd: convert zbuf queue to DLIST
David Lamparter
2
-15
/
+16
2021-10-19
nhrpd: convert SA list to DLIST
David Lamparter
1
-13
/
+12
2021-10-19
nhrpd: convert reg list to DLIST
David Lamparter
2
-21
/
+20
2021-10-19
nhrpd: convert mcast list to DLIST
David Lamparter
4
-23
/
+20
2021-10-19
nhrpd: convert nhs list to DLIST
David Lamparter
4
-44
/
+34
2021-10-19
nhrpd: convert notifier list to DLIST
David Lamparter
5
-18
/
+30
2021-10-19
doc/developer: add _member and _anywhere
David Lamparter
1
-0
/
+27
2021-10-19
lib: add unsorted typesafe_anywhere()
David Lamparter
2
-2
/
+21
2021-10-19
lib: use sentinel for single-linked lists
David Lamparter
2
-10
/
+23
2021-10-19
lib: typesafe *_member()
David Lamparter
5
-4
/
+175
2021-10-19
lib: null out deleted pointers in typesafe containers
David Lamparter
2
-0
/
+6
2021-10-19
tests: fix leak in test code
David Lamparter
1
-0
/
+15
2021-10-19
bgpd: Add autocomplete for as-path filters
Donatas Abraitis
2
-9
/
+25
2021-10-19
lib: allow to create interfaces in non-existing VRFs
Igor Ryzhov
12
-228
/
+150
2021-10-18
lib: keep element count in vector code
David Lamparter
2
-14
/
+26
2021-10-18
vtysh: defer CLI tree building
David Lamparter
4
-14
/
+74
2021-10-18
lib: assign CLI varnames while parsing
David Lamparter
3
-81
/
+101
2021-10-15
tools: upstream linter is recommending double quotes
Anuradha Karuppiah
1
-78
/
+78
2021-10-15
tools: add frr_babeltrace.py to /usr/lib/frr
Anuradha Karuppiah
3
-0
/
+6
2021-10-15
bgpd: lttng tracepoint for local events received from zebra
Anuradha Karuppiah
3
-8
/
+282
2021-10-15
tests: Fix ospf_asbr_summary_topo1.py
Donald Sharp
1
-83
/
+0
2021-10-15
lib: Add `metric-type` to possible set operations
Donald Sharp
1
-0
/
+5
2021-10-14
doc/developer: fix duplicate const prototypes
David Lamparter
1
-4
/
+4
2021-10-14
doc/developer: use :c:macro: where appropriate
David Lamparter
2
-10
/
+14
2021-10-14
doc/developer: fix warnings in topotests doc
David Lamparter
2
-6
/
+6
2021-10-14
doc/developer: fix C struct references
David Lamparter
4
-17
/
+18
2021-10-14
ospf6d: remove no-op
Igor Ryzhov
1
-1
/
+0
2021-10-14
pbrd: protect from a possible NULL dereference
Igor Ryzhov
1
-1
/
+1
2021-10-13
lib: optimize if_lookup_by_name_all_vrf
Igor Ryzhov
1
-1
/
+1
2021-10-13
babeld: Prevent compiler warning about uninited value for n
Donald Sharp
1
-1
/
+1
2021-10-13
isisd: Convert signed to time_t for addition
Donald Sharp
1
-1
/
+1
2021-10-13
tests: BFD timing tests under system load need more leeway
Donald Sharp
1
-2
/
+2
2021-10-13
tests: Convert over to using converged to test for ospf being converged
Donald Sharp
28
-56
/
+56
2021-10-13
ospfd: Add `converged` and `role` json output for neighbor command
Donald Sharp
3
-2
/
+19
2021-10-13
tests: Fix `Invalid escape sequence` warnings in test runs
Donald Sharp
3
-5
/
+5
2021-10-13
lib: Add missing enum values in switch statement for if_link_type_str
Donald Sharp
1
-3
/
+4
2021-10-12
ospfd: fix another DR election issue during graceful restart
Renato Westphal
1
-31
/
+33
2021-10-12
ospfd: introduce additional opaque capability check in the GR code
Renato Westphal
1
-0
/
+12
[next]