summaryrefslogtreecommitdiffstats
path: root/net/sctp/sm_sideeffect.c
Commit message (Expand)AuthorAgeFilesLines
* sctp: Implement quick failover draft from tsvwgNeil Horman2012-07-221-4/+29
* sctp: be more restrictive in transport selection on bundled sacksNeil Horman2012-07-011-1/+1
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-3/+2Star
* 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-171-1/+1
|/
* sctp: stop pending timers and purge queues when peer restart asocWei Yongjun2011-06-011-0/+3
* sctp: fix to check the source address of COOKIE-ECHO chunkWei Yongjun2011-04-201-2/+1Star
* sctp: kill abandoned SCTP_CMD_TRANSMIT commandShan Wei2011-04-201-6/+0Star
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* net/sctp: Use pr_fmt and pr_<level>Joe Perches2010-08-261-11/+10Star
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-181-4/+0Star
* 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-041-2/+6
|\ \ | |/ |/|
| * sctp: send SHUTDOWN-ACK chunk back to the source.Vlad Yasevich2010-05-011-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-101-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/+0Star
|\| |
| * | sctp: on T3_RTX retransmit all the in-flight chunksAndrei Pelinescu-Onciul2009-11-291-1/+0Star
| |/
* | sctp: Update SWS avaoidance receiver side algorithmVlad Yasevich2009-11-231-2/+1Star
* | 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-051-3/+4
* sctp: Fix error count increments that were results of HEARTBEATSVlad Yasevich2009-09-051-4/+16
* sctp: Send user messages to the lower layer as oneVlad Yasevich2009-09-051-1/+28
* sctp: fix to choose alternate destination when retransmit ASCONF chunkWei Yongjun2009-06-031-3/+5
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-051-21/+33
|\
| * sctp: fix kernel panic with ERROR chunk containing too many error causesWei Yongjun2009-03-031-21/+33
* | sctp: Fix broken RTO-doubling for data retransmitsVlad Yasevich2009-03-031-19/+13Star
* | sctp: Fix the RTO-doubling on idle-link heartbeatsVlad Yasevich2009-02-161-2/+15
|/
* sctp: Rework the tsn map to use generic bitmap.Vlad Yasevich2008-10-081-1/+2
* sctp: enable cookie-echo retransmission transport switchVlad Yasevich2008-10-011-34/+44
* sctp: Follow security requirement of responding with 1 packetVlad Yasevich2008-06-201-9/+18
* sctp: Bring SCTP_DELAYED_ACK socket option into API complianceWei Yongjun2008-05-101-4/+13
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-04-141-0/+3
|\
| * [SCTP]: Fix protocol violation when receiving an error lenght INIT-ACKGui Jianfeng2008-04-131-0/+3
* | [SCTP]: Remove an unused parameter from sctp_cmd_hb_timer_updateGui Jianfeng2008-04-131-2/+1Star
* | [SCTP]: "list_for_each()" -> "list_for_each_entry()" where appropriate.Robert P. J. Day2008-04-131-13/+7Star
* | net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-061-3/+3
|/
* [SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich2008-02-051-4/+4
* SCTP: Fix difference cases of retransmit.Vlad Yasevich2007-11-071-1/+9
* [SCTP]: Implete SCTP-AUTH parameter processingVlad Yasevich2007-10-111-0/+5
* SCTP: Use net_ratelimit to suppress error messages print too fastWei Yongjun2007-08-301-2/+3