index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pimd
/
pim_igmpv3.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
pimd: remove api source_channel_oil_detach()
Sarita Patra
2023-06-05
1
-8
/
+0
*
pim6d: Clear channel_oil on prune
Sarita Patra
2023-06-05
1
-2
/
+1
*
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
1
-3
/
+3
*
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
1
-5
/
+4
*
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
1
-2
/
+2
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-14
/
+1
*
pimd, pim6d: Changing IGMP to GM in debug macros.
Abhishek N R
2022-09-14
1
-14
/
+14
*
pimd,pim6d: Modifying IGMP to GM in PIM_DEBUG_IGMP_PACKETS to PIM_DEBUG_GM_PA...
Sai Gomathi N
2022-09-05
1
-7
/
+7
*
pimd,pim6d: Modifying IGMP to GM in PIM_DEBUG_IGMP_EVENTS to PIM_DEBUG_GM_EVENTS
Sai Gomathi N
2022-09-05
1
-1
/
+1
*
pimd: Disable handling v3 igmp packets on an interface config'ed for v2
Donald Sharp
2022-05-26
1
-0
/
+8
*
pimd: un-dependency-hell `pim_instance.h`
David Lamparter
2022-05-06
1
-0
/
+1
*
pimd: Set new to true in igmp_get_source_by_addr api
Mobashshera Rasool
2022-04-21
1
-0
/
+3
*
*: Fix spelling of non-existant
Donald Sharp
2022-04-19
1
-5
/
+5
*
pimd, zebra: Fix spelling of fowarding
Donald Sharp
2022-04-02
1
-2
/
+2
*
Merge pull request #10012 from AbhishekNR/upstream
Donald Sharp
2022-03-15
1
-33
/
+60
|
\
|
*
pimd : Handling of Exclude mode IGMPv3 report messages for SSM aware group.
Abhishek N R
2022-01-20
1
-33
/
+60
*
|
pimd: Add additional IGMP stats (generic/group specific queries sent)
Donatas Abraitis
2022-03-14
1
-5
/
+3
*
|
pimd: Add IGMP join sent/failed statistics
Donatas Abraitis
2022-03-13
1
-1
/
+1
*
|
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-6
/
+2
*
|
pimd: remove PIM_INADDR_IS[NOT]_ANY macros
David Lamparter
2022-01-17
1
-2
/
+2
|
/
*
pimd: Modifying members of pim_interface to accommodate IPv6 changes
Sai Gomathi
2022-01-11
1
-18
/
+18
*
Merge pull request #10215 from FRRouting/revert-10164-name_change
Stephen Worley
2021-12-15
1
-24
/
+25
|
\
|
*
Revert "pimd: Modifying members of pim_interface to accommodate IPv6 changes"
David Lamparter
2021-12-14
1
-24
/
+25
*
|
pimd: Modifying struct igmp_sock to gm_sock for IPv6
Sai Gomathi
2021-12-03
1
-11
/
+11
*
|
pimd: Modifying name of struct igmp_group to struct gm_group for IPv6.
Sai Gomathi
2021-12-03
1
-45
/
+44
*
|
pimd: Modifying name of struct igmp_source to struct gm_source for IPv6.
Sai Gomathi
2021-12-03
1
-33
/
+33
|
/
*
pimd: Modifying members of pim_interface to accommodate IPv6 changes
Sai Gomathi
2021-12-03
1
-25
/
+24
*
pimd: fuse source_new() and add_source_by_addr()
David Lamparter
2021-08-27
1
-57
/
+54
*
pimd: reformat after dropping indent levels
David Lamparter
2021-08-27
1
-20
/
+15
*
pimd: IGMP memberships are not querier specific
David Lamparter
2021-08-27
1
-94
/
+82
*
pimd: fix coverity/dead-code issue
Jafar Al-Gharaibeh
2021-08-25
1
-10
/
+15
*
pimd: IGMP groups are not getting timeout
Sai Gomathi
2021-08-24
1
-0
/
+15
*
*: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlen
Donatas Abraitis
2021-07-01
1
-1
/
+1
*
pimd: zassert => assert
David Lamparter
2021-04-23
1
-26
/
+26
*
pimd: checksum must be validated before accepting igmp packets
Mobashshera Rasool
2020-11-17
1
-14
/
+5
*
pimd: replace inet_ntoa
Mark Stapp
2020-10-22
1
-6
/
+6
*
*: sprintf -> snprintf
Quentin Young
2020-04-21
1
-1
/
+2
*
*: Finish off the __PRETTY_FUNCTION__ to __func__
Donald Sharp
2020-03-06
1
-4
/
+4
*
*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__
Donatas Abraitis
2020-03-05
1
-22
/
+16
*
pimd: Cleanup igmp debugs a tiny bit
Donald Sharp
2019-11-12
1
-2
/
+2
*
pimd: Add debugs for channel_oil creation and deletion
Donald Sharp
2019-06-15
1
-1
/
+2
*
pimd: new cli to configure last-member-query-count & last-member-query-interval
Sarita Patra
2019-05-30
1
-6
/
+10
*
pimd: Create a `struct pim_router` and move thread master into it
Donald Sharp
2019-01-04
1
-3
/
+4
*
*: LIB_[ERR|WARN] -> EC_LIB
Quentin Young
2018-09-13
1
-1
/
+1
*
*: rename zlog_fer -> flog_err
Quentin Young
2018-08-14
1
-1
/
+1
*
pimd: Convert over to use LIB_ERR_XXX for zlog_err
Donald Sharp
2018-08-14
1
-1
/
+3
*
*: ALLOC calls cannot fail
Donald Sharp
2018-08-11
1
-31
/
+0
*
pimd: Remove unnecessary alloc failures
Donald Sharp
2018-07-08
1
-5
/
+0
*
pimd: show ip igmp statistics command
Mladen Sablic
2018-05-04
1
-0
/
+3
*
pimd: mtrace only IGMP sockets
Mladen Sablic
2018-03-08
1
-0
/
+3
[next]