]> git.baikalelectronics.ru Git - kernel.git/commit
[SCTP]: Implement the receive and verification of AUTH chunk
authorVlad Yasevich <vladislav.yasevich@hp.com>
Thu, 4 Oct 2007 00:51:34 +0000 (17:51 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:51:31 +0000 (16:51 -0700)
commit7d5a80f59271cc7cc4b5198adbc96b377619ff3a
tree8a278cfa0e7bcc7b415e93baf6d1a93536efe17a
parent41f9c4d3d2671f6eb21ca1d546ceb8f73bb4bbfb
[SCTP]: Implement the receive and verification of AUTH chunk

This patch implements the receive path needed to process authenticated
chunks.  Add ability to process the AUTH chunk and handle edge cases
for authenticated COOKIE-ECHO as well.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sctp/constants.h
include/net/sctp/sm.h
include/net/sctp/structs.h
net/sctp/associola.c
net/sctp/endpointola.c
net/sctp/input.c
net/sctp/inqueue.c
net/sctp/sm_statefuns.c
net/sctp/sm_statetable.c