[NET]: {get|set}sockopt compatibility layer
authorDmitry Mishin <dim@openvz.org>
Tue, 21 Mar 2006 06:45:21 +0000 (22:45 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Mar 2006 06:45:21 +0000 (22:45 -0800)
commit3fdadf7d27e3fbcf72930941884387d1f4936f04
tree167072cf1e60b6b307610563614b435ff0caa52d
parentc750360938b403e6cc193d293cfbcb099dd6c60e
[NET]: {get|set}sockopt compatibility layer

This patch extends {get|set}sockopt compatibility layer in order to
move protocol specific parts to their place and avoid huge universal
net/compat.c file in the future.

Signed-off-by: Dmitry Mishin <dim@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
29 files changed:
include/linux/net.h
include/linux/netfilter.h
include/net/inet_connection_sock.h
include/net/ip.h
include/net/ipv6.h
include/net/sctp/structs.h
include/net/sock.h
include/net/tcp.h
net/compat.c
net/core/sock.c
net/dccp/dccp.h
net/dccp/ipv4.c
net/dccp/ipv6.c
net/dccp/proto.c
net/ipv4/af_inet.c
net/ipv4/ip_sockglue.c
net/ipv4/raw.c
net/ipv4/tcp.c
net/ipv4/tcp_ipv4.c
net/ipv4/udp.c
net/ipv6/af_inet6.c
net/ipv6/ipv6_sockglue.c
net/ipv6/ipv6_syms.c
net/ipv6/raw.c
net/ipv6/tcp_ipv6.c
net/ipv6/udp.c
net/netfilter/nf_sockopt.c
net/sctp/ipv6.c
net/sctp/protocol.c