summaryrefslogtreecommitdiffstats
path: root/net/sctp/sm_sideeffect.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* net/sctp: Use pr_fmt and pr_<level>Joe Perches2010-08-261-11/+10
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-171-4/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-121-0/+35
|\
| * sctp: Fix a race between ICMP protocol unreachable and connect()Vlad Yasevich2010-05-061-0/+35
* | Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...David S. Miller2010-05-031-2/+6
|\ \ | |/ |/|
| * sctp: send SHUTDOWN-ACK chunk back to the source.Vlad Yasevich2010-04-301-2/+6
* | sctp: Fix oops when sending queued ASCONF chunksVlad Yasevich2010-04-281-0/+26
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-1/+1
|\
| * Merge branch 'for-next' into for-linusJiri Kosina2009-12-071-1/+1
| |\
| | * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-291-1/+0
|\ \ \ | |/ /
| * | sctp: on T3_RTX retransmit all the in-flight chunksAndrei Pelinescu-Onciul2009-11-291-1/+0
| |/
* | sctp: Update SWS avaoidance receiver side algorithmVlad Yasevich2009-11-231-2/+1
* | sctp: Select a working primary during sctp_connectx()Vlad Yasevich2009-11-231-0/+2
|/
* sctp: Try not to change a_rwnd when faking a SACK from SHUTDOWN.Vlad Yasevich2009-09-041-3/+4
OpenPOWER on IntegriCloud