aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-18/+37
2018-05-22sctp: fix the issue that flags are ignored when using kernel_connectXin Long3-18/+37
2018-05-14sctp: checkpatch fixupsMarcelo Ricardo Leitner1-13/+7
2018-05-14sctp: add asoc and packet to sctp_flush_ctxMarcelo Ricardo Leitner1-53/+44
2018-05-14sctp: add sctp_flush_ctx, a context struct on outq_flush routinesMarcelo Ricardo Leitner1-94/+88
2018-05-14sctp: rework switch cases in sctp_outq_flush_dataMarcelo Ricardo Leitner1-98/+93
2018-05-14sctp: make use of gfp on retransmissionsMarcelo Ricardo Leitner1-8/+9
2018-05-14sctp: move transport flush code out of sctp_outq_flushMarcelo Ricardo Leitner1-30/+26
2018-05-14sctp: move flushing of data chunks out of sctp_outq_flushMarcelo Ricardo Leitner1-74/+75
2018-05-14sctp: move outq data rtx code out of sctp_outq_flushMarcelo Ricardo Leitner1-43/+58
2018-05-14sctp: move the flush of ctrl chunks into its own functionMarcelo Ricardo Leitner1-36/+56
2018-05-14sctp: factor out sctp_outq_select_transportMarcelo Ricardo Leitner1-97/+90
2018-05-14sctp: add sctp_packet_singletonMarcelo Ricardo Leitner1-7/+15
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-43/+76
2018-05-10sctp: remove sctp_chunk_put from fail_mark err path in sctp_ulpevent_make_rcvmsgXin Long1-1/+0
2018-05-10sctp: fix spelling mistake: "max_retans" -> "max_retrans"Colin Ian King1-1/+1
2018-05-07sctp: delay the authentication for the duplicated cookie-echo chunkXin Long2-41/+75
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-2/+13
2018-05-02sctp: fix the issue that the cookie-ack with auth can't get processedXin Long1-1/+1
2018-05-02sctp: use the old asoc when making the cookie-ack chunk in dupcook_dXin Long1-1/+1
2018-05-02sctp: init active key for the new asoc in dupcook_a and dupcook_bXin Long1-0/+6
2018-05-01sctp: add sctp_make_op_error_limited and reuse inner functionsMarcelo Ricardo Leitner1-84/+46
2018-05-01sctp: allow sctp_init_cause to return errorsMarcelo Ricardo Leitner1-3/+9
2018-04-27sctp: allow unsetting sockopt MAXSEGMarcelo Ricardo Leitner1-7/+0
2018-04-27sctp: consider idata chunks when setting SCTP_MAXSEGMarcelo Ricardo Leitner1-3/+6
2018-04-27sctp: honor PMTU_DISABLED when handling icmpMarcelo Ricardo Leitner1-3/+5
2018-04-27sctp: re-use sctp_transport_pmtu in sctp_transport_routeMarcelo Ricardo Leitner2-22/+19
2018-04-27sctp: remove sctp_transport_pmtu_checkMarcelo Ricardo Leitner1-3/+0
2018-04-27sctp: introduce sctp_dst_mtuMarcelo Ricardo Leitner2-7/+5
2018-04-27sctp: remove sctp_assoc_pending_pmtuMarcelo Ricardo Leitner1-2/+4
2018-04-27sctp: introduce sctp_assoc_update_frag_pointMarcelo Ricardo Leitner3-19/+19
2018-04-27sctp: introduce sctp_mtu_payloadMarcelo Ricardo Leitner2-20/+12
2018-04-27sctp: introduce sctp_assoc_set_pmtuMarcelo Ricardo Leitner2-9/+14
2018-04-27sctp: remove an if() that is always trueMarcelo Ricardo Leitner1-4/+2
2018-04-27sctp: move transport pathmtu calc away of sctp_assoc_add_peerMarcelo Ricardo Leitner2-10/+7
2018-04-27sctp: clear the new asoc's stream outcnt in sctp_stream_updateXin Long1-0/+2
2018-04-27sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addrXin Long1-0/+3
2018-04-25sctp: remove the unused sctp_assoc_is_match functionXin Long1-25/+0
2018-04-25sctp: fix identification of new acks for SFR-CACCMarcelo Ricardo Leitner1-25/+23
2018-04-25sctp: fix const parameter violation in sctp_make_sackMarcelo Ricardo Leitner1-5/+4
2018-04-12sctp: do not check port in sctp_inet6_cmp_addrXin Long1-30/+30
2018-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-6/+11
2018-04-08sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6Eric Dumazet1-5/+8
2018-04-08sctp: do not leak kernel memory to user spaceEric Dumazet1-1/+3
2018-04-06Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds7-27/+205
2018-03-29sctp: fix unused lable warningArnd Bergmann1-0/+2
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-2/+0
2018-03-27sctp: remove unnecessary asoc in sctp_has_associationXin Long2-11/+10
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-8/+8
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-6/+6