Re: [PATCH] r8169: Add support for new Realtek Ethernet

2019-01-04 Thread David Miller
From: Kai-Heng Feng Date: Wed, 2 Jan 2019 14:45:07 +0800 > There are two new Realtek Ethernet devices which are re-branded r8168h. > Add the IDs to to support them. > > Signed-off-by: Kai-Heng Feng Applied.

Re: [PATCH] r8169: Add support for new Realtek Ethernet

2019-01-02 Thread Heiner Kallweit
On 02.01.2019 07:45, Kai-Heng Feng wrote: > There are two new Realtek Ethernet devices which are re-branded r8168h. > Add the IDs to to support them. > > Signed-off-by: Kai-Heng Feng > --- > drivers/net/ethernet/realtek/r8169.c | 2 ++ > 1 file changed, 2 insertions(+) > Reviewed-by: Heiner

Re: [PATCH] r8169: Add support for new Realtek Ethernet

2019-01-02 Thread David Miller
From: Kai-Heng Feng Date: Wed, 2 Jan 2019 14:45:07 +0800 > There are two new Realtek Ethernet devices which are re-branded r8168h. > Add the IDs to to support them. > > Signed-off-by: Kai-Heng Feng Heiner, please review.

[PATCH] r8169: Add support for new Realtek Ethernet

2019-01-01 Thread Kai-Heng Feng
There are two new Realtek Ethernet devices which are re-branded r8168h. Add the IDs to to support them. Signed-off-by: Kai-Heng Feng --- drivers/net/ethernet/realtek/r8169.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/net/ethernet/realtek/r8169.c