summaryrefslogtreecommitdiffstats
path: root/net/sctp/transport.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner2019-05-241-16/+1Star
* sctp: don't compare hb_timer expire date before starting itMaciej Kwiecien2019-02-221-1/+2
* sctp: update dst pmtu with the correct daddrXin Long2018-09-201-2/+10
* sctp: fix the issue that pathmtu may be set lower than MINSEGMENTXin Long2018-07-041-1/+1
* sctp: not allow transport timeout value less than HZ/5 for hb_timerXin Long2018-06-051-1/+1
* sctp: re-use sctp_transport_pmtu in sctp_transport_routeMarcelo Ricardo Leitner2018-04-271-18/+17Star
* sctp: introduce sctp_dst_mtuMarcelo Ricardo Leitner2018-04-271-3/+3
* sctp: move transport pathmtu calc away of sctp_assoc_add_peerMarcelo Ricardo Leitner2018-04-271-2/+6
* sctp: fix the handling of ICMP Frag Needed for too small MTUsMarcelo Ricardo Leitner2018-01-081-10/+19
* net: sctp: Convert timers to use timer_setup()Kees Cook2017-10-251-8/+5Star
* sctp: remove the typedef sctp_lower_cwnd_tXin Long2017-08-071-1/+1
* net, sctp: convert sctp_transport.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-4/+4
* sctp: adjust ssthresh when transport is idleMarcelo Ricardo Leitner2017-06-251-0/+2
* sctp: adjust cwnd increase in Congestion Avoidance phaseMarcelo Ricardo Leitner2017-06-251-8/+18
* sctp: allow increasing cwnd regardless of ctsn moving or notMarcelo Ricardo Leitner2017-06-251-9/+8Star
* sctp: update order of adjustments of partial_bytes_acked and cwndMarcelo Ricardo Leitner2017-06-251-7/+8
* sctp: get sock from transport in sctp_transport_update_pmtuXin Long2017-04-051-12/+7Star
* scripts/spelling.txt: add "varible" pattern and fix typo instancesMasahiro Yamada2017-02-281-3/+1Star
* sctp: add dst_pending_confirm flagJulian Anastasov2017-02-071-1/+15
* sctp: add stream reconf timerXin Long2017-01-181-2/+15
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-1/+1
* sctp: rename WORD_TRUNC/ROUND macrosMarcelo Ricardo Leitner2016-09-221-2/+2
* sctp: avoid refreshing heartbeat timer too oftenMarcelo Ricardo Leitner2016-04-111-6/+13
* sctp: align MTU to a wordMarcelo Ricardo Leitner2016-03-201-2/+2
* sctp: fix the transports round robin issue when init is retransmittedXin Long2016-03-141-1/+1
* sctp: remove the dead field of sctp_transportXin Long2016-01-291-3/+1Star
* sctp: fix the transport dead race check by using atomic_add_unless on refcntXin Long2016-01-291-2/+2
* remove abs64()Andrew Morton2015-11-101-1/+1
* sctp: Fixup v4mapped behaviour to comply with Sock APIJason Gunthorpe2014-08-011-2/+2
* net: sctp: improve timer slack calculation for transport HBsDaniel Borkmann2014-07-031-8/+9
* net: sctp: migrate most recently used transport to ktimeDaniel Borkmann2014-06-111-1/+1
* net: remove unnecessary return'sstephen hemminger2014-02-141-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-101-1/+1
|\
| * sctp: disable max_burst when the max_burst is 0wangweidong2013-12-061-1/+1
* | sctp: Fix FSF address in file headersJeff Kirsher2013-12-061-3/+2Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-171-2/+2
|\
| * net: sctp: sctp_transport_destroy{, _rcu}: fix potential pointer corruptionDaniel Borkmann2013-08-131-2/+2
* | net: sctp: trivial: update bug report in header commentDaniel Borkmann2013-08-091-6/+0Star
* | net: sctp: trivial: update mailing list addressDaniel Borkmann2013-07-251-1/+1
|/
* net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann2013-07-021-25/+24Star
* net: sctp: get rid of t_new macro for kzallocDaniel Borkmann2013-06-181-1/+1
* net: sctp: sctp_transport: remove unused variableDaniel Borkmann2013-04-171-1/+0Star
* net: remove redundant check for timer pending state before del_timerYing Xue2013-02-041-7/+4Star
* 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-151-7/+8
* sctp: Push struct net down into sctp_transport_initEric W. Biederman2012-08-151-3/+5
* Merge branch 'kill_rtcache'David S. Miller2012-07-231-1/+1
|\