diff options
| author | Sebastien Roy <seb@delphix.com> | 2017-08-01 13:21:40 -0400 |
|---|---|---|
| committer | Robert Mustacchi <rm@joyent.com> | 2019-08-23 18:42:52 +0000 |
| commit | 45a4b79d042e642c2ed7090ec290469ccf8fc563 (patch) | |
| tree | 3a2b9b0104d34bf6063ec1875142e69c1bc7a296 /exception_lists | |
| parent | 867a2ce85cd3f659cb7bc187ba93a095fe1df597 (diff) | |
| download | illumos-joyent-45a4b79d042e642c2ed7090ec290469ccf8fc563.tar.gz | |
11553 Want pluggable TCP congestion control algorithms
Portions contributed by: Cody Peter Mello <cody.mello@joyent.com>
Reviewed by: Dan McDonald <danmcd@joyent.com>
Reviewed by: Robert Mustacchi <robert.mustacchi@joyent.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'exception_lists')
| -rw-r--r-- | exception_lists/cstyle | 4 | ||||
| -rw-r--r-- | exception_lists/hdrchk | 2 | ||||
| -rw-r--r-- | exception_lists/packaging | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/exception_lists/cstyle b/exception_lists/cstyle index 06801920d4..3d2fc67caa 100644 --- a/exception_lists/cstyle +++ b/exception_lists/cstyle @@ -808,6 +808,10 @@ usr/src/uts/common/gssapi/mechs/krb5/mech/util_validate.c usr/src/uts/common/gssapi/mechs/krb5/mech/val_cred.c usr/src/uts/common/gssapi/mechs/krb5/mech/verify.c usr/src/uts/common/gssapi/mechs/krb5/mech/wrap_size_limit.c +usr/src/uts/common/inet/cc.h +usr/src/uts/common/inet/cc/cc_cubic.c +usr/src/uts/common/inet/cc/cc_module.h +usr/src/uts/common/inet/cc/cc_newreno.c usr/src/uts/common/io/bnx/570x/* usr/src/uts/common/io/bnx/include/* usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c diff --git a/exception_lists/hdrchk b/exception_lists/hdrchk index ba30a7d6bb..9e8194ac8d 100644 --- a/exception_lists/hdrchk +++ b/exception_lists/hdrchk @@ -226,6 +226,8 @@ usr/src/uts/common/gssapi/mechs/krb5/include/krb5.h usr/src/uts/common/gssapi/mechs/krb5/include/old.h usr/src/uts/common/gssapi/mechs/krb5/include/raw.h usr/src/uts/common/gssapi/mechs/krb5/include/rsa-md4.h +usr/src/uts/common/inet/cc.h +usr/src/uts/common/inet/cc/cc_module.h usr/src/uts/common/io/axf/ax88172reg.h usr/src/uts/common/io/bnx/570x/* usr/src/uts/common/io/bnx/include/* diff --git a/exception_lists/packaging b/exception_lists/packaging index 8fb6466e79..1f91b551b4 100644 --- a/exception_lists/packaging +++ b/exception_lists/packaging @@ -137,6 +137,7 @@ usr/lib/llib-like.ln usr/lib/amd64/llib-like.ln i386 usr/lib/sparcv9/llib-like.ln sparc # +usr/include/inet/cc.h usr/include/inet/ip_impl.h usr/include/inet/ip_ndp.h usr/include/inet/ip2mac_impl.h |
