summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)Author
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig
2018-05-14sctp: checkpatch fixupsMarcelo Ricardo Leitner
2018-05-14sctp: add asoc and packet to sctp_flush_ctxMarcelo Ricardo Leitner
2018-05-14sctp: add sctp_flush_ctx, a context struct on outq_flush routinesMarcelo Ricardo Leitner
2018-05-14sctp: rework switch cases in sctp_outq_flush_dataMarcelo Ricardo Leitner
2018-05-14sctp: make use of gfp on retransmissionsMarcelo Ricardo Leitner
2018-05-14sctp: move transport flush code out of sctp_outq_flushMarcelo Ricardo Leitner
2018-05-14sctp: move flushing of data chunks out of sctp_outq_flushMarcelo Ricardo Leitner
2018-05-14sctp: move outq data rtx code out of sctp_outq_flushMarcelo Ricardo Leitner
2018-05-14sctp: move the flush of ctrl chunks into its own functionMarcelo Ricardo Leitner
2018-05-14sctp: factor out sctp_outq_select_transportMarcelo Ricardo Leitner
2018-05-14sctp: add sctp_packet_singletonMarcelo Ricardo Leitner
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-10sctp: remove sctp_chunk_put from fail_mark err path in sctp_ulpevent_make_rcvmsgXin Long
2018-05-10sctp: fix spelling mistake: "max_retans" -> "max_retrans"Colin Ian King
2018-05-07sctp: delay the authentication for the duplicated cookie-echo chunkXin Long
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-02sctp: fix the issue that the cookie-ack with auth can't get processedXin Long
2018-05-02sctp: use the old asoc when making the cookie-ack chunk in dupcook_dXin Long
2018-05-02sctp: init active key for the new asoc in dupcook_a and dupcook_bXin Long
2018-05-01sctp: add sctp_make_op_error_limited and reuse inner functionsMarcelo Ricardo Leitner
2018-05-01sctp: allow sctp_init_cause to return errorsMarcelo Ricardo Leitner
2018-04-27sctp: allow unsetting sockopt MAXSEGMarcelo Ricardo Leitner
2018-04-27sctp: consider idata chunks when setting SCTP_MAXSEGMarcelo Ricardo Leitner
2018-04-27sctp: honor PMTU_DISABLED when handling icmpMarcelo Ricardo Leitner
2018-04-27sctp: re-use sctp_transport_pmtu in sctp_transport_routeMarcelo Ricardo Leitner
2018-04-27sctp: remove sctp_transport_pmtu_checkMarcelo Ricardo Leitner
2018-04-27sctp: introduce sctp_dst_mtuMarcelo Ricardo Leitner
2018-04-27sctp: remove sctp_assoc_pending_pmtuMarcelo Ricardo Leitner
2018-04-27sctp: introduce sctp_assoc_update_frag_pointMarcelo Ricardo Leitner
2018-04-27sctp: introduce sctp_mtu_payloadMarcelo Ricardo Leitner
2018-04-27sctp: introduce sctp_assoc_set_pmtuMarcelo Ricardo Leitner
2018-04-27sctp: remove an if() that is always trueMarcelo Ricardo Leitner
2018-04-27sctp: move transport pathmtu calc away of sctp_assoc_add_peerMarcelo Ricardo Leitner
2018-04-27sctp: clear the new asoc's stream outcnt in sctp_stream_updateXin Long
2018-04-27sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addrXin Long
2018-04-25sctp: remove the unused sctp_assoc_is_match functionXin Long
2018-04-25sctp: fix identification of new acks for SFR-CACCMarcelo Ricardo Leitner
2018-04-25sctp: fix const parameter violation in sctp_make_sackMarcelo Ricardo Leitner
2018-04-12sctp: do not check port in sctp_inet6_cmp_addrXin Long
2018-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-04-08sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6Eric Dumazet
2018-04-08sctp: do not leak kernel memory to user spaceEric Dumazet
2018-04-06Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-03-29sctp: fix unused lable warningArnd Bergmann
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-27sctp: remove unnecessary asoc in sctp_has_associationXin Long
2018-03-26net: Use octal not symbolic permissionsJoe Perches
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-17sctp: use proc_remove_subtree()Al Viro