Re: [PATCH net-next 0/6] net: Pass net through ip fragmention

2015-10-05 Thread David Miller
From: ebied...@xmission.com (Eric W. Biederman) Date: Wed, 30 Sep 2015 16:24:40 -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 ou

Re: [PATCH net-next 0/6] net: Pass net through ip fragmention

2015-10-01 Thread Nicolas Dichtel
Le 30/09/2015 23:24, 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 0/6] net: Pass net through ip fragmention

2015-09-30 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. This round focuses on passing net through ip fragme