netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] SCTP bug fixes for net-2.6
@ 2007-11-29 15:45 Vlad Yasevich
  2007-11-30 12:29 ` Herbert Xu
       [not found] ` <b7f21edd0712112229l6219c835w466d8bf43390cf3a@mail.gmail.com>
  0 siblings, 2 replies; 3+ messages in thread
From: Vlad Yasevich @ 2007-11-29 15:45 UTC (permalink / raw)
  To: netdev; +Cc: herbert, lksctp-developers


Hi Herbert

The following changes since commit a357dde9df33f28611e6a3d4f88265e39bcc8880:
  Stephen Hemminger (1):
        [TCP] illinois: Incorrect beta usage

are available in the git repository at:

  aster.kernel.org:/pub/scm/linux/kernel/git/vxy/lksctp-dev.git pending

Vlad Yasevich (5):
      SCTP: Fix the number of HB transmissions.
      SCTP: Fix SCTP-AUTH to correctly add HMACS paramter.
      SCTP: Fix the supported extensions paramter
      SCTP: Fix chunk acceptance when no authenticated chunks were listed.
      SCTP: Fix build issues with SCTP AUTH.

 include/net/sctp/constants.h |    9 ++++++---
 net/sctp/Kconfig             |    6 +++---
 net/sctp/auth.c              |    4 +++-
 net/sctp/sm_make_chunk.c     |   25 +++++++++----------------
 net/sctp/sm_statefuns.c      |    2 +-
 5 files changed, 22 insertions(+), 24 deletions(-)

Thanks
-vlad

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

* Re: [GIT PULL] SCTP bug fixes for net-2.6
  2007-11-29 15:45 [GIT PULL] SCTP bug fixes for net-2.6 Vlad Yasevich
@ 2007-11-30 12:29 ` Herbert Xu
       [not found] ` <b7f21edd0712112229l6219c835w466d8bf43390cf3a@mail.gmail.com>
  1 sibling, 0 replies; 3+ messages in thread
From: Herbert Xu @ 2007-11-30 12:29 UTC (permalink / raw)
  To: Vlad Yasevich; +Cc: netdev, lksctp-developers

On Thu, Nov 29, 2007 at 10:45:41AM -0500, Vlad Yasevich wrote:
> 
> Hi Herbert
> 
> The following changes since commit a357dde9df33f28611e6a3d4f88265e39bcc8880:
>   Stephen Hemminger (1):
>         [TCP] illinois: Incorrect beta usage
> 
> are available in the git repository at:
> 
>   aster.kernel.org:/pub/scm/linux/kernel/git/vxy/lksctp-dev.git pending

Pulled.  Thanks Vlad!
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

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

* Re: [GIT PULL] SCTP bug fixes for net-2.6
       [not found] ` <b7f21edd0712112229l6219c835w466d8bf43390cf3a@mail.gmail.com>
@ 2007-12-12 15:30   ` Vlad Yasevich
  0 siblings, 0 replies; 3+ messages in thread
From: Vlad Yasevich @ 2007-12-12 15:30 UTC (permalink / raw)
  To: Jijo Chacko; +Cc: netdev, herbert, lksctp-developers

Jijo Chacko wrote:
> 
> Hello experts,
> 
> [ sorry if  my questions are irrelevent to any one of you ].
> 
> I am trying to develop a frame work, where i  transport all HTTP traffic
> over SCTP. On user space, i can do this easily over SCTP, BSD-style
> sockets. If i am to write a kernel module(say in-kernel web
> client/server) using kernel version of SCTP interfaces, what are the
> available calls now supported ? I see in-kernel implementation like
> NFS/RPC make kernel version of UDP and TCP _sendmsg, i don't find
> similar interfaces for SCTP..

Look at fs/dlm/lowcomms.c

All you need to do is use IPPROTO_SCTP when creating a socket in
the kernel and then I believe you can use all the same calls as TCP/UDP.

-vlad


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

end of thread, other threads:[~2007-12-12 15:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-29 15:45 [GIT PULL] SCTP bug fixes for net-2.6 Vlad Yasevich
2007-11-30 12:29 ` Herbert Xu
     [not found] ` <b7f21edd0712112229l6219c835w466d8bf43390cf3a@mail.gmail.com>
2007-12-12 15:30   ` Vlad Yasevich

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).