summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
...
| * | sctp: factor out sctp_outq_select_transportMarcelo Ricardo Leitner2018-05-151-97/+90Star
| * | sctp: add sctp_packet_singletonMarcelo Ricardo Leitner2018-05-151-7/+15
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-124-43/+76
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-044-2/+13
| |\ \ \
| * | | | sctp: add sctp_make_op_error_limited and reuse inner functionsMarcelo Ricardo Leitner2018-05-011-84/+46Star
| * | | | sctp: allow sctp_init_cause to return errorsMarcelo Ricardo Leitner2018-05-011-3/+9
| * | | | sctp: allow unsetting sockopt MAXSEGMarcelo Ricardo Leitner2018-04-271-7/+0Star
| * | | | 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/+19Star
| * | | | sctp: remove sctp_transport_pmtu_checkMarcelo Ricardo Leitner2018-04-271-3/+0Star
| * | | | sctp: introduce sctp_dst_mtuMarcelo Ricardo Leitner2018-04-272-7/+5Star
| * | | | 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/+12Star
| * | | | 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/+2Star
| * | | | sctp: move transport pathmtu calc away of sctp_assoc_add_peerMarcelo Ricardo Leitner2018-04-272-10/+7Star
| * | | | sctp: remove the unused sctp_assoc_is_match functionXin Long2018-04-251-25/+0Star
| * | | | sctp: fix identification of new acks for SFR-CACCMarcelo Ricardo Leitner2018-04-251-25/+23Star
| * | | | sctp: fix const parameter violation in sctp_make_sackMarcelo Ricardo Leitner2018-04-251-5/+4Star
* | | | | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-071-2/+2
|\ \ \ \ \
| * | | | | treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-2/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-043-5/+3Star
|\ \ \ \ \
| * | | | | net/sctp: convert to ->poll_maskChristoph Hellwig2018-05-263-5/+3Star
| | |/ / / | |/| | |
* | | | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-042-77/+10Star
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | proc: introduce proc_create_net_singleChristoph Hellwig2018-05-161-15/+2Star
| * | | | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-48/+6Star
| * | | | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-14/+2Star
| | |_|/ | |/| |
* / | | sctp: fix the issue that flags are ignored when using kernel_connectXin Long2018-05-223-18/+37
|/ / /
* | | sctp: remove sctp_chunk_put from fail_mark err path in sctp_ulpevent_make_rcvmsgXin Long2018-05-101-1/+0Star
* | | 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-082-41/+75
| |/ |/|
* | 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: do not check port in sctp_inet6_cmp_addrXin Long2018-04-131-30/+30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-04-102-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-077-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/+0Star
* | sctp: remove unnecessary asoc in sctp_has_associationXin Long2018-03-272-11/+10Star
* | net: Use octal not symbolic permissionsJoe Perches2018-03-261-8/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-233-6/+6
|\ \