aboutsummaryrefslogtreecommitdiff
path: root/net/sctp/sm_sideeffect.c
AgeCommit message (Expand)Author
2013-02-04net: remove redundant check for timer pending state before del_timerYing Xue
2012-12-03sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STAT...Michele Baldessari
2012-11-20sctp: send abort chunk when max_retrans exceededNeil Horman
2012-11-03sctp: Clean up type-punning in sctp_cmd_t unionNeil Horman
2012-10-16sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter()Zijie Pan
2012-10-04sctp: check src addr when processing SACK to update transport stateNicolas Dichtel
2012-08-14sctp: Push struct net down into all of the state machine functionsEric W. Biederman
2012-08-14sctp: Push struct net down to sctp_chunk_event_lookupEric W. Biederman
2012-07-22sctp: Implement quick failover draft from tsvwgNeil Horman
2012-06-30sctp: be more restrictive in transport selection on bundled sacksNeil Horman
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2011-11-08sctp: fasthandoff with ASCONF at server-nodeMichio Honda
2011-09-16sctp: deal with multiple COOKIE_ECHO chunksMax Matveev
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-07-07sctp: Enforce retransmission limit during shutdownThomas Graf
2011-06-16net: Remove casts of void *Joe Perches
2011-05-31sctp: stop pending timers and purge queues when peer restart asocWei Yongjun
2011-04-20sctp: fix to check the source address of COOKIE-ECHO chunkWei Yongjun
2011-04-19sctp: kill abandoned SCTP_CMD_TRANSMIT commandShan Wei
2011-03-31Fix common misspellingsLucas De Marchi
2010-08-26net/sctp: Use pr_fmt and pr_<level>Joe Perches
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches
2010-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-05-06sctp: Fix a race between ICMP protocol unreachable and connect()Vlad Yasevich
2010-05-03Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...David S. Miller
2010-04-30sctp: send SHUTDOWN-ACK chunk back to the source.Vlad Yasevich
2010-04-28sctp: Fix oops when sending queued ASCONF chunksVlad Yasevich
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-11-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-29sctp: on T3_RTX retransmit all the in-flight chunksAndrei Pelinescu-Onciul
2009-11-23sctp: Update SWS avaoidance receiver side algorithmVlad Yasevich
2009-11-23sctp: Select a working primary during sctp_connectx()Vlad Yasevich
2009-09-04sctp: Try not to change a_rwnd when faking a SACK from SHUTDOWN.Vlad Yasevich
2009-09-04sctp: Fix error count increments that were results of HEARTBEATSVlad Yasevich
2009-09-04sctp: Send user messages to the lower layer as oneVlad Yasevich
2009-06-03sctp: fix to choose alternate destination when retransmit ASCONF chunkWei Yongjun
2009-03-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-03-02sctp: Fix broken RTO-doubling for data retransmitsVlad Yasevich
2009-03-02sctp: fix kernel panic with ERROR chunk containing too many error causesWei Yongjun
2009-02-16sctp: Fix the RTO-doubling on idle-link heartbeatsVlad Yasevich
2008-10-08sctp: Rework the tsn map to use generic bitmap.Vlad Yasevich
2008-10-01sctp: enable cookie-echo retransmission transport switchVlad Yasevich
2008-06-19sctp: Follow security requirement of responding with 1 packetVlad Yasevich
2008-05-09sctp: Bring SCTP_DELAYED_ACK socket option into API complianceWei Yongjun
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller