index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
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
2014-07-03
net: sctp: improve timer slack calculation for transport HBs
Daniel Borkmann
1
-8
/
+9
2014-06-11
net: sctp: migrate most recently used transport to ktime
Daniel Borkmann
1
-1
/
+1
2014-02-14
net: remove unnecessary return's
stephen hemminger
1
-1
/
+0
2013-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2013-12-06
sctp: Fix FSF address in file headers
Jeff Kirsher
1
-3
/
+2
2013-12-06
sctp: disable max_burst when the max_burst is 0
wangweidong
1
-1
/
+1
2013-08-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2013-08-13
net: sctp: sctp_transport_destroy{, _rcu}: fix potential pointer corruption
Daniel Borkmann
1
-2
/
+2
2013-08-09
net: sctp: trivial: update bug report in header comment
Daniel Borkmann
1
-6
/
+0
2013-07-25
net: sctp: trivial: update mailing list address
Daniel Borkmann
1
-1
/
+1
2013-07-02
net: sctp: rework debugging framework to use pr_debug and friends
Daniel Borkmann
1
-25
/
+24
2013-06-18
net: sctp: get rid of t_new macro for kzalloc
Daniel Borkmann
1
-1
/
+1
2013-04-17
net: sctp: sctp_transport: remove unused variable
Daniel Borkmann
1
-1
/
+0
2013-02-04
net: remove redundant check for timer pending state before del_timer
Ying Xue
1
-7
/
+4
2013-02-04
sctp: sctp_close: fix release of bindings for deferred call_rcu's
Daniel Borkmann
1
-4
/
+5
[next]