aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/associola.c
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-1/+1
* sctp: fix incorrect overflow check on autocloseXi Wang2012-01-061-1/+1
* sctp: stop pending timers and purge queues when peer restart asocWei Yongjun2011-05-311-9/+14
* sctp: fix memory leak of the ASCONF queue when free asocWei Yongjun2011-05-251-0/+16
* sctp: fix oops while removed transport still using as retran pathWei Yongjun2011-04-121-0/+2
* sctp: fix oops when updating retransmit path with DEBUG onVlad Yasevich2011-04-121-0/+2
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* sctp: several declared/set but unused fixesHagen Paul Pfeifer2011-03-071-2/+0
* net/sctp: Use pr_fmt and pr_<level>Joe Perches2010-08-261-0/+2
* fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-161-1/+1
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-171-2/+0
* Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...David S. Miller2010-05-031-7/+6
|\
| * sctp: rwnd_press should be cumulativeVlad Yasevich2010-04-301-1/+1
| * sctp: update transport initializationsVlad Yasevich2010-04-301-3/+0
| * sctp: Make sure we always return valid retransmit pathVlad Yasevich2010-04-301-1/+2
| * sctp: Do no select unconfirmed transports for retransmissionsVlad Yasevich2010-04-301-2/+3
* | sctp: fix potential reference of a freed pointerVlad Yasevich2010-04-281-2/+4
|/
* sctp: prevent too-fast association id reuseVlad Yasevich2009-11-231-1/+12
* sctp: fix integer overflow when setting the autoclose timerAndrei Pelinescu-Onciul2009-11-231-1/+1
* sctp: Update max.burst implementationVlad Yasevich2009-11-231-0/+1
* sctp: Update SWS avaoidance receiver side algorithmVlad Yasevich2009-11-231-2/+3
* sctp: Select a working primary during sctp_connectx()Vlad Yasevich2009-11-231-0/+6
* sctp: Set source addresses on the association before adding transportsVlad Yasevich2009-11-131-3/+1
* sctp: Get rid of an extra routing lookup when adding a transport.Vlad Yasevich2009-09-041-6/+8
* sctp: Failover transmitted list on transport deleteVlad Yasevich2009-09-041-0/+27
* sctp: Fix SCTP_MAXSEG socket option to comply to spec.Vlad Yasevich2009-09-041-3/+3
* sctp: drop a_rwnd to 0 when receive buffer overflows.Vlad Yasevich2009-09-041-2/+35
* sctp: release cached route when the transport goes down.Vlad Yasevich2009-09-041-2/+7
* sctp: support non-blocking version of the new sctp_connectx() APIVlad Yasevich2009-06-031-0/+4
* sctp: fix to choose alternate destination when retransmit ASCONF chunkWei Yongjun2009-06-031-35/+7
* sctp: fix panic when T4-rto timer expire on removed transportWei Yongjun2009-06-031-0/+7
* sctp: fix panic when T2-shutdown timer expire on removed transportWei Yongjun2009-06-031-0/+8
* sctp: fix to only enable IPv6 address support on PF_INET6 socketWei Yongjun2009-06-031-1/+2
* sctp: Rework the tsn map to use generic bitmap.Vlad Yasevich2008-10-081-4/+5
* sctp: Fix oops when INIT-ACK indicates that peer doesn't support AUTHVlad Yasevich2008-09-181-4/+5
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-251-1/+1
* sctp: Prevent uninitialized memory accessFlorian Westphal2008-07-181-0/+1
* sctp: Kill unused variable in sctp_assoc_bh_rcv()Vlad Yasevich2008-06-201-1/+0
* sctp: Follow security requirement of responding with 1 packetVlad Yasevich2008-06-191-0/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-161-2/+11
|\
| * sctp: Correclty set changeover_active for SFR-CACCVlad Yasevich2008-06-161-2/+11
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-101-9/+12
|\ \ | |/
| * sctp: retran_path update bug fixGui Jianfeng2008-06-041-9/+12
* | sctp: Bring SCTP_DELAYED_ACK socket option into API complianceWei Yongjun2008-05-091-0/+3
|/
* [SCTP]: "list_for_each()" -> "list_for_each_entry()" where appropriate.Robert P. J. Day2008-04-121-20/+14
* net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-051-4/+4
* [SCTP]: Fix kernel panic while received ASCONF chunk with bad serial numberWei Yongjun2008-02-061-3/+3
* [SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich2008-02-051-4/+4
* [SCTP]: Update ASCONF processing to conform to spec.Vlad Yasevich2008-01-281-2/+56
* [SCTP]: Handle the wildcard ADD-IP Address parameterVlad Yasevich2008-01-281-0/+17