summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-263-18/+37
|\
| * sctp: fix the issue that flags are ignored when using kernel_connectXin Long2018-05-223-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
* | sctp: factor out sctp_outq_select_transportMarcelo Ricardo Leitner2018-05-141-97/+90
* | sctp: add sctp_packet_singletonMarcelo Ricardo Leitner2018-05-141-7/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-114-43/+76
|\|
| * sctp: remove sctp_chunk_put from fail_mark err path in sctp_ulpevent_make_rcvmsgXin Long2018-05-101-1/+0
| * sctp: fix spelling mistake: "max_retans" -> "max_retrans"Colin Ian King2018-05-101-1/+1
| * sctp: delay the authentication for the duplicated cookie-echo chunkXin Long2018-05-072-41/+75
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-044-2/+13
|\|
| * sctp: fix the issue that the cookie-ack with auth can't get processedXin Long2018-05-021-1/+1
| * sctp: use the old asoc when making the cookie-ack chunk in dupcook_dXin Long2018-05-021-1/+1
| * sctp: init active key for the new asoc in dupcook_a and dupcook_bXin Long2018-05-021-0/+6
| * sctp: clear the new asoc's stream outcnt in sctp_stream_updateXin Long2018-04-271-0/+2
| * sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addrXin Long2018-04-271-0/+3
* | sctp: add sctp_make_op_error_limited and reuse inner functionsMarcelo Ricardo Leitner2018-05-011-84/+46
* | sctp: allow sctp_init_cause to return errorsMarcelo Ricardo Leitner2018-05-011-3/+9
* | sctp: allow unsetting sockopt MAXSEGMarcelo Ricardo Leitner2018-04-271-7/+0
* | sctp: consider idata chunks when setting SCTP_MAXSEGMarcelo Ricardo Leitner2018-04-271-3/+6
* | sctp: honor PMTU_DISABLED when handling icmpMarcelo Ricardo Leitner2018-04-271-3/+5
* | sctp: re-use sctp_transport_pmtu in sctp_transport_routeMarcelo Ricardo Leitner2018-04-272-22/+19
* | sctp: remove sctp_transport_pmtu_checkMarcelo Ricardo Leitner2018-04-271-3/+0
* | sctp: introduce sctp_dst_mtuMarcelo Ricardo Leitner2018-04-272-7/+5
* | sctp: remove sctp_assoc_pending_pmtuMarcelo Ricardo Leitner2018-04-271-2/+4
* | sctp: introduce sctp_assoc_update_frag_pointMarcelo Ricardo Leitner2018-04-273-19/+19
* | sctp: introduce sctp_mtu_payloadMarcelo Ricardo Leitner2018-04-272-20/+12
* | sctp: introduce sctp_assoc_set_pmtuMarcelo Ricardo Leitner2018-04-272-9/+14
* | sctp: remove an if() that is always trueMarcelo Ricardo Leitner2018-04-271-4/+2
* | sctp: move transport pathmtu calc away of sctp_assoc_add_peerMarcelo Ricardo Leitner2018-04-272-10/+7
* | sctp: remove the unused sctp_assoc_is_match functionXin Long2018-04-251-25/+0
* | sctp: fix identification of new acks for SFR-CACCMarcelo Ricardo Leitner2018-04-251-25/+23
* | sctp: fix const parameter violation in sctp_make_sackMarcelo Ricardo Leitner2018-04-251-5/+4
|/
* sctp: do not check port in sctp_inet6_cmp_addrXin Long2018-04-121-30/+30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-04-092-6/+11
|\
| * sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6Eric Dumazet2018-04-081-5/+8
| * sctp: do not leak kernel memory to user spaceEric Dumazet2018-04-081-1/+3
* | Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-067-27/+205
|\ \ | |/ |/|
| * sctp: Add LSM hooksRichard Haines2018-02-263-1/+91
| * sctp: Add ip option supportRichard Haines2018-02-265-26/+117
* | sctp: fix unused lable warningArnd Bergmann2018-03-291-0/+2
* | net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-2/+0
* | sctp: remove unnecessary asoc in sctp_has_associationXin Long2018-03-272-11/+10