index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pimd
/
pim6_mld.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
* : include event ptr in event_execute api
Mark Stapp
2023-07-25
1
-3
/
+3
*
pim6d: Fixing core while running MLD conformance test.
Abhishek N R
2023-07-18
1
-0
/
+2
*
pim6d: MLD conformance querier-non-querier transition fix
Mobashshera Rasool
2023-06-26
1
-5
/
+20
*
pimd: replace CPP_NOTICE lines with TODO comments
Mark Stapp
2023-05-04
1
-5
/
+10
*
Merge pull request #13349 from opensourcerouting/pim6-mld-coverity-20230421
Donald Sharp
2023-04-22
1
-8
/
+28
|
\
|
*
pimd: annotate some pointers as non-null
David Lamparter
2023-04-21
1
-0
/
+3
|
*
pimd: harden MLD code loop boundaries
David Lamparter
2023-04-21
1
-8
/
+25
*
|
pimd: Tell coverity what is really going on
Donald Sharp
2023-04-21
1
-0
/
+13
|
/
*
Merge pull request #13097 from AbhishekNR/mroute
Donald Sharp
2023-04-13
1
-4
/
+2
|
\
|
*
pim6d: Fixing mroutes not created after disabling and enabling PIMv6.
Abhishek N R
2023-03-24
1
-4
/
+2
*
|
*: Convert event.h to frrevent.h
Donald Sharp
2023-03-24
1
-1
/
+1
*
|
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
1
-28
/
+28
*
|
*: Convert thread_timer_remain_XXX to event_timer_remain_XXX
Donald Sharp
2023-03-24
1
-2
/
+2
*
|
*: Convert thread_execute to event_execute
Donald Sharp
2023-03-24
1
-3
/
+3
*
|
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
1
-23
/
+21
*
|
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
1
-9
/
+9
*
|
*: Rename thread.[ch] to event.[ch]
Donald Sharp
2023-03-24
1
-1
/
+1
|
/
*
pimd: stop t_sg_expire in MLD NOINFO transition
David Lamparter
2023-03-17
1
-0
/
+7
*
pim6d: Fix missing parameters in "show ipv6 mld interface" command
Sarita Patra
2023-02-25
1
-13
/
+30
*
pim6d: Display primary address in "show ipv6 mld interface json" cmd
Sarita Patra
2023-02-24
1
-0
/
+2
*
pim6d: Don't display MLD disabled or down interfaces in "show ipv6 mld interf...
Sarita Patra
2023-02-24
1
-9
/
+5
*
Merge pull request #12780 from opensourcerouting/spdx-license-id
Donald Sharp
2023-02-17
1
-14
/
+1
|
\
|
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-14
/
+1
*
|
pim6d: Modify "show ipv6 mld join json" o/p
Sarita Patra
2023-02-09
1
-1
/
+2
|
/
*
build, vtysh: extract vtysh commands from .xref
David Lamparter
2022-10-26
1
-2
/
+0
*
*: fix some malformed CLI docstrings
David Lamparter
2022-10-06
1
-2
/
+2
*
pim6d: Adding last member query count field in "show ipv6 mld interface [ifna...
Abhishek N R
2022-09-26
1
-0
/
+2
*
Merge pull request #11918 from patrasar/show_ipv6_mld_interface_fix
Donatas Abraitis
2022-09-21
1
-2
/
+2
|
\
|
*
pim6d: fix "show ipv6 mld interface" command
Sarita Patra
2022-09-14
1
-2
/
+2
*
|
Merge pull request #11917 from patrasar/pimv6_clear_mroute_fix
Donald Sharp
2022-09-19
1
-48
/
+37
|
\
\
|
*
|
pim6d: fix clear ipv6 mroute crash
Sarita Patra
2022-09-16
1
-48
/
+37
|
|
/
*
|
pim6d: Fixing coverity issues for pim6_mld.c
Mobashshera Rasool
2022-09-16
1
-1
/
+1
*
|
pimd, pim6d: Changing IGMP to GM in debug macros.
Abhishek N R
2022-09-14
1
-12
/
+12
*
|
pim6d: Adding additional details for "show ipv6 mld interface [ifname] json" ...
Abhishek N R
2022-09-06
1
-0
/
+9
|
/
*
pimd,pim6d: Modifying IGMP to GM in PIM_DEBUG_IGMP_PACKETS to PIM_DEBUG_GM_PA...
Sai Gomathi N
2022-09-05
1
-5
/
+5
*
pimd,pim6d: Modifying IGMP to GM in PIM_DEBUG_IGMP_EVENTS to PIM_DEBUG_GM_EVENTS
Sai Gomathi N
2022-09-05
1
-6
/
+6
*
pim6d: Completing "ipv6 mld last-member-query-interval" command
Abhishek N R
2022-08-29
1
-2
/
+10
*
pim6d: Completing "ipv6 mld last-member-query-count" command.
Abhishek N R
2022-08-29
1
-1
/
+5
*
pim6d: Completing "ipv6 mld query-max-response-time" command.
Abhishek N R
2022-08-29
1
-3
/
+8
*
pim6d: Implementing "show mld groups" CLI
Sai Gomathi N
2022-08-26
1
-2
/
+123
*
Merge pull request #11485 from AbhishekNR/ipv6_mld_todo
Donatas Abraitis
2022-08-18
1
-1
/
+9
|
\
|
*
pim6d: Completing "ipv6 mld" command.
Abhishek N R
2022-07-07
1
-1
/
+9
*
|
pim6d: fix clear ipv6 mroute
Sarita Patra
2022-08-03
1
-0
/
+16
|
/
*
pimd: Checks imply that pim is not properly configured
Donald Sharp
2022-06-23
1
-1
/
+1
*
pim6d: change MLD socket to be per VRF
David Lamparter
2022-05-06
1
-99
/
+140
*
pim6d: add some show commands for MLD
David Lamparter
2022-05-06
1
-0
/
+549
*
pim6d: count stats for MLD
David Lamparter
2022-05-06
1
-7
/
+63
*
pim6d: add fresh MLD implementation
David Lamparter
2022-05-06
1
-0
/
+2365