summaryrefslogtreecommitdiffstats
path: root/net/sctp/sm_statefuns.c
Commit message (Expand)AuthorAgeFilesLines
* [SCTP]: Fix compiler warning about const qualifiersVlad Yasevich2008-04-131-2/+3
* [SCTP]: Fix protocol violation when receiving an error lenght INIT-ACKGui Jianfeng2008-04-131-0/+18
* [SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich2008-02-051-6/+4Star
* [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-291-3/+2Star
* [SCTP]: Fix build warning in sctp_sf_do_5_1C_ack().David S. Miller2008-01-291-1/+1
* [NET] CORE: Introducing new memory accounting interface.Hideo Aoki2008-01-291-1/+1
* [SCTP]: Follow Add-IP security consideratiosn wrt INIT/INIT-ACKVlad Yasevich2008-01-281-4/+3Star
* [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-091-22/+0Star
* SCTP: Fix the number of HB transmissions.Vlad Yasevich2007-11-291-1/+1
* [SCTP]: Add missing "space"Joe Perches2007-11-201-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-111-0/+13
* [SCTP]: Implement the receive and verification of AUTH chunkVlad Yasevich2007-10-111-2/+216
* [SCTP]: Implete SCTP-AUTH parameter processingVlad Yasevich2007-10-111-0/+35
* [SCTP]: Rewrite of sctp buffer management codeNeil Horman2007-10-111-56/+18Star
* SCTP : Add paramters validity check for ASCONF chunkWei Yongjun2007-09-261-0/+50
* SCTP: Clean up OOTB handling and fix infinite loop processingVlad Yasevich2007-09-261-33/+130
* SCTP: Explicitely discard OOTB chunksVlad Yasevich2007-09-261-5/+8
* SCTP: Send ABORT chunk with correct tag in response to INIT ACKWei Yongjun2007-09-261-1/+16
* SCTP: Abort on COOKIE-ECHO if backlog is exceeded.Vlad Yasevich2007-08-301-11/+10Star
* 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/+11Star
* [NET]: cleanup extra semicolonsStephen Hemminger2007-04-261-5/+5
* [SCTP]: Implement sac_info field in SCTP_ASSOC_CHANGE notification.Vlad Yasevich2007-04-261-7/+7
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-261-2/+2
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-261-1/+1
* [SCTP]: Increment error counters on user requested HBs.Vlad Yasevich2007-03-201-2/+18
* [SCTP]: Strike the transport before updating rto.Vlad Yasevich2007-02-261-3/+3
* [NET] SCTP: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-55/+55
* [SCTP]: Fix compiler warning.Brian Haley2007-01-241-3/+0Star
* [SCTP]: Correctly handle unexpected INIT-ACK chunk.Vlad Yasevich2007-01-241-0/+22
* [SCTP]: Verify some mandatory parameters.Vlad Yasevich2007-01-241-19/+0Star
* [SCTP]: Fix typo adaption -> adaptation as per the latest API draft.Ivan Skytte Jorgensen2006-12-221-16/+16
* [SCTP]: Even more trivial sctp annotations.Al Viro2006-12-031-4/+5
* [SCTP]: SCTP_CMD_PROCESS_CTSN annotations.Al Viro2006-12-031-1/+1
* [SCTP]: sctp_sf_send_restart_abort() is endian-agnostic.Al Viro2006-12-031-1/+1
* [SCTP]: Switch sctp_chunk ->dest to net-endian.Al Viro2006-12-031-3/+1Star
* [SCTP]: sctp_transport_route() switched to net-endian.Al Viro2006-12-031-1/+3
* [SCTP]: sctp_process_init() and sctp_source() switched to net-endian.Al Viro2006-12-031-6/+2Star
* [SCTP]: sctp_transport_{init,new}() switched to net-endian.Al Viro2006-12-031-1/+3
* [SCTP]: Switch sctp_cookie ->peer_addr to net-endian.Al Viro2006-12-031-1/+3