aboutsummaryrefslogtreecommitdiff
path: root/net/sctp/socket.c
AgeCommit message (Expand)Author
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
2017-04-03sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctpXin Long
2017-04-01sctp: use right in and out stream cntXin Long
2017-03-28sctp: change to save MSG_MORE flag into assocXin Long
2017-03-24net: Change return type of sk_busy_loop from bool to voidAlexander Duyck
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-12sctp: add get and set sockopt for reconf_enableXin Long
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-24sctp: deny peeloff operation on asocs with threads sleeping on itMarcelo Ricardo Leitner
2017-02-20sctp: add support for MSG_MOREXin Long
2017-02-09sctp: implement sender-side procedures for Add Incoming/Outgoing Streams Requ...Xin Long
2017-02-09sctp: implement sender-side procedures for SSN/TSN Reset Request ParameterXin Long