netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 1/2] Add Cong Wang as TC subsystem co-maintainer
@ 2017-04-19  1:23 Jamal Hadi Salim
  2017-04-19  1:24 ` [PATCH net-next 2/2] Add Jiri Pirko " Jamal Hadi Salim
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Jamal Hadi Salim @ 2017-04-19  1:23 UTC (permalink / raw)
  To: davem; +Cc: netdev, eric.dumazet, jiri, xiyou.wangcong, Jamal Hadi Salim

From: Jamal Hadi Salim <jhs@mojatatu.com>

Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 1973878..749bd84 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12189,6 +12189,7 @@ F:	kernel/taskstats.c
 
 TC subsystem
 M:	Jamal Hadi Salim <jhs@mojatatu.com>
+M:	Cong Wang <xiyou.wangcong@gmail.com>
 L:	netdev@vger.kernel.org
 S:	Maintained
 F:	include/net/pkt_cls.h
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH net-next 2/2] Add Jiri Pirko as TC subsystem co-maintainer
  2017-04-19  1:23 [PATCH net-next 1/2] Add Cong Wang as TC subsystem co-maintainer Jamal Hadi Salim
@ 2017-04-19  1:24 ` Jamal Hadi Salim
  2017-04-19  6:04   ` Jiri Pirko
  2017-04-20 20:15   ` David Miller
  2017-04-19  6:01 ` [PATCH net-next 1/2] Add Cong Wang " Cong Wang
  2017-04-20 20:15 ` David Miller
  2 siblings, 2 replies; 7+ messages in thread
From: Jamal Hadi Salim @ 2017-04-19  1:24 UTC (permalink / raw)
  To: davem; +Cc: netdev, eric.dumazet, jiri, xiyou.wangcong, Jamal Hadi Salim

From: Jamal Hadi Salim <jhs@mojatatu.com>

Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 749bd84..a9df81e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12190,6 +12190,7 @@ F:	kernel/taskstats.c
 TC subsystem
 M:	Jamal Hadi Salim <jhs@mojatatu.com>
 M:	Cong Wang <xiyou.wangcong@gmail.com>
+M:	Jiri Pirko <jiri@resnulli.us>
 L:	netdev@vger.kernel.org
 S:	Maintained
 F:	include/net/pkt_cls.h
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH net-next 1/2] Add Cong Wang as TC subsystem co-maintainer
  2017-04-19  1:23 [PATCH net-next 1/2] Add Cong Wang as TC subsystem co-maintainer Jamal Hadi Salim
  2017-04-19  1:24 ` [PATCH net-next 2/2] Add Jiri Pirko " Jamal Hadi Salim
@ 2017-04-19  6:01 ` Cong Wang
  2017-04-19 11:29   ` Jamal Hadi Salim
  2017-04-20 20:15 ` David Miller
  2 siblings, 1 reply; 7+ messages in thread
From: Cong Wang @ 2017-04-19  6:01 UTC (permalink / raw)
  To: Jamal Hadi Salim
  Cc: David Miller, Linux Kernel Network Developers, Eric Dumazet,
	Jiri Pirko

On Tue, Apr 18, 2017 at 6:23 PM, Jamal Hadi Salim <jhs@mojatatu.com> wrote:
> From: Jamal Hadi Salim <jhs@mojatatu.com>
>
> Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>

I am happy and honored to review net sched patches,

Acked-by: Cong Wang <xiyou.wangcong@gmail.com>

Thanks.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH net-next 2/2] Add Jiri Pirko as TC subsystem co-maintainer
  2017-04-19  1:24 ` [PATCH net-next 2/2] Add Jiri Pirko " Jamal Hadi Salim
@ 2017-04-19  6:04   ` Jiri Pirko
  2017-04-20 20:15   ` David Miller
  1 sibling, 0 replies; 7+ messages in thread
From: Jiri Pirko @ 2017-04-19  6:04 UTC (permalink / raw)
  To: Jamal Hadi Salim; +Cc: davem, netdev, eric.dumazet, xiyou.wangcong

Wed, Apr 19, 2017 at 03:24:00AM CEST, jhs@mojatatu.com wrote:
>From: Jamal Hadi Salim <jhs@mojatatu.com>
>
>Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>

Acked-by: Jiri Pirko <jiri@resnulli.us>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH net-next 1/2] Add Cong Wang as TC subsystem co-maintainer
  2017-04-19  6:01 ` [PATCH net-next 1/2] Add Cong Wang " Cong Wang
@ 2017-04-19 11:29   ` Jamal Hadi Salim
  0 siblings, 0 replies; 7+ messages in thread
From: Jamal Hadi Salim @ 2017-04-19 11:29 UTC (permalink / raw)
  To: Cong Wang
  Cc: David Miller, Linux Kernel Network Developers, Eric Dumazet,
	Jiri Pirko

On 17-04-19 02:01 AM, Cong Wang wrote:
> On Tue, Apr 18, 2017 at 6:23 PM, Jamal Hadi Salim <jhs@mojatatu.com> wrote:
>> From: Jamal Hadi Salim <jhs@mojatatu.com>
>>
>> Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
>
> I am happy and honored to review net sched patches,
>

Thank you for all your contributions so far!

cheers,
jamal

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH net-next 1/2] Add Cong Wang as TC subsystem co-maintainer
  2017-04-19  1:23 [PATCH net-next 1/2] Add Cong Wang as TC subsystem co-maintainer Jamal Hadi Salim
  2017-04-19  1:24 ` [PATCH net-next 2/2] Add Jiri Pirko " Jamal Hadi Salim
  2017-04-19  6:01 ` [PATCH net-next 1/2] Add Cong Wang " Cong Wang
@ 2017-04-20 20:15 ` David Miller
  2 siblings, 0 replies; 7+ messages in thread
From: David Miller @ 2017-04-20 20:15 UTC (permalink / raw)
  To: jhs; +Cc: netdev, eric.dumazet, jiri, xiyou.wangcong

From: Jamal Hadi Salim <jhs@mojatatu.com>
Date: Tue, 18 Apr 2017 21:23:59 -0400

> From: Jamal Hadi Salim <jhs@mojatatu.com>
> 
> Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>

Applied.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH net-next 2/2] Add Jiri Pirko as TC subsystem co-maintainer
  2017-04-19  1:24 ` [PATCH net-next 2/2] Add Jiri Pirko " Jamal Hadi Salim
  2017-04-19  6:04   ` Jiri Pirko
@ 2017-04-20 20:15   ` David Miller
  1 sibling, 0 replies; 7+ messages in thread
From: David Miller @ 2017-04-20 20:15 UTC (permalink / raw)
  To: jhs; +Cc: netdev, eric.dumazet, jiri, xiyou.wangcong

From: Jamal Hadi Salim <jhs@mojatatu.com>
Date: Tue, 18 Apr 2017 21:24:00 -0400

> From: Jamal Hadi Salim <jhs@mojatatu.com>
> 
> Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>

Applied.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-04-20 20:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-19  1:23 [PATCH net-next 1/2] Add Cong Wang as TC subsystem co-maintainer Jamal Hadi Salim
2017-04-19  1:24 ` [PATCH net-next 2/2] Add Jiri Pirko " Jamal Hadi Salim
2017-04-19  6:04   ` Jiri Pirko
2017-04-20 20:15   ` David Miller
2017-04-19  6:01 ` [PATCH net-next 1/2] Add Cong Wang " Cong Wang
2017-04-19 11:29   ` Jamal Hadi Salim
2017-04-20 20:15 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).