summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-012-6/+12
|\
| * sctp: check policy more carefully when getting pr statusXin Long2018-10-291-3/+5
| * sctp: clear the transport of some out_chunk_list chunks in sctp_assoc_rm_peerXin Long2018-10-291-3/+7
* | mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-194-9/+18
|\
| * sctp: not free the new asoc when sctp_wait_for_connect returns errXin Long2018-10-171-1/+3
| * sctp: fix race on sctp_id2asocMarcelo Ricardo Leitner2018-10-171-3/+2
| * 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-153-1/+9
* | sctp: use sk_wmem_queued to check for writable spaceXin Long2018-10-181-29/+9
* | sctp: count both sk and asoc sndbuf with skb truesize and sctp_chunk sizeXin Long2018-10-182-21/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-031-1/+1
|\|
| * sctp: fix fall-through annotationGustavo A. R. Silva2018-10-031-1/+1
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-251-2/+10
|\|
| * sctp: update dst pmtu with the correct daddrXin Long2018-09-201-2/+10
* | sctp: Use skb_queue_is_first().David S. Miller2018-09-101-1/+1
|/
* sctp: not traverse asoc trans list if non-ipv6 trans exists for ipv6_flowlabelXin Long2018-09-031-4/+6
* sctp: fix invalid reference to the index variable of the iteratorXin Long2018-09-031-11/+13
* sctp: remove useless start_fail from sctp_ht_iter in procXin Long2018-08-271-4/+0
* sctp: hold transport before accessing its asoc in sctp_transport_get_nextXin Long2018-08-272-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/+2
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-201-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-121-2/+3
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-067-539/+471
|\
| * sctp: not allow transport timeout value less than HZ/5 for hb_timerXin Long2018-06-051-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-263-18/+37
| |\
| * | sctp: checkpatch fixupsMarcelo Ricardo Leitner2018-05-141-13/+7
| * | sctp: add asoc and packet to sctp_flush_ctxMarcelo Ricardo Leitner2018-05-141-53/+44
| * | sctp: add sctp_flush_ctx, a context struct on outq_flush routinesMarcelo Ricardo Leitner2018-05-141-94/+88
| * | sctp: rework switch cases in sctp_outq_flush_dataMarcelo Ricardo Leitner2018-05-141-98/+93
| * | sctp: make use of gfp on retransmissionsMarcelo Ricardo Leitner2018-05-141-8/+9
| * | sctp: move transport flush code out of sctp_outq_flushMarcelo Ricardo Leitner2018-05-141-30/+26
| * | sctp: move flushing of data chunks out of sctp_outq_flushMarcelo Ricardo Leitner2018-05-141-74/+75
| * | sctp: move outq data rtx code out of sctp_outq_flushMarcelo Ricardo Leitner2018-05-141-43/+58
| * | sctp: move the flush of ctrl chunks into its own functionMarcelo Ricardo Leitner2018-05-141-36/+56