aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/sm_sideeffect.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-18sctp: add stream reconf timerXin Long1-0/+32
2016-09-18sctp: make sctp_outq_flush/tail/uncork return voidXin Long1-5/+4
2016-09-18sctp: do not return the transmit err back to sctp_sendmsgXin Long1-11/+5
2016-06-10sctp: sctp should change socket state when shutdown is receivedXin Long1-1/+3
2016-05-01sctp: signal sk_data_ready earlier on data chunks receptionMarcelo Ricardo Leitner1-4/+3
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-20/+16
2016-04-13sctp: delay calls to sk_data_ready() as much as possibleMarcelo Ricardo Leitner1-0/+7
2016-04-10sctp: avoid refreshing heartbeat timer too oftenMarcelo Ricardo Leitner1-20/+16
2016-03-20sctp: do not update a_rwnd if we are not issuing a sackMarcelo Ricardo Leitner1-1/+5
2016-03-13sctp: allow sctp_transmit_packet and others to use gfpMarcelo Ricardo Leitner1-11/+12
2016-01-28sctp: remove the dead field of sctp_transportXin Long1-12/+0
2016-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+6
2016-01-11sctp: fix use-after-free in pr_debug statementMarcelo Ricardo Leitner1-5/+6
2016-01-05sctp: drop the old assoc hashtable of sctpXin Long1-2/+0
2015-12-16net: sctp: dynamically enable or disable pf stateZhu Yanjun1-1/+4
2015-09-28sctp: Prevent soft lockup when sctp_accept() is called during a timeout eventKarl Heiss1-19/+23
2015-09-28sctp: Whitespace fixKarl Heiss1-2/+2
2015-08-28sctp: Do not try to search for the transport twiceVlad Yasevich1-1/+1
2015-08-27sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE statelucien1-1/+1
2014-04-27net: sctp: Don't transition to PF state when transport has exhausted 'Path.Max.Retrans'.Karl Heiss1-4/+3
2014-02-20net: sctp: Potentially-Failed state should not be reached from unconfirmed stateMatija Glavinic Pecotic1-3/+4
2014-01-21sctp: remove macros sctp_bh_[un]lock_sockwangweidong1-8/+8
2013-12-26sctp: fix checkpatch errors with space required or prohibitedwangweidong1-2/+2
2013-12-22sctp: remove casting from function calls through ops structurewangweidong1-1/+1
2013-12-06sctp: Fix FSF address in file headersJeff Kirsher1-3/+2
2013-11-04net: sctp: do not trigger BUG_ON in sctp_cmd_delete_tcbDaniel Borkmann1-1/+0
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
2013-07-09net: sctp: confirm route during forward progressDaniel Borkmann1-0/+6
2013-07-01net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann1-56/+40
2013-06-14net: sctp: sideeffect: throw BUG if primary_path is NULLDaniel Borkmann1-1/+4
2013-02-04net: remove redundant check for timer pending state before del_timerYing Xue1-4/+2
2012-12-03sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STATS callMichele Baldessari1-0/+1
2012-11-20sctp: send abort chunk when max_retrans exceededNeil Horman1-1/+8
2012-11-03sctp: Clean up type-punning in sctp_cmd_t unionNeil Horman1-23/+22
2012-10-16sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter()Zijie Pan1-1/+2
2012-10-04sctp: check src addr when processing SACK to update transport stateNicolas Dichtel1-2/+2
2012-08-14sctp: Push struct net down into all of the state machine functionsEric W. Biederman1-1/+1
2012-08-14sctp: Push struct net down to sctp_chunk_event_lookupEric W. Biederman1-8/+16
2012-07-22sctp: Implement quick failover draft from tsvwgNeil Horman1-4/+29
2012-06-30sctp: be more restrictive in transport selection on bundled sacksNeil Horman1-1/+1
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-3/+2
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-2/+2
2011-11-08sctp: fasthandoff with ASCONF at server-nodeMichio Honda1-1/+7
2011-09-16sctp: deal with multiple COOKIE_ECHO chunksMax Matveev1-0/+5
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+18
2011-07-07sctp: Enforce retransmission limit during shutdownThomas Graf1-2/+18
2011-06-16net: Remove casts of void *Joe Perches1-1/+1
2011-05-31sctp: stop pending timers and purge queues when peer restart asocWei Yongjun1-0/+3
2011-04-20sctp: fix to check the source address of COOKIE-ECHO chunkWei Yongjun1-2/+1