aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/transport.c
Commit message (Expand)AuthorAgeFilesLines
* sctp: check cached dst before using itNicolas Dichtel2012-06-101-17/+0
* sctp: Store a flowi in transports to provide persistent keying.David S. Miller2011-05-081-6/+3
* sctp: clean up route lookup callsVlad Yasevich2011-04-271-13/+10
* 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-161-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-04-301-15/+17
* | sctp: update transport initializationsVlad Yasevich2010-04-301-25/+0
* | sctp: Do not force T3 timer on fast retransmissions.Vlad Yasevich2010-04-301-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/+2
|\
| * sctp: on T3_RTX retransmit all the in-flight chunksAndrei Pelinescu-Onciul2009-11-291-3/+2
* | sctp: Update max.burst implementationVlad Yasevich2009-11-231-0/+38
* | sctp: Remove useless last_time_used variableVlad Yasevich2009-11-231-5/+2
|/
* sctp: Set socket source address when additing first transportVlad Yasevich2009-11-131-1/+2
* sctp: Clear fast_recovery on the transport when T3 timer expires.Vlad Yasevich2009-09-041-0/+3
* sctp: use time_before or time_after for comparing jiffiesWei Yongjun2009-03-021-3/+4
* sctp: Fix the RTO-doubling on idle-link heartbeatsVlad Yasevich2009-02-161-0/+2
* sctp: Prevent uninitialized memory accessFlorian Westphal2008-07-181-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-051-1/+1
* net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-051-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/+4
* 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/+0
* [SCTP] Update pmtu handling to be similar to tcpVlad Yasevich2007-06-131-0/+41
* [NET]: cleanup extra semicolonsStephen Hemminger2007-04-251-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-101-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-021-1/+2
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-081-2/+2
* [SCTP]: __nocast annotationsAlexey Dobriyan2005-07-111-2/+3
* [SCTP] Make init & delayed sack timeouts configurable by user.Vlad Yasevich2005-06-281-1/+0
* [SCTP] sctp_connectx() API supportFrank Filz2005-06-201-1/+3
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+514