summaryrefslogtreecommitdiffstats
path: root/include/net/sctp/sm.h
Commit message (Expand)AuthorAgeFilesLines
* sctp: fix some type cast warnings introduced by stream reconfXin Long2017-10-291-1/+1
* sctp: fix some indents in sm_make_chunk.cXin Long2017-08-111-79/+79
* sctp: remove the typedef sctp_disposition_tXin Long2017-08-111-9/+10
* sctp: remove the typedef sctp_sm_table_entry_tXin Long2017-08-111-3/+3
* sctp: remove the unused typedef sctp_sm_command_tXin Long2017-08-111-5/+0
* sctp: remove the typedef sctp_cmd_seq_tXin Long2017-08-111-1/+1
* sctp: remove the typedef sctp_subtype_tXin Long2017-08-061-6/+7
* sctp: remove the typedef sctp_event_tXin Long2017-08-061-7/+5
* sctp: remove the typedef sctp_state_tXin Long2017-08-061-5/+5
* sctp: remove the typedef sctp_data_chunk_tXin Long2017-07-011-1/+1
* sctp: remove the typedef sctp_param_tXin Long2017-07-011-8/+6
* sctp: implement receiver-side procedures for the Reconf Response ParameterXin Long2017-03-121-0/+4
* sctp: implement receiver-side procedures for the Add Incoming Streams Request...Xin Long2017-03-121-0/+4
* sctp: implement receiver-side procedures for the Add Outgoing Streams Request...Xin Long2017-03-121-0/+4
* sctp: implement receiver-side procedures for the SSN/TSN Reset Request ParameterXin Long2017-03-121-0/+4
* sctp: add reconf chunk processXin Long2017-02-191-0/+1
* sctp: add a function to verify the sctp reconf chunkXin Long2017-02-191-0/+3
* sctp: implement receiver-side procedures for the Incoming SSN Reset Request P...Xin Long2017-02-191-0/+4
* sctp: implement receiver-side procedures for the Outgoing SSN Reset Request P...Xin Long2017-02-191-0/+6
* sctp: add support for generating stream reconf resp chunkXin Long2017-02-191-0/+7
* sctp: add support for generating stream reconf add incoming/outgoing streams ...Xin Long2017-02-091-0/+3
* sctp: add support for generating stream reconf ssn/tsn reset request chunkXin Long2017-02-091-0/+2
* sctp: add stream reconf primitiveXin Long2017-01-181-0/+1
* sctp: add stream reconf timerXin Long2017-01-181-0/+2
* sctp: add support for generating stream reconf ssn reset request chunkXin Long2017-01-181-1/+4
* sctp: improve how SSN, TSN and ASCONF serial are comparedMarcelo Ricardo Leitner2016-09-231-76/+18
* sctp: fix SSN comparisionMarcelo Ricardo Leitner2016-09-171-1/+1
* sctp: allow sctp_transmit_packet and others to use gfpMarcelo Ricardo Leitner2016-03-131-1/+1
* new helper: memcpy_from_msg()Al Viro2014-11-241-1/+1
* net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann2014-10-141-3/+3
* sctp: Fix FSF address in file headersJeff Kirsher2013-12-061-3/+2
* net: sctp: trivial: update bug report in header commentDaniel Borkmann2013-08-091-6/+0
* net: sctp: trivial: update mailing list addressDaniel Borkmann2013-07-241-1/+1
* sctp: send abort chunk when max_retrans exceededNeil Horman2012-11-201-0/+2
* sctp: Push struct net down into all of the state machine functionsEric W. Biederman2012-08-141-1/+2
* sctp: Push struct net down to sctp_chunk_event_lookupEric W. Biederman2012-08-141-2/+3
* sctp: implement event notification SCTP_SENDER_DRY_EVENTWei Yongjun2011-04-211-0/+1
* sctp: make heartbeat information in sctp_make_heartbeat()Wei Yongjun2011-04-201-3/+1
* net: return operator cleanupEric Dumazet2010-09-231-5/+5
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-121-0/+1
|\
| * sctp: Fix a race between ICMP protocol unreachable and connect()Vlad Yasevich2010-05-061-0/+1
* | sctp: discard ABORT chunk with zero verification tag in COOKIE-WAIT stateWei Yongjun2010-04-301-1/+1
|/
* sctp: Fix malformed "Invalid Stream Identifier" errorVlad Yasevich2009-11-231-1/+2
* sctp: Fix to handle SHUTDOWN in SHUTDOWN_RECEIVED stateWei Yongjun2008-10-231-0/+1
* sctp: Fix kernel panic while process protocol violation parameterWei Yongjun2008-09-301-0/+3
* [SCTP]: Remove sctp_add_cmd_sf wrapper bloatIlpo Järvinen2008-03-271-8/+0
* [SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich2008-02-051-4/+4
* [SCTP]: Implement the receive and verification of AUTH chunkVlad Yasevich2007-10-101-0/+1
* [SCTP]: Enable the sending of the AUTH chunk.Vlad Yasevich2007-10-101-0/+1
* SCTP : Add paramters validity check for ASCONF chunkWei Yongjun2007-09-251-0/+3