summaryrefslogtreecommitdiffstats
path: root/net/sctp/socket.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2016-03-201-9/+8
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-191-5/+4
| |\
| | * sctp: consolidate local_bh_disable/enable + spin_lock/unlock to _bh variantNicholas Mc Guire2016-03-171-4/+2
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-231-2/+7
| | |\
| | * | sock: struct proto hash function may errorCraig Gallek2016-02-111-1/+2
| * | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-171-4/+4
| |\ \ \ | | |_|/ | |/| |
| | * | sctp: Use shashHerbert Xu2016-01-271-4/+4
* | | | sctp: fix copying more bytes than expected in sctp_add_bind_addrMarcelo Ricardo Leitner2016-03-081-1/+3
|/ / /
* | / sctp: translate network order to host order when users get a hmacidXin Long2016-02-091-2/+7
| |/ |/|
* | sctp: allow setting SCTP_SACK_IMMEDIATELY by the applicationMarcelo Ricardo Leitner2016-01-251-0/+2
|/
* sctp: drop the old assoc hashtable of sctpXin Long2016-01-051-5/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-011-5/+9
|\
| * sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...Xin Long2015-12-301-2/+1
| * sctp: label accepted/peeled off socketsMarcelo Ricardo Leitner2015-12-281-0/+2
| * sctp: use GFP_USER for user-controlled kmallocMarcelo Ricardo Leitner2015-12-281-3/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-181-6/+6
|\|
| * sctp: only drop the reference on the datamsg after sending a msglucien2015-12-061-4/+2
| * sctp: hold the chunks only after the chunk is enqueued in outqlucien2015-12-061-2/+0
| * sctp: also copy sk_tsflags when copying the socketMarcelo Ricardo Leitner2015-12-061-0/+1
| * sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner2015-12-061-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-041-14/+25
|\|
| * ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet2015-12-031-1/+8
| * sctp: use GFP_USER for user-controlled kmallocMarcelo Ricardo Leitner2015-12-031-2/+2
| * net: fix sock_wake_async() rcu protectionEric Dumazet2015-12-011-10/+14
| * net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-011-1/+1
* | net: Generalise wq_has_sleeper helperHerbert Xu2015-11-301-1/+1
|/
* net: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-09-291-1/+1
* net: sctp: stop spamming klog with rfc6458, 5.3.2. deprecation warningsDaniel Borkmann2015-07-271-6/+0
* net: Kill sock->sk_protinfoDavid Miller2015-06-291-6/+0
* sctp: fix ASCONF list handlingMarcelo Ricardo Leitner2015-06-141-11/+32
* sctp: avoid to repeatedly declare external variablesYing Xue2015-03-251-5/+0
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-5/+3
* net: sctp: fix race for one-to-many sockets in sendmsg's auto associateDaniel Borkmann2015-01-181-1/+7
* net: introduce helper macro for_each_cmsghdrGu Zheng2014-12-111-2/+1
* put iov_iter into msghdrAl Viro2014-12-091-4/+1
* switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iterAl Viro2014-11-241-1/+4
* net: sctp: keep owned chunk in destructor_arg instead of skb->cbDaniel Borkmann2014-11-211-8/+4
* net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-051-1/+1
* net: sctp: fix ABI mismatch through sctp_assoc_to_state helperDaniel Borkmann2014-08-301-1/+1
* sctp: Fixup v4mapped behaviour to comply with Sock APIJason Gunthorpe2014-08-011-17/+16
* net: sctp: deprecate rfc6458, 5.3.2. SCTP_SNDRCV supportDaniel Borkmann2014-07-161-2/+7
* net: sctp: implement rfc6458, 8.1.31. SCTP_DEFAULT_SNDINFO supportGeir Ola Vaagland2014-07-161-9/+98
* net: sctp: implement rfc6458, 5.3.6. SCTP_NXTINFO cmsg supportGeir Ola Vaagland2014-07-161-4/+48
* net: sctp: implement rfc6458, 5.3.5. SCTP_RCVINFO cmsg supportGeir Ola Vaagland2014-07-161-1/+48
* net: sctp: implement rfc6458, 5.3.4. SCTP_SNDINFO cmsg supportGeir Ola Vaagland2014-07-161-20/+57
* net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert2014-05-231-1/+2
* ipv4: make ip_local_reserved_ports per netnsWANG Cong2014-05-141-2/+3
* sctp: add support for busy polling to sctp protocolNeil Horman2014-04-211-0/+5
* net: sctp: cache auth_enable per endpointVlad Yasevich2014-04-191-28/+26
* Revert "net: sctp: Fix a_rwnd/rwnd management to reflect real state of the re...Daniel Borkmann2014-04-141-0/+6