Re: [PATCH net-next v2] r8169:add support for RTL8168H and RTL8107E

2014-09-10 Thread Ivan Vecera
On 10.9.2014 11:25, Hayes Wang wrote: From: Ivan Vecera [mailto:ivec...@redhat.com] Sent: Tuesday, September 09, 2014 8:19 PM [...] Thanks Hayes, have you got any idea when do you update them? If all are fine, I would release them this week. Best Regards, Hayes Great, thanks Hayes.

RE: [PATCH net-next v2] r8169:add support for RTL8168H and RTL8107E

2014-09-10 Thread Hayes Wang
From: Ivan Vecera [mailto:ivec...@redhat.com] > Sent: Tuesday, September 09, 2014 8:19 PM [...] > Thanks Hayes, > have you got any idea when do you update them? If all are fine, I would release them this week. Best Regards, Hayes -- To unsubscribe from this list: send the line "unsubscribe

RE: [PATCH net-next v2] r8169:add support for RTL8168H and RTL8107E

2014-09-10 Thread Hayes Wang
From: Ivan Vecera [mailto:ivec...@redhat.com] Sent: Tuesday, September 09, 2014 8:19 PM [...] Thanks Hayes, have you got any idea when do you update them? If all are fine, I would release them this week. Best Regards, Hayes -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH net-next v2] r8169:add support for RTL8168H and RTL8107E

2014-09-10 Thread Ivan Vecera
On 10.9.2014 11:25, Hayes Wang wrote: From: Ivan Vecera [mailto:ivec...@redhat.com] Sent: Tuesday, September 09, 2014 8:19 PM [...] Thanks Hayes, have you got any idea when do you update them? If all are fine, I would release them this week. Best Regards, Hayes Great, thanks Hayes.

Re: [PATCH net-next v2] r8169:add support for RTL8168H and RTL8107E

2014-09-09 Thread Ivan Vecera
On 9.9.2014 07:50, Hayes Wang wrote: From: Ivan Vecera [mailto:ivec...@redhat.com] Sent: Monday, September 08, 2014 9:01 PM To: Hau; net...@vger.kernel.org Cc: nic_swsd; linux-kernel@vger.kernel.org; rom...@fr.zoreil.com Subject: Re: [PATCH net-next v2] r8169:add support for RTL8168H

Re: [PATCH net-next v2] r8169:add support for RTL8168H and RTL8107E

2014-09-09 Thread Ivan Vecera
On 9.9.2014 07:50, Hayes Wang wrote: From: Ivan Vecera [mailto:ivec...@redhat.com] Sent: Monday, September 08, 2014 9:01 PM To: Hau; net...@vger.kernel.org Cc: nic_swsd; linux-kernel@vger.kernel.org; rom...@fr.zoreil.com Subject: Re: [PATCH net-next v2] r8169:add support for RTL8168H

RE: [PATCH net-next v2] r8169:add support for RTL8168H and RTL8107E

2014-09-08 Thread Hayes Wang
From: Ivan Vecera [mailto:ivec...@redhat.com] > Sent: Monday, September 08, 2014 9:01 PM > To: Hau; net...@vger.kernel.org > Cc: nic_swsd; linux-kernel@vger.kernel.org; rom...@fr.zoreil.com > Subject: Re: [PATCH net-next v2] r8169:add support for > RTL8168H and RTL8107

Re: [PATCH net-next v2] r8169:add support for RTL8168H and RTL8107E

2014-09-08 Thread Ivan Vecera
On 19.8.2014 19:54, Chun-Hao Lin wrote: diff --git a/drivers/net/ethernet/realtek/r8169.c b/drivers/net/ethernet/realtek/r8169.c index 91652e7..c8375f6 100644 --- a/drivers/net/ethernet/realtek/r8169.c +++ b/drivers/net/ethernet/realtek/r8169.c @@ -52,6 +52,10 @@ #define FIRMWARE_8106E_2

Re: [PATCH net-next v2] r8169:add support for RTL8168H and RTL8107E

2014-09-08 Thread Ivan Vecera
On 19.8.2014 19:54, Chun-Hao Lin wrote: diff --git a/drivers/net/ethernet/realtek/r8169.c b/drivers/net/ethernet/realtek/r8169.c index 91652e7..c8375f6 100644 --- a/drivers/net/ethernet/realtek/r8169.c +++ b/drivers/net/ethernet/realtek/r8169.c @@ -52,6 +52,10 @@ #define FIRMWARE_8106E_2

RE: [PATCH net-next v2] r8169:add support for RTL8168H and RTL8107E

2014-09-08 Thread Hayes Wang
From: Ivan Vecera [mailto:ivec...@redhat.com] Sent: Monday, September 08, 2014 9:01 PM To: Hau; net...@vger.kernel.org Cc: nic_swsd; linux-kernel@vger.kernel.org; rom...@fr.zoreil.com Subject: Re: [PATCH net-next v2] r8169:add support for RTL8168H and RTL8107E [...] Where are these new

Re: [PATCH net-next v2] r8169:add support for RTL8168H and RTL8107E

2014-08-22 Thread David Miller
From: Chun-Hao Lin Date: Wed, 20 Aug 2014 01:54:04 +0800 > RTL8168H is Realtek PCIe Gigabit Ethernet controller. > RTL8107E is Realtek PCIe Fast Ethernet controller. > > This patch add support for these two chips. > > Signed-off-by: Chun-Hao Lin Applied. -- To unsubscribe from this list:

Re: [PATCH net-next v2] r8169:add support for RTL8168H and RTL8107E

2014-08-22 Thread David Miller
From: Chun-Hao Lin h...@realtek.com Date: Wed, 20 Aug 2014 01:54:04 +0800 RTL8168H is Realtek PCIe Gigabit Ethernet controller. RTL8107E is Realtek PCIe Fast Ethernet controller. This patch add support for these two chips. Signed-off-by: Chun-Hao Lin h...@realtek.com Applied. -- To

[PATCH net-next v2] r8169:add support for RTL8168H and RTL8107E

2014-08-19 Thread Chun-Hao Lin
RTL8168H is Realtek PCIe Gigabit Ethernet controller. RTL8107E is Realtek PCIe Fast Ethernet controller. This patch add support for these two chips. Signed-off-by: Chun-Hao Lin --- drivers/net/ethernet/realtek/r8169.c | 470 +-- 1 file changed, 452

[PATCH net-next v2] r8169:add support for RTL8168H and RTL8107E

2014-08-19 Thread Chun-Hao Lin
RTL8168H is Realtek PCIe Gigabit Ethernet controller. RTL8107E is Realtek PCIe Fast Ethernet controller. This patch add support for these two chips. Signed-off-by: Chun-Hao Lin h...@realtek.com --- drivers/net/ethernet/realtek/r8169.c | 470 +-- 1 file changed,