mbox series

[net,0/2] igmp: fix two incorrect unsolicit report count issues

Message ID 1535537171-24533-1-git-send-email-liuhangbin@gmail.com
Headers show
Series igmp: fix two incorrect unsolicit report count issues | expand

Message

Hangbin Liu Aug. 29, 2018, 10:06 a.m. UTC
Just like the subject, fix two minor igmp unsolicit report count issues.

Hangbin Liu (2):
  igmp: fix incorrect unsolicit report count when join group
  igmp: fix incorrect unsolicit report count after link down and up

 net/ipv4/igmp.c | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

Comments

Hangbin Liu Aug. 29, 2018, 11:08 a.m. UTC | #1
Opps, sent two duplicate mails by mistake.
Please ignore the duplicate messages. Sorry.

On Wed, Aug 29, 2018 at 06:06:07PM +0800, Hangbin Liu wrote:
> Just like the subject, fix two minor igmp unsolicit report count issues.
> 
> Hangbin Liu (2):
>   igmp: fix incorrect unsolicit report count when join group
>   igmp: fix incorrect unsolicit report count after link down and up
> 
>  net/ipv4/igmp.c | 11 ++++-------
>  1 file changed, 4 insertions(+), 7 deletions(-)
> 
> -- 
> 2.5.5
>
David Miller Sept. 2, 2018, 8:39 p.m. UTC | #2
From: Hangbin Liu <liuhangbin@gmail.com>
Date: Wed, 29 Aug 2018 18:06:07 +0800

> Just like the subject, fix two minor igmp unsolicit report count issues.

Series applied, thanks.