Re: [PATCH next 0/30] Passing net through the netfilter hooks

2015-09-18 Thread Pablo Neira Ayuso
On Thu, Sep 17, 2015 at 05:19:04PM -0700, David Miller wrote: > From: ebied...@xmission.com (Eric W. Biederman) > Date: Tue, 15 Sep 2015 19:59:49 -0500 > > > Pablo, Dave I don't know whose tree this makes more sense to go > > through. I am assuming at least initially Pablos as netfilter is > > in

Re: [PATCH next 0/30] Passing net through the netfilter hooks

2015-09-18 Thread Nicolas Dichtel
Le 18/09/2015 00:24, Eric W. Biederman a écrit : [snip] Thanks for review. I have added an extra patch for the missing blank lines that are still missing after the entire series. As they affect neither code correctness nor bisectability I don't think there is any point respinning the indivdual

Re: [PATCH next 0/30] Passing net through the netfilter hooks

2015-09-17 Thread David Miller
From: David Miller Date: Thu, 17 Sep 2015 17:19:04 -0700 (PDT) > From: ebied...@xmission.com (Eric W. Biederman) > Date: Tue, 15 Sep 2015 19:59:49 -0500 > >> Pablo, Dave I don't know whose tree this makes more sense to go >> through. I am assuming at least initially Pablos as netfilter is >> in

Re: [PATCH next 0/30] Passing net through the netfilter hooks

2015-09-17 Thread David Miller
From: ebied...@xmission.com (Eric W. Biederman) Date: Tue, 15 Sep 2015 19:59:49 -0500 > Pablo, Dave I don't know whose tree this makes more sense to go > through. I am assuming at least initially Pablos as netfilter is > involved. From what I have seen there will be a lot of back and forth > bet

Re: [PATCH next 0/30] Passing net through the netfilter hooks

2015-09-17 Thread Eric W. Biederman
Nicolas Dichtel writes: > Le 16/09/2015 02:59, Eric W. Biederman a écrit : >> >> My primary goal with this patchset and it's follow ups is to cleanup the >> network routing paths so that we do not look at the output device to >> derive the network namespace. My plan is to pass the network namesp

Re: [PATCH next 0/30] Passing net through the netfilter hooks

2015-09-17 Thread Nicolas Dichtel
Le 16/09/2015 02:59, Eric W. Biederman a écrit : My primary goal with this patchset and it's follow ups is to cleanup the network routing paths so that we do not look at the output device to derive the network namespace. My plan is to pass the network namespace of the transmitting socket throug

[PATCH next 0/30] Passing net through the netfilter hooks

2015-09-15 Thread Eric W. Biederman
My primary goal with this patchset and it's follow ups is to cleanup the network routing paths so that we do not look at the output device to derive the network namespace. My plan is to pass the network namespace of the transmitting socket through the output path, to replace code that looks at th