• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

multipath-tcp / mptcpd
67%

Build:
DEFAULT BRANCH: main
Repo Added 26 Jan 2023 10:04AM UTC
Token Y6lOx0YPUxqC9nmKTKaCdXgXqXgCxLMZL regen
Build 116 Last
Files 17
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x
Reset
Sync Branches
  • main
  • README-packages
  • ci-daily-ell-dev
  • cleanup
  • debian-bug-1060285
  • doc-desc
  • ell-0.72
  • ell-headers
  • expose-subflow-error
  • gh-check-error
  • gh-check-root
  • gh-ell-clone
  • gh-ell-master-sha
  • gh-ell-repo
  • gh-pages
  • gh-pages-v0.12
  • gha-coverage-22.04
  • implicit
  • improve-check-route-documentation
  • l_netlink_send
  • lib_4.0.1
  • listening-events
  • master
  • mptcp-pm-user-c-flag
  • mptcp-sspi-typo-end
  • mptcp-upstream-headers
  • mptcpize-append-go
  • mptcpize-append-ld
  • musl-compat
  • optional_listener_v2
  • plugin-dir-not-world-writable
  • pm-kern-endp-add_addr-new
  • prepare-0.14
  • rename-to-main
  • script-debug
  • scripts-get-debug-os
  • v0.13
  • v0.14

19 Dec 2025 06:27PM UTC coverage: 67.014%. Remained the same
20378970013

push

github

web-flow
Prepare 0.14 release (#332)

* NEWS: prepare the future v0.14

All noticeable changes, not including internal changes.

All changes:

 - README: installation from packages repo (#312)
 - doc: describe the default behaviour (#313)
 - github: coverage: back to Ubuntu 22.04 (#317)
 - mptcpize: do not override existing LD_PRELOAD value (#315)
 - mptcpize: set GODEBUG=multipathtcp=1 env var (#316)
 - github: ell master: print sha and run each day (#318)
 - github: use ell from repo by default  (#319)
 - github: check: print logs in case of errors (#320)
 - github: also run 'make check' as root (#321)
 - tests: commands: only use one subtest (#322)
 - musl compat (#314)
 - sspi: fix typo (#324)
 - Mptcp upstream headers (#325)
 - interface: add `deny_join_id0` parameter (#323)
 - man: plugin-dir: not world writable (#327)
 - github: ell: clone from Google servers and retry (#328)
 - flags: add 'laminar' endpoints support (#326)
 - plugin: expose subflow error to plugins (#331)
 - flags: define "implicit" (#329)

Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>

* AUTHORS: add Marco

Using info from 'git log'.

Thank you for the contribution!

Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>

* configure: bump new version

Switch to v0.14.

Thanks to all contributors!

Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>

---------

Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>

1481 of 2210 relevant lines covered (67.01%)

16.68 hits per line

Relevant lines Covered
Build:
Build:
2210 RELEVANT LINES 1481 COVERED LINES
16.68 HITS PER LINE
Source Files on main
  • Tree
  • List 17
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
20378970013 main Prepare 0.14 release (#332) * NEWS: prepare the future v0.14 All noticeable changes, not including internal changes. All changes: - README: installation from packages repo (#312) - doc: describe the default behaviour (#313) - github: covera... push 19 Dec 2025 06:28PM UTC web-flow github
67.01
19902312886 main flags: define "implicit" (#329) Mainly to add a comment about that: it cannot be set from the userspace, so it should not be used in path-managers. Suggested-by: Saulius Krasuckas <saulius2@ar-fi.lt> Signed-off-by: Matthieu Baerts (NGI0) <mattt... push 03 Dec 2025 05:09PM UTC web-flow github
67.01
19820416316 main plugin: expose subflow error to plugins (#331) * plugin: expose subflow error to plugins Add error parameter to subflow_closed callback to allow plugins to identify the reason for subflow closure, such as network errors. The error value corresp... push 01 Dec 2025 11:04AM UTC web-flow github
67.01
19644312326 main flags: add 'laminar' endpoints support (#326) * include: update MPTCP upstream headers Some new defines related to MPTCP_INFO and EV flags, and switch to _BITUL(). Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org> * flags: add 'lumina... push 24 Nov 2025 06:05PM UTC web-flow github
67.04
19633896411 main github: ell: clone from Google servers and retry (#328) Recently, we had two jobs in a row that failed to clone ELL repo. Probably because of the restrictions in place at git.kernel.org, and the fact two clone are being done in parallel, likely f... push 24 Nov 2025 12:14PM UTC web-flow github
68.6
19359234441 main man: plugin-dir: not world writable (#327) Small security note not to have a plugin directory in world writable. Indeed, mptcpd is executed with extra permissions, and it will load plugins. Not everybody should then be able to add new plugins. ... push 14 Nov 2025 08:48AM UTC web-flow github
68.6
19359226323 main interface: add `deny_join_id0` parameter (#323) * interface: add 'deny_join_id0' parameter This flag being added on the kernel side [1]. It is set when the other peer requested not to create new subflows to the initial IP address and port. The ... push 14 Nov 2025 08:47AM UTC web-flow github
68.6
18381270464 main Mptcp upstream headers (#325) * include: upstream: always include the local copy The platform one might not be up-to-date: it seems better to always include the local copy which is synced with the supported features. Signed-off-by: Matthieu Bae... push 09 Oct 2025 03:51PM UTC web-flow github
68.97
18379926003 main sspi: fix typo (#324) It is not really an issue, but a semi-colon was expected there, not a comma. Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org> push 09 Oct 2025 02:43PM UTC web-flow github
68.97
18379898768 main sspi: fix typo (#324) It is not really an issue, but a semi-colon was expected there, not a comma. Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org> push 09 Oct 2025 02:38PM UTC web-flow github
68.97
See All Builds (115)

Badge your Repo: mptcpd

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc