linux/net/sctp
Vlad Yasevich cd3ae8e615 SCTP: Fix PR-SCTP to deliver all the accumulated ordered chunks
There is a small bug when we process a FWD-TSN.  We'll deliver
anything upto the current next expected SSN.  However, if the
next expected is already in the queue, it will take another
chunk to trigger its delivery.  The fix is to simply check
the current queued SSN is the next expected one.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
2007-11-09 11:43:41 -05:00
..
Kconfig
Makefile
associola.c SCTP: Allow ADD_IP to work with AUTH for backward compatibility. 2007-11-07 11:39:27 -05:00
auth.c
bind_addr.c SCTP: Update RCU handling during the ADD-IP case 2007-11-07 11:39:27 -05:00
chunk.c
command.c
crc32c.c
debug.c
endpointola.c SCTP: Convert custom hash lists to use hlist. 2007-11-09 11:43:40 -05:00
input.c SCTP: Convert custom hash lists to use hlist. 2007-11-09 11:43:40 -05:00
inqueue.c SCTP: Fix a potential race between timers and receive path. 2007-11-07 11:39:27 -05:00
ipv6.c
objcnt.c
output.c
outqueue.c SCTP: Fix difference cases of retransmit. 2007-11-07 11:39:27 -05:00
primitive.c
proc.c SCTP: Convert custom hash lists to use hlist. 2007-11-09 11:43:40 -05:00
protocol.c SCTP: Convert custom hash lists to use hlist. 2007-11-09 11:43:40 -05:00
sm_make_chunk.c SCTP: Make sctp_verify_param return multiple indications. 2007-11-09 11:43:41 -05:00
sm_sideeffect.c SCTP: Fix difference cases of retransmit. 2007-11-07 11:39:27 -05:00
sm_statefuns.c SCTP: Fix difference cases of retransmit. 2007-11-07 11:39:27 -05:00
sm_statetable.c
socket.c SCTP: Convert custom hash lists to use hlist. 2007-11-09 11:43:40 -05:00
ssnmap.c
sysctl.c SCTP: Allow ADD_IP to work with AUTH for backward compatibility. 2007-11-07 11:39:27 -05:00
transport.c SCTP: Fix difference cases of retransmit. 2007-11-07 11:39:27 -05:00
tsnmap.c
ulpevent.c
ulpqueue.c SCTP: Fix PR-SCTP to deliver all the accumulated ordered chunks 2007-11-09 11:43:41 -05:00