netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5]: [VLAN] fixes for PACKET
@ 2008-04-11  9:25 Joonwoo Park
  2008-04-11 13:04 ` Patrick McHardy
  0 siblings, 1 reply; 5+ messages in thread
From: Joonwoo Park @ 2008-04-11  9:25 UTC (permalink / raw)
  To: kaber, auke-jan.h.kok; +Cc: davem, jeff, netdev

Hi,
This patchset is the v3 for resolving the issue about VLAN & PACKET.
It contains some cleanups for vlan as well.

Related previous discussions are below:
http://bugzilla.kernel.org/show_bug.cgi?id=8218
http://thread.gmane.org/gmane.linux.drivers.e1000.devel/2587
http://thread.gmane.org/gmane.linux.network/88488

[PATCH 1/5] [VLAN]: Unclassified vlan packet
[PATCH 2/5] [VLAN]: Add vlan tag into PACKET_AUXDATA
[PATCH 3/5] [VLAN]: Use is_vlan_dev()
[PATCH 4/5] [E1000]: [VLAN] Turn off the HW vlan filter if promisc
[PATCH 5/5] [E1000e]: [VLAN] Turn off the HW vlan filter if promisc

Thanks Patrick for the suggestions.

Please review and consider applying.

Thanks,
Joonwoo


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

* Re: [PATCH 0/5]: [VLAN] fixes for PACKET
  2008-04-11  9:25 [PATCH 0/5]: [VLAN] fixes for PACKET Joonwoo Park
@ 2008-04-11 13:04 ` Patrick McHardy
  2008-04-11 14:05   ` Joonwoo Park
  0 siblings, 1 reply; 5+ messages in thread
From: Patrick McHardy @ 2008-04-11 13:04 UTC (permalink / raw)
  To: Joonwoo Park; +Cc: auke-jan.h.kok, davem, jeff, netdev

Joonwoo Park wrote:
> Hi,
> This patchset is the v3 for resolving the issue about VLAN & PACKET.
> It contains some cleanups for vlan as well.
> 
> Related previous discussions are below:
> http://bugzilla.kernel.org/show_bug.cgi?id=8218
> http://thread.gmane.org/gmane.linux.drivers.e1000.devel/2587
> http://thread.gmane.org/gmane.linux.network/88488
> 
> [PATCH 1/5] [VLAN]: Unclassified vlan packet
> [PATCH 2/5] [VLAN]: Add vlan tag into PACKET_AUXDATA
> [PATCH 3/5] [VLAN]: Use is_vlan_dev()
> [PATCH 4/5] [E1000]: [VLAN] Turn off the HW vlan filter if promisc
> [PATCH 5/5] [E1000e]: [VLAN] Turn off the HW vlan filter if promisc
> 
> Thanks Patrick for the suggestions.
> 
> Please review and consider applying.


Your patches don't seem to have made it to the list or my inbox.

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

* Re: [PATCH 0/5]: [VLAN] fixes for PACKET
  2008-04-11 13:04 ` Patrick McHardy
@ 2008-04-11 14:05   ` Joonwoo Park
  2008-05-08 18:33     ` Joonwoo Park
  0 siblings, 1 reply; 5+ messages in thread
From: Joonwoo Park @ 2008-04-11 14:05 UTC (permalink / raw)
  To: Patrick McHardy; +Cc: auke-jan.h.kok, davem, jeff, netdev

