All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT-PULL Request]: SCTP fixes
@ 2008-02-08 20:27 Vlad Yasevich
  2008-02-09 11:45 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Vlad Yasevich @ 2008-02-08 20:27 UTC (permalink / raw)
  To: netdev; +Cc: lksctp-developers, davem

Hi David

The following changes since commit 3113e88c3cb3c0a22920b621f8e4d1f2ccc07f1e:
  Stephen Hemminger (1):
        [PKT_SCHED]: vlan tag match

are available in the git repository at:

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

Vlad Yasevich (6):
      [SCTP]: Stop claiming that this is a "reference implementation"
      [SCTP]: Do not increase rwnd when reading partial notification.
      [SCTP]: Kill silly inlines in ulpqueue.c
      [SCTP]: Correctly reap SSNs when processing FORWARD_TSN chunk
      [SCTP]: Set ports in every address returned by sctp_getladdrs()
      [SCTP]: Make sure the chunk is off the transmitted list prior to freeing.

Wei Yongjun (1):
      [SCTP]: Fix kernel panic while received ASCONF chunk with bad serial number

 include/linux/sctp.h         |    4 +-
 include/net/sctp/auth.h      |    8 +++---
 include/net/sctp/command.h   |    8 +++---
 include/net/sctp/constants.h |    8 +++---
 include/net/sctp/sctp.h      |    8 +++---
 include/net/sctp/sm.h        |    8 +++---
 include/net/sctp/structs.h   |    8 +++---
 include/net/sctp/tsnmap.h    |    8 +++---
 include/net/sctp/ulpevent.h  |    8 +++---
 include/net/sctp/ulpqueue.h  |    6 ++--
 include/net/sctp/user.h      |    8 +++---
 net/sctp/associola.c         |   14 ++++++------
 net/sctp/auth.c              |    8 +++---
 net/sctp/bind_addr.c         |    8 +++---
 net/sctp/chunk.c             |    8 +++---
 net/sctp/command.c           |    8 +++---
 net/sctp/debug.c             |   12 +++-------
 net/sctp/endpointola.c       |   12 +++-------
 net/sctp/input.c             |    8 +++---
 net/sctp/inqueue.c           |    8 +++---
 net/sctp/ipv6.c              |    8 +++---
 net/sctp/objcnt.c            |    8 +++---
 net/sctp/output.c            |    8 +++---
 net/sctp/outqueue.c          |   12 ++++++----
 net/sctp/primitive.c         |    8 +++---
 net/sctp/proc.c              |    8 +++---
 net/sctp/protocol.c          |    8 +++---
 net/sctp/sm_make_chunk.c     |    9 ++++---
 net/sctp/sm_sideeffect.c     |    8 +++---
 net/sctp/sm_statefuns.c      |   10 +++-----
 net/sctp/sm_statetable.c     |    8 +++---
 net/sctp/socket.c            |   17 +++++++++++----
 net/sctp/ssnmap.c            |    8 +++---
 net/sctp/sysctl.c            |    8 +++---
 net/sctp/transport.c         |    8 +++---
 net/sctp/tsnmap.c            |    8 +++---
 net/sctp/ulpevent.c          |    7 +++--
 net/sctp/ulpqueue.c          |   43 +++++++++++++++++++++++++++++------------
 38 files changed, 190 insertions(+), 172 deletions(-)

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

* Re: [GIT-PULL Request]: SCTP fixes
  2008-02-08 20:27 [GIT-PULL Request]: SCTP fixes Vlad Yasevich
@ 2008-02-09 11:45 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2008-02-09 11:45 UTC (permalink / raw)
  To: vladislav.yasevich; +Cc: netdev, lksctp-developers

From: Vlad Yasevich <vladislav.yasevich@hp.com>
Date: Fri,  8 Feb 2008 15:27:21 -0500

> The following changes since commit 3113e88c3cb3c0a22920b621f8e4d1f2ccc07f1e:
>   Stephen Hemminger (1):
>         [PKT_SCHED]: vlan tag match
> 
> are available in the git repository at:
> 
>   vxy@master.kernel.org:/pub/scm/linux/kernel/git/vxy/lksctp-dev.git pending
> 
> Vlad Yasevich (6):
>       [SCTP]: Stop claiming that this is a "reference implementation"
>       [SCTP]: Do not increase rwnd when reading partial notification.
>       [SCTP]: Kill silly inlines in ulpqueue.c
>       [SCTP]: Correctly reap SSNs when processing FORWARD_TSN chunk
>       [SCTP]: Set ports in every address returned by sctp_getladdrs()
>       [SCTP]: Make sure the chunk is off the transmitted list prior to freeing.
> 
> Wei Yongjun (1):
>       [SCTP]: Fix kernel panic while received ASCONF chunk with bad serial number

Pulled and pushed out to net-2.6, thanks Vlad!

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

end of thread, other threads:[~2008-02-09 11:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-08 20:27 [GIT-PULL Request]: SCTP fixes Vlad Yasevich
2008-02-09 11:45 ` 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.