aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sctp/command.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner1-16/+1
2019-05-01sctp: avoid running the sctp state machine recursivelyXin Long1-1/+0
2018-03-14sctp: add SCTP_AUTH_NO_AUTH type for AUTHENTICATION_EVENTXin Long1-0/+1
2017-08-11sctp: remove the typedef sctp_verb_tXin Long1-5/+5
2017-08-11sctp: remove the typedef sctp_arg_tXin Long1-13/+13
2017-08-11sctp: remove the typedef sctp_cmd_seq_tXin Long1-7/+7
2017-08-11sctp: remove the typedef sctp_cmd_tXin Long1-7/+7
2017-08-06sctp: remove the typedef sctp_event_timeout_tXin Long1-2/+2
2017-08-06sctp: remove the typedef sctp_state_tXin Long1-2/+2
2017-07-24sctp: remove the typedef sctp_sackhdr_tXin Long1-2/+2
2017-07-01sctp: remove the typedef sctp_init_chunk_tXin Long1-2/+2
2014-10-06sctp: handle association restarts when the socket is closed.Vlad Yasevich1-1/+1
2014-07-08net: sctp: Use pointers (not array indexes) to access sctp_cmd_seq_t.cmds[].David Laight1-12/+14
2014-07-08net: sctp: Optimise the way 'sctp_arg_t' values are initialised.David Laight1-3/+5
2014-07-08net: sctp: Inline the functions from command.cDavid Laight1-4/+23
2013-12-06include/net/: Fix FSF address in file headersJeff Kirsher1-3/+2
2013-08-09net: sctp: trivial: update bug report in header commentDaniel Borkmann1-10/+8
2012-11-03sctp: Clean up type-punning in sctp_cmd_t unionNeil Horman1-16/+22
2011-09-16sctp: deal with multiple COOKIE_ECHO chunksMax Matveev1-0/+1
2011-07-07sctp: Enforce retransmission limit during shutdownThomas Graf1-0/+1
2011-05-31sctp: stop pending timers and purge queues when peer restart asocWei Yongjun1-0/+1
2011-04-19sctp: kill abandoned SCTP_CMD_TRANSMIT commandShan Wei1-1/+0
2010-11-29sctp: kill unused macros in head fileShan Wei1-3/+0
2010-04-28sctp: Fix oops when sending queued ASCONF chunksVlad Yasevich1-0/+1
2009-09-04sctp: Send user messages to the lower layer as oneVlad Yasevich1-0/+3
2009-03-02sctp: Fix broken RTO-doubling for data retransmitsVlad Yasevich1-1/+2
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2008-04-12[SCTP]: Fix protocol violation when receiving an error lenght INIT-ACKGui Jianfeng1-0/+1
2008-03-27[SCTP]: Remove sctp_add_cmd_sf wrapper bloatIlpo Järvinen1-2/+1
2008-02-05[SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich1-4/+4
2007-11-07SCTP: Fix difference cases of retransmit.Vlad Yasevich1-0/+1
2007-10-10[SCTP]: Implete SCTP-AUTH parameter processingVlad Yasevich1-0/+1
2007-05-04[SCTP]: Set assoc_id correctly during INIT collision.Vlad Yasevich1-0/+2
2006-12-02[SCTP]: SCTP_CMD_PROCESS_CTSN annotations.Al Viro1-0/+2
2006-12-02[SCTP]: SCTP_CMD_INIT_FAILED annotations.Al Viro1-0/+2
2006-05-19[SCTP]: Set sk_err so that poll wakes up after a non-blocking connect failure.Sridhar Samudrala1-0/+1
2005-11-11[SCTP]: Fix ia64 NaT consumption fault with sctp_sideffect commands.Vladislav Yasevich1-3/+4
2005-06-20[SCTP] sctp_connectx() API supportFrank Filz1-4/+4
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+211