aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sctp/sm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-11sctp: fix some indents in sm_make_chunk.cXin Long1-79/+79
2017-08-11sctp: remove the typedef sctp_disposition_tXin Long1-9/+10
2017-08-11sctp: remove the typedef sctp_sm_table_entry_tXin Long1-3/+3
2017-08-11sctp: remove the unused typedef sctp_sm_command_tXin Long1-5/+0
2017-08-11sctp: remove the typedef sctp_cmd_seq_tXin Long1-1/+1
2017-08-06sctp: remove the typedef sctp_subtype_tXin Long1-6/+7
2017-08-06sctp: remove the typedef sctp_event_tXin Long1-7/+5
2017-08-06sctp: remove the typedef sctp_state_tXin Long1-5/+5
2017-07-01sctp: remove the typedef sctp_data_chunk_tXin Long1-1/+1
2017-07-01sctp: remove the typedef sctp_param_tXin Long1-8/+6
2017-03-12sctp: implement receiver-side procedures for the Reconf Response ParameterXin Long1-0/+4
2017-03-12sctp: implement receiver-side procedures for the Add Incoming Streams Request ParameterXin Long1-0/+4
2017-03-12sctp: implement receiver-side procedures for the Add Outgoing Streams Request ParameterXin Long1-0/+4
2017-03-12sctp: implement receiver-side procedures for the SSN/TSN Reset Request ParameterXin Long1-0/+4
2017-02-19sctp: add reconf chunk processXin Long1-0/+1
2017-02-19sctp: add a function to verify the sctp reconf chunkXin Long1-0/+3
2017-02-19sctp: implement receiver-side procedures for the Incoming SSN Reset Request ParameterXin Long1-0/+4
2017-02-19sctp: implement receiver-side procedures for the Outgoing SSN Reset Request ParameterXin Long1-0/+6
2017-02-19sctp: add support for generating stream reconf resp chunkXin Long1-0/+7
2017-02-09sctp: add support for generating stream reconf add incoming/outgoing streams request chunkXin Long1-0/+3
2017-02-09sctp: add support for generating stream reconf ssn/tsn reset request chunkXin Long1-0/+2
2017-01-18sctp: add stream reconf primitiveXin Long1-0/+1
2017-01-18sctp: add stream reconf timerXin Long1-0/+2
2017-01-18sctp: add support for generating stream reconf ssn reset request chunkXin Long1-1/+4
2016-09-23sctp: improve how SSN, TSN and ASCONF serial are comparedMarcelo Ricardo Leitner1-76/+18
2016-09-17sctp: fix SSN comparisionMarcelo Ricardo Leitner1-1/+1
2016-03-13sctp: allow sctp_transmit_packet and others to use gfpMarcelo Ricardo Leitner1-1/+1
2014-11-24new helper: memcpy_from_msg()Al Viro1-1/+1
2014-10-14net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann1-3/+3
2013-12-06sctp: Fix FSF address in file headersJeff Kirsher1-3/+2
2013-08-09net: sctp: trivial: update bug report in header commentDaniel Borkmann1-6/+0
2013-07-24net: sctp: trivial: update mailing list addressDaniel Borkmann1-1/+1
2012-11-20sctp: send abort chunk when max_retrans exceededNeil Horman1-0/+2
2012-08-14sctp: Push struct net down into all of the state machine functionsEric W. Biederman1-1/+2
2012-08-14sctp: Push struct net down to sctp_chunk_event_lookupEric W. Biederman1-2/+3
2011-04-21sctp: implement event notification SCTP_SENDER_DRY_EVENTWei Yongjun1-0/+1
2011-04-20sctp: make heartbeat information in sctp_make_heartbeat()Wei Yongjun1-3/+1
2010-09-23net: return operator cleanupEric Dumazet1-5/+5
2010-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-05-06sctp: Fix a race between ICMP protocol unreachable and connect()Vlad Yasevich1-0/+1
2010-04-30sctp: discard ABORT chunk with zero verification tag in COOKIE-WAIT stateWei Yongjun1-1/+1
2009-11-23sctp: Fix malformed "Invalid Stream Identifier" errorVlad Yasevich1-1/+2
2008-10-23sctp: Fix to handle SHUTDOWN in SHUTDOWN_RECEIVED stateWei Yongjun1-0/+1
2008-09-30sctp: Fix kernel panic while process protocol violation parameterWei Yongjun1-0/+3
2008-03-27[SCTP]: Remove sctp_add_cmd_sf wrapper bloatIlpo Järvinen1-8/+0
2008-02-05[SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich1-4/+4
2007-10-10[SCTP]: Implement the receive and verification of AUTH chunkVlad Yasevich1-0/+1
2007-10-10[SCTP]: Enable the sending of the AUTH chunk.Vlad Yasevich1-0/+1
2007-09-25SCTP : Add paramters validity check for ASCONF chunkWei Yongjun1-0/+3
2007-09-25SCTP: Clean up OOTB handling and fix infinite loop processingVlad Yasevich1-1/+0