From: pablo@netfilter.org
To: netfilter-devel@vger.kernel.org
Cc: davem@davemloft.net, netdev@vger.kernel.org
Subject: [PATCH 0/3] netfilter updates for net-next
Date: Tue, 13 Nov 2012 01:06:40 +0100 [thread overview]
Message-ID: <1352765203-4160-1-git-send-email-pablo@netfilter.org> (raw)
From: Pablo Neira Ayuso <pablo@netfilter.org>
Hi David,
The following three patches contain updates for your net-next tree,
they include:
* Little cleanup for IPVS the use of a strange notation to assign the
conntrack object, from Alan Cox.
* getsockopt support to obtain the original IPv6 address after NAT,
similar to the one that IPv4 provides, from Florian Westphal.
* Another little cleanup for nf_nat to save a couple of lines by using
PTR_RET, from Wu Fengguang.
You can pull these changes from:
git://1984.lsi.us.es/nf-next master
Thanks!
Alan Cox (1):
ipvs: remove silly double assignment
Florian Westphal (1):
netfilter: ipv6: add getsockopt to retrieve origdst
Wu Fengguang (1):
netfilter: nf_nat: use PTR_RET
include/uapi/linux/in6.h | 1 +
include/uapi/linux/netfilter_ipv6/ip6_tables.h | 3 ++
net/ipv4/netfilter/iptable_nat.c | 4 +-
net/ipv6/netfilter/ip6table_nat.c | 4 +-
net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c | 61 ++++++++++++++++++++++++
net/netfilter/ipvs/ip_vs_nfct.c | 2 +-
net/netfilter/ipvs/ip_vs_xmit.c | 8 ++--
7 files changed, 72 insertions(+), 11 deletions(-)
--
1.7.10.4
next reply other threads:[~2012-11-13 0:06 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-13 0:06 pablo [this message]
2012-11-13 0:06 ` [PATCH 1/3] ipvs: remove silly double assignment pablo
2012-11-13 0:06 ` [PATCH 2/3] netfilter: nf_nat: use PTR_RET pablo
2012-11-13 0:06 ` [PATCH 3/3] netfilter: ipv6: add getsockopt to retrieve origdst pablo
2012-11-13 3:29 ` YOSHIFUJI Hideaki
2012-11-13 8:59 ` Florian Westphal
2012-11-13 9:39 ` Pablo Neira Ayuso
2012-11-13 12:40 ` [PATCH 0/3] netfilter updates for net-next Pablo Neira Ayuso
2012-11-13 19:12 ` David Miller
-- strict thread matches above, loose matches on Subject: below --
2014-01-08 19:13 [PATCH 0/3] Netfilter " Pablo Neira Ayuso
2014-01-08 20:05 ` David Miller
2014-01-16 9:04 Pablo Neira Ayuso
2014-01-16 19:44 ` David Miller
2014-01-16 9:10 Pablo Neira Ayuso
2014-01-16 19:45 ` David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1352765203-4160-1-git-send-email-pablo@netfilter.org \
--to=pablo@netfilter.org \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
--cc=netfilter-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).