]> bbs.cooldavid.org Git - net-next-2.6.git/commit - net/ipv4/af_inet.c
net - IP_NODEFRAG option for IPv4 socket
authorJiri Olsa <jolsa@redhat.com>
Tue, 15 Jun 2010 01:07:31 +0000 (01:07 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 23 Jun 2010 20:16:38 +0000 (13:16 -0700)
commit7b2ff18ee7b0ec4bc3162f821e221781aaca48bd
treeeed7535663f6333a1dc68861d8cd7b98d8050d4d
parent01fc3e86c6379cc4c78c529a1bad1b8179b726aa
net - IP_NODEFRAG option for IPv4 socket

this patch is implementing IP_NODEFRAG option for IPv4 socket.
The reason is, there's no other way to send out the packet with user
customized header of the reassembly part.

Signed-off-by: Jiri Olsa <jolsa@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/in.h
include/net/inet_sock.h
net/ipv4/af_inet.c
net/ipv4/ip_sockglue.c
net/ipv4/netfilter/nf_defrag_ipv4.c