| Commit message (Expand) | Author | Files | Lines |
2016-12-22 | lib: Fix clang SA warnings. | Donald Sharp | 1 | -1/+2 |
2016-12-22 | zebra: Cleanup zebra_static CLANG/SA issues. | Donald Sharp | 7 | -18/+48 |
2016-12-22 | pimd: Removing impossible code | Donald Sharp | 1 | -5/+0 |
2016-12-22 | zebra: Fix clang SA warnings | Donald Sharp | 1 | -1/+4 |
2016-12-22 | pimd: Reduce pim oil scan timer to 50ms | Donald Sharp | 1 | -1/+1 |
2016-12-22 | pimd: Start handling of wrong interface for (*,G) | Donald Sharp | 1 | -10/+28 |
2016-12-22 | lib: Fix thread_execute_crash | Donald Sharp | 1 | -3/+7 |
2016-12-22 | pim-msdp: part-3: use SA cache for setting up SPTs | anuradhak | 8 | -26/+302 |
2016-12-22 | pimd: Add (-) PRUNE(S,G,rpt) from interface determination. | Donald Sharp | 1 | -0/+4 |
2016-12-22 | zebra: Perform safe walk of RIB entries in rib_process() | vivek | 1 | -1/+1 |
2016-12-22 | pimd: Fix the test to see if a upstream is (S,G,rpt) | Donald Sharp | 1 | -2/+9 |
2016-12-22 | lib: Fix 'show thread cpu' to display active threads | Donald Sharp | 2 | -3/+7 |
2016-12-22 | lib: Slight Optimization of thread handling. | Donald Sharp | 1 | -23/+22 |
2016-12-22 | pimd: Add code to handle pim prune(S,G) with sptbit | Donald Sharp | 2 | -53/+83 |
2016-12-22 | pimd: Write pim_upstream_empty_inherited_olist | Donald Sharp | 3 | -2/+23 |
2016-12-22 | pimd: Fix possible crash when leaving a channel | Donald Sharp | 1 | -2/+2 |
2016-12-22 | pimd: Modify downstream JP state to take into account all states | Donald Sharp | 1 | -1/+14 |
2016-12-22 | pimd: Remove unnecessary asserts | Donald Sharp | 11 | -43/+0 |
2016-12-22 | pimd: Add Handler for Receive (*,G) join for (S,G,rpt) | Donald Sharp | 3 | -8/+69 |
2016-12-22 | pimd: Ensure 'struct prefix sg' is inited in right order | Donald Sharp | 3 | -1/+3 |
2016-12-22 | pimd: Fix 'show ip pim join json' output | Donald Sharp | 1 | -1/+10 |
2016-12-22 | pimd: Add ability to know if ifchannel is (S,G,rpt) | Donald Sharp | 2 | -0/+10 |
2016-12-22 | pimd: 'show ip pim join json' add by src not grp | Donald Sharp | 1 | -1/+1 |
2016-12-22 | pimd: Don't delete ifchannel if expiry timer is still running. | Donald Sharp | 1 | -1/+2 |
2016-12-22 | pimd: use 'struct prefix_sg' for recv_join and _prune | Donald Sharp | 1 | -36/+20 |
2016-12-22 | pimd: Modify pim_parse_addr_source to use 'struct prefix_sg' | Donald Sharp | 3 | -12/+9 |
2016-12-22 | pimd: Modify pim_parse_addr_group to use 'struct prefix_sg' | Donald Sharp | 6 | -21/+18 |
2016-12-22 | pimd: Add ability for ifchannel *,G to know their S,G's | Donald Sharp | 4 | -73/+78 |
2016-12-22 | pimd: Send prune(S,G,RPT) with (*,G) join | Donald Sharp | 1 | -1/+14 |
2016-12-22 | pim-msdp: part-2: SA cache support | anuradhak | 13 | -56/+892 |
2016-12-22 | pimd: Store ifchannel information in a global list too. | Donald Sharp | 6 | -420/+350 |
2016-12-22 | pimd: Allow further refinement of pim join order | Donald Sharp | 1 | -8/+25 |
2016-12-22 | pimd: Protect some zlog_debug messages | Donald Sharp | 1 | -123/+120 |
2016-12-22 | pimd: Protect debug messages. | Donald Sharp | 1 | -12/+18 |
2016-12-22 | lib: Turn off automatic debugging of Wheel code. | Donald Sharp | 1 | -1/+1 |
2016-12-22 | pimd: Add some explanatory debugging for a error condition. | Donald Sharp | 1 | -1/+6 |
2016-12-22 | pimd: Fix test for (S,G,rpt) prune inclusion. | Donald Sharp | 1 | -1/+1 |
2016-12-22 | pimd: No need to reset uptime if state is the same | Donald Sharp | 1 | -1/+2 |
2016-12-22 | pimd: Abstract setting of the spt bit a bit more | Donald Sharp | 3 | -35/+81 |
2016-12-22 | pimd: Add ability to set SPTBIT on a S,G stream | Donald Sharp | 1 | -4/+82 |
2016-12-22 | pimd: Start addition of timer wheel | Donald Sharp | 1 | -0/+28 |
2016-12-22 | lib: Add Timer Wheel functionality | Donald Sharp | 3 | -2/+236 |
2016-12-22 | pimd: Start coding of sending Prune (s,g,rpt) with *,g prune. | Donald Sharp | 1 | -2/+51 |
2016-12-22 | pimd: Add some helper functions. | Donald Sharp | 2 | -0/+17 |
2016-12-22 | pimd: Add the ability to test if the RPF' is the same | Donald Sharp | 2 | -0/+10 |
2016-12-22 | PIM After LHR swp bounce toward rx host, igmp_source_forward_start | Daniel Walton | 1 | -2/+5 |
2016-12-22 | pimd: Add ability to listen to igmp messages on 224.0.0.2 | Donald Sharp | 1 | -3/+0 |
2016-12-22 | pimd: Fix 'ip igmp join ..' | Donald Sharp | 2 | -2/+2 |
2016-12-22 | pimd: When nexthop lookup fails, back out gracefully | Donald Sharp | 1 | -2/+10 |
2016-12-22 | pimd: Allow FHR/RP/LHR to be one and the same | Donald Sharp | 1 | -5/+14 |