summaryrefslogtreecommitdiffstats
path: root/include/net/sctp/sm.h
Commit message (Expand)AuthorAgeFilesLines
* sctp: allow sctp_init_cause to return errorsMarcelo Ricardo Leitner2018-05-011-1/+1
* sctp: fix const parameter violation in sctp_make_sackMarcelo Ricardo Leitner2018-04-251-1/+1
* sctp: add refcnt support for sh_keyXin Long2018-03-141-1/+2
* sctp: add basic structures and make chunk function for ifwdtsnXin Long2017-12-151-0/+3
* sctp: implement validate_data for sctp_stream_interleaveXin Long2017-12-111-0/+6
* sctp: implement assign_number for sctp_stream_interleaveXin Long2017-12-111-1/+1
* sctp: implement make_datafrag for sctp_stream_interleaveXin Long2017-12-111-3/+2
* sctp: add basic structures and make chunk function for idataXin Long2017-12-111-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-301-1/+1
|\
| * sctp: fix some type cast warnings introduced by stream reconfXin Long2017-10-291-1/+1
* | net: sctp: Convert timers to use timer_setup()Kees Cook2017-10-251-5/+5
|/
* 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
|\