aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/socket.c
Commit message (Expand)AuthorAge
* sctp: only drop the reference on the datamsg after sending a msglucien2015-12-06
* sctp: hold the chunks only after the chunk is enqueued in outqlucien2015-12-06
* sctp: also copy sk_tsflags when copying the socketMarcelo Ricardo Leitner2015-12-05
* sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner2015-12-05
* ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet2015-12-03
* sctp: use GFP_USER for user-controlled kmallocMarcelo Ricardo Leitner2015-12-02
* net: fix sock_wake_async() rcu protectionEric Dumazet2015-12-01
* net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-01
* net: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-09-29
* net: sctp: stop spamming klog with rfc6458, 5.3.2. deprecation warningsDaniel Borkmann2015-07-26
* net: Kill sock->sk_protinfoDavid Miller2015-06-28
* sctp: fix ASCONF list handlingMarcelo Ricardo Leitner2015-06-14
* sctp: avoid to repeatedly declare external variablesYing Xue2015-03-25
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-02
* net: sctp: fix race for one-to-many sockets in sendmsg's auto associateDaniel Borkmann2015-01-17
* net: introduce helper macro for_each_cmsghdrGu Zheng2014-12-10
* put iov_iter into msghdrAl Viro2014-12-09
* switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iterAl Viro2014-11-24
* net: sctp: keep owned chunk in destructor_arg instead of skb->cbDaniel Borkmann2014-11-21
* net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-05
* net: sctp: fix ABI mismatch through sctp_assoc_to_state helperDaniel Borkmann2014-08-29
* sctp: Fixup v4mapped behaviour to comply with Sock APIJason Gunthorpe2014-08-01
* net: sctp: deprecate rfc6458, 5.3.2. SCTP_SNDRCV supportDaniel Borkmann2014-07-16
* net: sctp: implement rfc6458, 8.1.31. SCTP_DEFAULT_SNDINFO supportGeir Ola Vaagland2014-07-16
* net: sctp: implement rfc6458, 5.3.6. SCTP_NXTINFO cmsg supportGeir Ola Vaagland2014-07-16
* net: sctp: implement rfc6458, 5.3.5. SCTP_RCVINFO cmsg supportGeir Ola Vaagland2014-07-16
* net: sctp: implement rfc6458, 5.3.4. SCTP_SNDINFO cmsg supportGeir Ola Vaagland2014-07-16
* net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert2014-05-23
* ipv4: make ip_local_reserved_ports per netnsWANG Cong2014-05-14
* sctp: add support for busy polling to sctp protocolNeil Horman2014-04-20
* net: sctp: cache auth_enable per endpointVlad Yasevich2014-04-18
* Revert "net: sctp: Fix a_rwnd/rwnd management to reflect real state of the re...Daniel Borkmann2014-04-14
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-11
* net: sctp: test if association is dead in sctp_wake_up_waitersDaniel Borkmann2014-04-09
* net: sctp: wake up all assocs if sndbuf policy is per socketDaniel Borkmann2014-04-08
* net: sctp: fix sctp_connectx abi for ia32 emulation/compat modeDaniel Borkmann2014-02-18
* net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's...Matija Glavinic Pecotic2014-02-17
* sctp: remove macros sctp_bh_[un]lock_sockwangweidong2014-01-21
* sctp: remove macros sctp_{lock|release}_sockwangweidong2014-01-21
* sctp: remove macros sctp_spin_[un]lockwangweidong2014-01-21
* sctp: remove macros sctp_local_bh_{disable|enable}wangweidong2014-01-21
* sctp: create helper function to enable|disable sackdelaywangweidong2014-01-15
* sctp: remove a redundant NULL checkDan Carpenter2014-01-14
* net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-14
* sctp: Add process name and pid to deprecation warningsNeil Horman2014-01-03
* SCTP: Reduce log spamming for sctp setsockoptNeil Horman2013-12-31
* sctp: fix checkpatch errors with //commenwangweidong2013-12-26
* sctp: fix checkpatch errors with open brace '{' and trailing statementswangweidong2013-12-26
* sctp: fix checkpatch errors with (foo*)|foo * bar|foo* barwangweidong2013-12-26
* sctp: fix checkpatch errors with space required or prohibitedwangweidong2013-12-26