aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/socket.c
AgeCommit message (Expand)Author
2022-04-20sctp: Initialize daddr on peeled off socketPetr Malat
2022-01-05sctp: use call_rcu to free endpointXin Long
2021-05-14sctp: delay auto_asconf init until binding the first addrXin Long
2021-05-14Revert "net/sctp: fix race condition in sctp_destroy_sock"Xin Long
2021-04-21net/sctp: fix race condition in sctp_destroy_sockOr Cohen
2021-01-23net, sctp, filter: remap copy_from_user failure errorDaniel Borkmann
2020-09-26net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendantHenry Ptasinski
2020-09-12sctp: not disable bh in the whole sctp_get_port_local()Xin Long
2020-06-17sctp: fix refcount bug in sctp_wfreeQiujun Huang
2019-11-01inet: stop leaking jiffies on the wireEric Dumazet
2019-10-28net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-10-15sctp: change sctp_prot .no_autobind with trueXin Long
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-13sctp: destroy bucket if failed to bind addrMao Wenan
2019-09-13sctp: remove redundant assignment when call sctp_get_port_localMao Wenan
2019-09-13sctp: change return type of sctp_get_port_localMao Wenan
2019-09-10sctp: fix the missing put_user when dumping transport thresholdsXin Long
2019-08-27sctp: allow users to set ep ecn flag by sockoptXin Long
2019-08-19sctp: add SCTP_AUTH_SUPPORTED sockoptXin Long
2019-08-19sctp: use ep and asoc auth_enable properlyXin Long
2019-08-19sctp: add SCTP_ASCONF_SUPPORTED sockoptXin Long
2019-08-19sctp: add asconf_enable in struct sctp_endpointXin Long
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-07-30sctp: factor out sctp_connect_add_peerXin Long
2019-07-30sctp: factor out sctp_connect_new_asocXin Long
2019-07-30sctp: clean up __sctp_connectXin Long
2019-07-30sctp: check addr_size with sa_family_t size in __sctp_setsockopt_connectxXin Long
2019-07-29net: sctp: drop unneeded likely() call around IS_ERR()Enrico Weigelt
2019-07-08sctp: rename sp strm_interleave to ep intl_enableXin Long
2019-07-08sctp: rename asoc intl_enable to asoc peer.intl_capableXin Long
2019-07-08sctp: remove prsctp_enable from asocXin Long
2019-07-08sctp: remove reconf_enable from asocXin Long
2019-06-29sctp: not bind the socket in sctp_connectXin Long
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-15sctp: implement memory accounting on tx pathXin Long
2019-04-12sctp: Check address length before reading address familyTetsuo Handa
2019-03-20sctp: use memdup_user instead of vmemdup_userXin Long
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_STREAM_SCHEDULER soc...Xin Long
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_EVENT sockoptXin Long
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_ENABLE_STREAM_RESET ...Xin Long
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_PRINFO sockoptXin Long
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_DEACTIVATE_KEY ...Xin Long
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_DELETE_KEY sockoptXin Long
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_ACTIVE_KEY sockoptXin Long
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_KEY sockoptXin Long
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_MAX_BURST sockoptXin Long
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_CONTEXT sockoptXin Long
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_SNDINFO sockoptXin Long