From: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
To: davem@davemloft.net, netdev@vger.kernel.org
Cc: yoshfuji@linux-ipv6.org
Subject: [PATCH net-next 0/7] IPv6 updates
Date: Mon, 14 Jan 2013 00:02:56 +0900 [thread overview]
Message-ID: <50F2CCA0.4080500@linux-ipv6.org> (raw)
Hello.
YOSHIFUJI Hideaki (7):
ipv6: Introduce ip6_flow_hdr() to fill version, tclass and flowlabel.
ipv6: Introduce ip6_flowinfo() to extract flowinfo (tclass +
flowlabel).
ipv6: Use ipv6_get_dsfield() instead of ipv6_tclass().
ipv6: Make ipv6_is_mld() inline and use it from ip6_mc_input().
ipv6 route: Use ipv6_addr_hash() in rt6_info_hash_nhsfn().
ipv6 xfrm: Use ipv6_addr_hash() in xfrm6_tunnel_spi_hash_byaddr().
ipv6: Store Router Alert option in IP6CB directly.
include/linux/ipv6.h | 8 ++------
include/net/addrconf.h | 26 +++++++++++++++++++++++++-
include/net/ipv6.h | 14 ++++++++++++++
include/uapi/linux/ipv6.h | 2 ++
net/ipv6/datagram.c | 12 +++++++-----
net/ipv6/exthdrs.c | 3 ++-
net/ipv6/ip6_gre.c | 6 ++----
net/ipv6/ip6_input.c | 26 +++++---------------------
net/ipv6/ip6_output.c | 8 +++-----
net/ipv6/ip6_tunnel.c | 4 +---
net/ipv6/mcast.c | 27 ---------------------------
net/ipv6/netfilter/ip6t_REJECT.c | 2 +-
net/ipv6/route.c | 17 +++++------------
net/ipv6/tcp_ipv6.c | 6 +++---
net/ipv6/xfrm6_tunnel.c | 2 +-
15 files changed, 73 insertions(+), 90 deletions(-)
--
1.7.9.5
next reply other threads:[~2013-01-13 15:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-13 15:02 YOSHIFUJI Hideaki [this message]
2013-01-14 1:32 ` [PATCH net-next 0/7] IPv6 updates 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=50F2CCA0.4080500@linux-ipv6.org \
--to=yoshfuji@linux-ipv6.org \
--cc=davem@davemloft.net \
--cc=netdev@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.