summaryrefslogtreecommitdiffstats
path: root/net/sctp/socket.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | sctp: Fix FSF address in file headersJeff Kirsher2013-12-061-3/+2
|/
* net ipv4: Convert ipv4.ip_local_port_range to be per netns v3Eric W. Biederman2013-09-301-1/+1
* net: sctp: fix smatch warning in sctp_send_asconf_del_ipDaniel Borkmann2013-09-111-0/+3
* net: sctp: fix bug in sctp_poll for SOCK_SELECT_ERR_QUEUEDaniel Borkmann2013-09-111-1/+1
* net: sctp: trivial: update bug report in header commentDaniel Borkmann2013-08-091-6/+0
* net: sctp: trivial: update mailing list addressDaniel Borkmann2013-07-241-1/+1
* sctp: use get_unused_fd_flags(0) instead of get_unused_fd()Yann Droneaud2013-07-021-1/+1
* net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann2013-07-011-88/+80
* net: sctp: simplify sctp_get_portDaniel Borkmann2013-06-251-4/+1
* net: sctp: decouple cleaning some socket data from endpointDaniel Borkmann2013-06-251-1/+15
* net: sctp: migrate cookie life from timeval to ktimeDaniel Borkmann2013-06-251-11/+3
OpenPOWER on IntegriCloud