summaryrefslogtreecommitdiffstats
path: root/net/sctp/sm_sideeffect.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann2013-07-011-56/+40
* net: sctp: sideeffect: throw BUG if primary_path is NULLDaniel Borkmann2013-06-141-1/+4
* net: remove redundant check for timer pending state before del_timerYing Xue2013-02-041-4/+2
* sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STAT...Michele Baldessari2012-12-031-0/+1
* sctp: send abort chunk when max_retrans exceededNeil Horman2012-11-201-1/+8
* sctp: Clean up type-punning in sctp_cmd_t unionNeil Horman2012-11-031-23/+22
* sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter()Zijie Pan2012-10-161-1/+2
* sctp: check src addr when processing SACK to update transport stateNicolas Dichtel2012-10-041-2/+2
* sctp: Push struct net down into all of the state machine functionsEric W. Biederman2012-08-141-1/+1
* sctp: Push struct net down to sctp_chunk_event_lookupEric W. Biederman2012-08-141-8/+16
* sctp: Implement quick failover draft from tsvwgNeil Horman2012-07-221-4/+29
* sctp: be more restrictive in transport selection on bundled sacksNeil Horman2012-06-301-1/+1
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-3/+2
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-2/+2
* sctp: fasthandoff with ASCONF at server-nodeMichio Honda2011-11-081-1/+7
* sctp: deal with multiple COOKIE_ECHO chunksMax Matveev2011-09-161-0/+5
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-141-2/+18
|\
| * sctp: Enforce retransmission limit during shutdownThomas Graf2011-07-071-2/+18
* | net: Remove casts of void *Joe Perches2011-06-161-1/+1
|/
* sctp: stop pending timers and purge queues when peer restart asocWei Yongjun2011-05-311-0/+3
* sctp: fix to check the source address of COOKIE-ECHO chunkWei Yongjun2011-04-201-2/+1
* sctp: kill abandoned SCTP_CMD_TRANSMIT commandShan Wei2011-04-191-6/+0
OpenPOWER on IntegriCloud