index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pimd
/
pim_util.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-12-22
pimd: Clean up the interface deletion
Donald Sharp
5
-9
/
+38
2016-12-22
pimd: Make sure we have valid pointer when printing debugs
Donald Sharp
1
-4
/
+11
2016-12-22
pimd: Fix possible crash using 'struct pim_nexthop'
Donald Sharp
1
-0
/
+1
2016-12-22
pimd: Ensure 'struct nexthop' has been zeroed
Donald Sharp
1
-0
/
+1
2016-12-22
pimd: Fix crash when cannot find igmp
Donald Sharp
1
-5
/
+5
2016-12-22
pimd: Add basic nexthop lookup cached information.
Donald Sharp
4
-4
/
+63
2016-12-22
pimd: Add the ability to get time in usec
Donald Sharp
2
-0
/
+20
2016-12-22
pimd: Fix possible double free of upstream
Donald Sharp
5
-21
/
+35
2016-12-22
pimd: Fix crash when igmp message comes in on non-configured interface
Donald Sharp
1
-0
/
+8
2016-12-22
pimd: Fix child ifchannel overwrite parent ifchannel
Donald Sharp
1
-2
/
+2
2016-12-22
pimd: always build json for show commands
Daniel Walton
1
-69
/
+108
2016-12-22
pimd: Fix pim_nexthop_lookup
Donald Sharp
1
-9
/
+12
2016-12-22
pimd: Fix uninitialized value
Donald Sharp
1
-2
/
+0
2016-12-22
pimd: Add interface to ifchannel debugs
Donald Sharp
2
-6
/
+11
2016-12-22
pimd: Add debug for packet stats
Donald Sharp
1
-0
/
+7
2016-12-22
pimd: Fix ifchannel being left around
Donald Sharp
1
-28
/
+5
2016-12-22
pimd: Fix show of 'ip pim rp keep-alive-timer
Donald Sharp
1
-1
/
+1
2016-12-22
pimd: replace grp_str[100] with grp_str[INET_ADDRSTRLEN]
Daniel Walton
26
-363
/
+363
2016-12-22
pimd: add support for IGMPv2
Daniel Walton
12
-669
/
+888
2016-12-22
pimd: Allow debugs entered in conf t mode to persist
Donald Sharp
1
-0
/
+9
2016-12-22
pimd: Allow mroute to return if incoming interface comes back
Donald Sharp
1
-0
/
+3
2016-12-22
pimd: Create channel_oil hash for quicker lookup
Donald Sharp
7
-48
/
+99
2016-12-22
pimd: Add hash lookups for upstream
Donald Sharp
8
-89
/
+108
2016-12-22
pimd: Only delete on KAT when created by stream
Donald Sharp
5
-2
/
+11
2016-12-22
pimd: Fix message size read from kernel
Donald Sharp
1
-3
/
+3
2016-12-22
pimd: Fix LHR both a receiver and a sender
Donald Sharp
2
-1
/
+9
2016-12-22
zebra: Fix include order for build
Donald Sharp
1
-1
/
+1
2016-12-22
pimd: Allow bigger packet sizes when receiving callbacks.
Donald Sharp
2
-6
/
+6
2016-12-22
pimd: Fix crash when looking at S,G from *,G
Donald Sharp
1
-0
/
+2
2016-12-22
pimd: 'sh ip pim int' showed local IP as the DR
Daniel Walton
1
-2
/
+6
2016-12-22
pimd: use JSON_C_TO_STRING_PRETTY everywhere
Daniel Walton
1
-14
/
+14
2016-12-22
pimd: 'show ip pim state json' use JSON_C_TO_STRING_PRETTY
Daniel Walton
1
-1
/
+1
2016-12-22
pimd: initial "show ip pim state"
Daniel Walton
1
-2
/
+157
2016-12-22
pimd: Print '*' for INADDR_ANY
Donald Sharp
1
-5
/
+10
2016-12-22
pimd: sort pim_ifchannel_list
Daniel Walton
2
-1
/
+20
2016-12-22
pimd: sort qpim_channel_oil_list and qpim_upstream_list
Daniel Walton
3
-2
/
+40
2016-12-22
pimd: Add debug wrapping around rp nexthop lookup
Donald Sharp
1
-1
/
+2
2016-12-22
pimd: Added json to 'show ip igmp group'
Daniel Walton
1
-42
/
+79
2016-12-22
pimd: Don't ask for information when you are notgoing to get an answer
Donald Sharp
2
-17
/
+40
2016-12-22
pimd,zebra: Pass back error message if received
Donald Sharp
2
-2
/
+5
2016-12-22
lib, pimd: Modify writen to retry on certain failures
Donald Sharp
2
-6
/
+11
2016-12-22
zebra: Fix up the debug for receiving multicast routes
Donald Sharp
1
-4
/
+5
2016-12-22
pimd: Remove some more unprotected warnings/debugs
Donald Sharp
3
-18
/
+25
2016-12-22
pimd: Fix 'show ip mroute count'
Donald Sharp
1
-3
/
+5
2016-12-22
pimd: Fixup to use new lastused
Donald Sharp
3
-3
/
+1
2016-12-22
pimd: Fixup pim mroute output
Donald Sharp
1
-25
/
+30
2016-12-22
pimd: Track upstream state a bit better.
Donald Sharp
1
-0
/
+1
2016-12-22
pimd: When sending a register stop don't need a nbr
Donald Sharp
1
-2
/
+2
2016-12-22
pimd: Stop join/prunes from crashing
Donald Sharp
1
-0
/
+16
2016-12-22
pimd: Allow igmp query to go out immediately on startup
Donald Sharp
1
-8
/
+14
[next]