]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'netns-defrag'
authorDavid S. Miller <davem@davemloft.net>
Tue, 13 Oct 2015 02:44:22 +0000 (19:44 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Oct 2015 02:44:22 +0000 (19:44 -0700)
commit5a4dc7b2a455d0338b09f0c8790951d1fc773a02
treea1f5f6d66b9637f258fdd41ebc88f303d1af5ee0
parenta7349c9a8868e7b7386db604dd1cabc950b6fd0c
parent57ea7818bec77df67902d022496753be16461b2b
Merge branch 'netns-defrag'

Eric W. Biederman says:

====================
net: Pass net into defragmentation

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.

In netfilter and af_packet we defragment packets in the output path,
and there is the usual amount of confusion about how to compute which
net we are processing the packets in.  This patchset clears that
confusion up by explicitly passing in struct net in ip_defrag,
ip_check_defrag, and nf_ct_frag6_gather.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>