summaryrefslogtreecommitdiffstats
path: root/net/sctp/transport.c
Commit message (Expand)AuthorAgeFilesLines
...
| * net: Document dst->obsolete better.David S. Miller2012-07-201-1/+1
* | sctp: Implement quick failover draft from tsvwgNeil Horman2012-07-221-1/+3
|/
* net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller2012-07-171-1/+1
* sctp: Adjust PMTU updates to accomodate route invalidation.David S. Miller2012-07-161-2/+10
* sctp: be more restrictive in transport selection on bundled sacksNeil Horman2012-07-011-0/+2
* sctp: check cached dst before using itNicolas Dichtel2012-05-111-17/+0Star
* sctp: fasthandoff with ASCONF at mobile-nodeMichio Honda2011-11-081-0/+16
* sctp: Store a flowi in transports to provide persistent keying.David S. Miller2011-05-081-6/+3Star
* sctp: clean up route lookup callsVlad Yasevich2011-04-271-13/+10Star
* sctp: remove useless arguments from get_saddr() callVlad Yasevich2011-04-271-1/+1
* sctp: cache the ipv6 source after route lookupVlad Yasevich2011-04-271-5/+10
* net/sctp: Use pr_fmt and pr_<level>Joe Perches2010-08-261-4/+5
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-171-0/+4
|\
| * sctp: delete active ICMP proto unreachable timer when free transportWei Yongjun2010-05-161-0/+4
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-121-0/+2
|\|
| * sctp: Fix a race between ICMP protocol unreachable and connect()Vlad Yasevich2010-05-061-0/+2
* | sctp: fast recovery algorithm is per association.Vlad Yasevich2010-05-011-15/+17
* | sctp: update transport initializationsVlad Yasevich2010-05-011-25/+0Star
* | sctp: Do not force T3 timer on fast retransmissions.Vlad Yasevich2010-05-011-2/+2
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-291-3/+2Star
|\
| * sctp: on T3_RTX retransmit all the in-flight chunksAndrei Pelinescu-Onciul2009-11-291-3/+2Star
* | sctp: Update max.burst implementationVlad Yasevich2009-11-231-0/+38
* | sctp: Remove useless last_time_used variableVlad Yasevich2009-11-231-5/+2Star
|/
* sctp: Set socket source address when additing first transportVlad Yasevich2009-11-141-1/+2
* sctp: Clear fast_recovery on the transport when T3 timer expires.Vlad Yasevich2009-09-051-0/+3
* sctp: use time_before or time_after for comparing jiffiesWei Yongjun2009-03-031-3/+4
* sctp: Fix the RTO-doubling on idle-link heartbeatsVlad Yasevich2009-02-161-0/+2
* sctp: Prevent uninitialized memory accessFlorian Westphal2008-07-191-0/+3
* sctp: Start T3-RTX timer when fast retransmitting lowest TSNVlad Yasevich2008-06-041-2/+2
* sctp: Correctly implement Fast Recovery cwnd manipulations.Vlad Yasevich2008-06-041-12/+32
* [SCTP]: Fix NULL dereference of asoc.YOSHIFUJI Hideaki2008-06-041-1/+1
* net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-061-5/+5
* [SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich2008-02-051-4/+4
* [NET]: Convert init_timer into setup_timerPavel Emelyanov2008-01-281-9/+4Star
* SCTP: Fix difference cases of retransmit.Vlad Yasevich2007-11-071-2/+3
* [SCTP] Don't disable PMTU discovery when mtu is smallVlad Yasevich2007-06-131-2/+0Star
* [SCTP] Update pmtu handling to be similar to tcpVlad Yasevich2007-06-131-0/+41
* [NET]: cleanup extra semicolonsStephen Hemminger2007-04-261-1/+1
* [SCTP]: Correctly reset ssthresh when restarting associationVlad Yasevich2007-03-221-1/+1
* [SCTP]: Reset some transport and association variables on restartVlad Yasevich2007-03-201-0/+32
* [NET] SCTP: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-7/+7
* [SCTP]: Remove multiple levels of msecs to jiffies conversions.Vladislav Yasevich2006-09-221-1/+1
* [SCTP]: Verify all the paths to a peer via heartbeat before using them.Sridhar Samudrala2006-07-211-2/+7
* [SCTP]: Fix bad sysctl formatting of SCTP timeout values on 64-bit m/cs.Vlad Yasevich2006-01-171-1/+1
* [SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option to the latest api draft.Frank Filz2006-01-031-13/+19
* [SCTP]: Fix getsockname for sctp when an ipv6 socket accepts a connection fromNeil Horman2005-12-031-1/+2
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-091-2/+2
* [SCTP]: __nocast annotationsAlexey Dobriyan2005-07-121-2/+3
* [SCTP] Make init & delayed sack timeouts configurable by user.Vlad Yasevich2005-06-281-1/+0Star