summaryrefslogtreecommitdiffstats
path: root/net/sctp/socket.c
Commit message (Expand)AuthorAgeFilesLines
* sctp: not allow to set asoc prsctp_enable by sockoptXin Long2018-11-231-21/+5
* sctp: fix race on sctp_id2asocMarcelo Ricardo Leitner2018-11-041-3/+2
* sctp: hold transport before accessing its asoc in sctp_transport_get_nextXin Long2018-09-151-7/+15
* sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6Eric Dumazet2018-04-121-5/+8
* sctp: make use of pre-calculated lenMarcelo Ricardo Leitner2018-03-031-6/+10
* sctp: add a ceiling to optlen in some sockoptsMarcelo Ricardo Leitner2018-03-031-0/+10
* sctp: set frag_point in sctp_setsockopt_maxseg correctlyXin Long2018-02-251-10/+19
* sctp: reinit stream if stream outcnt has been change by sinit in sendmsgXin Long2018-01-311-2/+8
* sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbufXin Long2018-01-311-10/+6
* sctp: do not allow the v4 socket to bind a v4mapped v6 addressXin Long2018-01-311-8/+6
* sctp: make sure stream nums can match optlen in sctp_setsockopt_reset_streamsXin Long2018-01-021-1/+5
* sctp: Replace use of sockets_allocated with specified macro.Tonghao Zhang2018-01-021-2/+2
* sctp: use right member as the param of list_for_each_entryXin Long2017-12-171-3/+3
* sctp: use the right sk after waking up from wait_buf sleepXin Long2017-12-141-10/+11
* sctp: do not free asoc when it is already dead in sctp_sendmsgXin Long2017-12-141-3/+14
* sctp: reset owner sk for data chunks on out queues when migrating a sockXin Long2017-10-291-0/+32
* sctp: do not peel off an assoc from one netns to another oneXin Long2017-10-191-0/+4
* sctp: fix an use-after-free issue in sctp_sock_dumpXin Long2017-09-151-15/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-011-2/+1
|\
| * sctp: Avoid out-of-bounds reads from address storageStefano Brivio2017-08-231-2/+1
* | sctp: remove the typedef sctp_socket_type_tXin Long2017-08-111-3/+4
* | sctp: remove the typedef sctp_cmsgs_tXin Long2017-08-111-4/+5
* | sctp: remove the typedef sctp_scope_tXin Long2017-08-061-2/+2
|/
* sctp: Add peeloff-flags socket optionNeil Horman2017-07-011-15/+72
* sctp: remove the typedef sctp_paramhdr_tXin Long2017-07-011-3/+4
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
* net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-211-3/+2
|\
| * sctp: return next obj by passing pos + 1 into sctp_transport_get_idxXin Long2017-06-151-3/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-2/+2
|\|
| * sctp: disable BH in sctp_for_each_endpointXin Long2017-06-101-2/+2
* | sctp: fix recursive locking warning in sctp_do_peeloffXin Long2017-06-101-2/+2
* | tcp: add TCPMemoryPressuresChrono counterEric Dumazet2017-06-081-1/+1
* | sctp: define the member stream as an object instead of pointer in asocXin Long2017-06-021-7/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-151-0/+3
|\
| * sctp: listen on the sock only when it's state is listening or closedXin Long2017-04-061-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-061-9/+9
|\|
| * sctp: get sock from transport in sctp_transport_update_pmtuXin Long2017-04-051-3/+3
| * sctp: use right in and out stream cntXin Long2017-04-011-5/+5
| * sctp: change to save MSG_MORE flag into assocXin Long2017-03-281-1/+1
* | sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctpXin Long2017-04-031-0/+59
* | net: Change return type of sk_busy_loop from bool to voidAlexander Duyck2017-03-241-3/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-151-2/+2
|\|
| * net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-2/+2
* | sctp: add get and set sockopt for reconf_enableXin Long2017-03-121-0/+81
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sctp: deny peeloff operation on asocs with threads sleeping on itMarcelo Ricardo Leitner2017-02-241-2/+6
* sctp: add support for MSG_MOREXin Long2017-02-201-0/+1
* sctp: implement sender-side procedures for Add Incoming/Outgoing Streams Requ...Xin Long2017-02-091-0/+29
* sctp: implement sender-side procedures for SSN/TSN Reset Request ParameterXin Long2017-02-091-0/+29