summaryrefslogtreecommitdiffstats
path: root/net/sctp/socket.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-151-11/+13
|\
| * sctp: destroy bucket if failed to bind addrMao Wenan2019-09-131-4/+6
| * sctp: remove redundant assignment when call sctp_get_port_localMao Wenan2019-09-131-2/+1
| * sctp: change return type of sctp_get_port_localMao Wenan2019-09-131-4/+4
| * sctp: fix the missing put_user when dumping transport thresholdsXin Long2019-09-101-1/+2
* | sctp: allow users to set ep ecn flag by sockoptXin Long2019-08-271-0/+73
* | sctp: add SCTP_AUTH_SUPPORTED sockoptXin Long2019-08-191-0/+86
* | sctp: use ep and asoc auth_enable properlyXin Long2019-08-191-26/+19
* | sctp: add SCTP_ASCONF_SUPPORTED sockoptXin Long2019-08-191-0/+82
* | sctp: add asconf_enable in struct sctp_endpointXin Long2019-08-191-10/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-061-2/+2
|\|
| * net: sctp: drop unneeded likely() call around IS_ERR()Enrico Weigelt2019-07-291-2/+2
* | sctp: factor out sctp_connect_add_peerXin Long2019-07-301-45/+31
* | sctp: factor out sctp_connect_new_asocXin Long2019-07-301-84/+76
* | sctp: clean up __sctp_connectXin Long2019-07-301-136/+73
* | sctp: check addr_size with sa_family_t size in __sctp_setsockopt_connectxXin Long2019-07-301-1/+2
|/
* sctp: rename sp strm_interleave to ep intl_enableXin Long2019-07-081-4/+4
* sctp: rename asoc intl_enable to asoc peer.intl_capableXin Long2019-07-081-1/+1
* sctp: remove prsctp_enable from asocXin Long2019-07-081-1/+1
* sctp: remove reconf_enable from asocXin Long2019-07-081-5/+2
* sctp: not bind the socket in sctp_connectXin Long2019-06-291-21/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner2019-05-241-16/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-171-1/+2
|\
| * sctp: Check address length before reading address familyTetsuo Handa2019-04-121-1/+2
* | sctp: implement memory accounting on tx pathXin Long2019-04-151-2/+8
|/
* sctp: use memdup_user instead of vmemdup_userXin Long2019-03-201-6/+6
* sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_STREAM_SCHEDULER soc...Xin Long2019-03-181-0/+3
* sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_EVENT sockoptXin Long2019-03-181-0/+3
* sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_ENABLE_STREAM_RESET ...Xin Long2019-03-181-0/+3
* sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_PRINFO sockoptXin Long2019-03-181-0/+3
* sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_DEACTIVATE_KEY ...Xin Long2019-03-181-0/+3
* sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_DELETE_KEY sockoptXin Long2019-03-181-0/+3
* sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_ACTIVE_KEY sockoptXin Long2019-03-181-0/+3
* sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_KEY sockoptXin Long2019-03-181-0/+3
* sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_MAX_BURST sockoptXin Long2019-03-181-0/+3
* sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_CONTEXT sockoptXin Long2019-03-181-0/+3
* sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_SNDINFO sockoptXin Long2019-03-181-0/+3
* sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DELAYED_SACK sockoptXin Long2019-03-181-0/+3
* sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_SEND_PARAM s...Marcelo Ricardo Leitner2019-03-181-0/+3
* sctp: not copy sctp_sock pd_lobby in sctp_copy_descendantXin Long2019-03-181-2/+1
* sctp: call sctp_auth_init_hmacs() in sctp_sock_migrate()Xin Long2019-03-081-0/+10
* sctp: sctp_sock_migrate() returns error if sctp_bind_addr_dup() failsXin Long2019-03-081-10/+24
* sctp: call iov_iter_revert() after sending ABORTXin Long2019-03-041-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-081-2/+2
|\
| * sctp: walk the list of asoc safelyGreg Kroah-Hartman2019-02-011-2/+2
* | sctp: add SCTP_FUTURE_ASOC and SCTP_CURRENT_ASSOC for SCTP_STREAM_SCHEDULER s...Xin Long2019-01-301-13/+31
* | sctp: use SCTP_FUTURE_ASSOC and add SCTP_CURRENT_ASSOC for SCTP_EVENT sockoptXin Long2019-01-301-29/+48
* | sctp: use SCTP_FUTURE_ASSOC and add SCTP_CURRENT_ASSOC for SCTP_ENABLE_STREAM...Xin Long2019-01-301-13/+20
* | sctp: use SCTP_FUTURE_ASSOC and add SCTP_CURRENT_ASSOC for SCTP_DEFAULT_PRINF...Xin Long2019-01-301-9/+25
* | sctp: use SCTP_FUTURE_ASSOC and add SCTP_CURRENT_ASSOC for SCTP_AUTH_DEACTIVA...Xin Long2019-01-301-3/+26