index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sctp
/
transport.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-22
sctp: fix an issue that plpmtu can never go to complete state
Xin Long
1
-4
/
+7
2023-02-01
sctp: do not check hb_timer.expires when resetting hb_timer
Xin Long
1
-3
/
+1
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
1
-1
/
+1
2021-11-26
sctp: make the raise timer more simple and accurate
Xin Long
1
-15
/
+11
2021-10-29
sctp: return true only for pathmtu update in sctp_transport_pl_toobig
Xin Long
1
-3
/
+4
2021-10-29
sctp: allow IP fragmentation when PLPMTUD enters Error state
Xin Long
1
-2
/
+2
2021-07-26
sctp: send pmtu probe only if packet loss in Search Complete state
Xin Long
1
-1
/
+5
2021-07-26
sctp: improve the code for pmtu probe send and recv update
Xin Long
1
-18
/
+23
2021-07-01
sctp: check pl.raise_count separately from its increment
Xin Long
1
-4
/
+7
2021-06-24
sctp: do black hole detection in search complete state
Xin Long
1
-7
/
+4
2021-06-22
sctp: enable PLPMTUD when the transport is ready
Xin Long
1
-0
/
+2
2021-06-22
sctp: do state transition when receiving an icmp TOOBIG packet
Xin Long
1
-1
/
+50
2021-06-22
sctp: do state transition when a probe succeeds on HB ACK recv path
Xin Long
1
-0
/
+38
2021-06-22
sctp: do state transition when PROBE_COUNT == MAX_PROBES on HB send path
Xin Long
1
-0
/
+44
2021-06-22
sctp: add the probe timer in transport for PLPMTUD
Xin Long
1
-0
/
+18
2020-11-24
sctp: Fix some typo
Christophe JAILLET
1
-2
/
+2
2020-11-14
sctp: change to hold/put transport for proto_unreach_timer
Xin Long
1
-1
/
+1
2020-01-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2019-12-25
net: add bool confirm_neigh parameter for dst_ops.update_pmtu
Hangbin Liu
1
-1
/
+1
2019-12-10
sctp: get netns from asoc and ep base
Xin Long
1
-1
/
+1
2019-07-31
sctp: only copy the available addr data in sctp_transport_init
Xin Long
1
-1
/
+1
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104
Thomas Gleixner
1
-16
/
+1
2019-02-22
sctp: don't compare hb_timer expire date before starting it
Maciej Kwiecien
1
-1
/
+2
2018-09-20
sctp: update dst pmtu with the correct daddr
Xin Long
1
-2
/
+10
2018-07-04
sctp: fix the issue that pathmtu may be set lower than MINSEGMENT
Xin Long
1
-1
/
+1
2018-06-05
sctp: not allow transport timeout value less than HZ/5 for hb_timer
Xin Long
1
-1
/
+1
2018-04-27
sctp: re-use sctp_transport_pmtu in sctp_transport_route
Marcelo Ricardo Leitner
1
-18
/
+17
2018-04-27
sctp: introduce sctp_dst_mtu
Marcelo Ricardo Leitner
1
-3
/
+3
2018-04-27
sctp: move transport pathmtu calc away of sctp_assoc_add_peer
Marcelo Ricardo Leitner
1
-2
/
+6
2018-01-08
sctp: fix the handling of ICMP Frag Needed for too small MTUs
Marcelo Ricardo Leitner
1
-10
/
+19
2017-10-25
net: sctp: Convert timers to use timer_setup()
Kees Cook
1
-8
/
+5
2017-08-07
sctp: remove the typedef sctp_lower_cwnd_t
Xin Long
1
-1
/
+1
2017-07-05
net, sctp: convert sctp_transport.refcnt from atomic_t to refcount_t
Reshetova, Elena
1
-4
/
+4
2017-06-25
sctp: adjust ssthresh when transport is idle
Marcelo Ricardo Leitner
1
-0
/
+2
2017-06-25
sctp: adjust cwnd increase in Congestion Avoidance phase
Marcelo Ricardo Leitner
1
-8
/
+18
2017-06-25
sctp: allow increasing cwnd regardless of ctsn moving or not
Marcelo Ricardo Leitner
1
-9
/
+8
2017-06-25
sctp: update order of adjustments of partial_bytes_acked and cwnd
Marcelo Ricardo Leitner
1
-7
/
+8
2017-04-05
sctp: get sock from transport in sctp_transport_update_pmtu
Xin Long
1
-12
/
+7
2017-02-28
scripts/spelling.txt: add "varible" pattern and fix typo instances
Masahiro Yamada
1
-3
/
+1
2017-02-07
sctp: add dst_pending_confirm flag
Julian Anastasov
1
-1
/
+15
2017-01-18
sctp: add stream reconf timer
Xin Long
1
-2
/
+15
2016-12-25
ktime: Cleanup ktime_set() usage
Thomas Gleixner
1
-1
/
+1
2016-09-22
sctp: rename WORD_TRUNC/ROUND macros
Marcelo Ricardo Leitner
1
-2
/
+2
2016-04-11
sctp: avoid refreshing heartbeat timer too often
Marcelo Ricardo Leitner
1
-6
/
+13
2016-03-20
sctp: align MTU to a word
Marcelo Ricardo Leitner
1
-2
/
+2
2016-03-14
sctp: fix the transports round robin issue when init is retransmitted
Xin Long
1
-1
/
+1
2016-01-29
sctp: remove the dead field of sctp_transport
Xin Long
1
-3
/
+1
2016-01-29
sctp: fix the transport dead race check by using atomic_add_unless on refcnt
Xin Long
1
-2
/
+2
2015-11-10
remove abs64()
Andrew Morton
1
-1
/
+1
2014-08-01
sctp: Fixup v4mapped behaviour to comply with Sock API
Jason Gunthorpe
1
-2
/
+2
[next]