index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
privs.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-10-26
bgpd: Unify multiprotocol capability for OPEN logging
Donatas Abraitis
1
-60
/
+60
2021-10-26
bgpd: Remove double logging for Graceful Restart capability
Donatas Abraitis
1
-2
/
+0
2021-10-26
lib: fix srv6 route hardcode with BGP
Hiroki Shirokura
1
-1
/
+1
2021-10-25
include, zebra: Add recent nexthop.h
Donald Sharp
3
-7
/
+57
2021-10-25
zebra: GRE_UPDATE message incomplete
Philippe Guibert
1
-0
/
+1
2021-10-25
tests: Attempt to fix bgp_l3vpn_to_direct timing issues
Donald Sharp
1
-0
/
+7
2021-10-25
doc: Remove reference to non-existent command
Donald Sharp
1
-9
/
+0
2021-10-25
tests: Fix accidental 10 second wait
Donald Sharp
1
-1
/
+1
2021-10-25
tests: Fix frequent failure of ospf_gr_topo1 on slower systems
Martin Winter
1
-1
/
+1
2021-10-24
bgpd: When issuing `no ... ebgp-multihop` always resets
Donald Sharp
1
-2
/
+8
2021-10-22
tests: bfd_isis_topo1 expects unreasonable convergence times under load
Donald Sharp
1
-9
/
+6
2021-10-22
tests: Fix bgp_ecmp_topo3 to look for a bit more state
Donald Sharp
1
-0
/
+11
2021-10-22
tests: Make test_ldp_topo1.py aware of how many neighbors it needs
Donald Sharp
1
-0
/
+13
2021-10-22
tests: fix --valgrind-memleaks option
Christian Hopps
1
-31
/
+27
2021-10-22
tests: revert default enable of memleak tests
Christian Hopps
1
-1
/
+0
2021-10-22
tests: fix missing space in --valgrind-extra option
Christian Hopps
1
-1
/
+1
2021-10-22
lib: finish fixing spelling in lib files
ewlumpkin
7
-20
/
+20
2021-10-21
nhrpd: align nhrp privs with definition from others
Philippe Guibert
1
-0
/
+2
2021-10-20
lib: change thread_add_* API
Igor Ryzhov
6
-76
/
+63
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-20
*: convert zclient callbacks to table
David Lamparter
28
-579
/
+370
2021-10-20
bgpd: Reset dynamic peer counter
Abhishek Naik
1
-0
/
+1
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
[next]