summaryrefslogtreecommitdiffstats
path: root/net/sctp/associola.c
Commit message (Expand)AuthorAgeFilesLines
* sctp: convert to idr_alloc()Tejun Heo2013-02-281-16/+15Star
* net: remove redundant check for timer pending state before del_timerYing Xue2013-02-041-3/+2Star
* sctp: Add RCU protection to assoc->transport_addr_listThomas Graf2012-12-071-3/+3
* sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STAT...Michele Baldessari2012-12-031-1/+9
* sctp: Make sysctl tunables per netEric W. Biederman2012-08-151-4/+6
* sctp: Push struct net down into sctp_transport_initEric W. Biederman2012-08-151-1/+2
* sctp: Push struct net down to sctp_chunk_event_lookupEric W. Biederman2012-08-151-2/+3
* sctp: Make the mib per network namespaceEric W. Biederman2012-08-151-1/+1
* sctp: Make the address lists per network namespaceEric W. Biederman2012-08-151-1/+2
* sctp: Make the association hashtable handle multiple network namespacesEric W. Biederman2012-08-151-1/+3
* sctp: Implement quick failover draft from tsvwgNeil Horman2012-07-221-7/+30
* sctp: Adjust PMTU updates to accomodate route invalidation.David S. Miller2012-07-161-2/+2
* sctp: be more restrictive in transport selection on bundled sacksNeil Horman2012-07-011-0/+1
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-2/+2
* sctp: fix incorrect overflow check on autocloseXi Wang2011-12-191-1/+1
* sctp: Bundle HEAERTBEAT into ASCONF_ACKMichio Honda2011-08-251-0/+1
* sctp: Add ASCONF operation on the single-homed hostMichio Honda2011-06-021-0/+6
* sctp: stop pending timers and purge queues when peer restart asocWei Yongjun2011-06-011-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-131-0/+2
* sctp: fix oops when updating retransmit path with DEBUG onVlad Yasevich2011-04-131-0/+2
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* sctp: several declared/set but unused fixesHagen Paul Pfeifer2011-03-081-2/+0Star
* 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-181-2/+0Star
* Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...David S. Miller2010-05-041-7/+6Star
|\
| * sctp: rwnd_press should be cumulativeVlad Yasevich2010-05-011-1/+1
| * sctp: update transport initializationsVlad Yasevich2010-05-011-3/+0Star
| * sctp: Make sure we always return valid retransmit pathVlad Yasevich2010-05-011-1/+2
| * sctp: Do no select unconfirmed transports for retransmissionsVlad Yasevich2010-05-011-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-141-3/+1Star
* sctp: Get rid of an extra routing lookup when adding a transport.Vlad Yasevich2009-09-051-6/+8
* sctp: Failover transmitted list on transport deleteVlad Yasevich2009-09-051-0/+27
* sctp: Fix SCTP_MAXSEG socket option to comply to spec.Vlad Yasevich2009-09-051-3/+3
* sctp: drop a_rwnd to 0 when receive buffer overflows.Vlad Yasevich2009-09-051-2/+35
* sctp: release cached route when the transport goes down.Vlad Yasevich2009-09-051-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/+7Star
* 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-191-4/+5