index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sctp
/
transport.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sctp: make the raise timer more simple and accurate
Xin Long
2021-11-25
1
-15
/
+11
*
sctp: return true only for pathmtu update in sctp_transport_pl_toobig
Xin Long
2021-10-29
1
-3
/
+4
*
sctp: allow IP fragmentation when PLPMTUD enters Error state
Xin Long
2021-10-29
1
-2
/
+2
*
sctp: send pmtu probe only if packet loss in Search Complete state
Xin Long
2021-07-25
1
-1
/
+5
*
sctp: improve the code for pmtu probe send and recv update
Xin Long
2021-07-25
1
-18
/
+23
*
sctp: check pl.raise_count separately from its increment
Xin Long
2021-07-01
1
-4
/
+7
*
sctp: do black hole detection in search complete state
Xin Long
2021-06-24
1
-7
/
+4
*
sctp: enable PLPMTUD when the transport is ready
Xin Long
2021-06-22
1
-0
/
+2
*
sctp: do state transition when receiving an icmp TOOBIG packet
Xin Long
2021-06-22
1
-1
/
+50
*
sctp: do state transition when a probe succeeds on HB ACK recv path
Xin Long
2021-06-22
1
-0
/
+38
*
sctp: do state transition when PROBE_COUNT == MAX_PROBES on HB send path
Xin Long
2021-06-22
1
-0
/
+44
*
sctp: add the probe timer in transport for PLPMTUD
Xin Long
2021-06-22
1
-0
/
+18
*
sctp: Fix some typo
Christophe JAILLET
2020-11-23
1
-2
/
+2
*
sctp: change to hold/put transport for proto_unreach_timer
Xin Long
2020-11-14
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-12-31
1
-1
/
+1
|
\
|
*
net: add bool confirm_neigh parameter for dst_ops.update_pmtu
Hangbin Liu
2019-12-24
1
-1
/
+1
*
|
sctp: get netns from asoc and ep base
Xin Long
2019-12-09
1
-1
/
+1
|
/
*
sctp: only copy the available addr data in sctp_transport_init
Xin Long
2019-07-30
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104
Thomas Gleixner
2019-05-24
1
-16
/
+1
*
sctp: don't compare hb_timer expire date before starting it
Maciej Kwiecien
2019-02-22
1
-1
/
+2
*
sctp: update dst pmtu with the correct daddr
Xin Long
2018-09-20
1
-2
/
+10
*
sctp: fix the issue that pathmtu may be set lower than MINSEGMENT
Xin Long
2018-07-04
1
-1
/
+1
*
sctp: not allow transport timeout value less than HZ/5 for hb_timer
Xin Long
2018-06-05
1
-1
/
+1
*
sctp: re-use sctp_transport_pmtu in sctp_transport_route
Marcelo Ricardo Leitner
2018-04-27
1
-18
/
+17
*
sctp: introduce sctp_dst_mtu
Marcelo Ricardo Leitner
2018-04-27
1
-3
/
+3
*
sctp: move transport pathmtu calc away of sctp_assoc_add_peer
Marcelo Ricardo Leitner
2018-04-27
1
-2
/
+6
*
sctp: fix the handling of ICMP Frag Needed for too small MTUs
Marcelo Ricardo Leitner
2018-01-08
1
-10
/
+19
*
net: sctp: Convert timers to use timer_setup()
Kees Cook
2017-10-25
1
-8
/
+5
*
sctp: remove the typedef sctp_lower_cwnd_t
Xin Long
2017-08-06
1
-1
/
+1
*
net, sctp: convert sctp_transport.refcnt from atomic_t to refcount_t
Reshetova, Elena
2017-07-04
1
-4
/
+4
*
sctp: adjust ssthresh when transport is idle
Marcelo Ricardo Leitner
2017-06-25
1
-0
/
+2
*
sctp: adjust cwnd increase in Congestion Avoidance phase
Marcelo Ricardo Leitner
2017-06-25
1
-8
/
+18
*
sctp: allow increasing cwnd regardless of ctsn moving or not
Marcelo Ricardo Leitner
2017-06-25
1
-9
/
+8
*
sctp: update order of adjustments of partial_bytes_acked and cwnd
Marcelo Ricardo Leitner
2017-06-25
1
-7
/
+8
*
sctp: get sock from transport in sctp_transport_update_pmtu
Xin Long
2017-04-05
1
-12
/
+7
*
scripts/spelling.txt: add "varible" pattern and fix typo instances
Masahiro Yamada
2017-02-27
1
-3
/
+1
*
sctp: add dst_pending_confirm flag
Julian Anastasov
2017-02-07
1
-1
/
+15
*
sctp: add stream reconf timer
Xin Long
2017-01-18
1
-2
/
+15
*
ktime: Cleanup ktime_set() usage
Thomas Gleixner
2016-12-25
1
-1
/
+1
*
sctp: rename WORD_TRUNC/ROUND macros
Marcelo Ricardo Leitner
2016-09-22
1
-2
/
+2
*
sctp: avoid refreshing heartbeat timer too often
Marcelo Ricardo Leitner
2016-04-10
1
-6
/
+13
*
sctp: align MTU to a word
Marcelo Ricardo Leitner
2016-03-20
1
-2
/
+2
*
sctp: fix the transports round robin issue when init is retransmitted
Xin Long
2016-03-13
1
-1
/
+1
*
sctp: remove the dead field of sctp_transport
Xin Long
2016-01-28
1
-3
/
+1
*
sctp: fix the transport dead race check by using atomic_add_unless on refcnt
Xin Long
2016-01-28
1
-2
/
+2
*
remove abs64()
Andrew Morton
2015-11-09
1
-1
/
+1
*
sctp: Fixup v4mapped behaviour to comply with Sock API
Jason Gunthorpe
2014-07-31
1
-2
/
+2
*
net: sctp: improve timer slack calculation for transport HBs
Daniel Borkmann
2014-07-02
1
-8
/
+9
*
net: sctp: migrate most recently used transport to ktime
Daniel Borkmann
2014-06-11
1
-1
/
+1
*
net: remove unnecessary return's
stephen hemminger
2014-02-13
1
-1
/
+0
[next]