aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/socket.c
AgeCommit message (Expand)Author
2018-04-12sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6Eric Dumazet
2018-01-16sctp: do not allow the v4 socket to bind a v4mapped v6 addressXin Long
2018-01-16sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbufXin Long
2018-01-16sctp: reinit stream if stream outcnt has been change by sinit in sendmsgXin Long
2018-01-10sctp: make use of pre-calculated lenMarcelo Ricardo Leitner
2018-01-10sctp: add a ceiling to optlen in some sockoptsMarcelo Ricardo Leitner
2018-01-10sctp: GFP_ATOMIC is not needed in sctp_setsockopt_eventsMarcelo Ricardo Leitner
2017-12-27sctp: Replace use of sockets_allocated with specified macro.Tonghao Zhang
2017-12-11sctp: make sure stream nums can match optlen in sctp_setsockopt_reset_streamsXin Long
2017-12-05make sock_alloc_file() do sock_release() on failuresAl Viro
2017-11-28sctp: use right member as the param of list_for_each_entryXin Long
2017-11-18sctp: set frag_point in sctp_setsockopt_maxseg correctlyXin Long
2017-11-16sctp: use the right sk after waking up from wait_buf sleepXin Long
2017-11-16sctp: do not free asoc when it is already dead in sctp_sendmsgXin Long
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-29sctp: reset owner sk for data chunks on out queues when migrating a sockXin Long
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-19sctp: do not peel off an assoc from one netns to another oneXin Long
2017-10-03sctp: add sockopt to get/set stream scheduler parametersMarcelo Ricardo Leitner
2017-10-03sctp: add sockopt to get/set stream schedulerMarcelo Ricardo Leitner
2017-10-03sctp: introduce struct sctp_stream_out_extMarcelo Ricardo Leitner
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