summaryrefslogtreecommitdiffstats
path: root/net/sctp
AgeCommit message (Expand)Author
2019-04-03sctp: use memdup_user instead of vmemdup_userXin Long
2019-03-19sctp: remove sched init from sctp_stream_initXin Long
2019-03-10sctp: call iov_iter_revert() after sending ABORTXin Long
2019-02-27sctp: set stream ext to NULL after freeing it in sctp_stream_outq_migrateXin Long
2019-02-27sctp: call gso_reset_checksum when computing checksum in sctp_gso_segmentXin Long
2019-02-27inet_diag: fix reporting cgroup classid and fallback to priorityKonstantin Khlebnikov
2019-02-12sctp: walk the list of asoc safelyGreg Kroah-Hartman
2019-02-12sctp: check and update stream->out_curr when allocating stream_outXin Long
2019-02-06sctp: set flow sport from saddr only when it's 0Xin Long
2019-02-06sctp: set chunk transport correctly when it's a new asocXin Long
2019-02-06sctp: improve the events for sctp stream addingXin Long
2019-02-06sctp: improve the events for sctp stream resetXin Long
2019-01-22sctp: allocate sctp_sockaddr_entry with kzallocXin Long
2019-01-09sctp: initialize sin6_flowinfo for ipv6 addrs in sctp_inet6addr_eventXin Long
2018-12-17sctp: update frag_point when stream_interleave is setXin Long
2018-12-17sctp: kfree_rcu asocXin Long
2018-12-01sctp: clear the transport of some out_chunk_list chunks in sctp_assoc_rm_peerXin Long
2018-11-23sctp: not increase stream's incnt before sending addstrm_in requestXin Long
2018-11-23sctp: define SCTP_SS_DEFAULT for Stream schedulersXin Long
2018-11-23Revert "sctp: remove sctp_transport_pmtu_check"Xin Long
2018-11-23sctp: not allow to set asoc prsctp_enable by sockoptXin Long
2018-11-04sctp: check policy more carefully when getting pr statusXin Long
2018-10-17sctp: not free the new asoc when sctp_wait_for_connect returns errXin Long
2018-10-17sctp: fix race on sctp_id2asocMarcelo Ricardo Leitner
2018-10-16sctp: get pr_assoc and pr_stream all status with SCTP_PR_SCTP_ALL insteadXin Long
2018-10-15sctp: use the pmtu from the icmp packet to update transport pathmtuXin Long
2018-10-03sctp: fix fall-through annotationGustavo A. R. Silva
2018-09-20sctp: update dst pmtu with the correct daddrXin Long
2018-09-03sctp: not traverse asoc trans list if non-ipv6 trans exists for ipv6_flowlabelXin Long
2018-09-03sctp: fix invalid reference to the index variable of the iteratorXin Long
2018-08-27sctp: remove useless start_fail from sctp_ht_iter in procXin Long
2018-08-27sctp: hold transport before accessing its asoc in sctp_transport_get_nextXin Long
2018-08-11net/sctp: Replace in/out stream arrays with flex_arrayKonstantin Khorenko
2018-08-11net/sctp: Make wrappers for accessing in/out streamsKonstantin Khorenko
2018-07-24sctp: whitespace fixesStephen Hemminger
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-04sctp: fix the issue that pathmtu may be set lower than MINSEGMENTXin Long
2018-07-04sctp: check for ipv6_pinfo legal sndflow with flowlabel in sctp_v6_get_dstXin Long
2018-07-04sctp: add support for setting flowlabel when adding a transportXin Long
2018-07-04sctp: add spp_ipv6_flowlabel and spp_dscp for sctp_paddrparamsXin Long
2018-07-04sctp: add support for dscp and flowlabel per transportXin Long
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-06-29sctp: add support for SCTP_REUSE_PORT sockoptXin Long
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-22rhashtable: split rhashtable.hNeilBrown
2018-06-21sctp: fix erroneous inc of snmp SctpFragUsrMsgsMarcelo Ricardo Leitner
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-06-14sctp: define sctp_packet_gso_append to build GSO framesXin Long
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook