android_kernel_xiaomi_sm8350/net/sctp
Vlad Yasevich 732ba35e75 [SCTP]: Fix SACK sequence during shutdown
Currently, when association enters SHUTDOWN state,the
implementation will SACK any DATA first and then transmit
the SHUTDOWN chunk.  This is against the order required by
2960bis spec.  SHUTDOWN must always be first, followed by
SACK. This change forces this order and also enables bundling.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: Sridhar Samudrala <sri@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-01-23 20:25:47 -08:00
..
associola.c [SCTP]: Add support for SCTP_CONTEXT socket option. 2006-12-13 16:48:29 -08:00
bind_addr.c
chunk.c
command.c
crc32c.c
debug.c
endpointola.c
input.c
inqueue.c
ipv6.c [SCTP]: make 2 functions static 2006-12-22 11:12:05 -08:00
Kconfig
Makefile
objcnt.c
output.c
outqueue.c
primitive.c
proc.c
protocol.c [SCTP]: make 2 functions static 2006-12-22 11:12:05 -08:00
sm_make_chunk.c [SCTP]: Verify some mandatory parameters. 2007-01-23 20:25:45 -08:00
sm_sideeffect.c [SCTP]: Fix SACK sequence during shutdown 2007-01-23 20:25:47 -08:00
sm_statefuns.c [SCTP]: Correctly handle unexpected INIT-ACK chunk. 2007-01-23 20:25:46 -08:00
sm_statetable.c [SCTP]: Correctly handle unexpected INIT-ACK chunk. 2007-01-23 20:25:46 -08:00
socket.c [SCTP]: Fix typo adaption -> adaptation as per the latest API draft. 2006-12-22 11:12:04 -08:00
ssnmap.c
sysctl.c
transport.c
tsnmap.c
ulpevent.c [SCTP]: Fix typo adaption -> adaptation as per the latest API draft. 2006-12-22 11:12:04 -08:00
ulpqueue.c