2008/4/11, Patrick McHardy <kaber@trash.net>:
> Joonwoo Park wrote:
> > Hi,
> > This patchset is the v3 for resolving the issue about VLAN & PACKET.
> > It contains some cleanups for vlan as well.
> >
> > Related previous discussions are below:
> > http://bugzilla.kernel.org/show_bug.cgi?id=8218
> >
> http://thread.gmane.org/gmane.linux.drivers.e1000.devel/2587
> > http://thread.gmane.org/gmane.linux.network/88488
> >
> > [PATCH 1/5] [VLAN]: Unclassified vlan packet
> > [PATCH 2/5] [VLAN]: Add vlan tag into PACKET_AUXDATA
> > [PATCH 3/5] [VLAN]: Use is_vlan_dev()
> > [PATCH 4/5] [E1000]: [VLAN] Turn off the HW vlan filter if promisc
> > [PATCH 5/5] [E1000e]: [VLAN] Turn off the HW vlan filter if promisc
> >
> > Thanks Patrick for the suggestions.
> >
> > Please review and consider applying.
> >
>
>
> Your patches don't seem to have made it to the list or my inbox.
>

It weird :(
I've resent all of them with another mail client.
Thanks for notification.

Joonwoo,

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

* Re: [PATCH 0/5]: [VLAN] fixes for PACKET
  2008-04-11 14:05   ` Joonwoo Park
@ 2008-05-08 18:33     ` Joonwoo Park
  2008-05-08 20:36       ` Patrick McHardy
  0 siblings, 1 reply; 5+ messages in thread
From: Joonwoo Park @ 2008-05-08 18:33 UTC (permalink / raw)
  To: Patrick McHardy; +Cc: auke-jan.h.kok, davem, jeff, netdev

2008/4/11 Joonwoo Park <joonwpark81@gmail.com>:
> 2008/4/11, Patrick McHardy <kaber@trash.net>:
>> Joonwoo Park wrote:
>> > Hi,
>> > This patchset is the v3 for resolving the issue about VLAN & PACKET.
>> > It contains some cleanups for vlan as well.
>> >
>> > Related previous discussions are below:
>> > http://bugzilla.kernel.org/show_bug.cgi?id=8218
>> >
>> http://thread.gmane.org/gmane.linux.drivers.e1000.devel/2587
>> > http://thread.gmane.org/gmane.linux.network/88488
>> >
>> > [PATCH 1/5] [VLAN]: Unclassified vlan packet
>> > [PATCH 2/5] [VLAN]: Add vlan tag into PACKET_AUXDATA
>> > [PATCH 3/5] [VLAN]: Use is_vlan_dev()
>> > [PATCH 4/5] [E1000]: [VLAN] Turn off the HW vlan filter if promisc
>> > [PATCH 5/5] [E1000e]: [VLAN] Turn off the HW vlan filter if promisc
>> >
>> > Thanks Patrick for the suggestions.
>> >
>> > Please review and consider applying.
>> >
>>
>>
>> Your patches don't seem to have made it to the list or my inbox.
>>
>
> It weird :(
> I've resent all of them with another mail client.
> Thanks for notification.
>
> Joonwoo,
>

Patrick,
May I get your ACK, NACK or opinion for this patchset?
Please forgive my impatience.

Thanks in advance.
Joonwoo

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

* Re: [PATCH 0/5]: [VLAN] fixes for PACKET
  2008-05-08 18:33     ` Joonwoo Park
@ 2008-05-08 20:36       ` Patrick McHardy
  0 siblings, 0 replies; 5+ messages in thread
From: Patrick McHardy @ 2008-05-08 20:36 UTC (permalink / raw)
  To: Joonwoo Park; +Cc: auke-jan.h.kok, davem, jeff, netdev

Joonwoo Park wrote:
> Patrick,
> May I get your ACK, NACK or opinion for this patchset?
> Please forgive my impatience.


Sorry for the delay, I promise to look into them early enough
so we can get this fixed in 2.6.27. Might still be a few days
though.

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

end of thread, other threads:[~2008-05-08 20:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-11  9:25 [PATCH 0/5]: [VLAN] fixes for PACKET Joonwoo Park
2008-04-11 13:04 ` Patrick McHardy
2008-04-11 14:05   ` Joonwoo Park
2008-05-08 18:33     ` Joonwoo Park
2008-05-08 20:36       ` Patrick McHardy

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).