summaryrefslogtreecommitdiffstats
path: root/net/sctp/socket.c
AgeCommit message (Expand)AuthorLines
2015-01-17net: sctp: fix race for one-to-many sockets in sendmsg's auto associateDaniel Borkmann-1/+7
2014-12-10net: introduce helper macro for_each_cmsghdrGu Zheng-2/+1
2014-12-09put iov_iter into msghdrAl Viro-4/+1
2014-11-24switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iterAl Viro-1/+4
2014-11-21net: sctp: keep owned chunk in destructor_arg instead of skb->cbDaniel Borkmann-8/+4
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller-1/+1
2014-08-29net: sctp: fix ABI mismatch through sctp_assoc_to_state helperDaniel Borkmann-1/+1
2014-07-31sctp: Fixup v4mapped behaviour to comply with Sock APIJason Gunthorpe-17/+16
2014-07-16net: sctp: deprecate rfc6458, 5.3.2. SCTP_SNDRCV supportDaniel Borkmann-2/+7
2014-07-16net: sctp: implement rfc6458, 8.1.31. SCTP_DEFAULT_SNDINFO supportGeir Ola Vaagland-9/+98
2014-07-16net: sctp: implement rfc6458, 5.3.6. SCTP_NXTINFO cmsg supportGeir Ola Vaagland-4/+48
2014-07-16net: sctp: implement rfc6458, 5.3.5. SCTP_RCVINFO cmsg supportGeir Ola Vaagland-1/+48
2014-07-16net: sctp: implement rfc6458, 5.3.4. SCTP_SNDINFO cmsg supportGeir Ola Vaagland-20/+57
2014-05-23net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert-1/+2
2014-05-14ipv4: make ip_local_reserved_ports per netnsWANG Cong-2/+3
2014-04-20sctp: add support for busy polling to sctp protocolNeil Horman-0/+5
2014-04-18net: sctp: cache auth_enable per endpointVlad Yasevich-28/+26
2014-04-14Revert "net: sctp: Fix a_rwnd/rwnd management to reflect real state of the re...Daniel Borkmann-0/+6
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller-1/+1
2014-04-09net: sctp: test if association is dead in sctp_wake_up_waitersDaniel Borkmann-0/+6
2014-04-08net: sctp: wake up all assocs if sndbuf policy is per socketDaniel Borkmann-1/+35
2014-02-18net: sctp: fix sctp_connectx abi for ia32 emulation/compat modeDaniel Borkmann-9/+32
2014-02-17net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's...Matija Glavinic Pecotic-6/+0
2014-01-21sctp: remove macros sctp_bh_[un]lock_sockwangweidong-2/+2
2014-01-21sctp: remove macros sctp_{lock|release}_sockwangweidong-31/+31
2014-01-21sctp: remove macros sctp_spin_[un]lockwangweidong-8/+8
2014-01-21sctp: remove macros sctp_local_bh_{disable|enable}wangweidong-8/+8
2014-01-15sctp: create helper function to enable|disable sackdelaywangweidong-18/+19
2014-01-14sctp: remove a redundant NULL checkDan Carpenter-1/+1
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane-1/+1
2014-01-03sctp: Add process name and pid to deprecation warningsNeil Horman-6/+18
2013-12-31SCTP: Reduce log spamming for sctp setsockoptNeil Horman-12/+18
2013-12-26sctp: fix checkpatch errors with //commenwangweidong-1/+1
2013-12-26sctp: fix checkpatch errors with open brace '{' and trailing statementswangweidong-1/+2
2013-12-26sctp: fix checkpatch errors with (foo*)|foo * bar|foo* barwangweidong-9/+9
2013-12-26sctp: fix checkpatch errors with space required or prohibitedwangweidong-15/+15
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-10/+26
2013-12-10sctp: check the rto_min and rto_max in setsockoptwangweidong-10/+22
2013-12-10sctp: properly latch and use autoclose value from sock to associationNeil Horman-0/+4
2013-12-06sctp: Fix FSF address in file headersJeff Kirsher-3/+2
2013-09-30net ipv4: Convert ipv4.ip_local_port_range to be per netns v3Eric W. Biederman-1/+1
2013-09-11net: sctp: fix smatch warning in sctp_send_asconf_del_ipDaniel Borkmann-0/+3
2013-09-11net: sctp: fix bug in sctp_poll for SOCK_SELECT_ERR_QUEUEDaniel Borkmann-1/+1
2013-08-09net: sctp: trivial: update bug report in header commentDaniel Borkmann-6/+0
2013-07-24net: sctp: trivial: update mailing list addressDaniel Borkmann-1/+1
2013-07-02sctp: use get_unused_fd_flags(0) instead of get_unused_fd()Yann Droneaud-1/+1
2013-07-01net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann-88/+80
2013-06-25net: sctp: simplify sctp_get_portDaniel Borkmann-4/+1
2013-06-25net: sctp: decouple cleaning some socket data from endpointDaniel Borkmann-1/+15
2013-06-25net: sctp: migrate cookie life from timeval to ktimeDaniel Borkmann-11/+3