summaryrefslogtreecommitdiffstats
path: root/net/sctp/socket.c
Commit message (Expand)AuthorAgeFilesLines
...
| * ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet2015-12-031-1/+8
| * sctp: use GFP_USER for user-controlled kmallocMarcelo Ricardo Leitner2015-12-021-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-261-6/+0
* net: Kill sock->sk_protinfoDavid Miller2015-06-281-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-171-1/+7
* net: introduce helper macro for_each_cmsghdrGu Zheng2014-12-101-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-291-1/+1
* sctp: Fixup v4mapped behaviour to comply with Sock APIJason Gunthorpe2014-07-311-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-201-0/+5
* net: sctp: cache auth_enable per endpointVlad Yasevich2014-04-181-28/+26
* Revert "net: sctp: Fix a_rwnd/rwnd management to reflect real state of the re...Daniel Borkmann2014-04-141-0/+6
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-111-1/+1
* net: sctp: test if association is dead in sctp_wake_up_waitersDaniel Borkmann2014-04-091-0/+6
* net: sctp: wake up all assocs if sndbuf policy is per socketDaniel Borkmann2014-04-081-1/+35
* net: sctp: fix sctp_connectx abi for ia32 emulation/compat modeDaniel Borkmann2014-02-181-9/+32
* net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's...Matija Glavinic Pecotic2014-02-171-6/+0
* sctp: remove macros sctp_bh_[un]lock_sockwangweidong2014-01-211-2/+2
* sctp: remove macros sctp_{lock|release}_sockwangweidong2014-01-211-31/+31
* sctp: remove macros sctp_spin_[un]lockwangweidong2014-01-211-8/+8
* sctp: remove macros sctp_local_bh_{disable|enable}wangweidong2014-01-211-8/+8
* sctp: create helper function to enable|disable sackdelaywangweidong2014-01-151-18/+19
* sctp: remove a redundant NULL checkDan Carpenter2014-01-141-1/+1
* net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-141-1/+1
* sctp: Add process name and pid to deprecation warningsNeil Horman2014-01-031-6/+18
* SCTP: Reduce log spamming for sctp setsockoptNeil Horman2013-12-311-12/+18
* sctp: fix checkpatch errors with //commenwangweidong2013-12-261-1/+1
* sctp: fix checkpatch errors with open brace '{' and trailing statementswangweidong2013-12-261-1/+2
* sctp: fix checkpatch errors with (foo*)|foo * bar|foo* barwangweidong2013-12-261-9/+9
* sctp: fix checkpatch errors with space required or prohibitedwangweidong2013-12-261-15/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-181-10/+26
|\
| * sctp: check the rto_min and rto_max in setsockoptwangweidong2013-12-101-10/+22
| * sctp: properly latch and use autoclose value from sock to associationNeil Horman2013-12-101-0/+4
OpenPOWER on IntegriCloud