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