All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next-2.6 0/5 v2] SCTP updates for net-next-2.6
@ 2011-04-27  7:35 ` Wei Yongjun
  0 siblings, 0 replies; 14+ messages in thread
From: Wei Yongjun @ 2011-04-27  7:35 UTC (permalink / raw)
  To: David Miller; +Cc: netdev@vger.kernel.org, lksctp

Hi David

Here is a set of SCTP patches for net-next-2.6, the last part
from vlad's lksctp-dev tree, update SCTP IPv6 routing and IPSec
issues. Please apply.

Changelog:
  - redo the intermediate builds test and function test.
  - remove useless ->dst_saddr member of sctp_pf
  - merge some fix for original patch

Vlad Yasevich (4):
      sctp: cache the ipv6 source after route lookup
      sctp: make sctp over IPv6 work with IPsec
      sctp: remove useless arguments from get_saddr() call
      sctp: clean up route lookup calls

Weixing Shi (1):
      sctp: fix sctp to work with ipv6 source address routing

 include/net/sctp/structs.h |   18 ++---
 net/sctp/ipv6.c            |  183 +++++++++++++++++++++++++------------------
 net/sctp/protocol.c        |   54 ++++++-------
 net/sctp/socket.c          |    2 +-
 net/sctp/transport.c       |   28 ++++---
 5 files changed, 153 insertions(+), 132 deletions(-)



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2011-04-27 20:20 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-27  7:35 [PATCH net-next-2.6 0/5 v2] SCTP updates for net-next-2.6 Wei Yongjun
2011-04-27  7:35 ` Wei Yongjun
2011-04-27  7:36 ` [PATCH net-next-2.6 1/5 v2] sctp: fix sctp to work with ipv6 source Wei Yongjun
2011-04-27  7:36   ` [PATCH net-next-2.6 1/5 v2] sctp: fix sctp to work with ipv6 source address routing Wei Yongjun
2011-04-27  7:51 ` [PATCH net-next-2.6 2/5 v2] sctp: cache the ipv6 source after route Wei Yongjun
2011-04-27  7:51   ` [PATCH net-next-2.6 2/5 v2] sctp: cache the ipv6 source after route lookup Wei Yongjun
2011-04-27  7:52 ` [PATCH net-next-2.6 3/5] sctp: make sctp over IPv6 work with IPsec Wei Yongjun
2011-04-27  7:52   ` Wei Yongjun
2011-04-27  7:53 ` [PATCH net-next-2.6 4/5 v2] sctp: remove useless arguments from get_saddr() Wei Yongjun
2011-04-27  7:53   ` [PATCH net-next-2.6 4/5 v2] sctp: remove useless arguments from get_saddr() call Wei Yongjun
2011-04-27  7:54 ` [PATCH net-next-2.6 5/5 v2] sctp: clean up route lookup calls Wei Yongjun
2011-04-27  7:54   ` Wei Yongjun
2011-04-27 20:20 ` [PATCH net-next-2.6 0/5 v2] SCTP updates for net-next-2.6 David Miller
2011-04-27 20:20   ` David Miller

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.