aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/sm_sideeffect.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-19sctp: kill abandoned SCTP_CMD_TRANSMIT commandShan Wei1-6/+0
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-08-26net/sctp: Use pr_fmt and pr_<level>Joe Perches1-11/+10
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches1-4/+0
2010-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+35
2010-05-06sctp: Fix a race between ICMP protocol unreachable and connect()Vlad Yasevich1-0/+35
2010-05-03Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/lksctp-devDavid S. Miller1-2/+6
2010-04-30sctp: send SHUTDOWN-ACK chunk back to the source.Vlad Yasevich1-2/+6
2010-04-28sctp: Fix oops when sending queued ASCONF chunksVlad Yasevich1-0/+26
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-11-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+0