From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hangbin Liu Subject: Re: [PATCH net 0/2] igmp: fix two incorrect unsolicit report count issues Date: Wed, 29 Aug 2018 19:08:29 +0800 Message-ID: <20180829110829.GE1509@leo.usersys.redhat.com> References: <1535537171-24533-1-git-send-email-liuhangbin@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: David Miller To: netdev@vger.kernel.org Return-path: Received: from mail-pl1-f193.google.com ([209.85.214.193]:44957 "EHLO mail-pl1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727099AbeH2PFC (ORCPT ); Wed, 29 Aug 2018 11:05:02 -0400 Received: by mail-pl1-f193.google.com with SMTP id ba4-v6so2130650plb.11 for ; Wed, 29 Aug 2018 04:08:40 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1535537171-24533-1-git-send-email-liuhangbin@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: 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 >