aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/socket.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-24sctp: allow setting SCTP_SACK_IMMEDIATELY by the applicationMarcelo Ricardo Leitner1-0/+2
2016-01-05sctp: drop the old assoc hashtable of sctpXin Long1-5/+1
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+9
2015-12-30sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp_closeXin 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-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+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-05sctp: also copy sk_tsflags when copying the socketMarcelo Ricardo Leitner1-0/+1
2015-12-05sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner1-0/+3
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+25
2015-12-03ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet1-1/+8
2015-12-02sctp: 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-11-30net: Generalise wq_has_sleeper helperHerbert Xu1-1/+1
2015-09-29net: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar1-1/+1
2015-07-26net: sctp: stop spamming klog with rfc6458, 5.3.2. deprecation warningsDaniel Borkmann1-6/+0
2015-06-28net: 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-17net: sctp: fix race for one-to-many sockets in sendmsg's auto associateDaniel Borkmann1-1/+7
2014-12-10net: introduce helper macro for_each_cmsghdrGu Zheng1-2/+1
2014-12-09put 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-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-1/+1
2014-08-29net: sctp: fix ABI mismatch through sctp_assoc_to_state helperDaniel Borkmann1-1/+1
2014-07-31sctp: Fixup v4mapped behaviour to comply with Sock APIJason Gunthorpe1-17/+16
2014-07-16net: sctp: deprecate rfc6458, 5.3.2. SCTP_SNDRCV supportDaniel Borkmann1-2/+7
2014-07-16net: sctp: implement rfc6458, 8.1.31. SCTP_DEFAULT_SNDINFO supportGeir Ola Vaagland1-9/+98
2014-07-16net: sctp: implement rfc6458, 5.3.6. SCTP_NXTINFO cmsg supportGeir Ola Vaagland1-4/+48
2014-07-16net: sctp: implement rfc6458, 5.3.5. SCTP_RCVINFO cmsg supportGeir Ola Vaagland1-1/+48
2014-07-16net: sctp: implement rfc6458, 5.3.4. SCTP_SNDINFO cmsg supportGeir Ola Vaagland1-20/+57
2014-05-23net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert1-1/+2
2014-05-14ipv4: make ip_local_reserved_ports per netnsWANG Cong1-2/+3
2014-04-20sctp: add support for busy polling to sctp protocolNeil Horman1-0/+5
2014-04-18net: sctp: cache auth_enable per endpointVlad Yasevich1-28/+26
2014-04-14Revert "net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's buffer"Daniel Borkmann1-0/+6
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-1/+1
2014-04-09net: sctp: test if association is dead in sctp_wake_up_waitersDaniel Borkmann1-0/+6
2014-04-08net: sctp: wake up all assocs if sndbuf policy is per socketDaniel Borkmann1-1/+35
2014-02-18net: sctp: fix sctp_connectx abi for ia32 emulation/compat modeDaniel Borkmann1-9/+32
2014-02-17net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's bufferMatija Glavinic Pecotic1-6/+0
2014-01-21sctp: remove macros sctp_bh_[un]lock_sockwangweidong1-2/+2
2014-01-21sctp: remove macros sctp_{lock|release}_sockwangweidong1-31/+31
2014-01-21sctp: remove macros sctp_spin_[un]lockwangweidong1-8/+8
2014-01-21sctp: remove macros sctp_local_bh_{disable|enable}wangweidong1-8/+8