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