summaryrefslogtreecommitdiff
path: root/net/sctp/transport.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-01sctp: be more restrictive in transport selection on bundled sacksNeil Horman1-0/+2
2012-05-11sctp: check cached dst before using itNicolas Dichtel1-17/+0
2011-11-09sctp: fasthandoff with ASCONF at mobile-nodeMichio Honda1-0/+16
2011-05-09sctp: Store a flowi in transports to provide persistent keying.David S. Miller1-6/+3
2011-04-28sctp: clean up route lookup callsVlad Yasevich1-13/+10
2011-04-28sctp: remove useless arguments from get_saddr() callVlad Yasevich1-1/+1
2011-04-28sctp: cache the ipv6 source after route lookupVlad Yasevich1-5/+10
2010-08-27net/sctp: Use pr_fmt and pr_<level>Joe Perches1-4/+5
2010-05-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+4
2010-05-16sctp: delete active ICMP proto unreachable timer when free transportWei Yongjun1-0/+4
2010-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+2
2010-05-06sctp: Fix a race between ICMP protocol unreachable and connect()Vlad Yasevich1-0/+2
2010-05-01sctp: fast recovery algorithm is per association.Vlad Yasevich1-15/+17
2010-05-01sctp: update transport initializationsVlad Yasevich1-25/+0
2010-05-01sctp: Do not force T3 timer on fast retransmissions.Vlad Yasevich1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-11-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+2
2009-11-29sctp: on T3_RTX retransmit all the in-flight chunksAndrei Pelinescu-Onciul1-3/+2
2009-11-23sctp: Update max.burst implementationVlad Yasevich1-0/+38
2009-11-23sctp: Remove useless last_time_used variableVlad Yasevich1-5/+2
2009-11-14sctp: Set socket source address when additing first transportVlad Yasevich1-1/+2
2009-09-05sctp: Clear fast_recovery on the transport when T3 timer expires.Vlad Yasevich1-0/+3
2009-03-03sctp: use time_before or time_after for comparing jiffiesWei Yongjun1-3/+4
2009-02-16sctp: Fix the RTO-doubling on idle-link heartbeatsVlad Yasevich1-0/+2
2008-07-19sctp: Prevent uninitialized memory accessFlorian Westphal1-0/+3
2008-06-04sctp: Start T3-RTX timer when fast retransmitting lowest TSNVlad Yasevich1-2/+2
2008-06-04sctp: Correctly implement Fast Recovery cwnd manipulations.Vlad Yasevich1-12/+32
2008-06-04[SCTP]: Fix NULL dereference of asoc.YOSHIFUJI Hideaki1-1/+1
2008-03-06net: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-5/+5
2008-02-05[SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich1-4/+4
2008-01-29[NET]: Convert init_timer into setup_timerPavel Emelyanov1-9/+4
2007-11-07SCTP: Fix difference cases of retransmit.Vlad Yasevich1-2/+3
2007-06-14[SCTP] Don't disable PMTU discovery when mtu is smallVlad Yasevich1-2/+0
2007-06-14[SCTP] Update pmtu handling to be similar to tcpVlad Yasevich1-0/+41
2007-04-26[NET]: cleanup extra semicolonsStephen Hemminger1-1/+1
2007-03-22[SCTP]: Correctly reset ssthresh when restarting associationVlad Yasevich1-1/+1
2007-03-20[SCTP]: Reset some transport and association variables on restartVlad Yasevich1-0/+32
2007-02-11[NET] SCTP: Fix whitespace errors.YOSHIFUJI Hideaki1-7/+7
2006-09-23[SCTP]: Remove multiple levels of msecs to jiffies conversions.Vladislav Yasevich1-1/+1
2006-07-22[SCTP]: Verify all the paths to a peer via heartbeat before using them.Sridhar Samudrala1-2/+7
2006-01-17[SCTP]: Fix bad sysctl formatting of SCTP timeout values on 64-bit m/cs.Vlad Yasevich1-1/+1
2006-01-04[SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option to the latest api draft.Frank Filz1-13/+19
2005-12-03[SCTP]: Fix getsockname for sctp when an ipv6 socket accepts a connection fromNeil Horman1-1/+2
2005-10-09[PATCH] gfp flags annotations - part 1Al Viro1-2/+2
2005-07-12[SCTP]: __nocast annotationsAlexey Dobriyan1-2/+3
2005-06-29[SCTP] Make init & delayed sack timeouts configurable by user.Vlad Yasevich1-1/+0
2005-06-21[SCTP] sctp_connectx() API supportFrank Filz1-1/+3
2005-04-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+514