summaryrefslogtreecommitdiffstats
path: root/net/sctp/sm_sideeffect.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-301-4/+4
|\
| * sctp: fix some type cast warnings introduced since very beginningXin Long2017-10-291-2/+2
| * sctp: fix a type cast warnings that causes a_rwnd gets the wrong valueXin Long2017-10-291-2/+2
* | net: sctp: Convert timers to use timer_setup()Kees Cook2017-10-251-33/+52
* | sctp: introduce stream scheduler foundationsMarcelo Ricardo Leitner2017-10-031-0/+3
|/
* sctp: remove the typedef sctp_disposition_tXin Long2017-08-111-25/+25
* sctp: remove the typedef sctp_sm_table_entry_tXin Long2017-08-111-1/+1
* sctp: remove the typedef sctp_cmd_seq_tXin Long2017-08-111-27/+27
* sctp: remove the typedef sctp_cmd_tXin Long2017-08-111-1/+1
* sctp: remove the typedef sctp_sender_hb_info_tXin Long2017-08-111-2/+2
* sctp: remove the typedef sctp_subtype_tXin Long2017-08-061-7/+9
* sctp: remove the typedef sctp_event_tXin Long2017-08-061-11/+9
* sctp: remove the typedef sctp_event_timeout_tXin Long2017-08-061-3/+3
* sctp: remove the typedef sctp_state_tXin Long2017-08-061-6/+6
* sctp: remove the typedef sctp_errhdr_tXin Long2017-08-031-1/+1
* sctp: remove the typedef sctp_init_chunk_tXin Long2017-07-011-1/+1
* sctp: remove the typedef sctp_chunkhdr_tXin Long2017-07-011-2/+3
* sctp: handle errors when updating asocXin Long2017-06-201-1/+23
* sctp: uncork the old asoc before changing to the new oneXin Long2017-06-201-0/+4
* sctp: flush out queue once assoc state falls into SHUTDOWN_PENDINGXin Long2017-02-201-0/+4
* sctp: add dst_pending_confirm flagJulian Anastasov2017-02-071-1/+1
* sctp: add stream reconf timerXin Long2017-01-181-0/+32
* sctp: make sctp_outq_flush/tail/uncork return voidXin Long2016-09-181-5/+4
* sctp: do not return the transmit err back to sctp_sendmsgXin Long2016-09-181-11/+5
* sctp: sctp should change socket state when shutdown is receivedXin Long2016-06-101-1/+3
* sctp: signal sk_data_ready earlier on data chunks receptionMarcelo Ricardo Leitner2016-05-011-4/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-231-20/+16
|\
| * sctp: avoid refreshing heartbeat timer too oftenMarcelo Ricardo Leitner2016-04-101-20/+16
* | sctp: delay calls to sk_data_ready() as much as possibleMarcelo Ricardo Leitner2016-04-131-0/+7
|/
* sctp: do not update a_rwnd if we are not issuing a sackMarcelo Ricardo Leitner2016-03-201-1/+5
* sctp: allow sctp_transmit_packet and others to use gfpMarcelo Ricardo Leitner2016-03-131-11/+12
* sctp: remove the dead field of sctp_transportXin Long2016-01-281-12/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-111-5/+6
|\
| * sctp: fix use-after-free in pr_debug statementMarcelo Ricardo Leitner2016-01-111-5/+6
* | sctp: drop the old assoc hashtable of sctpXin Long2016-01-051-2/+0
* | net: sctp: dynamically enable or disable pf stateZhu Yanjun2015-12-161-1/+4
|/
* sctp: Prevent soft lockup when sctp_accept() is called during a timeout eventKarl Heiss2015-09-281-19/+23
* sctp: Whitespace fixKarl Heiss2015-09-281-2/+2
* sctp: Do not try to search for the transport twiceVlad Yasevich2015-08-281-1/+1
* sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE statelucien2015-08-271-1/+1
* net: sctp: Don't transition to PF state when transport has exhausted 'Path.Ma...Karl Heiss2014-04-271-4/+3
* net: sctp: Potentially-Failed state should not be reached from unconfirmed stateMatija Glavinic Pecotic2014-02-201-3/+4
* sctp: remove macros sctp_bh_[un]lock_sockwangweidong2014-01-211-8/+8
* sctp: fix checkpatch errors with space required or prohibitedwangweidong2013-12-261-2/+2
* sctp: remove casting from function calls through ops structurewangweidong2013-12-221-1/+1
* sctp: Fix FSF address in file headersJeff Kirsher2013-12-061-3/+2
* net: sctp: do not trigger BUG_ON in sctp_cmd_delete_tcbDaniel Borkmann2013-11-041-1/+0
* 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
* net: sctp: confirm route during forward progressDaniel Borkmann2013-07-091-0/+6
OpenPOWER on IntegriCloud