]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/net...
authorDavid S. Miller <davem@davemloft.net>
Mon, 5 Oct 2015 10:39:31 +0000 (03:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 Oct 2015 10:39:31 +0000 (03:39 -0700)
commit40e0674c5b9eddbd9ce500deee6b50de9b1abb55
tree330de06d99898083d860f38a22ee82211bb91905
parentec4adf2eaf0ad664f2beadc0869ed98e9abb67c1
parent8f56b31b0d7ee3107adc6ac5236ff43f125ad0f8
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/net-next

Eric W. Biederman says:

====================
net: Pass net through ip fragmention

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 fragmentation which we seem
to call from about everywhere.  That is the main ip output paths, the
bridge netfilter code, and openvswitch.  This has to happend at once
accross the tree as function pointers are involved.

First some prep work is done, then ipv4 and ipv6 are converted and then
temporary helper functions are removed.
====================

Acked-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip.h