summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | 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
| |\ \
| * \ \ 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/+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
* | | | | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-061-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/+3
|\ \ \ \ \
| * | | | | net/sctp: convert to ->poll_maskChristoph Hellwig2018-05-263-5/+3
| | |/ / / | |/| | |
* | | | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-042-77/+10
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | proc: introduce proc_create_net_singleChristoph Hellwig2018-05-161-15/+2
| * | | | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-48/+6
| * | | | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-14/+2
| | |_|/ | |/| |
* | | | 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/+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
| |/ |/|
* | sctp: fix the issue that the cookie-ack with auth can't get processedXin Long2018-05-021-1/+1
OpenPOWER on IntegriCloud