aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/transport.c
Commit message (Expand)AuthorAge
* net: remove redundant check for timer pending state before del_timerYing Xue2013-02-04
* sctp: sctp_close: fix release of bindings for deferred call_rcu'sDaniel Borkmann2013-02-04
* sctp: Add RCU protection to assoc->transport_addr_listThomas Graf2012-12-07
* sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STAT...Michele Baldessari2012-12-03
* sctp: Error in calculation of RTTvarSchoch Christian2012-11-28
* sctp: Make sysctl tunables per netEric W. Biederman2012-08-15
* sctp: Push struct net down into sctp_transport_initEric W. Biederman2012-08-15
* Merge branch 'kill_rtcache'David S. Miller2012-07-22
|\
| * net: Document dst->obsolete better.David S. Miller2012-07-20
* | sctp: Implement quick failover draft from tsvwgNeil Horman2012-07-22
|/
* net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller2012-07-17
* sctp: Adjust PMTU updates to accomodate route invalidation.David S. Miller2012-07-16
* sctp: be more restrictive in transport selection on bundled sacksNeil Horman2012-07-01
* sctp: check cached dst before using itNicolas Dichtel2012-05-10
* sctp: fasthandoff with ASCONF at mobile-nodeMichio Honda2011-11-08
* sctp: Store a flowi in transports to provide persistent keying.David S. Miller2011-05-08
* sctp: clean up route lookup callsVlad Yasevich2011-04-27
* sctp: remove useless arguments from get_saddr() callVlad Yasevich2011-04-27
* sctp: cache the ipv6 source after route lookupVlad Yasevich2011-04-27
* net/sctp: Use pr_fmt and pr_<level>Joe Perches2010-08-26
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-17
|\
| * sctp: delete active ICMP proto unreachable timer when free transportWei Yongjun2010-05-16
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-12
|\|
| * sctp: Fix a race between ICMP protocol unreachable and connect()Vlad Yasevich2010-05-06
* | sctp: fast recovery algorithm is per association.Vlad Yasevich2010-04-30
* | sctp: update transport initializationsVlad Yasevich2010-04-30
* | sctp: Do not force T3 timer on fast retransmissions.Vlad Yasevich2010-04-30
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-29
|\
| * sctp: on T3_RTX retransmit all the in-flight chunksAndrei Pelinescu-Onciul2009-11-29
* | sctp: Update max.burst implementationVlad Yasevich2009-11-23
* | sctp: Remove useless last_time_used variableVlad Yasevich2009-11-23
|/
* sctp: Set socket source address when additing first transportVlad Yasevich2009-11-13
* sctp: Clear fast_recovery on the transport when T3 timer expires.Vlad Yasevich2009-09-04
* sctp: use time_before or time_after for comparing jiffiesWei Yongjun2009-03-03
* sctp: Fix the RTO-doubling on idle-link heartbeatsVlad Yasevich2009-02-16
* sctp: Prevent uninitialized memory accessFlorian Westphal2008-07-19
* sctp: Start T3-RTX timer when fast retransmitting lowest TSNVlad Yasevich2008-06-04
* sctp: Correctly implement Fast Recovery cwnd manipulations.Vlad Yasevich2008-06-04
* [SCTP]: Fix NULL dereference of asoc.YOSHIFUJI Hideaki2008-06-04
* net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-05
* [SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich2008-02-05
* [NET]: Convert init_timer into setup_timerPavel Emelyanov2008-01-28
* SCTP: Fix difference cases of retransmit.Vlad Yasevich2007-11-07
* [SCTP] Don't disable PMTU discovery when mtu is smallVlad Yasevich2007-06-13
* [SCTP] Update pmtu handling to be similar to tcpVlad Yasevich2007-06-13
* [NET]: cleanup extra semicolonsStephen Hemminger2007-04-26
* [SCTP]: Correctly reset ssthresh when restarting associationVlad Yasevich2007-03-22
* [SCTP]: Reset some transport and association variables on restartVlad Yasevich2007-03-20
* [NET] SCTP: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-11