aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/socket.c
AgeCommit message (Expand)Author
2022-01-05sctp: use call_rcu to free endpointXin Long
2021-05-22sctp: delay auto_asconf init until binding the first addrXin Long
2021-05-22Revert "net/sctp: fix race condition in sctp_destroy_sock"Xin Long
2021-04-28net/sctp: fix race condition in sctp_destroy_sockOr Cohen
2020-09-12sctp: not disable bh in the whole sctp_get_port_local()Xin Long
2020-04-13sctp: fix refcount bug in sctp_wfreeQiujun Huang
2019-11-10inet: stop leaking jiffies on the wireEric Dumazet
2019-11-10net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet
2019-11-10net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-11-06sctp: not bind the socket in sctp_connectXin Long
2019-11-06sctp: fix the issue that flags are ignored when using kernel_connectXin Long
2019-10-29sctp: change sctp_prot .no_autobind with trueXin Long
2018-11-23sctp: not allow to set asoc prsctp_enable by sockoptXin Long
2018-11-04sctp: fix race on sctp_id2asocMarcelo Ricardo Leitner
2018-09-15sctp: hold transport before accessing its asoc in sctp_transport_get_nextXin Long
2018-04-12sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6Eric Dumazet
2018-03-03sctp: make use of pre-calculated lenMarcelo Ricardo Leitner
2018-03-03sctp: add a ceiling to optlen in some sockoptsMarcelo Ricardo Leitner
2018-02-25sctp: set frag_point in sctp_setsockopt_maxseg correctlyXin Long
2018-01-31sctp: reinit stream if stream outcnt has been change by sinit in sendmsgXin Long
2018-01-31sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbufXin Long
2018-01-31sctp: do not allow the v4 socket to bind a v4mapped v6 addressXin Long
2018-01-02sctp: make sure stream nums can match optlen in sctp_setsockopt_reset_streamsXin Long
2018-01-02sctp: Replace use of sockets_allocated with specified macro.Tonghao Zhang
2017-12-17sctp: use right member as the param of list_for_each_entryXin Long
2017-12-14sctp: use the right sk after waking up from wait_buf sleepXin Long
2017-12-14sctp: do not free asoc when it is already dead in sctp_sendmsgXin Long
2017-10-29sctp: reset owner sk for data chunks on out queues when migrating a sockXin Long
2017-10-19sctp: do not peel off an assoc from one netns to another oneXin Long
2017-09-15sctp: fix an use-after-free issue in sctp_sock_dumpXin Long
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-23sctp: Avoid out-of-bounds reads from address storageStefano Brivio
2017-08-11sctp: remove the typedef sctp_socket_type_tXin Long
2017-08-11sctp: remove the typedef sctp_cmsgs_tXin Long
2017-08-06sctp: remove the typedef sctp_scope_tXin Long
2017-07-01sctp: Add peeloff-flags socket optionNeil Horman
2017-07-01sctp: remove the typedef sctp_paramhdr_tXin Long
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-15sctp: return next obj by passing pos + 1 into sctp_transport_get_idxXin Long
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-10sctp: fix recursive locking warning in sctp_do_peeloffXin Long
2017-06-10sctp: disable BH in sctp_for_each_endpointXin Long
2017-06-08tcp: add TCPMemoryPressuresChrono counterEric Dumazet
2017-06-02sctp: define the member stream as an object instead of pointer in asocXin Long
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-06sctp: listen on the sock only when it's state is listening or closedXin Long
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-05sctp: get sock from transport in sctp_transport_update_pmtuXin Long