aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/igmp/igmp.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-6/+0
2021-10-21fib: respect mfib entry flags on create with pathsPaul Atkins1-10/+11
2020-05-06docs: clean up make docs jobPaul Vinciguerra1-7/+7
2020-04-16igmp: fix igmp proxy group mergeBenoƮt Ganne1-1/+1
2019-06-18fib: fib api updatesNeale Ranns1-20/+17
2019-05-16init / exit function orderingDave Barach1-7/+7
2019-05-03plugins: clean up plugin descriptionsDave Wallace1-1/+1
2019-03-14IGMP: typo and doc fix (no behaviour change)Neale Ranns1-6/+6
2018-10-23c11 safe string handling supportDave Barach1-1/+1
2018-10-16IGMP: proxy deviceJakub Grajciar1-0/+13
2018-09-24Trivial: Clean up some typos.Paul Vinciguerra1-4/+4
2018-08-27IGMP: enable command on cliNeale Ranns1-0/+4
2018-07-09IGMP improvementsNeale Ranns1-908/+347
2018-06-29igmp: bugfix and minor improvementsJakub Grajciar1-62/+36
2018-06-10IGMP: use simple u32 bit hash keyNeale Ranns1-8/+6
2018-05-23VPP-1283: IPv4 PMTU missing MTU value in ICMP4 message.Ole Troan1-1/+1
2018-04-25igmp: data structure refactoringJakub Grajciar1-240/+475
2018-04-17igmp: fix debug macroJakub Grajciar1-1/+1
2018-03-23IGMP: coverity fixes and remove checks for scapy IGMPv3Neale Ranns1-8/+4
2018-03-21IGMP plugin initialises the FIB/MFIB via ip4 moduleNeale Ranns1-1/+4
2018-03-19IGMP pluginJakub Grajciar1-0/+849