Re: [patch net-next 03/16] vlan: add link to upper device

2012-08-14 Thread Jiri Pirko
Mon, Aug 13, 2012 at 09:04:21PM CEST, f...@redhat.com wrote: >On Mon, 13 Aug 2012 17:27:02 +0200 >Jiri Pirko wrote: > >> Signed-off-by: Jiri Pirko >> --- >> net/8021q/vlan.c | 10 +- >> 1 file changed, 9 insertions(+), 1 deletion(-) >> >> diff --git a/net/8021q/vlan.c

Re: [patch net-next 03/16] vlan: add link to upper device

2012-08-14 Thread Jiri Pirko
Mon, Aug 13, 2012 at 09:04:21PM CEST, f...@redhat.com wrote: On Mon, 13 Aug 2012 17:27:02 +0200 Jiri Pirko j...@resnulli.us wrote: Signed-off-by: Jiri Pirko j...@resnulli.us --- net/8021q/vlan.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git

Re: [patch net-next 03/16] vlan: add link to upper device

2012-08-13 Thread Flavio Leitner
On Mon, 13 Aug 2012 17:27:02 +0200 Jiri Pirko wrote: > Signed-off-by: Jiri Pirko > --- > net/8021q/vlan.c | 10 +- > 1 file changed, 9 insertions(+), 1 deletion(-) > > diff --git a/net/8021q/vlan.c b/net/8021q/vlan.c > index 9096bcb..739665e 100644 > --- a/net/8021q/vlan.c > +++

[patch net-next 03/16] vlan: add link to upper device

2012-08-13 Thread Jiri Pirko
Signed-off-by: Jiri Pirko --- net/8021q/vlan.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/net/8021q/vlan.c b/net/8021q/vlan.c index 9096bcb..739665e 100644 --- a/net/8021q/vlan.c +++ b/net/8021q/vlan.c @@ -105,6 +105,8 @@ void unregister_vlan_dev(struct

[patch net-next 03/16] vlan: add link to upper device

2012-08-13 Thread Jiri Pirko
Signed-off-by: Jiri Pirko j...@resnulli.us --- net/8021q/vlan.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/net/8021q/vlan.c b/net/8021q/vlan.c index 9096bcb..739665e 100644 --- a/net/8021q/vlan.c +++ b/net/8021q/vlan.c @@ -105,6 +105,8 @@ void

Re: [patch net-next 03/16] vlan: add link to upper device

2012-08-13 Thread Flavio Leitner
On Mon, 13 Aug 2012 17:27:02 +0200 Jiri Pirko j...@resnulli.us wrote: Signed-off-by: Jiri Pirko j...@resnulli.us --- net/8021q/vlan.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/net/8021q/vlan.c b/net/8021q/vlan.c index 9096bcb..739665e 100644 ---