summaryrefslogtreecommitdiffstats
path: root/net/sctp/transport.c
Commit message (Expand)AuthorAgeFilesLines
* net: sctp: migrate most recently used transport to ktimeDaniel Borkmann2014-06-111-1/+1
* net: remove unnecessary return'sstephen hemminger2014-02-131-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-091-1/+1
|\
| * sctp: disable max_burst when the max_burst is 0wangweidong2013-12-051-1/+1
* | sctp: Fix FSF address in file headersJeff Kirsher2013-12-061-3/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-161-2/+2
|\
| * net: sctp: sctp_transport_destroy{, _rcu}: fix potential pointer corruptionDaniel Borkmann2013-08-121-2/+2
* | net: sctp: trivial: update bug report in header commentDaniel Borkmann2013-08-091-6/+0
* | net: sctp: trivial: update mailing list addressDaniel Borkmann2013-07-241-1/+1
|/
* net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann2013-07-011-25/+24
* net: sctp: get rid of t_new macro for kzallocDaniel Borkmann2013-06-171-1/+1
* net: sctp: sctp_transport: remove unused variableDaniel Borkmann2013-04-171-1/+0
* net: remove redundant check for timer pending state before del_timerYing Xue2013-02-041-7/+4
* sctp: sctp_close: fix release of bindings for deferred call_rcu'sDaniel Borkmann2013-02-041-4/+5
* sctp: Add RCU protection to assoc->transport_addr_listThomas Graf2012-12-071-5/+13
* sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STAT...Michele Baldessari2012-12-031-0/+2
* sctp: Error in calculation of RTTvarSchoch Christian2012-11-281-1/+1
* sctp: Make sysctl tunables per netEric W. Biederman2012-08-141-7/+8
* sctp: Push struct net down into sctp_transport_initEric W. Biederman2012-08-141-3/+5
* Merge branch 'kill_rtcache'David S. Miller2012-07-221-1/+1
|\
| * 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-06-301-0/+2
* sctp: check cached dst before using itNicolas Dichtel2012-05-101-17/+0
* 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/+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
OpenPOWER on IntegriCloud