summaryrefslogtreecommitdiffstats
path: root/net/sctp/sm_statefuns.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [SCTP]: Implement sac_info field in SCTP_ASSOC_CHANGE notification.Vlad Yasevich2007-04-251-7/+7
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-2/+2
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-251-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-101-55/+55
* [SCTP]: Fix compiler warning.Brian Haley2007-01-231-3/+0
* [SCTP]: Correctly handle unexpected INIT-ACK chunk.Vlad Yasevich2007-01-231-0/+22
* [SCTP]: Verify some mandatory parameters.Vlad Yasevich2007-01-231-19/+0
OpenPOWER on IntegriCloud