aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/sm_statefuns.c
Commit message (Expand)AuthorAgeFilesLines
* sctp: Fix to handle SHUTDOWN in SHUTDOWN_RECEIVED stateWei Yongjun2008-10-231-0/+45
* sctp: Add check for the TSN field of the SHUTDOWN chunkWei Yongjun2008-10-231-0/+9
* sctp: update SNMP statiscts when T5 timer expired.Vlad Yasevich2008-10-091-0/+3
* sctp: Fix SNMP number of SCTP_MIB_ABORTED during violation handling.Vlad Yasevich2008-10-091-6/+3
* sctp: Fix the SNMP number of SCTP_MIB_CURRESTABWei Yongjun2008-10-091-1/+1
* sctp: enable cookie-echo retransmission transport switchVlad Yasevich2008-10-011-0/+2
* sctp: Fix the SNMP counter of SCTP_MIB_OUTOFBLUESWei Yongjun2008-10-011-2/+8
* sctp: Fix to start T5-shutdown-guard timer while enter SHUTDOWN-SENT stateWei Yongjun2008-10-011-17/+7
* sctp: Fix kernel panic while process protocol violation parameterWei Yongjun2008-09-301-11/+37
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-081-6/+3
|\
| * sctp: Mark the tsn as received after all allocations finishVlad Yasevich2008-07-081-6/+3
* | sctp: Follow security requirement of responding with 1 packetVlad Yasevich2008-06-191-11/+5
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-04-141-2/+21
|\
| * [SCTP]: Fix compiler warning about const qualifiersVlad Yasevich2008-04-121-2/+3
| * [SCTP]: Fix protocol violation when receiving an error lenght INIT-ACKGui Jianfeng2008-04-121-0/+18
* | [SCTP]: "list_for_each()" -> "list_for_each_entry()" where appropriate.Robert P. J. Day2008-04-121-6/+4
* | [SCTP]: Remove sctp_add_cmd_sf wrapper bloatIlpo Järvinen2008-03-271-6/+2
* | [SCTP]: Replace char msg[] with static const char[].Florian Westphal2008-03-231-4/+4
* | net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-051-5/+5
* | [SCTP]: extend exported data in /proc/net/sctp/assocNeil Horman2008-02-291-0/+2
|/
* [SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich2008-02-051-6/+4
* [SCTP]: Fix kernel panic while received AUTH chunk while enabled authWei Yongjun2008-02-051-0/+4
* typo fixes in net/sctp/sm_statefuns.cOliver Pinter2008-02-031-2/+2
* [SCTP]: Correctly initialize error when parameter validation failed.Vlad Yasevich2008-01-281-3/+2
* [SCTP]: Fix build warning in sctp_sf_do_5_1C_ack().David S. Miller2008-01-281-1/+1
* [NET] CORE: Introducing new memory accounting interface.Hideo Aoki2008-01-281-1/+1
* [SCTP]: Follow Add-IP security consideratiosn wrt INIT/INIT-ACKVlad Yasevich2008-01-281-4/+3
* [SCTP]: Implement ADD-IP special case processing for ABORT chunkVlad Yasevich2008-01-281-4/+48
* [SCTP]: Update ASCONF processing to conform to spec.Vlad Yasevich2008-01-281-22/+42
* [SCTP]: Discard unauthenticated ASCONF and ASCONF ACK chunksVlad Yasevich2008-01-281-0/+18
* [SCTP]: Correctly handle AUTH parameters in unexpected INITVlad Yasevich2008-01-081-22/+0
* SCTP: Fix the number of HB transmissions.Vlad Yasevich2007-11-291-1/+1
* [SCTP]: Add missing "space"Joe Perches2007-11-191-1/+1
* Fix memory leak in discard case of sctp_sf_abort_violation()Jesper Juhl2007-11-121-5/+5
* SCTP: Fix difference cases of retransmit.Vlad Yasevich2007-11-071-1/+1
* [SCTP]: API updates to suport SCTP-AUTH extensions.Vlad Yasevich2007-10-101-0/+13
* [SCTP]: Implement the receive and verification of AUTH chunkVlad Yasevich2007-10-101-2/+216
* [SCTP]: Implete SCTP-AUTH parameter processingVlad Yasevich2007-10-101-0/+35
* [SCTP]: Rewrite of sctp buffer management codeNeil Horman2007-10-101-56/+18
* SCTP : Add paramters validity check for ASCONF chunkWei Yongjun2007-09-251-0/+50
* SCTP: Clean up OOTB handling and fix infinite loop processingVlad Yasevich2007-09-251-33/+130
* SCTP: Explicitely discard OOTB chunksVlad Yasevich2007-09-251-5/+8
* SCTP: Send ABORT chunk with correct tag in response to INIT ACKWei Yongjun2007-09-251-1/+16
* SCTP: Abort on COOKIE-ECHO if backlog is exceeded.Vlad Yasevich2007-08-301-11/+10
* SCTP: Use net_ratelimit to suppress error messages print too fastWei Yongjun2007-08-301-12/+14
* SCTP: Fix to encode PROTOCOL VIOLATION error cause correctlyWei Yongjun2007-08-301-2/+2
* SCTP: drop SACK if ctsn is not less than the next tsn of assocWei Yongjun2007-08-021-25/+78
* [NET] SCTP: Fix whitespace errors.YOSHIFUJI Hideaki2007-07-191-1/+1
* [SCTP]: Set assoc_id correctly during INIT collision.Vlad Yasevich2007-05-041-18/+11
* [NET]: cleanup extra semicolonsStephen Hemminger2007-04-251-5/+5