summaryrefslogtreecommitdiff
path: root/include/net/sctp/sm.h
AgeCommit message (Expand)Author
2023-08-02sctp: Remove unused function declarationsYue Haibing
2021-10-15sctp: fix transport encap_port update in sctp_vtag_verifyXin Long
2021-06-22sctp: do the basic send and recv for PLPMTUD probeXin Long
2021-06-22sctp: add the probe timer in transport for PLPMTUDXin Long
2021-06-22sctp: add pad chunk and its make function and event tableXin Long
2020-10-30sctp: add the error cause for new encapsulation port restartXin Long
2020-10-30sctp: allow changing transport encap_port by peer packetsXin Long
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner
2018-11-19sctp: rename enum sctp_event to sctp_event_typeXin Long
2018-10-17sctp: fix the data size calculation in sctp_data_sizeXin Long
2018-05-01sctp: allow sctp_init_cause to return errorsMarcelo Ricardo Leitner
2018-04-25sctp: fix const parameter violation in sctp_make_sackMarcelo Ricardo Leitner
2018-03-14sctp: add refcnt support for sh_keyXin Long
2017-12-15sctp: add basic structures and make chunk function for ifwdtsnXin Long
2017-12-11sctp: implement validate_data for sctp_stream_interleaveXin Long
2017-12-11sctp: implement assign_number for sctp_stream_interleaveXin Long
2017-12-11sctp: implement make_datafrag for sctp_stream_interleaveXin Long
2017-12-11sctp: add basic structures and make chunk function for idataXin Long
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-29sctp: fix some type cast warnings introduced by stream reconfXin Long
2017-10-25net: sctp: Convert timers to use timer_setup()Kees Cook
2017-08-11sctp: fix some indents in sm_make_chunk.cXin Long
2017-08-11sctp: remove the typedef sctp_disposition_tXin Long
2017-08-11sctp: remove the typedef sctp_sm_table_entry_tXin Long
2017-08-11sctp: remove the unused typedef sctp_sm_command_tXin Long
2017-08-11sctp: remove the typedef sctp_cmd_seq_tXin Long
2017-08-06sctp: remove the typedef sctp_subtype_tXin Long
2017-08-06sctp: remove the typedef sctp_event_tXin Long
2017-08-06sctp: remove the typedef sctp_state_tXin Long
2017-07-01sctp: remove the typedef sctp_data_chunk_tXin Long
2017-07-01sctp: remove the typedef sctp_param_tXin Long
2017-03-12sctp: implement receiver-side procedures for the Reconf Response ParameterXin Long
2017-03-12sctp: implement receiver-side procedures for the Add Incoming Streams Request...Xin Long
2017-03-12sctp: implement receiver-side procedures for the Add Outgoing Streams Request...Xin Long
2017-03-12sctp: implement receiver-side procedures for the SSN/TSN Reset Request ParameterXin Long
2017-02-19sctp: add reconf chunk processXin Long
2017-02-19sctp: add a function to verify the sctp reconf chunkXin Long
2017-02-19sctp: implement receiver-side procedures for the Incoming SSN Reset Request P...Xin Long
2017-02-19sctp: implement receiver-side procedures for the Outgoing SSN Reset Request P...Xin Long
2017-02-19sctp: add support for generating stream reconf resp chunkXin Long
2017-02-09sctp: add support for generating stream reconf add incoming/outgoing streams ...Xin Long
2017-02-09sctp: add support for generating stream reconf ssn/tsn reset request chunkXin Long
2017-01-18sctp: add stream reconf primitiveXin Long
2017-01-18sctp: add stream reconf timerXin Long
2017-01-18sctp: add support for generating stream reconf ssn reset request chunkXin Long
2016-09-23sctp: improve how SSN, TSN and ASCONF serial are comparedMarcelo Ricardo Leitner
2016-09-17sctp: fix SSN comparisionMarcelo Ricardo Leitner
2016-03-13sctp: allow sctp_transmit_packet and others to use gfpMarcelo Ricardo Leitner
2014-11-24new helper: memcpy_from_msg()Al Viro
2014-10-14net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann