diff options
| author | Sebastien Roy <seb@delphix.com> | 2017-08-01 13:21:40 -0400 |
|---|---|---|
| committer | Cody Peter Mello <melloc@writev.io> | 2019-08-09 22:54:08 +0000 |
| commit | 9cba20af356f81a5f469ca8aa89ed17ee827b6a6 (patch) | |
| tree | bbd75aad827348f90befdc813aac7f66f4a9565a /exception_lists | |
| parent | b456ecdeb57b9ceefc89cd60f374f8fff83acf91 (diff) | |
| download | illumos-joyent-9cba20af356f81a5f469ca8aa89ed17ee827b6a6.tar.gz | |
OS-7329 Want pluggable TCP congestion control algorithms
Reviewed by: Dan McDonald <danmcd@joyent.com>
Reviewed by: Robert Mustacchi <robert.mustacchi@joyent.com>
Approved by: Robert Mustacchi <robert.mustacchi@joyent.com>
Diffstat (limited to 'exception_lists')
| -rw-r--r-- | exception_lists/cstyle | 4 | ||||
| -rw-r--r-- | exception_lists/hdrchk | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/exception_lists/cstyle b/exception_lists/cstyle index a06dd0c654..60304b2045 100644 --- a/exception_lists/cstyle +++ b/exception_lists/cstyle @@ -810,6 +810,10 @@ 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/ipf/ip_fil_solaris.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 966ec1d495..8834c5e404 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/* |
