summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* sctp: remove sched init from sctp_stream_initXin Long2019-03-191-2/+0Star
* sctp: call iov_iter_revert() after sending ABORTXin Long2019-03-101-0/+1
* sctp: set stream ext to NULL after freeing it in sctp_stream_outq_migrateXin Long2019-02-271-1/+3
* sctp: call gso_reset_checksum when computing checksum in sctp_gso_segmentXin Long2019-02-271-0/+1
* inet_diag: fix reporting cgroup classid and fallback to priorityKonstantin Khlebnikov2019-02-271-0/+1
* sctp: walk the list of asoc safelyGreg Kroah-Hartman2019-02-121-2/+2
* sctp: check and update stream->out_curr when allocating stream_outXin Long2019-02-121-0/+20
* sctp: set flow sport from saddr only when it's 0Xin Long2019-02-062-2/+4
* sctp: set chunk transport correctly when it's a new asocXin Long2019-02-061-3/+8
* sctp: improve the events for sctp stream addingXin Long2019-02-061-11/+8Star
* sctp: improve the events for sctp stream resetXin Long2019-02-061-22/+17Star
* sctp: allocate sctp_sockaddr_entry with kzallocXin Long2019-01-222-7/+2Star
* sctp: initialize sin6_flowinfo for ipv6 addrs in sctp_inet6addr_eventXin Long2019-01-091-0/+1
* sctp: update frag_point when stream_interleave is setXin Long2018-12-172-3/+7
* sctp: kfree_rcu asocXin Long2018-12-171-1/+1
* sctp: clear the transport of some out_chunk_list chunks in sctp_assoc_rm_peerXin Long2018-12-011-3/+7
* sctp: not increase stream's incnt before sending addstrm_in requestXin Long2018-11-231-1/+0Star
* sctp: define SCTP_SS_DEFAULT for Stream schedulersXin Long2018-11-231-1/+1
* Revert "sctp: remove sctp_transport_pmtu_check"Xin Long2018-11-231-0/+3
* sctp: not allow to set asoc prsctp_enable by sockoptXin Long2018-11-231-21/+5Star
* sctp: check policy more carefully when getting pr statusXin Long2018-11-041-3/+5
* sctp: not free the new asoc when sctp_wait_for_connect returns errXin Long2018-10-181-1/+3
* sctp: fix race on sctp_id2asocMarcelo Ricardo Leitner2018-10-181-3/+2Star
* sctp: get pr_assoc and pr_stream all status with SCTP_PR_SCTP_ALL insteadXin Long2018-10-161-4/+4
* sctp: use the pmtu from the icmp packet to update transport pathmtuXin Long2018-10-163-1/+9
* sctp: fix fall-through annotationGustavo A. R. Silva2018-10-031-1/+1
* sctp: update dst pmtu with the correct daddrXin Long2018-09-201-2/+10
* sctp: not traverse asoc trans list if non-ipv6 trans exists for ipv6_flowlabelXin Long2018-09-041-4/+6
* sctp: fix invalid reference to the index variable of the iteratorXin Long2018-09-041-11/+13
* sctp: remove useless start_fail from sctp_ht_iter in procXin Long2018-08-281-4/+0Star
* sctp: hold transport before accessing its asoc in sctp_transport_get_nextXin Long2018-08-282-11/+15
* net/sctp: Replace in/out stream arrays with flex_arrayKonstantin Khorenko2018-08-111-22/+66
* net/sctp: Make wrappers for accessing in/out streamsKonstantin Khorenko2018-08-118-71/+78
* sctp: whitespace fixesStephen Hemminger2018-07-242-3/+2Star
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-211-1/+1
|\
| * sctp: fix the issue that pathmtu may be set lower than MINSEGMENTXin Long2018-07-041-1/+1
* | sctp: check for ipv6_pinfo legal sndflow with flowlabel in sctp_v6_get_dstXin Long2018-07-041-0/+9
* | sctp: add support for setting flowlabel when adding a transportXin Long2018-07-042-2/+15
* | sctp: add spp_ipv6_flowlabel and spp_dscp for sctp_paddrparamsXin Long2018-07-041-6/+171
* | sctp: add support for dscp and flowlabel per transportXin Long2018-07-043-6/+28
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-033-3/+5
|\|
| * Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-283-3/+5
* | sctp: add support for SCTP_REUSE_PORT sockoptXin Long2018-06-291-7/+55
* | rhashtable: split rhashtable.hNeilBrown2018-06-222-0/+2
|/
* sctp: fix erroneous inc of snmp SctpFragUsrMsgsMarcelo Ricardo Leitner2018-06-211-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-161-10/+18
|\
| * sctp: define sctp_packet_gso_append to build GSO framesXin Long2018-06-141-10/+18
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-2/+3
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-077-539/+471Star
|\