aboutsummaryrefslogtreecommitdiff
path: root/net/sctp/socket.c
AgeCommit message (Expand)Author
2018-01-31sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbufXin Long
2018-01-31sctp: do not allow the v4 socket to bind a v4mapped v6 addressXin Long
2018-01-02sctp: Replace use of sockets_allocated with specified macro.Tonghao Zhang
2017-12-16sctp: use the right sk after waking up from wait_buf sleepXin Long
2017-12-16sctp: do not free asoc when it is already dead in sctp_sendmsgXin Long
2017-11-30Revert "sctp: do not peel off an assoc from one netns to another one"Greg Kroah-Hartman
2017-11-24sctp: do not peel off an assoc from one netns to another oneXin Long
2017-11-21sctp: do not peel off an assoc from one netns to another oneXin Long
2017-11-18sctp: reset owner sk for data chunks on out queues when migrating a sockXin Long
2017-07-05sctp: check af before verify address in sctp_addr_id2transportXin Long
2017-06-17sctp: sctp_addr_id2transport should verify the addr before looking up assocXin Long
2017-05-02sctp: listen on the sock only when it's state is listening or closedXin Long
2017-04-21sctp: deny peeloff operation on asocs with threads sleeping on itMarcelo Ricardo Leitner
2017-02-18sctp: avoid BUG_ON on sctp_wait_for_sndbufMarcelo Ricardo Leitner
2016-11-21sctp: assign assoc_id earlier in __sctp_connectMarcelo Ricardo Leitner
2016-11-15net: sctp, forbid negative lengthJiri Slaby
2016-03-03sctp: translate network order to host order when users get a hmacidXin Long
2016-03-03sctp: allow setting SCTP_SACK_IMMEDIATELY by the applicationMarcelo Ricardo Leitner
2015-12-30sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...Xin Long
2015-12-28sctp: label accepted/peeled off socketsMarcelo Ricardo Leitner
2015-12-28sctp: use GFP_USER for user-controlled kmallocMarcelo Ricardo Leitner
2015-12-06sctp: only drop the reference on the datamsg after sending a msglucien
2015-12-06sctp: hold the chunks only after the chunk is enqueued in outqlucien
2015-12-05sctp: also copy sk_tsflags when copying the socketMarcelo Ricardo Leitner
2015-12-05sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner
2015-12-03ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet
2015-12-02sctp: use GFP_USER for user-controlled kmallocMarcelo Ricardo Leitner
2015-12-01net: fix sock_wake_async() rcu protectionEric Dumazet
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet
2015-09-29net: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar
2015-07-26net: sctp: stop spamming klog with rfc6458, 5.3.2. deprecation warningsDaniel Borkmann
2015-06-28net: Kill sock->sk_protinfoDavid Miller
2015-06-14sctp: fix ASCONF list handlingMarcelo Ricardo Leitner
2015-03-25sctp: avoid to repeatedly declare external variablesYing Xue
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2015-01-17net: sctp: fix race for one-to-many sockets in sendmsg's auto associateDaniel Borkmann
2014-12-10net: introduce helper macro for_each_cmsghdrGu Zheng
2014-12-09put iov_iter into msghdrAl Viro
2014-11-24switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iterAl Viro
2014-11-21net: sctp: keep owned chunk in destructor_arg instead of skb->cbDaniel Borkmann
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller
2014-08-29net: sctp: fix ABI mismatch through sctp_assoc_to_state helperDaniel Borkmann
2014-07-31sctp: Fixup v4mapped behaviour to comply with Sock APIJason Gunthorpe
2014-07-16net: sctp: deprecate rfc6458, 5.3.2. SCTP_SNDRCV supportDaniel Borkmann
2014-07-16net: sctp: implement rfc6458, 8.1.31. SCTP_DEFAULT_SNDINFO supportGeir Ola Vaagland
2014-07-16net: sctp: implement rfc6458, 5.3.6. SCTP_NXTINFO cmsg supportGeir Ola Vaagland
2014-07-16net: sctp: implement rfc6458, 5.3.5. SCTP_RCVINFO cmsg supportGeir Ola Vaagland
2014-07-16net: sctp: implement rfc6458, 5.3.4. SCTP_SNDINFO cmsg supportGeir Ola Vaagland
2014-05-23net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert
2014-05-14ipv4: make ip_local_reserved_ports per netnsWANG Cong