index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
sbuf.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-03-08
*: Replace `sizeof something` to sizeof(something)
Donatas Abraitis
51
-174
/
+174
2020-03-08
ldpd: remove multiple definitions of thread_master
Ruben Kerkhof
2
-6
/
+0
2020-03-08
ldpd: fix another linking issue with GCC-10
Ruben Kerkhof
2
-1
/
+3
2020-03-08
tests: fix build with GCC 10
Ruben Kerkhof
1
-1
/
+1
2020-03-08
ldpd: Fix linking error on Fedora Rawhide with GCC 10
Ruben Kerkhof
2
-1
/
+3
2020-03-08
staticd: Fixing memory leak issue
rgirada
3
-0
/
+9
2020-03-07
babeld: fix build on Fedora Rawhide
Ruben Kerkhof
1
-1
/
+1
2020-03-07
vrrpd: fix build on Fedora Rawhide
Ruben Kerkhof
1
-7
/
+7
2020-03-07
staticd: fix build on Fedora Rawhide
Ruben Kerkhof
1
-1
/
+1
2020-03-07
bgpd: remove unused variable
Ruben Kerkhof
1
-1
/
+0
2020-03-06
*: Tell git to ignore gcov output files
Donald Sharp
1
-0
/
+6
2020-03-06
zebra: nhg->nexthop is not NULL
Donald Sharp
1
-6
/
+0
2020-03-06
pimd: Prevent use after free from pim_mlag_up_peer_deref
Donald Sharp
1
-6
/
+10
2020-03-06
doc: Add missing mlag documentation
Donald Sharp
1
-0
/
+17
2020-03-06
pimd: re-eval flow activity on kat expiry
Anuradha Karuppiah
1
-33
/
+55
2020-03-06
pimd: mute termination device on the origination mroute on type mods
Anuradha Karuppiah
1
-0
/
+6
2020-03-06
pimd: Allow LHR in a AA situation to join upstream
Donald Sharp
1
-1
/
+14
2020-03-06
pimd: fix problem with oif being re-added during ifchannel del
Anuradha Karuppiah
1
-2
/
+6
2020-03-06
pimd: logs to help debug leaked channel OIF problems
Anuradha Karuppiah
2
-2
/
+23
2020-03-06
lib, pimd, zebra: Provide some insurance against reading bad stream data
Satheesh Kumar K
4
-41
/
+96
2020-03-06
zebra: SO_PEERCRED is a getsockopt call
Donald Sharp
1
-5
/
+0
2020-03-06
pimd: Use PIM EVPN MLAG Infra for syncing PIM MLAG Entries
Satheesh Kumar K
6
-10
/
+158
2020-03-06
pimd: run DF election only on (*, G) termination mroutes
Anuradha Karuppiah
1
-14
/
+15
2020-03-06
pimd: Skip nexthop lookup for register source in some cases
Donald Sharp
1
-2
/
+11
2020-03-06
pimd: Add accidently missed code during upstreaming process
Donald Sharp
12
-146
/
+396
2020-03-06
pimd: There is nothing to do with a WRVIFWHOLE for iifp of pimreg
Donald Sharp
1
-10
/
+13
2020-03-06
pimd: Put subdir.am into alphabetical order
Donald Sharp
1
-2
/
+2
2020-03-06
*: Finish off the __PRETTY_FUNCTION__ to __func__
Donald Sharp
37
-335
/
+300
2020-03-06
Revert "nhrpd: ignore zebra updates about our routes being deleted/added"
Philippe Guibert
1
-4
/
+0
2020-03-05
bgpd: properly initialize SRv6 attributes
Quentin Young
1
-3
/
+2
2020-03-05
bgpd: correctly handle repeated SRv6 attributes
Quentin Young
1
-0
/
+12
2020-03-05
vrrpd: search all vr's for mvl_ifp to null
Quentin Young
1
-32
/
+44
2020-03-05
vrrpd: always null mvl_ifp ptr when mvl is deleted
Quentin Young
1
-8
/
+40
2020-03-05
*: use gmtime_r, localtime_r exclusively
Mark Stapp
16
-150
/
+159
2020-03-05
*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__
Donatas Abraitis
97
-1275
/
+1126