summaryrefslogtreecommitdiff
path: root/net/sctp/socket.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-16sctp: do not allow the v4 socket to bind a v4mapped v6 addressXin Long1-8/+6
2018-01-16sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbufXin Long1-10/+6
2018-01-16sctp: reinit stream if stream outcnt has been change by sinit in sendmsgXin Long1-2/+8
2018-01-10sctp: make use of pre-calculated lenMarcelo Ricardo Leitner1-6/+10
2018-01-10sctp: add a ceiling to optlen in some sockoptsMarcelo Ricardo Leitner1-0/+10
2018-01-10sctp: GFP_ATOMIC is not needed in sctp_setsockopt_eventsMarcelo Ricardo Leitner1-1/+1
2017-12-27sctp: Replace use of sockets_allocated with specified macro.Tonghao Zhang1-2/+2
2017-12-11sctp: make sure stream nums can match optlen in sctp_setsockopt_reset_streamsXin Long1-1/+5
2017-12-06make sock_alloc_file() do sock_release() on failuresAl Viro1-1/+0
2017-11-28sctp: use right member as the param of list_for_each_entryXin Long1-3/+3
2017-11-18sctp: set frag_point in sctp_setsockopt_maxseg correctlyXin Long1-10/+19
2017-11-16sctp: use the right sk after waking up from wait_buf sleepXin Long1-10/+11
2017-11-16sctp: do not free asoc when it is already dead in sctp_sendmsgXin Long1-3/+14
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+32
2017-10-29sctp: reset owner sk for data chunks on out queues when migrating a sockXin Long1-0/+32
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2017-10-19sctp: do not peel off an assoc from one netns to another oneXin Long1-0/+4
2017-10-04sctp: add sockopt to get/set stream scheduler parametersMarcelo Ricardo Leitner1-0/+77
2017-10-04sctp: add sockopt to get/set stream schedulerMarcelo Ricardo Leitner1-0/+75
2017-10-04sctp: introduce struct sctp_stream_out_extMarcelo Ricardo Leitner1-6/+21
2017-09-16sctp: fix an use-after-free issue in sctp_sock_dumpXin Long1-15/+25
2017-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2017-08-24sctp: Avoid out-of-bounds reads from address storageStefano Brivio1-2/+1
2017-08-11sctp: remove the typedef sctp_socket_type_tXin Long1-3/+4
2017-08-11sctp: remove the typedef sctp_cmsgs_tXin Long1-4/+5
2017-08-07sctp: remove the typedef sctp_scope_tXin Long1-2/+2
2017-07-02sctp: Add peeloff-flags socket optionNeil Horman1-15/+72
2017-07-01sctp: remove the typedef sctp_paramhdr_tXin Long1-3/+4
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+2
2017-06-15sctp: return next obj by passing pos + 1 into sctp_transport_get_idxXin Long1-3/+2
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-06-10sctp: fix recursive locking warning in sctp_do_peeloffXin Long1-2/+2
2017-06-10sctp: disable BH in sctp_for_each_endpointXin Long1-2/+2
2017-06-08tcp: add TCPMemoryPressuresChrono counterEric Dumazet1-1/+1
2017-06-02sctp: define the member stream as an object instead of pointer in asocXin Long1-7/+7
2017-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2017-04-06sctp: listen on the sock only when it's state is listening or closedXin Long1-0/+3
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+9
2017-04-05sctp: get sock from transport in sctp_transport_update_pmtuXin Long1-3/+3
2017-04-04sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctpXin Long1-0/+59
2017-04-02sctp: use right in and out stream cntXin Long1-5/+5
2017-03-29sctp: change to save MSG_MORE flag into assocXin Long1-1/+1
2017-03-25net: Change return type of sk_busy_loop from bool to voidAlexander Duyck1-3/+6
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-03-13sctp: add get and set sockopt for reconf_enableXin Long1-0/+81
2017-03-10net: Work around lockdep limitation in sockets that use socketsDavid Howells1-2/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-02-24sctp: deny peeloff operation on asocs with threads sleeping on itMarcelo Ricardo Leitner1-2/+6