diff options
| author | Pablo Neira Ayuso <pablo@netfilter.org> | 2012-09-03 09:28:30 -0400 |
|---|---|---|
| committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2012-09-03 09:34:51 -0400 |
| commit | ace1fe1231bdfffd60b5e703aa5b7283fbf98dbd (patch) | |
| tree | 06c7492a8f3cc65f916768616ca24c6bc7171761 /include/net/netns | |
| parent | ce9f3f31efb88841e4df98794b13dbac8c4901da (diff) | |
| parent | a2dc375e12334b3d8f787a48b2fb6172ccfb80ae (diff) | |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
This merges (3f509c6 netfilter: nf_nat_sip: fix incorrect handling
of EBUSY for RTCP expectation) to Patrick McHardy's IPv6 NAT changes.
Diffstat (limited to 'include/net/netns')
| -rw-r--r-- | include/net/netns/ipv4.h | 3 | ||||
| -rw-r--r-- | include/net/netns/packet.h | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/include/net/netns/ipv4.h b/include/net/netns/ipv4.h index ace280d19a2..7d00583d53d 100644 --- a/include/net/netns/ipv4.h +++ b/include/net/netns/ipv4.h | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | #ifndef __NETNS_IPV4_H__ | 5 | #ifndef __NETNS_IPV4_H__ |
| 6 | #define __NETNS_IPV4_H__ | 6 | #define __NETNS_IPV4_H__ |
| 7 | 7 | ||
| 8 | #include <linux/uidgid.h> | ||
| 8 | #include <net/inet_frag.h> | 9 | #include <net/inet_frag.h> |
| 9 | 10 | ||
| 10 | struct tcpm_hash_bucket; | 11 | struct tcpm_hash_bucket; |
| @@ -60,7 +61,7 @@ struct netns_ipv4 { | |||
| 60 | int sysctl_icmp_ratemask; | 61 | int sysctl_icmp_ratemask; |
| 61 | int sysctl_icmp_errors_use_inbound_ifaddr; | 62 | int sysctl_icmp_errors_use_inbound_ifaddr; |
| 62 | 63 | ||
| 63 | unsigned int sysctl_ping_group_range[2]; | 64 | kgid_t sysctl_ping_group_range[2]; |
| 64 | long sysctl_tcp_mem[3]; | 65 | long sysctl_tcp_mem[3]; |
| 65 | 66 | ||
| 66 | atomic_t rt_genid; | 67 | atomic_t rt_genid; |
diff --git a/include/net/netns/packet.h b/include/net/netns/packet.h index 4780b080a43..17ec2b95c06 100644 --- a/include/net/netns/packet.h +++ b/include/net/netns/packet.h | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | #define __NETNS_PACKET_H__ | 5 | #define __NETNS_PACKET_H__ |
| 6 | 6 | ||
| 7 | #include <linux/rculist.h> | 7 | #include <linux/rculist.h> |
| 8 | #include <linux/spinlock.h> | 8 | #include <linux/mutex.h> |
| 9 | 9 | ||
| 10 | struct netns_packet { | 10 | struct netns_packet { |
| 11 | struct mutex sklist_lock; | 11 | struct mutex sklist_lock; |
