summaryrefslogtreecommitdiff
path: root/net/sctp/socket.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-10inet: stop leaking jiffies on the wireEric Dumazet1-1/+1
2019-11-06sctp: not bind the socket in sctp_connectXin Long1-19/+2
2019-11-06sctp: fix the issue that flags are ignored when using kernel_connectXin Long1-18/+38
2019-10-29sctp: change sctp_prot .no_autobind with trueXin Long1-2/+2
2018-11-10sctp: fix race on sctp_id2asocMarcelo Ricardo Leitner1-3/+2
2018-04-13sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6Eric Dumazet1-5/+8
2018-04-13sctp: fix recursive locking warning in sctp_do_peeloffXin Long1-2/+2
2018-03-03sctp: make use of pre-calculated lenMarcelo Ricardo Leitner1-6/+10
2018-01-31sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbufXin Long1-10/+6
2018-01-31sctp: do not allow the v4 socket to bind a v4mapped v6 addressXin Long1-8/+6
2018-01-02sctp: Replace use of sockets_allocated with specified macro.Tonghao Zhang1-2/+2
2017-12-16sctp: use the right sk after waking up from wait_buf sleepXin Long1-10/+11
2017-12-16sctp: do not free asoc when it is already dead in sctp_sendmsgXin Long1-3/+14
2017-11-30Revert "sctp: do not peel off an assoc from one netns to another one"Greg Kroah-Hartman1-4/+0
2017-11-24sctp: do not peel off an assoc from one netns to another oneXin Long1-0/+4
2017-11-21sctp: do not peel off an assoc from one netns to another oneXin Long1-0/+4
2017-11-18sctp: reset owner sk for data chunks on out queues when migrating a sockXin Long1-0/+32
2017-07-05sctp: check af before verify address in sctp_addr_id2transportXin Long1-1/+1
2017-06-17sctp: sctp_addr_id2transport should verify the addr before looking up assocXin Long1-1/+5
2017-05-03sctp: listen on the sock only when it's state is listening or closedXin Long1-0/+3
2017-04-21sctp: deny peeloff operation on asocs with threads sleeping on itMarcelo Ricardo Leitner1-2/+6
2017-02-18sctp: avoid BUG_ON on sctp_wait_for_sndbufMarcelo Ricardo Leitner1-1/+2
2016-11-21sctp: assign assoc_id earlier in __sctp_connectMarcelo Ricardo Leitner1-2/+5
2016-11-15net: sctp, forbid negative lengthJiri Slaby1-1/+4
2016-03-04sctp: translate network order to host order when users get a hmacidXin Long1-2/+7
2016-03-04sctp: allow setting SCTP_SACK_IMMEDIATELY by the applicationMarcelo Ricardo Leitner1-0/+2
2015-12-31sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...Xin Long1-2/+1
2015-12-28sctp: label accepted/peeled off socketsMarcelo Ricardo Leitner1-0/+2
2015-12-28sctp: use GFP_USER for user-controlled kmallocMarcelo Ricardo Leitner1-3/+6
2015-12-06sctp: only drop the reference on the datamsg after sending a msglucien1-4/+2
2015-12-06sctp: hold the chunks only after the chunk is enqueued in outqlucien1-2/+0
2015-12-06sctp: also copy sk_tsflags when copying the socketMarcelo Ricardo Leitner1-0/+1
2015-12-06sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner1-0/+3
2015-12-03ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet1-1/+8
2015-12-03sctp: use GFP_USER for user-controlled kmallocMarcelo Ricardo Leitner1-2/+2
2015-12-01net: fix sock_wake_async() rcu protectionEric Dumazet1-10/+14
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet1-1/+1
2015-09-29net: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar1-1/+1
2015-07-27net: sctp: stop spamming klog with rfc6458, 5.3.2. deprecation warningsDaniel Borkmann1-6/+0
2015-06-29net: Kill sock->sk_protinfoDavid Miller1-6/+0
2015-06-14sctp: fix ASCONF list handlingMarcelo Ricardo Leitner1-11/+32
2015-03-25sctp: avoid to repeatedly declare external variablesYing Xue1-5/+0
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-5/+3
2015-01-18net: sctp: fix race for one-to-many sockets in sendmsg's auto associateDaniel Borkmann1-1/+7
2014-12-11net: introduce helper macro for_each_cmsghdrGu Zheng1-2/+1
2014-12-10put iov_iter into msghdrAl Viro1-4/+1
2014-11-24switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iterAl Viro1-1/+4
2014-11-21net: sctp: keep owned chunk in destructor_arg instead of skb->cbDaniel Borkmann1-8/+4
2014-11-06net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-1/+1
2014-08-30net: sctp: fix ABI mismatch through sctp_assoc_to_state helperDaniel Borkmann1-1/+1