summaryrefslogtreecommitdiff
path: root/net/sctp/socket.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-14sctp: delay auto_asconf init until binding the first addrXin Long1-14/+17
2021-05-14Revert "net/sctp: fix race condition in sctp_destroy_sock"Xin Long1-5/+8
2021-04-21net/sctp: fix race condition in sctp_destroy_sockOr Cohen1-8/+5
2021-01-23net, sctp, filter: remap copy_from_user failure errorDaniel Borkmann1-1/+1
2020-09-26net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendantHenry Ptasinski1-6/+3
2020-09-12sctp: not disable bh in the whole sctp_get_port_local()Xin Long1-10/+6
2020-06-17sctp: fix refcount bug in sctp_wfreeQiujun Huang1-8/+23
2019-11-01inet: stop leaking jiffies on the wireEric Dumazet1-1/+1
2019-10-28net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet1-1/+1
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet1-2/+2
2019-10-15sctp: change sctp_prot .no_autobind with trueXin Long1-2/+2
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-11/+13
2019-09-13sctp: destroy bucket if failed to bind addrMao Wenan1-4/+6
2019-09-13sctp: remove redundant assignment when call sctp_get_port_localMao Wenan1-2/+1
2019-09-13sctp: change return type of sctp_get_port_localMao Wenan1-4/+4
2019-09-10sctp: fix the missing put_user when dumping transport thresholdsXin Long1-1/+2
2019-08-27sctp: allow users to set ep ecn flag by sockoptXin Long1-0/+73
2019-08-19sctp: add SCTP_AUTH_SUPPORTED sockoptXin Long1-0/+86
2019-08-19sctp: use ep and asoc auth_enable properlyXin Long1-26/+19
2019-08-19sctp: add SCTP_ASCONF_SUPPORTED sockoptXin Long1-0/+82
2019-08-19sctp: add asconf_enable in struct sctp_endpointXin Long1-10/+7
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2019-07-30sctp: factor out sctp_connect_add_peerXin Long1-45/+31
2019-07-30sctp: factor out sctp_connect_new_asocXin Long1-84/+76
2019-07-30sctp: clean up __sctp_connectXin Long1-136/+73
2019-07-30sctp: check addr_size with sa_family_t size in __sctp_setsockopt_connectxXin Long1-1/+2
2019-07-29net: sctp: drop unneeded likely() call around IS_ERR()Enrico Weigelt1-2/+2
2019-07-08sctp: rename sp strm_interleave to ep intl_enableXin Long1-4/+4
2019-07-08sctp: rename asoc intl_enable to asoc peer.intl_capableXin Long1-1/+1
2019-07-08sctp: remove prsctp_enable from asocXin Long1-1/+1
2019-07-08sctp: remove reconf_enable from asocXin Long1-5/+2
2019-06-29sctp: not bind the socket in sctp_connectXin Long1-21/+3
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner1-16/+1
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2019-04-15sctp: implement memory accounting on tx pathXin Long1-2/+8
2019-04-12sctp: Check address length before reading address familyTetsuo Handa1-1/+2
2019-03-20sctp: use memdup_user instead of vmemdup_userXin Long1-6/+6
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_STREAM_SCHEDULER soc...Xin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_EVENT sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_ENABLE_STREAM_RESET ...Xin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_PRINFO sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_DEACTIVATE_KEY ...Xin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_DELETE_KEY sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_ACTIVE_KEY sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_KEY sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_MAX_BURST sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_CONTEXT sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_SNDINFO sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DELAYED_SACK sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_SEND_PARAM s...Marcelo Ricardo Leitner1-0/+3