aboutsummaryrefslogtreecommitdiff
path: root/src/tcp_input.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-11slirp: Don't duplicate packet in tcp_reassBrett Nash1-3/+0
2022-02-11Rename insque/remque -> slirp_[ins|rem]queBrett Nash1-3/+3
2021-11-29socket: Initialize so_type in socreateNicholas Ngai1-1/+1
2021-09-14Initialize sin6_scope_id to zeroSaar Gross1-0/+3
2021-06-06mbuf: Add debugging helpers for allocationSamuel Thibault1-2/+5
2021-06-06Check that we have the expected room before m_dataSamuel Thibault1-0/+10
2020-12-04Remove some needless (void)castsMarc-André Lureau1-8/+8
2019-11-21tcp_attach() can no longer failMarc-André Lureau1-4/+1
2019-08-01allow custom MTUAkihiro Suda1-3/+5
2019-03-22slirp: remove reference to COPYRIGHT fileMarc-André Lureau1-3/+0
2019-03-22slirp: clarify license of slirp files using SPDX: explicit BSDMarc-André Lureau1-0/+1
2019-03-07slirp: move sources to src/ subdirectoryMarc-André Lureau1-0/+1542