]> git.baikalelectronics.ru Git - kernel.git/commit
ipv4: Lock socket and use cork flow in ip4_datagram_connect().
authorDavid S. Miller <davem@davemloft.net>
Sat, 7 May 2011 05:27:25 +0000 (22:27 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 8 May 2011 20:48:57 +0000 (13:48 -0700)
commit583c1db7c3e42d26b0693d40d75852d762d4adb7
tree6bbc1d63430437c9f0d3cd65c6d1b2254515834a
parent702ae25af709e7158e4cbd815f4998f6dfea1f65
ipv4: Lock socket and use cork flow in ip4_datagram_connect().

This is to make sure that an l2tp socket's inet cork flow is
fully filled in, when it's encapsulated in UDP.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/datagram.c