summaryrefslogtreecommitdiffstats
path: root/net/sctp/transport.c
Commit message (Expand)AuthorAgeFilesLines
* sctp: fix an issue that plpmtu can never go to complete stateXin Long2023-05-221-4/+7
* sctp: do not check hb_timer.expires when resetting hb_timerXin Long2023-01-311-3/+1
* treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
* sctp: make the raise timer more simple and accurateXin Long2021-11-251-15/+11
* sctp: return true only for pathmtu update in sctp_transport_pl_toobigXin Long2021-10-291-3/+4
* sctp: allow IP fragmentation when PLPMTUD enters Error stateXin Long2021-10-291-2/+2
* sctp: send pmtu probe only if packet loss in Search Complete stateXin Long2021-07-251-1/+5
* sctp: improve the code for pmtu probe send and recv updateXin Long2021-07-251-18/+23
* sctp: check pl.raise_count separately from its incrementXin Long2021-07-011-4/+7
* sctp: do black hole detection in search complete stateXin Long2021-06-241-7/+4
* sctp: enable PLPMTUD when the transport is readyXin Long2021-06-221-0/+2
* sctp: do state transition when receiving an icmp TOOBIG packetXin Long2021-06-221-1/+50
* sctp: do state transition when a probe succeeds on HB ACK recv pathXin Long2021-06-221-0/+38
* sctp: do state transition when PROBE_COUNT == MAX_PROBES on HB send pathXin Long2021-06-221-0/+44
* sctp: add the probe timer in transport for PLPMTUDXin Long2021-06-221-0/+18
* sctp: Fix some typoChristophe JAILLET2020-11-231-2/+2
* sctp: change to hold/put transport for proto_unreach_timerXin Long2020-11-141-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-311-1/+1
|\
| * net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu2019-12-241-1/+1
* | sctp: get netns from asoc and ep baseXin Long2019-12-091-1/+1
|/
* sctp: only copy the available addr data in sctp_transport_initXin Long2019-07-301-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner2019-05-241-16/+1
* 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/+17
* 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/+5
* sctp: remove the typedef sctp_lower_cwnd_tXin Long2017-08-061-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/+8
* 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/+7
* scripts/spelling.txt: add "varible" pattern and fix typo instancesMasahiro Yamada2017-02-271-3/+1
* 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-101-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-131-1/+1
* sctp: remove the dead field of sctp_transportXin Long2016-01-281-3/+1
* sctp: fix the transport dead race check by using atomic_add_unless on refcntXin Long2016-01-281-2/+2
* remove abs64()Andrew Morton2015-11-091-1/+1
* sctp: Fixup v4mapped behaviour to comply with Sock APIJason Gunthorpe2014-07-311-2/+2