aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/socket.c
AgeCommit message (Expand)Author
2023-10-10sctp: update hb timer immediately after users change hb_intervalXin Long
2023-08-30sock: annotate data-races around prot->memory_pressureEric Dumazet
2023-08-11sctp: fix potential deadlock on &net->sctp.addr_wq_lockChengfeng Ye
2023-04-26sctp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima
2023-04-20sctp: check send stream number after wait_for_sndbufXin Long
2022-04-20sctp: Initialize daddr on peeled off socketPetr Malat
2022-01-05sctp: use call_rcu to free endpointXin Long
2021-05-22sctp: delay auto_asconf init until binding the first addrXin Long
2021-05-22Revert "net/sctp: fix race condition in sctp_destroy_sock"Xin Long
2021-04-28net/sctp: fix race condition in sctp_destroy_sockOr Cohen
2020-09-12sctp: not disable bh in the whole sctp_get_port_local()Xin Long
2020-08-05sctp: implement memory accounting on tx pathXin Long
2020-04-13sctp: fix refcount bug in sctp_wfreeQiujun Huang
2019-12-13sctp: frag_point sanity checkJakub Audykowicz
2019-12-01sctp: use sk_wmem_queued to check for writable spaceXin Long
2019-11-10net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet
2019-11-10net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-11-10inet: stop leaking jiffies on the wireEric Dumazet
2019-10-29sctp: change sctp_prot .no_autobind with trueXin Long
2019-07-28sctp: not bind the socket in sctp_connectXin Long
2019-04-03sctp: use memdup_user instead of vmemdup_userXin Long
2019-03-10sctp: call iov_iter_revert() after sending ABORTXin Long
2019-02-12sctp: walk the list of asoc safelyGreg Kroah-Hartman
2018-11-23sctp: not allow to set asoc prsctp_enable by sockoptXin Long
2018-11-04sctp: check policy more carefully when getting pr statusXin Long
2018-10-17sctp: not free the new asoc when sctp_wait_for_connect returns errXin Long
2018-10-17sctp: fix race on sctp_id2asocMarcelo Ricardo Leitner
2018-10-16sctp: get pr_assoc and pr_stream all status with SCTP_PR_SCTP_ALL insteadXin Long
2018-09-03sctp: not traverse asoc trans list if non-ipv6 trans exists for ipv6_flowlabelXin Long
2018-09-03sctp: fix invalid reference to the index variable of the iteratorXin Long
2018-08-27sctp: hold transport before accessing its asoc in sctp_transport_get_nextXin Long
2018-08-11net/sctp: Make wrappers for accessing in/out streamsKonstantin Khorenko
2018-07-04sctp: add support for setting flowlabel when adding a transportXin Long
2018-07-04sctp: add spp_ipv6_flowlabel and spp_dscp for sctp_paddrparamsXin Long
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-06-29sctp: add support for SCTP_REUSE_PORT sockoptXin Long
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-22rhashtable: split rhashtable.hNeilBrown
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-26net/sctp: convert to ->poll_maskChristoph Hellwig
2018-05-22sctp: fix the issue that flags are ignored when using kernel_connectXin Long
2018-04-27sctp: allow unsetting sockopt MAXSEGMarcelo Ricardo Leitner
2018-04-27sctp: consider idata chunks when setting SCTP_MAXSEGMarcelo Ricardo Leitner
2018-04-27sctp: honor PMTU_DISABLED when handling icmpMarcelo Ricardo Leitner
2018-04-27sctp: re-use sctp_transport_pmtu in sctp_transport_routeMarcelo Ricardo Leitner
2018-04-27sctp: remove sctp_assoc_pending_pmtuMarcelo Ricardo Leitner
2018-04-27sctp: introduce sctp_assoc_update_frag_pointMarcelo Ricardo Leitner
2018-04-27sctp: introduce sctp_mtu_payloadMarcelo Ricardo Leitner