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.13.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
/
socket.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-10
sctp: update hb timer immediately after users change hb_interval
Xin Long
1
-0
/
+1
2023-08-30
sock: annotate data-races around prot->memory_pressure
Eric Dumazet
1
-1
/
+1
2023-08-11
sctp: fix potential deadlock on &net->sctp.addr_wq_lock
Chengfeng Ye
1
-2
/
+2
2023-04-26
sctp: Call inet6_destroy_sock() via sk->sk_destruct().
Kuniyuki Iwashima
1
-8
/
+21
2023-04-20
sctp: check send stream number after wait_for_sndbuf
Xin Long
1
-0
/
+4
2022-04-20
sctp: Initialize daddr on peeled off socket
Petr Malat
1
-1
/
+1
2022-01-05
sctp: use call_rcu to free endpoint
Xin Long
1
-8
/
+15
2021-05-22
sctp: delay auto_asconf init until binding the first addr
Xin Long
1
-14
/
+17
2021-05-22
Revert "net/sctp: fix race condition in sctp_destroy_sock"
Xin Long
1
-5
/
+8
2021-04-28
net/sctp: fix race condition in sctp_destroy_sock
Or Cohen
1
-8
/
+5
2020-09-12
sctp: not disable bh in the whole sctp_get_port_local()
Xin Long
1
-10
/
+6
2020-08-05
sctp: implement memory accounting on tx path
Xin Long
1
-2
/
+8
2020-04-13
sctp: fix refcount bug in sctp_wfree
Qiujun Huang
1
-8
/
+23
2019-12-13
sctp: frag_point sanity check
Jakub Audykowicz
1
-2
/
+1
2019-12-01
sctp: use sk_wmem_queued to check for writable space
Xin Long
1
-29
/
+9
2019-11-10
net: use skb_queue_empty_lockless() in busy poll contexts
Eric Dumazet
1
-1
/
+1
2019-11-10
net: use skb_queue_empty_lockless() in poll() handlers
Eric Dumazet
1
-2
/
+2
2019-11-10
inet: stop leaking jiffies on the wire
Eric Dumazet
1
-1
/
+1
2019-10-29
sctp: change sctp_prot .no_autobind with true
Xin Long
1
-2
/
+2
2019-07-28
sctp: not bind the socket in sctp_connect
Xin Long
1
-18
/
+2
2019-04-03
sctp: use memdup_user instead of vmemdup_user
Xin Long
1
-6
/
+6
2019-03-10
sctp: call iov_iter_revert() after sending ABORT
Xin Long
1
-0
/
+1
2019-02-12
sctp: walk the list of asoc safely
Greg Kroah-Hartman
1
-2
/
+2
2018-11-23
sctp: not allow to set asoc prsctp_enable by sockopt
Xin Long
1
-21
/
+5
2018-11-04
sctp: check policy more carefully when getting pr status
Xin Long
1
-3
/
+5
2018-10-18
sctp: not free the new asoc when sctp_wait_for_connect returns err
Xin Long
1
-1
/
+3
2018-10-18
sctp: fix race on sctp_id2asoc
Marcelo Ricardo Leitner
1
-3
/
+2
2018-10-16
sctp: get pr_assoc and pr_stream all status with SCTP_PR_SCTP_ALL instead
Xin Long
1
-4
/
+4
2018-09-04
sctp: not traverse asoc trans list if non-ipv6 trans exists for ipv6_flowlabel
Xin Long
1
-4
/
+6
2018-09-04
sctp: fix invalid reference to the index variable of the iterator
Xin Long
1
-11
/
+13
2018-08-28
sctp: hold transport before accessing its asoc in sctp_transport_get_next
Xin Long
1
-7
/
+15
2018-08-11
net/sctp: Make wrappers for accessing in/out streams
Konstantin Khorenko
1
-2
/
+2
2018-07-04
sctp: add support for setting flowlabel when adding a transport
Xin Long
1
-0
/
+5
2018-07-04
sctp: add spp_ipv6_flowlabel and spp_dscp for sctp_paddrparams
Xin Long
1
-6
/
+171
2018-07-03
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+3
2018-06-29
sctp: add support for SCTP_REUSE_PORT sockopt
Xin Long
1
-7
/
+55
2018-06-28
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
1
-1
/
+3
2018-06-22
rhashtable: split rhashtable.h
NeilBrown
1
-0
/
+1
2018-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-24
/
+19
2018-06-04
Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-3
/
+1
2018-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-16
/
+35
2018-05-26
net/sctp: convert to ->poll_mask
Christoph Hellwig
1
-3
/
+1
2018-05-22
sctp: fix the issue that flags are ignored when using kernel_connect
Xin Long
1
-16
/
+35
2018-04-27
sctp: allow unsetting sockopt MAXSEG
Marcelo Ricardo Leitner
1
-7
/
+0
2018-04-27
sctp: consider idata chunks when setting SCTP_MAXSEG
Marcelo Ricardo Leitner
1
-3
/
+6
2018-04-27
sctp: honor PMTU_DISABLED when handling icmp
Marcelo Ricardo Leitner
1
-3
/
+5
2018-04-27
sctp: re-use sctp_transport_pmtu in sctp_transport_route
Marcelo Ricardo Leitner
1
-4
/
+2
2018-04-27
sctp: remove sctp_assoc_pending_pmtu
Marcelo Ricardo Leitner
1
-2
/
+4
2018-04-27
sctp: introduce sctp_assoc_update_frag_point
Marcelo Ricardo Leitner
1
-1
/
+1
2018-04-27
sctp: introduce sctp_mtu_payload
Marcelo Ricardo Leitner
1
-5
/
+2
[next]