Re: [PATCH net-next 00/16] net: Pass net through the output path v2

2015-10-08 Thread David Miller
From: ebied...@xmission.com (Eric W. Biederman) Date: Wed, 07 Oct 2015 16:46:49 -0500 > This is the next installment of my work to pass struct net through the > output path so the code does not need to guess how to figure out which > network namespace it is in, and ultimately routes can have outpu

Re: [PATCH net-next 00/16] net: Pass net through the output path v2

2015-10-08 Thread Nicolas Dichtel
Le 07/10/2015 23:46, Eric W. Biederman a écrit : This is the next installment of my work to pass struct net through the output path so the code does not need to guess how to figure out which network namespace it is in, and ultimately routes can have output devices in another network namespace.

[PATCH net-next 00/16] net: Pass net through the output path v2

2015-10-07 Thread Eric W. Biederman
This is the next installment of my work to pass struct net through the output path so the code does not need to guess how to figure out which network namespace it is in, and ultimately routes can have output devices in another network namespace. The first patch in this series is a fix for a bug t