summaryrefslogtreecommitdiff
path: root/net/sctp/socket.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-12sctp: not disable bh in the whole sctp_get_port_local()Xin Long1-10/+6
2020-04-13sctp: fix refcount bug in sctp_wfreeQiujun Huang1-8/+23
2019-11-10inet: stop leaking jiffies on the wireEric Dumazet1-1/+1
2019-11-10net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet1-1/+1
2019-11-10net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet1-2/+2
2019-11-06sctp: not bind the socket in sctp_connectXin Long1-19/+2
2019-11-06sctp: fix the issue that flags are ignored when using kernel_connectXin Long1-18/+38
2019-10-29sctp: change sctp_prot .no_autobind with trueXin Long1-2/+2
2018-11-23sctp: not allow to set asoc prsctp_enable by sockoptXin Long1-21/+5
2018-11-04sctp: fix race on sctp_id2asocMarcelo Ricardo Leitner1-3/+2
2018-09-15sctp: hold transport before accessing its asoc in sctp_transport_get_nextXin Long1-7/+15
2018-04-12sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6Eric Dumazet1-5/+8
2018-03-03sctp: make use of pre-calculated lenMarcelo Ricardo Leitner1-6/+10
2018-03-03sctp: add a ceiling to optlen in some sockoptsMarcelo Ricardo Leitner1-0/+10
2018-02-25sctp: set frag_point in sctp_setsockopt_maxseg correctlyXin Long1-10/+19
2018-01-31sctp: reinit stream if stream outcnt has been change by sinit in sendmsgXin Long1-2/+8
2018-01-31sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbufXin Long1-10/+6
2018-01-31sctp: do not allow the v4 socket to bind a v4mapped v6 addressXin Long1-8/+6
2018-01-02sctp: make sure stream nums can match optlen in sctp_setsockopt_reset_streamsXin Long1-1/+5
2018-01-02sctp: Replace use of sockets_allocated with specified macro.Tonghao Zhang1-2/+2
2017-12-17sctp: use right member as the param of list_for_each_entryXin Long1-3/+3
2017-12-14sctp: use the right sk after waking up from wait_buf sleepXin Long1-10/+11
2017-12-14sctp: do not free asoc when it is already dead in sctp_sendmsgXin Long1-3/+14
2017-10-29sctp: reset owner sk for data chunks on out queues when migrating a sockXin Long1-0/+32
2017-10-19sctp: do not peel off an assoc from one netns to another oneXin Long1-0/+4
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