aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/transport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-18sctp: add stream reconf timerXin Long1-2/+15
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-1/+1
2016-09-22sctp: rename WORD_TRUNC/ROUND macrosMarcelo Ricardo Leitner1-2/+2
2016-04-10sctp: avoid refreshing heartbeat timer too oftenMarcelo Ricardo Leitner1-6/+13
2016-03-20sctp: align MTU to a wordMarcelo Ricardo Leitner1-2/+2
2016-03-13sctp: fix the transports round robin issue when init is retransmittedXin Long1-1/+1
2016-01-28sctp: remove the dead field of sctp_transportXin Long1-3/+1
2016-01-28sctp: fix the transport dead race check by using atomic_add_unless on refcntXin Long1-2/+2
2015-11-09remove abs64()Andrew Morton1-1/+1
2014-07-31sctp: Fixup v4mapped behaviour to comply with Sock APIJason Gunthorpe1-2/+2
2014-07-02net: sctp: improve timer slack calculation for transport HBsDaniel Borkmann1-8/+9
2014-06-11net: sctp: migrate most recently used transport to ktimeDaniel Borkmann1-1/+1
2014-02-13net: remove unnecessary return'sstephen hemminger1-1/+0
2013-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-12-06sctp: Fix FSF address in file headersJeff Kirsher1-3/+2
2013-12-05sctp: disable max_burst when the max_burst is 0wangweidong1-1/+1
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2013-08-12net: sctp: sctp_transport_destroy{, _rcu}: fix potential pointer corruptionDaniel Borkmann1-2/+2
2013-08-09net: sctp: trivial: update bug report in header commentDaniel Borkmann1-6/+0
2013-07-24net: sctp: trivial: update mailing list addressDaniel Borkmann1-1/+1
2013-07-01net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann1-25/+24
2013-06-17net: sctp: get rid of t_new macro for kzallocDaniel Borkmann1-1/+1
2013-04-17net: sctp: sctp_transport: remove unused variableDaniel Borkmann1-1/+0
2013-02-04net: remove redundant check for timer pending state before del_timerYing Xue1-7/+4
2013-02-04sctp: sctp_close: fix release of bindings for deferred call_rcu'sDaniel Borkmann1-4/+5
2012-12-07sctp: Add RCU protection to assoc->transport_addr_listThomas Graf1-5/+13
2012-12-03sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STATS callMichele Baldessari1-0/+2
2012-11-28sctp: Error in calculation of RTTvarSchoch Christian1-1/+1
2012-08-14sctp: Make sysctl tunables per netEric W. Biederman1-7/+8
2012-08-14sctp: Push struct net down into sctp_transport_initEric W. Biederman1-3/+5
2012-07-22Merge branch 'kill_rtcache'David S. Miller1-1/+1
2012-07-22sctp: Implement quick failover draft from tsvwgNeil Horman1-1/+3
2012-07-20net: Document dst->obsolete better.David S. Miller1-1/+1
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller1-1/+1
2012-07-16sctp: Adjust PMTU updates to accomodate route invalidation.David S. Miller1-2/+10
2012-06-30sctp: be more restrictive in transport selection on bundled sacksNeil Horman1-0/+2
2012-05-10sctp: check cached dst before using itNicolas Dichtel1-17/+0
2011-11-08sctp: fasthandoff with ASCONF at mobile-nodeMichio Honda1-0/+16
2011-05-08sctp: Store a flowi in transports to provide persistent keying.David S. Miller1-6/+3
2011-04-27sctp: clean up route lookup callsVlad Yasevich1-13/+10
2011-04-27sctp: remove useless arguments from get_saddr() callVlad Yasevich1-1/+1
2011-04-27sctp: cache the ipv6 source after route lookupVlad Yasevich1-5/+10
2010-08-26net/sctp: Use pr_fmt and pr_<level>Joe Perches1-4/+5
2010-05-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David 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/net-2.6David S. Miller1-0/+2
2010-05-06sctp: Fix a race between ICMP protocol unreachable and connect()Vlad Yasevich1-0/+2
2010-04-30sctp: fast recovery algorithm is per association.Vlad Yasevich1-15/+17
2010-04-30sctp: update transport initializationsVlad Yasevich1-25/+0
2010-04-30sctp: Do not force T3 timer on fast retransmissions.Vlad Yasevich1-2/+2