This technology generally relates to authentication and, more particularly, to token refreshment based on single sign-on (SSO) for federated identity environments.
Federated identity environments facilitate the secure exchange of identity information across Internet domains. In such an environment, users of client devices are authenticated by an identity provider device, also referred to as an authorization server, which has access to user identity information. Following successful authentication, a client device may receive access and refresh tokens that can be used to access protected resources, such as applications hosted on application servers.
In order to access the applications, the client devices may be provided a web desktop or other portal, which allows access to on-premises and software-as-a-service (“SaaS”) applications via different types of authentication schemes such as Security Assertion Markup Language (“SAML”), Open Authorization (“OAuth”), and NT LAN Manager (“NTLM”), for example. While the authentication schemes vary, the access tokens received from the identity provider device can be used to gain access to each of the applications, thereby facilitating what is commonly referred to as Single Sign-On (“SSO”) access control.
However, access tokens have limited lifetimes and can be rendered invalid outside of the context of a particular session or for any number of other reasons. If an access token supplied by a client device is determined by an application to be invalid, an application server hosting the application will send an unauthorized HTTP response status code (e.g., “401”), requiring the client device to re-authenticate and resulting in a sub-optimal experience for the user.
A method for token refreshment based on single sign-on (SSO) for federated identity environments implemented by a network traffic management system comprising one or more access policy management (APM) apparatuses, identity provider devices, application servers, or client devices, the method including sending a request received from a client to an application server along with an access token. A determination is made when a received response to the request comprises an unauthorized HyperText Transfer Protocol (HTTP) response status code. The access token is refreshed using a stored refresh token, when the determining indicates that the response is an unauthorized HTTP response status code. The request is resent to the application server along with the refreshed access token.
An APM apparatus, comprising memory comprising programmed instructions stored thereon and one or more processors configured to be capable of executing the stored programmed instructions to send a request received from a client to an application server along with an access token. A determination is made when a received response to the request comprises an unauthorized HTTP response status code. The access token is refreshed using a stored refresh token, when the determining indicates that the response is an unauthorized HTTP response status code. The request is resent to the application server along with the refreshed access token.
A non-transitory computer readable medium having stored thereon instructions for token refreshment based on SSO for federated identity environments comprising executable code which when executed by one or more processors, causes the processors to send a request received from a client to an application server along with an access token. A determination is made when a received response to the request comprises an unauthorized HTTP response status code. The access token is refreshed using a stored refresh token, when the determining indicates that the response is an unauthorized HTTP response status code. The request is resent to the application server along with the refreshed access token.
A network traffic management system comprising one or more APM apparatuses, identity provider devices, application servers, or client devices, the network traffic management system comprising memory comprising programmed instructions stored thereon and one or more processors configured to be capable of executing the stored programmed instructions to send a request received from a client to an application server along with an access token. A determination is made when a received response to the request comprises an unauthorized HTTP response status code. The access token is refreshed using a stored refresh token, when the determining indicates that the response is an unauthorized HTTP response status code. The request is resent to the application server along with the refreshed access token.
This technology has a number of associated advantages including providing methods, non-transitory computer readable media, APM apparatuses, and network traffic management systems that facilitate token refreshment on behalf of a client to allow a client to obtain requested application content more quickly when an access token has expired. Accordingly, this technology reduces the number of communications exchanged with a client as a result of an unauthorized HTTP response status code, reduces user re-authentication at client devices upon access token expiration, and significantly improves the user experience.
Referring to
Referring to
The processor(s) 22 of the APM apparatus 12 may execute programmed instructions stored in the memory 24 of the APM apparatus 12 for any number of the functions identified above and/or described and illustrated in detail herein. The processor(s) 22 of the APM apparatus 12 may include one or more CPUs or general purpose processors with one or more processing cores, for example, although other types of processor(s) can also be used.
The memory 24 of the APM apparatus 12 stores these programmed instructions for one or more aspects of the present technology as described and illustrated herein, although some or all of the programmed instructions could be stored elsewhere. A variety of different types of memory storage devices, such as random access memory (RAM), read only memory (ROM), hard disk, solid state drives, flash memory, or other computer readable medium which is read from and written to by a magnetic, optical, or other reading and writing system that is coupled to the processor(s) 22, can be used for the memory 24.
Accordingly, the memory 24 of the APM apparatus 12 can store one or more applications that can include computer executable instructions that, when executed by the APM apparatus 12, cause the APM apparatus 12 to perform actions, such as to transmit, receive, or otherwise process messages, for example, and to perform other actions described and illustrated below with reference to
Even further, the application(s) may be operative in a cloud-based computing environment. The application(s) can be executed within or as virtual machine(s) or virtual server(s) that may be managed in a cloud-based computing environment. Also, the application(s), and even the APM apparatus 12 itself, may be located in virtual server(s) running in a cloud-based computing environment rather than being tied to one or more specific physical network computing devices. Also, the application(s) may be running in one or more virtual machines (VMs) executing on the APM apparatus 12. Additionally, in one or more embodiments of this technology, virtual machine(s) running on the APM apparatus 12 may be managed or supervised by a hypervisor.
In this particular example, the memory 24 of the APM apparatus 12 includes an authentication module 30 and a token database 32, although the memory 24 can include other policies, modules, databases, or applications, for example. The authentication module 30 is configured to process login requests received from the client devices 20(1)-20(n) and communicate with the identity provider device 16 to obtain and utilize access and refresh tokens for authenticated users. Accordingly, the authentication module can extract credentials from received login requests, obtain authorization grant codes from the identity provider device 16, and obtain refresh and access tokens from the identity provider device 16.
The token database 32 stores at least refresh tokens received from the identity provider device 16 as associated with particular users, ones of the client devices 20(1)-20(n), and/or established sessions, for example. By storing the refresh tokens locally, the APM apparatus 12 can advantageously refresh access tokens utilizing the refresh tokens prior to sending unauthorized HTTP response status codes received from the application servers 14(1)-14(n) to the client devices 20(1)-20(n), as described and illustrated in more detail later.
The communication interface 26 of the APM apparatus 12 operatively couples and communicates between the APM apparatus 12, application servers 14(1)-14(n), identity provider device 16, and/or client devices 20(1)-20(n), which are all coupled together by the communication network(s) 18 or direct connections, although other types and/or numbers of communication networks or systems with other types and/or numbers of connections and/or configurations to other devices and/or elements can also be used.
By way of example only, the communication network(s) 18 can include local area network(s) (LAN(s)) or wide area network(s) (WAN(s)), and can use TCP/IP over Ethernet and industry-standard protocols, although other types and/or numbers of protocols and/or communication networks can be used. The communication network(s) 18 in this example can employ any suitable interface mechanisms and network communication technologies including, for example, teletraffic in any suitable form (e.g., voice, modem, and the like), Public Switched Telephone Network (PSTNs), Ethernet-based Packet Data Networks (PDNs), combinations thereof, and the like. The communication network(s) 18 can also include direct connection(s) (e.g., for when a device illustrated in
While the APM apparatus 12 is illustrated in this example as including a single device, the APM apparatus 12 in other examples can include a plurality of devices or blades each having one or more processors (each processor with one or more processing cores) that implement one or more steps of this technology. In these examples, one or more of the devices can have a dedicated communication interface or memory. Alternatively, one or more of the devices can utilize the memory 24, communication interface 26, or other hardware or software components of one or more other devices included in the APM apparatus 12.
Additionally, one or more of the devices that together comprise the APM apparatus 12 in other examples can be standalone devices or integrated with one or more other devices or apparatuses, such as one of the application servers 14(1)-14(n), for example. Moreover, one or more of the devices of the APM apparatus 12 in these examples can be in a same or a different communication network including one or more public, private, or cloud networks, for example.
The identity provider device 16 in this example includes one or more processors, a memory, and a communication interface, which are coupled together by a bus or other communication link, although other numbers and/or types of network devices could be used. The identity provider device 16 is an authoritative source for identity information for users of the client devices and is configured to provide authentication, authorization, and accounting (“AAA”) services on behalf of the network traffic management system 10. Accordingly, the identity provider device 16 provides authorization grant codes and refresh and access tokens to the client devices 20(1)-20(n) to facilitate Single Sign-On (“SSO”) in the network traffic management system 10. The identity provider device 16 can also facilitate validation of access tokens for the application servers 14(1)-14(n).
Each of the application servers 14(1)-14(n) in this example includes one or more processors, a memory, and a communication interface, which are coupled together by a bus or other communication link, although other numbers and/or types of network devices could be used. The application servers 14(1)-14(n) in this example process requests received from the client devices 20(1)-20(n) via the communication network(s) 18 according to the HTTP-based application RFC protocol, for example. The requests received from the client devices 20(1)-20(n) are directed to hosted applications and can include access tokens that can be validated by the application servers 14(1)-14(n) utilizing the identity provider device 16. Various applications may be operating on the application servers 14(1)-14(n) and transmitting data (e.g., files or Web pages) to the client devices 20(1)-20(n) in response to requests from the client devices 20(1)-20(n). The application servers 14(1)-14(n) may be hardware or software or may represent a system with multiple servers in a pool, which may include internal or external networks.
Although the application servers 14(1)-14(n) are illustrated as single devices, one or more actions of the application servers 14(1)-14(n) may be distributed across one or more distinct network computing devices that together comprise one or more the application servers 14(1)-14(n). Moreover, the application servers 14(1)-14(n) are not limited to a particular configuration. Thus, the application servers 14(1)-14(n) may contain a plurality of network computing devices that operate using a master/slave approach, whereby one of the network computing devices of one or more of the application servers 14(1)-14(n) operate to manage and/or otherwise coordinate operations of the other network computing devices. The application servers 14(1)-14(n) may operate as a plurality of network computing devices within a cluster architecture, a peer-to peer architecture, virtual machines, or within a cloud architecture, for example.
The client devices 20(1)-20(n) in this example include any type of computing device that can request and receive content, such as mobile computing devices, desktop computing devices, laptop computing devices, tablet computing devices, virtual machines (including cloud-based computers), or the like. Each of the client devices 20(1)-20(n) in this example includes a processor, a memory, and a communication interface, which are coupled together by a bus or other communication link, although other numbers and/or types of network devices could be used.
The client devices 20(1)-20(n) may run interface applications, such as standard web browsers or standalone client applications, which may provide an interface to make requests for, and receive content stored on, the application servers 14(1)-14(n) via the communication network(s) 18. The client devices 20(1)-20(n) may further include a display device, such as a display screen or touchscreen, and/or an input device, such as a keyboard for example.
Although the exemplary network traffic management system 10 with the APM apparatus 12, application servers 14(1)-14(n), identity provider device 16, and client devices 20(1)-20(n) is described and illustrated herein, other types and/or numbers of systems, devices, components, and/or elements in other topologies can be used. It is to be understood that the systems of the examples described herein are for exemplary purposes, as many variations of the specific hardware and software used to implement the examples are possible, as will be appreciated by those skilled in the relevant art(s).
One or more of the components depicted in the network traffic management system 10, such as the APM apparatus 12, application servers 14(1)-144(n), identity provider device 16, or client devices 20(1)-20(n), for example, may be configured to operate as virtual instances on the same physical machine. In other words, one or more of the APM apparatus 12, application servers 14(1)-14(n), identity provider device 16, or client devices 20(1)-20(n) may operate on the same physical device rather than as separate devices communicating through communication network(s) or other types of connections. Additionally, there may be more or fewer APM apparatuses 12, application servers 14(1)-14(n), identity provider devices 16, or client devices 20(1)-20(n) than illustrated in
In addition, two or more computing systems or devices can be substituted for any one of the systems or devices in any example. Accordingly, principles and advantages of distributed processing, such as redundancy and replication also can be implemented, as desired, to increase the robustness and performance of the devices and systems of the examples. The examples may also be implemented on computer system(s) that extend across any suitable network using any suitable interface mechanisms and traffic technologies, including by way of example only teletraffic in any suitable form (e.g., voice and modem), wireless traffic networks, cellular traffic networks, Packet Data Networks (PDNs), the Internet, intranets, and combinations thereof.
The examples may also be embodied as one or more non-transitory computer readable media, which are part of the memory 24 and have instructions stored thereon for one or more aspects of the present technology, as described and illustrated by way of the examples herein. The instructions in some examples include executable code that, when executed by one or more processors (e.g., processor(s) 22), cause the processors to carry out steps necessary to implement the methods of the examples of this technology that are described and illustrated herein.
Referring more specifically to
In step 302, the APM apparatus 12 collects credentials from the user (e.g., as included in the login request) and sends the credentials to the identity provider device 16 as part of an authentication request. In another example, the APM apparatus 12 redirects the user to the identity provider device 16, which collects the credentials from the user and authenticates the user. The identity provider device 16 stores the identity and other information for allowed users, which can be compared to the credentials to generate an authentication result that can facilitate SSO access to any number of applications hosted by the application servers 14(1)-14(n). In one particular example, the credentials can be sent by the identity provider device 16 to a backend Active Directory (“AD”) or Lightweight Directory Access Protocol (“LDAP”) server, although other methods of authenticating the user can be used in other examples.
In step 304, the APM apparatus 12 determines whether the user of the one of the client devices 20(1)-20(n) from which the login request was received in step 300 is authenticated. The determination in step 304 can be made based on a positive or negative authentication result received from the identity provider device 16. In one example, the identity provider device 16 can respond to the credentials with a positive authentication result including an authorization grant code, although other types of authentication results and/or methods of determining whether the user was authenticated can also be used. If the APM apparatus 12 receives a negative authorization result or otherwise determines that the user of the one of the client devices 20(1)-20(n) was not authenticated, then the No branch is taken to step 306.
In step 306, the APM apparatus 12 denies the login request, such as by dropping the login request or sending a response to the one of the client devices 20(1)-20(n) indicating the failure to authenticate and requesting re-submission of credentials, for example, although other methods for denying the login request can also be used. However, if the APM apparatus 12 determines that the user of the one of the client devices 20(1)-20(n) was authenticated, then the Yes branch is taken to step 308.
In step 308, the APM apparatus 12 obtains an access token and a refresh token from the identity provider device 16. In one example, the APM apparatus 12 can send an authorization grant code, received in response to the credentials and with a positive authentication result, to the identity provider device 16 with a request for the tokens, although other methods for obtaining the tokens can also be used in other examples. The access token in this example has a shorter lifetime than the refresh token and can be validated by the application servers 14(1)-14(n) in order to authenticate users and service client requests.
The refresh token has a longer lifetime than the access token and can be used to obtain a new or renewed access token, referred to herein as a refreshed access token, as described and illustrated in more detail later. In this example, the APM apparatus 12 stores at least the refresh token, and optionally the access token and/or user credentials, in the token database 32 so that the refresh token can be used as described and illustrated in more detail later with reference to step 324.
In step 310, the APM apparatus 12 sends the login request along with the access token to one of the application servers 14(1)-14(n) hosting the application to which the login request received in step 300 was directed. Optionally, the one of the application servers 14(1)-14(n) can communicate with the identity provider device 16 to validate the access token and thereby authenticate the user of the one of the client devices 20(1)-20(n). The one of the application servers 14(1)-14(n) can respond, subsequent to validating the token, with an acceptance of the login request. The APM apparatus 12 can communicate the acceptance to the one of the client devices 20(1)-20(n) and establish a session between the one of the client devices 20(1)-20(n) and the one of the application servers 14(1)-14(n) to facilitate communication with the application.
In step 312, the APM apparatus 12 determines whether the established session has ended, such as based on a timeout or explicit logout, for example. If the APM apparatus 12 determines that the session has ended, then the Yes branch is taken back to step 300 and the APM apparatus 12 may again receive a login request from the one of the client devices 20(1)-20(n) or a different one of the client devices 20(1)-20(n). Optionally, the APM apparatus 12 also may perform other operations, such as clearing any entries of the token database 32 associated with the session by removing the stored refresh token, for example. However, in at least a first iteration, the session will not have ended and the No branch will be taken from step 312 to step 314.
In step 314, the APM apparatus 12 determines whether a request has been received from the one of the client devices 20(1)-20(n) via the established session. If the APM apparatus 12 determines that a request has not been received from the one of the client devices 20(1)-20(n), then the No branch is taken back to step 312 and the APM apparatus 12 effectively waits for the session to end or a request to be received from the one of the client devices 20(1)-20(n). Accordingly, if the APM apparatus 12 determines that a request directed to the application was received from the one of the client devices 20(1)-20(n), then the Yes branch is taken to step 316.
In step 316, the APM apparatus 12 forwards the request to the one of the application servers 14(1)-14(n) with which the session was established in step 310. The access token is sent to the one of the application servers 14(1)-14(n) along with the request as retrieved from the memory 24 or as included with the request received from the one of the client devices 20(1)-20(n), for example.
In step 318, the APM apparatus 12 receives a response to the request from the one of the application servers 14(1)-14(n). The one of the application servers 14(1)-14(n) can validate the use of the one of the client devices 20(1)-20(n) with the identity provider device 16 using the access token. The response can be received via the session established in step 310 and can include content, such as a web page or media associated with the application.
In step 320, the APM apparatus 12 determines whether the response is an unauthorized HTTP response status code, such as a 401 response status code. If the one of the application servers 14(1)-14(n) determines that the request sent in step 316 is not from an authorized user, then the response from the one of the application servers 14(1)-14(n) can be an unauthorized HTTP response status code. The user may not be authorized because the access token sent with the request in step 316 may have expired, has been revoked, or otherwise no longer be valid, for example. If the APM apparatus 12 determines that the response from the one of the application servers is not an unauthorized HTTP response status code, then the No branch is taken to step 322.
In step 322, the APM apparatus 12 forwards the response to the one of the client devices 20(1)-20(n) and proceeds back to step 312. However, if the APM apparatus 12 determines in step 320 that the response from the one of the application severs 14(1)-14(n) is an unauthorized HTTP response status code, then the Yes branch is taken to step 324.
In step 324, the APM apparatus 12 refreshes the access token with the identity provider device 16 using the refresh token received and stored in the token database 32 in step 308. In one example, the APM apparatus 12 obtains a new or renewed token (referred to herein as a refreshed access token) by sending a request to the identity provider device 16 that includes the refresh token, although other methods for refreshing the access token can also be used. In this example, the identity provider device 16 validates the refresh token and issues the refreshed access token to the APM apparatus 12 in response.
In step 326, the APM apparatus 12 re-forwards the request to the one of the application servers 14(1)-14(n) along with the refreshed access token. In another example in which the refresh token is expired or has been revoked, the identity provider device 16 may deny the request from the APM apparatus 12 for a refreshed access token. Accordingly, in this example, the APM apparatus 12 may not be able to refresh the access token in step 324 and may proceed to forward the unauthorized HTTP response status code to the one of the client devices 20(1)-20(n), requiring re-authentication by the user, instead of re-forwarding the request to the one of the application servers 14(1)-14(n) in step 326.
However, in examples in which the refresh token is valid, instead of forwarding the unauthorized HTTP response status code to the one of the client devices 20(1)-20(n), the APM apparatus refreshes the access token in this example and re-forwards the request received from the one of the client devices 20(1)-20(n) to the one of the application servers 14(1)-14(n) along with the refreshed access token, resulting in an improved experience for the user of the one of the client devices 20(1)-20(n). In particular, the user of the one of the client devices 20(1)-20(n) advantageously does not have to re-authenticate or resubmit credentials and does not have to experience an associated delay in obtaining the requested application content.
Subsequent to re-forwarding the request to the one of the application servers 14(1)-14(n), the APM apparatus 12 proceeds back to step 318 and again receives a response to the request from the one of the application servers 14(1)-14(n). In this iteration, the one of the application servers 14(1)-14(n) will validate the refreshed access token and the response received in step 318 will include the requested application content instead of an unauthorized HTTP response status code. Accordingly, in this subsequent iteration, the No branch will be taken from step 320, the response will be forwarded by the APM apparatus 12 in step 322, and the APM apparatus 12 will proceed back to step 312 and again wait for the session to end or for another request to be received from the one of the client devices 20(1)-20(n).
Referring more specifically to
In step 402, the APM apparatus 12 sends credentials included in the received login request to the identity provider device 16. In another example, the APM apparatus 12 could redirect the client device 12 to the identity provider device 16 to allow the identity provider device 16 to collect the credentials.
In step 404 in this example, the identity provider device 16 authenticates the user and sends the refresh and access tokens to the APM apparatus 12 in response to the request. Optionally, the identity provider device 16 first sends an authorization grant code to the APM apparatus 12, which is used by the APM apparatus 12 to request and obtain the refresh and access tokens from the identity provider device 16.
In step 406, the APM apparatus 12 stores the refresh token so that it can subsequently be retrieved and used to refresh the access token with the identity provider device 16. The APM apparatus 12 also stores the access token in this example. The tokens can optionally be stored in a local token database 32, for example.
In step 408, the APM apparatus 12 sends the access token along with the login request to the application server 14 hosting an application to which the login request sent in step 400 was directed. The APM apparatus 12 communicates acceptance of the login request by the application server 14 to the client device 20 and establishes a session between the client device 20 and the application server 14 to facilitate communication with the application.
In step 410, the client device sends a request toward the application hosted by the application server 14, which is intercepted by the APM apparatus 12. The request can be sent via the established session, for example.
In step 412, the APM apparatus 12 forwards the request to the application server 14. This request is forwarded with the access token and via the established session in this example.
In step 414, the application server 14 sends a response to the request to the APM apparatus 12. In this example, the application server 14 attempts to validate the access token sent with the forwarded request in step 412. If the application server 14 successfully validates the access token, then the requested content will be included in the response sent in step 414. However, if the application server 12 cannot successfully validate the access token (e.g., if it is expired or has been revoked), then the response sent in step 414 will be an unauthorized HTTP response status code.
Accordingly, in step 416, the APM apparatus 12 determines whether the response sent from the application server 14 is an unauthorized HTTP response status code (e.g., a 401 response). If the APM apparatus 12 determines that the response is not an unauthorized HTTP response status code, then the No branch is taken and the response is forwarded to the client device 20 in step 418.
However, if the APM apparatus 12 determines in step 416 that the response is an unauthorized HTTP response status code, then the Yes branch is taken and the refresh token is used in step 420 to obtain a refreshed access token from the identity provider device 16. The refresh token is retrieved from a token database 32, for example, wherein it was stored in step 406.
In step 422, the identity provider device 16 determines whether the refresh token is valid and sends a refreshed access token to the APM apparatus 12 when the refresh token is determined to be valid. If the refresh token is not determined to be valid, then the identity provider apparatus 16 may send a denial of the request for a refreshed access token in another example.
In step 424, the APM apparatus 12 re-forwards the request sent by the client device 20 in step 410 along with the refreshed access token. Accordingly, the APM apparatus 12 in this example is able to resend the request with a valid, refreshed access token without requiring any communication with the client device 20.
In step 426, the application server 14 sends a response to the APM apparatus 12 upon validating the refreshed access token. The response sent in step 426 includes the content requested by the client device 20.
The APM apparatus 12 then forwards the response to the client device 20 in step 428 in response to the request sent by the client device 20 in step 410. In this example, the client device 20 advantageously receives the content without processing an unauthorized HTTP response status code or performing any re-authentication despite initially sending the request for the content in step 410 with an invalid access token.
With this technology, the user experience in an SSO federated identity environment can be significantly improved. In particular, an intermediary APM apparatus can refresh access tokens automatically and without sending any unauthorized HTTP response status codes received from application servers to client devices, or requiring user re-authorization at the client devices. This technology advantageously allows users to obtain requested application content more quickly when an access token has expired, been revoked, or is otherwise invalidated.
Having thus described the basic concept of the invention, it will be rather apparent to those skilled in the art that the foregoing detailed disclosure is intended to be presented by way of example only, and is not limiting. Various alterations, improvements, and modifications will occur and are intended to those skilled in the art, though not expressly stated herein. These alterations, improvements, and modifications are intended to be suggested hereby, and are within the spirit and scope of the invention. Additionally, the recited order of processing elements or sequences, or the use of numbers, letters, or other designations therefore, is not intended to limit the claimed processes to any order except as may be specified in the claims. Accordingly, the invention is limited only by the following claims and equivalents thereto.
This application claims the benefit of U.S. Provisional Patent Application Ser. No. 62/500,699 filed May 3, 2017, which is hereby incorporated by reference in its entirety.
Number | Name | Date | Kind |
---|---|---|---|
3950735 | Patel | Apr 1976 | A |
4644532 | George et al. | Feb 1987 | A |
4897781 | Chang et al. | Jan 1990 | A |
4965772 | Daniel et al. | Oct 1990 | A |
5023826 | Patel | Jun 1991 | A |
5053953 | Patel | Oct 1991 | A |
5167024 | Smith et al. | Nov 1992 | A |
5299312 | Rocco, Jr. | Mar 1994 | A |
5327529 | Fults et al. | Jul 1994 | A |
5367635 | Bauer et al. | Nov 1994 | A |
5371852 | Attanasio et al. | Dec 1994 | A |
5388237 | Sodos | Feb 1995 | A |
5406502 | Haramaty et al. | Apr 1995 | A |
5475857 | Dally | Dec 1995 | A |
5517617 | Sathaye et al. | May 1996 | A |
5519694 | Brewer et al. | May 1996 | A |
5519778 | Leighton et al. | May 1996 | A |
5521591 | Arora et al. | May 1996 | A |
5528701 | Aref | Jun 1996 | A |
5581764 | Fitzgerald et al. | Dec 1996 | A |
5596742 | Agarwal et al. | Jan 1997 | A |
5606665 | Yang et al. | Feb 1997 | A |
5611049 | Pitts | Mar 1997 | A |
5663018 | Cummings et al. | Sep 1997 | A |
5742765 | Wong et al. | Apr 1998 | A |
5752023 | Choucri et al. | May 1998 | A |
5761484 | Agarwal et al. | Jun 1998 | A |
5761534 | Lundberg et al. | Jun 1998 | A |
5768423 | Aref et al. | Jun 1998 | A |
5774660 | Brendel et al. | Jun 1998 | A |
5790554 | Pitcher et al. | Aug 1998 | A |
5797033 | Ecclesine | Aug 1998 | A |
5802052 | Venkataraman | Sep 1998 | A |
5812550 | Sohn et al. | Sep 1998 | A |
5825772 | Dobbins et al. | Oct 1998 | A |
5828835 | Isfeld et al. | Oct 1998 | A |
5832283 | Chou et al. | Nov 1998 | A |
5875296 | Shi et al. | Feb 1999 | A |
5892914 | Pitts | Apr 1999 | A |
5892932 | Kim | Apr 1999 | A |
5919247 | Van Hoff et al. | Jul 1999 | A |
5936939 | Des Jardins et al. | Aug 1999 | A |
5941988 | Bhagwat et al. | Aug 1999 | A |
5946690 | Pitts | Aug 1999 | A |
5949885 | Leighton | Sep 1999 | A |
5951694 | Choquier et al. | Sep 1999 | A |
5959990 | Frantz et al. | Sep 1999 | A |
5974460 | Maddalozzo, Jr. et al. | Oct 1999 | A |
5983281 | Ogle et al. | Nov 1999 | A |
5988847 | McLaughlin et al. | Nov 1999 | A |
6006260 | Barrick, Jr. | Dec 1999 | A |
6006264 | Colby et al. | Dec 1999 | A |
6026443 | Oskouy et al. | Feb 2000 | A |
6026452 | Pitts | Feb 2000 | A |
6028857 | Poor | Feb 2000 | A |
6051169 | Brown et al. | Apr 2000 | A |
6078956 | Bryant et al. | Jun 2000 | A |
6085234 | Pitts et al. | Jul 2000 | A |
6092196 | Reiche | Jul 2000 | A |
6108703 | Leighton et al. | Aug 2000 | A |
6111876 | Frantz et al. | Aug 2000 | A |
6115802 | Tock et al. | Sep 2000 | A |
6128279 | O'Neil et al. | Oct 2000 | A |
6128657 | Okanoya et al. | Oct 2000 | A |
6160874 | Dickerman et al. | Dec 2000 | A |
6170022 | Linville et al. | Jan 2001 | B1 |
6178423 | Douceur et al. | Jan 2001 | B1 |
6182139 | Brendel | Jan 2001 | B1 |
6192051 | Lipman et al. | Feb 2001 | B1 |
6233612 | Fruchtman et al. | May 2001 | B1 |
6246684 | Chapman et al. | Jun 2001 | B1 |
6253226 | Chidambaran et al. | Jun 2001 | B1 |
6253230 | Couland et al. | Jun 2001 | B1 |
6263368 | Martin | Jul 2001 | B1 |
6289012 | Harrington et al. | Sep 2001 | B1 |
6298380 | Coile et al. | Oct 2001 | B1 |
6314408 | Salas et al. | Nov 2001 | B1 |
6327622 | Jindal et al. | Dec 2001 | B1 |
6343324 | Hubis et al. | Jan 2002 | B1 |
6347339 | Morris et al. | Feb 2002 | B1 |
6360270 | Cherkasova et al. | Mar 2002 | B1 |
6374300 | Masters | Apr 2002 | B2 |
6396833 | Zhang et al. | May 2002 | B1 |
6430562 | Kardos et al. | Aug 2002 | B1 |
6434081 | Johnson et al. | Aug 2002 | B1 |
6480476 | Willars | Nov 2002 | B1 |
6484261 | Wiegel | Nov 2002 | B1 |
6490624 | Sampson et al. | Dec 2002 | B1 |
6510135 | Almulhem et al. | Jan 2003 | B1 |
6510458 | Berstis et al. | Jan 2003 | B1 |
6519643 | Foulkes et al. | Feb 2003 | B1 |
6529508 | Li et al. | Mar 2003 | B1 |
6601084 | Bhaskaran et al. | Jul 2003 | B1 |
6614957 | Wyeth et al. | Sep 2003 | B2 |
6636503 | Shiran et al. | Oct 2003 | B1 |
6636894 | Short et al. | Oct 2003 | B1 |
6650640 | Muller et al. | Nov 2003 | B1 |
6650641 | Albert et al. | Nov 2003 | B1 |
6654701 | Hatley | Nov 2003 | B2 |
6661802 | Homberg et al. | Dec 2003 | B1 |
6683873 | Kwok et al. | Jan 2004 | B1 |
6691165 | Bruck et al. | Feb 2004 | B1 |
6694517 | James et al. | Feb 2004 | B1 |
6700871 | Harper et al. | Mar 2004 | B1 |
6708187 | Shanumgam et al. | Mar 2004 | B1 |
6718380 | Mohaban et al. | Apr 2004 | B1 |
6742045 | Albert et al. | May 2004 | B1 |
6748457 | Fallon et al. | Jun 2004 | B2 |
6751663 | Farrell et al. | Jun 2004 | B1 |
6754228 | Ludwig | Jun 2004 | B1 |
6760775 | Anerousis et al. | Jul 2004 | B1 |
6772219 | Shobatake | Aug 2004 | B1 |
6779039 | Bommareddy et al. | Aug 2004 | B1 |
6781986 | Sabaa et al. | Aug 2004 | B1 |
6781990 | Puri et al. | Aug 2004 | B1 |
6798777 | Ferguson et al. | Sep 2004 | B1 |
6804542 | Haartsen | Oct 2004 | B1 |
6816901 | Sitaraman et al. | Nov 2004 | B1 |
6816977 | Brakmo et al. | Nov 2004 | B2 |
6820133 | Grove et al. | Nov 2004 | B1 |
6826698 | Minkin et al. | Nov 2004 | B1 |
6829238 | Tokuyo et al. | Dec 2004 | B2 |
6868082 | Allen, Jr. et al. | Mar 2005 | B1 |
6876629 | Beshai et al. | Apr 2005 | B2 |
6876654 | Hedge | Apr 2005 | B1 |
6888836 | Cherkasova | May 2005 | B1 |
6904040 | Salapura et al. | Jun 2005 | B2 |
6928082 | Liu et al. | Aug 2005 | B2 |
6947985 | Hegli et al. | Sep 2005 | B2 |
6950434 | Viswanath et al. | Sep 2005 | B1 |
6954780 | Susai et al. | Oct 2005 | B2 |
6957272 | Tallegas et al. | Oct 2005 | B2 |
6959394 | Brickell et al. | Oct 2005 | B1 |
6975592 | Seddigh et al. | Dec 2005 | B1 |
6986040 | Kramer et al. | Jan 2006 | B1 |
6987763 | Rochberger et al. | Jan 2006 | B2 |
6999457 | Shinohara | Feb 2006 | B2 |
7007092 | Peiffer | Feb 2006 | B2 |
7058633 | Gnagy et al. | Jun 2006 | B1 |
7065630 | Ledebohm et al. | Jun 2006 | B1 |
7107348 | Shimada et al. | Sep 2006 | B2 |
7113993 | Cappiello et al. | Sep 2006 | B1 |
7117308 | Mitten et al. | Oct 2006 | B1 |
7133944 | Song et al. | Nov 2006 | B2 |
7139792 | Mishra et al. | Nov 2006 | B1 |
7142540 | Hendel et al. | Nov 2006 | B2 |
7174393 | Boucher et al. | Feb 2007 | B2 |
7185359 | Schmidt et al. | Feb 2007 | B2 |
7228422 | Morioka et al. | Jun 2007 | B2 |
7236491 | Tsao et al. | Jun 2007 | B2 |
7272150 | Bly et al. | Sep 2007 | B2 |
7281030 | Davis | Oct 2007 | B1 |
7283470 | Sindhu et al. | Oct 2007 | B1 |
7295827 | Liu et al. | Nov 2007 | B2 |
7308703 | Wright et al. | Dec 2007 | B2 |
7308709 | Brezak et al. | Dec 2007 | B1 |
7310339 | Powers et al. | Dec 2007 | B1 |
7319696 | Inoue et al. | Jan 2008 | B2 |
7321926 | Zhang et al. | Jan 2008 | B1 |
7324525 | Fuhs et al. | Jan 2008 | B2 |
7333999 | Njemanze | Feb 2008 | B1 |
7343413 | Gilde et al. | Mar 2008 | B2 |
7349391 | Ben-Dor et al. | Mar 2008 | B2 |
7353326 | Cho et al. | Apr 2008 | B2 |
7355977 | Li | Apr 2008 | B1 |
7376772 | Fallon | May 2008 | B2 |
7383570 | Pinkas et al. | Jun 2008 | B2 |
7398552 | Pardee et al. | Jul 2008 | B2 |
7403542 | Thompson | Jul 2008 | B1 |
7411957 | Stacy et al. | Aug 2008 | B2 |
7415034 | Muller et al. | Aug 2008 | B2 |
7420931 | Nanda et al. | Sep 2008 | B2 |
7433962 | Janssen et al. | Oct 2008 | B2 |
7437478 | Yokota et al. | Oct 2008 | B2 |
7454480 | Labio et al. | Nov 2008 | B2 |
7457313 | Patrick | Nov 2008 | B2 |
7475122 | Azpitarte | Jan 2009 | B2 |
7478186 | Onufryk et al. | Jan 2009 | B1 |
7490162 | Masters | Feb 2009 | B1 |
7496689 | Sharp et al. | Feb 2009 | B2 |
7496695 | Go et al. | Feb 2009 | B2 |
7500028 | Yamagishi | Mar 2009 | B2 |
7500243 | Huetsch et al. | Mar 2009 | B2 |
7500269 | Huotari et al. | Mar 2009 | B2 |
7505795 | Lim et al. | Mar 2009 | B1 |
7512078 | Swain | Mar 2009 | B2 |
7512721 | Olson | Mar 2009 | B1 |
7516492 | Nisbet et al. | Apr 2009 | B1 |
7522581 | Acharya et al. | Apr 2009 | B2 |
7526541 | Roese et al. | Apr 2009 | B2 |
7533197 | Leonard et al. | May 2009 | B2 |
7552232 | Helmer, Jr. et al. | Jun 2009 | B2 |
7558197 | Sindhu et al. | Jul 2009 | B1 |
7558910 | Alverson et al. | Jul 2009 | B2 |
7571180 | Minyailov | Aug 2009 | B2 |
7571299 | Loeb | Aug 2009 | B2 |
7580971 | Gollapudi et al. | Aug 2009 | B1 |
7590732 | Rune | Sep 2009 | B2 |
7590753 | Wolde et al. | Sep 2009 | B2 |
7620046 | Ronciak et al. | Nov 2009 | B2 |
7620071 | Makineni et al. | Nov 2009 | B2 |
7621162 | Bartky | Nov 2009 | B2 |
7624424 | Morita et al. | Nov 2009 | B2 |
7644137 | Bozak et al. | Jan 2010 | B2 |
7647416 | Chiang et al. | Jan 2010 | B2 |
7657659 | Lambeth et al. | Feb 2010 | B1 |
7660916 | Moskalev et al. | Feb 2010 | B2 |
7668166 | Rekhter et al. | Feb 2010 | B1 |
7668727 | Mitchell et al. | Feb 2010 | B2 |
7668851 | Triplett | Feb 2010 | B2 |
7689710 | Tang et al. | Mar 2010 | B2 |
7706261 | Sun et al. | Apr 2010 | B2 |
7710989 | Chew | May 2010 | B2 |
7724657 | Rao et al. | May 2010 | B2 |
7725093 | Sengupta et al. | May 2010 | B2 |
7729239 | Aronov et al. | Jun 2010 | B1 |
7734809 | Joshi et al. | Jun 2010 | B2 |
7735099 | Micalizzi, Jr. | Jun 2010 | B1 |
7742412 | Medina | Jun 2010 | B1 |
7778187 | Chaturvedi et al. | Aug 2010 | B2 |
7784093 | Deng et al. | Aug 2010 | B2 |
7808913 | Ansari et al. | Oct 2010 | B2 |
7813277 | Okholm et al. | Oct 2010 | B2 |
7826487 | Mukerji et al. | Nov 2010 | B1 |
7831662 | Clark et al. | Nov 2010 | B2 |
7840841 | Huang et al. | Nov 2010 | B2 |
7876677 | Cheshire | Jan 2011 | B2 |
7877524 | Annem et al. | Jan 2011 | B1 |
7908314 | Yamaguchi et al. | Mar 2011 | B2 |
7916728 | Mimms | Mar 2011 | B1 |
7925908 | Kim | Apr 2011 | B2 |
7930365 | Dixit et al. | Apr 2011 | B2 |
7933496 | Livshits et al. | Apr 2011 | B2 |
7936772 | Kashyap | May 2011 | B2 |
7945908 | Waldspurger et al. | May 2011 | B1 |
7984141 | Gupta et al. | Jul 2011 | B2 |
7991918 | Uha et al. | Aug 2011 | B2 |
7996569 | Aloni et al. | Aug 2011 | B2 |
8006016 | Muller et al. | Aug 2011 | B2 |
8041022 | Andreasen et al. | Oct 2011 | B1 |
8077620 | Solomon et al. | Dec 2011 | B2 |
8099528 | Millet et al. | Jan 2012 | B2 |
8103781 | Wu et al. | Jan 2012 | B1 |
8103809 | Michels et al. | Jan 2012 | B1 |
8112491 | Michels et al. | Feb 2012 | B1 |
8112594 | Giacomoni et al. | Feb 2012 | B2 |
8130650 | Allen, Jr. et al. | Mar 2012 | B2 |
8149819 | Kobayashi et al. | Apr 2012 | B2 |
8185475 | Hug | May 2012 | B2 |
8189567 | Kavanagh et al. | May 2012 | B2 |
8199757 | Pani et al. | Jun 2012 | B2 |
8205246 | Shatzkamer et al. | Jun 2012 | B2 |
8219609 | Bhattacharjee et al. | Jul 2012 | B1 |
8233380 | Subramanian et al. | Jul 2012 | B2 |
8239954 | Wobber et al. | Aug 2012 | B2 |
8274895 | Rahman et al. | Sep 2012 | B2 |
8279865 | Giacomoni et al. | Oct 2012 | B2 |
8302169 | Presoto et al. | Oct 2012 | B1 |
8306036 | Bollay et al. | Nov 2012 | B1 |
8321908 | Gai et al. | Nov 2012 | B2 |
8346993 | Michels et al. | Jan 2013 | B2 |
8351333 | Rao et al. | Jan 2013 | B2 |
8380854 | Szabo | Feb 2013 | B2 |
8417817 | Jacobs | Apr 2013 | B1 |
8447871 | Szabo | May 2013 | B1 |
8447884 | Baumann | May 2013 | B1 |
8447970 | Klein et al. | May 2013 | B2 |
8448234 | Mondaeev et al. | May 2013 | B2 |
8452876 | Williams et al. | May 2013 | B1 |
8464265 | Worley | Jun 2013 | B2 |
8468247 | Richardson et al. | Jun 2013 | B1 |
8468267 | Yigang | Jun 2013 | B2 |
8521851 | Richardson et al. | Aug 2013 | B1 |
8521880 | Richardson et al. | Aug 2013 | B1 |
8359224 | Henderson et al. | Sep 2013 | B2 |
8527758 | Mansour | Sep 2013 | B2 |
8566474 | Kanode et al. | Oct 2013 | B2 |
8578050 | Craig et al. | Nov 2013 | B2 |
8606921 | Vasquez et al. | Dec 2013 | B2 |
8615022 | Harrison et al. | Dec 2013 | B2 |
8646067 | Agarwal et al. | Feb 2014 | B2 |
8665868 | Kay | Mar 2014 | B2 |
8701179 | Penno et al. | Apr 2014 | B1 |
8725836 | Lowery et al. | May 2014 | B2 |
8726338 | Narayanaswamy et al. | May 2014 | B2 |
8737304 | Karuturi et al. | May 2014 | B2 |
8778665 | Glide et al. | Jul 2014 | B2 |
8799403 | Chan et al. | Aug 2014 | B2 |
8804504 | Chen | Aug 2014 | B1 |
8819109 | Krishnamurthy et al. | Aug 2014 | B1 |
8819419 | Carlson et al. | Aug 2014 | B2 |
8819768 | Koeten et al. | Aug 2014 | B1 |
8830874 | Cho et al. | Sep 2014 | B2 |
8848715 | Izenberg et al. | Sep 2014 | B2 |
8873753 | Parker | Oct 2014 | B2 |
8875274 | Montemurro et al. | Oct 2014 | B2 |
8880632 | Michels et al. | Nov 2014 | B1 |
8880696 | Michels et al. | Nov 2014 | B1 |
8886981 | Baumann et al. | Nov 2014 | B1 |
8908545 | Chen et al. | Dec 2014 | B1 |
8954080 | Janakiraman et al. | Feb 2015 | B2 |
8984178 | Michels et al. | Mar 2015 | B2 |
9032113 | Conroy et al. | May 2015 | B2 |
9036529 | Erickson et al. | May 2015 | B2 |
9037166 | de Wit et al. | May 2015 | B2 |
9047259 | Ho et al. | Jun 2015 | B1 |
9077554 | Szabo | Jul 2015 | B1 |
9083760 | Hughes et al. | Jul 2015 | B1 |
9114326 | Johnson et al. | Aug 2015 | B2 |
9172753 | Jiang et al. | Oct 2015 | B1 |
9225690 | Fitch | Dec 2015 | B1 |
9246819 | Thirasuttakorn | Jan 2016 | B1 |
9505712 | Nakashima | Nov 2016 | B2 |
9554276 | Thirasuttakorn et al. | Jan 2017 | B2 |
9589114 | Strom et al. | Mar 2017 | B2 |
9709805 | Weindorf et al. | Jul 2017 | B2 |
9745800 | Poteet, III | Aug 2017 | B2 |
9905829 | Masuda | Feb 2018 | B2 |
9906913 | Ding et al. | Feb 2018 | B2 |
9910858 | Fermum et al. | Mar 2018 | B2 |
9939373 | Salemo et al. | Apr 2018 | B2 |
9964967 | Zheng et al. | May 2018 | B2 |
10135831 | Zhou et al. | Nov 2018 | B2 |
10243946 | Sridhar | Mar 2019 | B2 |
10255061 | Lander | Apr 2019 | B2 |
10425386 | Wardell | Sep 2019 | B2 |
10445395 | Carru | Oct 2019 | B2 |
20010009554 | Katseff et al. | Jul 2001 | A1 |
20010023442 | Masters | Sep 2001 | A1 |
20020010783 | Primak et al. | Jan 2002 | A1 |
20020032777 | Kawata et al. | Mar 2002 | A1 |
20020046291 | O'Callaghan et al. | Apr 2002 | A1 |
20020049842 | Huetsch et al. | Apr 2002 | A1 |
20020059428 | Susai et al. | May 2002 | A1 |
20020083067 | Tamayo et al. | Jun 2002 | A1 |
20020095498 | Chanda et al. | Jul 2002 | A1 |
20020112061 | Shih et al. | Aug 2002 | A1 |
20020138615 | Schmelling | Sep 2002 | A1 |
20020156927 | Boucher et al. | Oct 2002 | A1 |
20020161913 | Gonzalez et al. | Oct 2002 | A1 |
20020194342 | Lu et al. | Dec 2002 | A1 |
20020198993 | Cudd et al. | Dec 2002 | A1 |
20030005118 | Williams | Jan 2003 | A1 |
20030037070 | Marston | Feb 2003 | A1 |
20030046291 | Fascenda | Mar 2003 | A1 |
20030065653 | Overton et al. | Apr 2003 | A1 |
20030065951 | Igeta et al. | Apr 2003 | A1 |
20030067930 | Salapura et al. | Apr 2003 | A1 |
20030069918 | Lu et al. | Apr 2003 | A1 |
20030069974 | Lu et al. | Apr 2003 | A1 |
20030070069 | Belapurkar et al. | Apr 2003 | A1 |
20030086415 | Bernhard et al. | May 2003 | A1 |
20030105807 | Thompson et al. | Jun 2003 | A1 |
20030105983 | Brakmo et al. | Jun 2003 | A1 |
20030108052 | Inoue et al. | Jun 2003 | A1 |
20030120948 | Schmidt et al. | Jun 2003 | A1 |
20030128708 | Inoue et al. | Jul 2003 | A1 |
20030145062 | Sharma et al. | Jul 2003 | A1 |
20030145233 | Poletto et al. | Jul 2003 | A1 |
20030163576 | Janssen et al. | Aug 2003 | A1 |
20030188193 | Vishwanath | Oct 2003 | A1 |
20030204636 | Greenblat et al. | Oct 2003 | A1 |
20030208596 | Carolan et al. | Nov 2003 | A1 |
20030225485 | Fritz et al. | Dec 2003 | A1 |
20040003287 | Zissimopoulos et al. | Jan 2004 | A1 |
20040006590 | Lucovsky et al. | Jan 2004 | A1 |
20040072569 | Omae et al. | Apr 2004 | A1 |
20040103283 | Hornak | May 2004 | A1 |
20040111523 | Hall et al. | Jun 2004 | A1 |
20040111621 | Himberger et al. | Jun 2004 | A1 |
20040117493 | Bazot et al. | Jun 2004 | A1 |
20040151186 | Akama | Aug 2004 | A1 |
20040192312 | Li et al. | Sep 2004 | A1 |
20040199762 | Carlson et al. | Oct 2004 | A1 |
20040202161 | Stachura et al. | Oct 2004 | A1 |
20040210663 | Phillips et al. | Oct 2004 | A1 |
20040243808 | Ishiguro | Dec 2004 | A1 |
20040249881 | Uha et al. | Dec 2004 | A1 |
20040249948 | Sethi et al. | Dec 2004 | A1 |
20040255000 | Simionescu et al. | Dec 2004 | A1 |
20040264472 | Oliver et al. | Dec 2004 | A1 |
20040264481 | Darling et al. | Dec 2004 | A1 |
20040267897 | Hill et al. | Dec 2004 | A1 |
20040267920 | Hydrie et al. | Dec 2004 | A1 |
20040267948 | Oliver et al. | Dec 2004 | A1 |
20040268358 | Darling et al. | Dec 2004 | A1 |
20050004887 | Igakura et al. | Jan 2005 | A1 |
20050005133 | Xia et al. | Jan 2005 | A1 |
20050007991 | Ton et al. | Jan 2005 | A1 |
20050021736 | Carusi et al. | Jan 2005 | A1 |
20050027869 | Johnson | Feb 2005 | A1 |
20050044213 | Kobayashi et al. | Feb 2005 | A1 |
20050052440 | Kim et al. | Mar 2005 | A1 |
20050055435 | Gbadegesin et al. | Mar 2005 | A1 |
20050071283 | Randle et al. | Mar 2005 | A1 |
20050078604 | Yim | Apr 2005 | A1 |
20050083952 | Swain | Apr 2005 | A1 |
20050114559 | Miller | May 2005 | A1 |
20050122942 | Rhee et al. | Jun 2005 | A1 |
20050122977 | Lieberman | Jun 2005 | A1 |
20050154837 | Keohane et al. | Jul 2005 | A1 |
20050175014 | Patrick | Aug 2005 | A1 |
20050187866 | Lee | Aug 2005 | A1 |
20050188220 | Nilsson et al. | Aug 2005 | A1 |
20050198310 | Kim et al. | Sep 2005 | A1 |
20050213570 | Stacy et al. | Sep 2005 | A1 |
20050262238 | Reeves et al. | Nov 2005 | A1 |
20050288939 | Peled et al. | Dec 2005 | A1 |
20060007928 | Sangillo | Jan 2006 | A1 |
20060031520 | Bedekar et al. | Feb 2006 | A1 |
20060036764 | Yokota et al. | Feb 2006 | A1 |
20060059267 | Cugi et al. | Mar 2006 | A1 |
20060067349 | Ronciak et al. | Mar 2006 | A1 |
20060077902 | Kannan et al. | Apr 2006 | A1 |
20060077986 | Rune | Apr 2006 | A1 |
20060083205 | Buddhikot et al. | Apr 2006 | A1 |
20060095573 | Carle et al. | May 2006 | A1 |
20060104303 | Makineni et al. | May 2006 | A1 |
20060106802 | Giblin et al. | May 2006 | A1 |
20060112176 | Liu et al. | May 2006 | A1 |
20060112272 | Morioka et al. | May 2006 | A1 |
20060129684 | Datta | Jun 2006 | A1 |
20060135198 | Lee | Jun 2006 | A1 |
20060156416 | Huotari et al. | Jul 2006 | A1 |
20060161577 | Kulkrni et al. | Jul 2006 | A1 |
20060168070 | Thompson et al. | Jul 2006 | A1 |
20060171365 | Borella | Aug 2006 | A1 |
20060179153 | Lee et al. | Aug 2006 | A1 |
20060182103 | Martini et al. | Aug 2006 | A1 |
20060184647 | Dixit et al. | Aug 2006 | A1 |
20060209853 | Hidaka et al. | Sep 2006 | A1 |
20060221832 | Muller et al. | Oct 2006 | A1 |
20060221835 | Sweeney | Oct 2006 | A1 |
20060230148 | Forecast et al. | Oct 2006 | A1 |
20060233106 | Achlioptas et al. | Oct 2006 | A1 |
20060235996 | Wolde et al. | Oct 2006 | A1 |
20060242300 | Yumoto et al. | Oct 2006 | A1 |
20060253583 | Dixon | Nov 2006 | A1 |
20060268704 | Ansari et al. | Nov 2006 | A1 |
20060288128 | Moskalev et al. | Dec 2006 | A1 |
20060291483 | Sela | Dec 2006 | A1 |
20060294054 | Kudo et al. | Dec 2006 | A1 |
20070006293 | Balakrishnan et al. | Jan 2007 | A1 |
20070016662 | Desai et al. | Jan 2007 | A1 |
20070019658 | Park et al. | Jan 2007 | A1 |
20070050843 | Manville et al. | Mar 2007 | A1 |
20070058670 | Konduru et al. | Mar 2007 | A1 |
20070064661 | Sood et al. | Mar 2007 | A1 |
20070083646 | Miller et al. | Apr 2007 | A1 |
20070087756 | Hoffberg | Apr 2007 | A1 |
20070088822 | Coile et al. | Apr 2007 | A1 |
20070106796 | Kudo et al. | May 2007 | A1 |
20070107048 | Halls et al. | May 2007 | A1 |
20070118879 | Yeun | May 2007 | A1 |
20070174491 | Still et al. | Jul 2007 | A1 |
20070219917 | Liu et al. | Sep 2007 | A1 |
20070220598 | Salowey et al. | Sep 2007 | A1 |
20070233809 | Brownell et al. | Oct 2007 | A1 |
20070258451 | Bouat | Nov 2007 | A1 |
20070297410 | Yoon et al. | Dec 2007 | A1 |
20070297551 | Choi | Dec 2007 | A1 |
20080008202 | Terrell et al. | Jan 2008 | A1 |
20080010207 | Yanagihara et al. | Jan 2008 | A1 |
20080025297 | Kashyap | Jan 2008 | A1 |
20080031258 | Acharya et al. | Feb 2008 | A1 |
20080034136 | Ulenas | Feb 2008 | A1 |
20080059797 | Tokuno et al. | Mar 2008 | A1 |
20080072303 | Syed | Mar 2008 | A1 |
20080101596 | Cerruti et al. | May 2008 | A1 |
20080120370 | Chan et al. | May 2008 | A1 |
20080126509 | Subramanian et al. | May 2008 | A1 |
20080133518 | Kapoor et al. | Jun 2008 | A1 |
20080134311 | Medvinsky et al. | Jun 2008 | A1 |
20080148340 | Powell et al. | Jun 2008 | A1 |
20080159145 | Muthukrishnan et al. | Jul 2008 | A1 |
20080165801 | Sheppard | Jul 2008 | A1 |
20080177994 | Mayer | Jul 2008 | A1 |
20080178278 | Grinstein et al. | Jul 2008 | A1 |
20080184248 | Barua et al. | Jul 2008 | A1 |
20080201599 | Ferraiolo et al. | Aug 2008 | A1 |
20080205613 | Lopez | Aug 2008 | A1 |
20080219279 | Chew | Sep 2008 | A1 |
20080222646 | Sigal et al. | Sep 2008 | A1 |
20080225710 | Raja et al. | Sep 2008 | A1 |
20080229415 | Kapoor et al. | Sep 2008 | A1 |
20080235508 | Ran et al. | Sep 2008 | A1 |
20080239986 | Xu et al. | Oct 2008 | A1 |
20080253395 | Pandya | Oct 2008 | A1 |
20080256224 | Kaji et al. | Oct 2008 | A1 |
20080279200 | Shatzkamer et al. | Nov 2008 | A1 |
20080282354 | Wobber et al. | Nov 2008 | A1 |
20080288661 | Galles | Nov 2008 | A1 |
20080301760 | Lim | Dec 2008 | A1 |
20080316922 | Riddle et al. | Dec 2008 | A1 |
20090003204 | Okholm et al. | Jan 2009 | A1 |
20090016217 | Kashyap | Jan 2009 | A1 |
20090028337 | Balabine et al. | Jan 2009 | A1 |
20090049230 | Pandya | Feb 2009 | A1 |
20090070617 | Arimilli et al. | Mar 2009 | A1 |
20090077619 | Boyce | Mar 2009 | A1 |
20090089619 | Huang et al. | Apr 2009 | A1 |
20090094610 | Sukirya | Apr 2009 | A1 |
20090119504 | van Os et al. | May 2009 | A1 |
20090125496 | Wexler et al. | May 2009 | A1 |
20090125532 | Wexler et al. | May 2009 | A1 |
20090125625 | Shim et al. | May 2009 | A1 |
20090138749 | Moll et al. | May 2009 | A1 |
20090141891 | Boyen et al. | Jun 2009 | A1 |
20090157678 | Turk | Jun 2009 | A1 |
20090193126 | Agarwal et al. | Jul 2009 | A1 |
20090193513 | Agarwal et al. | Jul 2009 | A1 |
20090196282 | Fellman et al. | Aug 2009 | A1 |
20090222598 | Hayden | Sep 2009 | A1 |
20090228956 | He et al. | Sep 2009 | A1 |
20090248893 | Richardson et al. | Oct 2009 | A1 |
20090248911 | Conroy et al. | Oct 2009 | A1 |
20090287935 | Aull et al. | Nov 2009 | A1 |
20090296624 | Ryu et al. | Dec 2009 | A1 |
20090300407 | Kamath et al. | Dec 2009 | A1 |
20100011434 | Kay | Jan 2010 | A1 |
20100017627 | Princen et al. | Jan 2010 | A1 |
20100017846 | Huang et al. | Jan 2010 | A1 |
20100071048 | Novak et al. | Mar 2010 | A1 |
20100082849 | Millet et al. | Apr 2010 | A1 |
20100094945 | Chan et al. | Apr 2010 | A1 |
20100115236 | Bataineh et al. | May 2010 | A1 |
20100122091 | Huang et al. | May 2010 | A1 |
20100150154 | Viger et al. | Jun 2010 | A1 |
20100150169 | Brown et al. | Jun 2010 | A1 |
20100154031 | Montemurro et al. | Jun 2010 | A1 |
20100165877 | Shukla et al. | Jul 2010 | A1 |
20100188976 | Rahman et al. | Jul 2010 | A1 |
20100189052 | Kavanagh | Jul 2010 | A1 |
20100191974 | Dubhashi | Jul 2010 | A1 |
20100242092 | Harris et al. | Sep 2010 | A1 |
20100251330 | Kroeselberg et al. | Sep 2010 | A1 |
20100279733 | Karsten et al. | Nov 2010 | A1 |
20100299451 | Yigang et al. | Nov 2010 | A1 |
20100322250 | Shetty et al. | Dec 2010 | A1 |
20100325277 | Muthiah et al. | Dec 2010 | A1 |
20110040889 | Garrett et al. | Feb 2011 | A1 |
20110047620 | Mahaffey et al. | Feb 2011 | A1 |
20110087888 | Rennie | Apr 2011 | A1 |
20110090541 | Harper | Apr 2011 | A1 |
20110107077 | Henderson et al. | May 2011 | A1 |
20110153822 | Rajan et al. | Jun 2011 | A1 |
20110154443 | Thakur et al. | Jun 2011 | A1 |
20110173295 | Bakke et al. | Jul 2011 | A1 |
20110184733 | Yu et al. | Jul 2011 | A1 |
20110197059 | Klein et al. | Aug 2011 | A1 |
20110202676 | Craig et al. | Aug 2011 | A1 |
20110246800 | Accpadi et al. | Oct 2011 | A1 |
20110273984 | Hsu et al. | Nov 2011 | A1 |
20110277016 | Hockings et al. | Nov 2011 | A1 |
20110282997 | Prince et al. | Nov 2011 | A1 |
20110314178 | Kanode et al. | Dec 2011 | A1 |
20110321122 | Mwangi et al. | Dec 2011 | A1 |
20120016994 | Nakamura et al. | Jan 2012 | A1 |
20120030341 | Jensen et al. | Feb 2012 | A1 |
20120039341 | Latif et al. | Feb 2012 | A1 |
20120041965 | Vasquez et al. | Feb 2012 | A1 |
20120063314 | Pignataro et al. | Mar 2012 | A1 |
20120066489 | Ozaki et al. | Mar 2012 | A1 |
20120079055 | Robinson | Mar 2012 | A1 |
20120101952 | Raleigh et al. | Apr 2012 | A1 |
20120124372 | Dilley et al. | May 2012 | A1 |
20120191800 | Michels et al. | Jul 2012 | A1 |
20120191847 | Nas et al. | Jul 2012 | A1 |
20120198043 | Hesketh et al. | Aug 2012 | A1 |
20120224531 | Karuturi et al. | Sep 2012 | A1 |
20120311153 | Morgan | Dec 2012 | A1 |
20120317266 | Abbott | Dec 2012 | A1 |
20130029726 | Berionne et al. | Jan 2013 | A1 |
20130031060 | Lowery et al. | Jan 2013 | A1 |
20130054433 | Giard | Feb 2013 | A1 |
20130055367 | Kshirsagar | Feb 2013 | A1 |
20130067546 | Thavasi | Mar 2013 | A1 |
20130091002 | Christie et al. | Apr 2013 | A1 |
20130163758 | Swaminathan et al. | Jun 2013 | A1 |
20130198322 | Oran et al. | Aug 2013 | A1 |
20130205361 | Narayanaswamy et al. | Aug 2013 | A1 |
20130262873 | Read | Oct 2013 | A1 |
20130282589 | Shoup | Oct 2013 | A1 |
20130336122 | Baruah et al. | Dec 2013 | A1 |
20140032695 | Michels et al. | Jan 2014 | A1 |
20140040478 | Hsu et al. | Feb 2014 | A1 |
20140059678 | Parker | Feb 2014 | A1 |
20140095661 | Knowles et al. | Apr 2014 | A1 |
20140162705 | de Wit et al. | Jun 2014 | A1 |
20140171089 | Janakiraman et al. | Jun 2014 | A1 |
20140185422 | Kobayashi et al. | Jul 2014 | A1 |
20140250535 | Qu | Sep 2014 | A1 |
20140269484 | Dankberg et al. | Sep 2014 | A1 |
20140301207 | Durand et al. | Oct 2014 | A1 |
20140317404 | Carlson et al. | Oct 2014 | A1 |
20150089569 | Sondhi | Mar 2015 | A1 |
20150319174 | Hayton | Nov 2015 | A1 |
20160028737 | Srinivasan | Jan 2016 | A1 |
20160080361 | Sondhi | Mar 2016 | A1 |
20160234170 | Bone | Aug 2016 | A1 |
20160291940 | Searle | Oct 2016 | A1 |
20160291959 | Searle | Oct 2016 | A1 |
20160294605 | Searle | Oct 2016 | A1 |
20160294614 | Searle | Oct 2016 | A1 |
20160366120 | Rykowski | Dec 2016 | A1 |
20170099280 | Goel | Apr 2017 | A1 |
20170126661 | Brannon | May 2017 | A1 |
20170187521 | Fitch | Jun 2017 | A1 |
20170331791 | Wardell | Nov 2017 | A1 |
20170331802 | Keshava | Nov 2017 | A1 |
20170331829 | Lander | Nov 2017 | A1 |
20170331832 | Lander | Nov 2017 | A1 |
20180007059 | Innes | Jan 2018 | A1 |
20180013763 | Wilson | Jan 2018 | A1 |
20180039494 | Lander | Feb 2018 | A1 |
20180041467 | Vats | Feb 2018 | A1 |
20180041491 | Gupta | Feb 2018 | A1 |
20180041515 | Gupta | Feb 2018 | A1 |
20180075231 | Subramanian | Mar 2018 | A1 |
20180077138 | Bansal | Mar 2018 | A1 |
20180077144 | Gangawane | Mar 2018 | A1 |
20180081983 | Carru | Mar 2018 | A1 |
20180083915 | Medam | Mar 2018 | A1 |
20180083944 | Vats | Mar 2018 | A1 |
20180097802 | Lander | Apr 2018 | A1 |
20180109506 | Helsen | Apr 2018 | A1 |
20180131685 | Sridhar | May 2018 | A1 |
20180145968 | Rykowski | May 2018 | A1 |
20180255030 | Gupta | Sep 2018 | A1 |
20190149592 | Lander | May 2019 | A1 |
20190155597 | Lander | May 2019 | A1 |
20190222568 | Sridhar | Jul 2019 | A1 |
20190364020 | Wardell | Nov 2019 | A1 |
20190392017 | Carru | Dec 2019 | A1 |
Number | Date | Country |
---|---|---|
0744850 | Nov 1996 | EP |
01813084 | Aug 2007 | EP |
WO 0004422 | Jan 2000 | WO |
WO 0004458 | Jan 2000 | WO |
WO 2004079930 | Sep 2004 | WO |
WO 2006055494 | May 2006 | WO |
WO 2007040858 | Apr 2007 | WO |
WO 2009158680 | Dec 2009 | WO |
Entry |
---|
F5 Networks Inc., “BIG-IP® Access Policy Manager®: Authentication and Single Sign-On”, Manual, May 9, 2016, pp. 1-332, vol. 12.1, F5 Networks, Inc., Retrieved from the Intemet<https://support.f5.com/kb/en-us/products/big-ip_apm/manuals/product/apm-authentication-single-sign-on-12-1-0.html>. |
F5 Networks Inc., “BIG-IP® Access Policy Manager®: Application Access”, Manual, May 9, 2016, pp. 1-66, vol. 12.1, F5 Networks, Inc., Retrieved from the Internet<https://support.f5.com/kb/en-us/products/big-ip_apm/manuals/product/apm-application-access-12-1-0.html>. |
F5 Networks Inc., “BIG-IP® Local Traffic Management: Basics”, Manual, May 9, 2016, pp. 1-58, vol. 12.1, F5 Networks, Inc., Retrieved from the Internet<https://support.f5.com/kb/en-us/products/big-ip_ltm/manuals/product/ltm-basics-12-1-0.html>. |
F5 Networks Inc., “BIG-IP® Access Policy Manager®: Implementations”, Manual, May 9, 2016, pp. 1-168, vol. 12.1, F5 Networks, Inc., Retrieved from the Internet<https://support.f5.com/kb/en-us/products/big-ip_apm/manuals/product/apm-implementations-12-1-0.html>. |
“A Process for Selective Routing of Servlet Content to Transcoding Modules,” Research Disclosure 422124, pp. 889-890, Disclosed by IBM Corporation, Jun. 1999. |
Corbet et al., “Memory Mapping and DMA,” Chapter 15, from Linux Device Drivers, 3rd Edition, 13676, pp. 412-463, Jan. 21, 2005. |
“Plan 9 kernel history: overview/file list/diff list,” http://swtch.com/cgi-bin/plan9history.cgi?f=2001/0126/pc/etherga620.com, pp. 1-16, accessed Oct. 22, 2007. |
“Servlet/Applet/Html Authentication Process With Single Sign-On,” Research Disclosure 429128, pp. 163-164, Disclosed by IBM Corporation, Jan. 2000. |
“Traffic Surges: Attack or Legitimate,” PowerPoint Presentation, slides 1-12, Citrix Systems, Inc., 2005. |
Abad et al., “An Analysis on the Schemes for Detecting and Preventing Arp Cache Poisoning Attacks,” 27th International Conference on Distributed Computing Systems Workshops (ICDCSW'07), 8 pp, Added to IEEE Xplore Jul. 30, 2007. |
“Gigabit Ethernet/PCI Network Interface Card; Host/NIC Software Interface Definition,” Alteon Websystems Inc., Revision 12.4.13, P/N 020001, pp. 1-80, Jul. 1999. |
“Layer 4/7 Switching and Other Custom IP Traffic Processing Using the NEPPI API,” Bell Laboratories, Lucent Technologies, pp. 1-11, 1999. |
“Cavium Networks Product Selector Guide — Single & Multi-Core MIPS Processors, Security Processors and Accelerator Boards,” Cavium Networks, 44 pp, Revision 3, Spring 2008. |
“NITROX™ XL Security Acceleration Modules PCI 3V or 3V/5V-Universal Boards for SSL and IPSec,” Cavium Networks, at http://www.Caviumnetworks.com, 1 pp, 2002. |
“PCI, PCI-X,” Cavium Networks, at http://www.cavium.com/acceleration_boards_PCI_PCI-X.htm, 1 pp, last accessed Oct. 24, 2008. |
Hong et al, “Two-Factor Face Authentication: Topographic Independent Component Analysis (TICA) and Multispace Random Projection (MRP)”, 2009 International Conference of Soft Computing and Pattern Recognition, pp. 756-761, Dec. 4-7, 2009. |
“Comtech AHA Announces 3.0 Gbps GZIP Compression/Decompression Accelerator AHA362-PCIX Offers High-Speed GZIP Compression and Decompression,” Comtech AHA Corporation, News Release, 2 pp, Apr. 20, 2005. |
“Comtech AHA Announces GZIP Compression/Decompression IC offers the highest-speed and aompression ration performance in hardware on the market,” Comtech AHA Corporation, New Release, 2 pp, Jun. 26, 2007. |
“Application Layer Processing (ALP),” Crescendo Networks, pp. 168-186, Chapter 9, CN-5000E/5500E, Foxit Software company, 2003. |
“DMA and Interrupt Handling,” EVENTHELIX, http://eventhelix.com/RealtimeMantra/FaultHandling/dma_interrupt_handling_htm, pp. 1-4, Last accessed Jan. 29, 2010. |
“TCP-Transmission Control Protocol (TCP Fast Retransmit and Recovery),” Eventhelix, EventHelix.com, pp. 1-5, Mar. 28, 2002. |
“BIG-IP® Access Policy Manager® Application Access Guide,” Version 11.0, F5 Networks, Inc., Publication Number MAN-0360-00, pp. 1-24, Aug. 17, 2011. |
“BIG-IP® Access Policy Manager® Network Access Configuration Guide,” Version 11.1, F5 Networks, Inc., pp. 1-38, Publication Number MAN-0362-01, pp. 1-58, Nov. 15, 2011. |
“Big-IP® Access Policy Manager® Portal Access Guide,” Version 11.1, F5 Networks, Inc., Publication Number MAN-0364-01, pp. 1-38, Nov. 15, 2011. |
“BIG-IP® Access Policy Manager® Single Sign-On Configuration Guide,” Version 11.1, F5 Networks, Inc., Publication Number MAN-0363-01, pp. 1-38, Nov. 15, 2011. |
“BIG-IP® Access Policy Manager® Authentication Configuration Guide,” Version 11.1, F5 Networks, Inc., Publication Number MAN-0359-01, pp. 1-68, Nov. 15, 2011. |
“Configuration Guide for BIG-IP® Access Policy Manager®,” Version 11.1, F5 Networks, Inc., Publication No. MAN-0309-03, pp. 1-436, Oct. 14, 2013. |
“Configuration Guide for Local Traffic Management,” Version 9.2.2, F5 Networks, Inc., Publication Number MAN-0182-01, 406 pp, Jan. 12, 2006. |
“BIG-IP Controller with Exclusive OneConnect Content Switching Feature Provides a Breakthrough System for Maximizing Server and Network Performance,” Press Release, F5 Networks, Inc., 2 pp, May 8, 2001. |
“SOL11199: Creating a High Availability LDAP Authentication Configuration,” F5 Networks, Inc., retrieved from http://support.f5.com/kb/en-us/solutions/public/11000/100/sol11199.print.html, 3 pp, Jun. 13, 2012. |
Fielding et al., “Hypertext Transfer Protocol — HTTP/1.1,” Network Working Group, Request for Comments 2068, category: Standards Track, pp. 1-162, Jan. 1997. |
Fielding et al., “Hypertext Transfer Protocol — HTTP/1.1,” Network Working Group, Request for Comments 2616, Obsoletes 2068, Category: Standard Tracks, pp. 1-176, Jun. 1999. |
Floyd et al., “Random Early Detection Gateways for Congestion Avoidance,” IEEE/ACM Transactions on Networking, pp. 1-22, Aug. 1993. |
Harvey et al., “DMA Fundamentals on Various PC Platforms,” National Instruments Corporation, Application Note 011, pp. 1-20, Apr. 1991. |
Hazelwood et al., “Improved Grid Security Posture through Multi-factor Authentication”, 2011 IEEE/ACM 12th International Conference on Grid Computing, 8 pp, Nov. 15, 2011. |
Hochmuth, Phil, “F5, CacheFlow Pump Up Content-Delivery Lines,” Network World Fusion, 1 pp., May 4, 2001. |
International Search Report and Written Opinion for International Application No. PCT/US2011/058469, filed Oct. 28, 2011, 9 pages, dated May 30, 2012. |
International Search Report and Written Opinion for International Application No. PCT/US2012/022996, filed Jan. 27, 2012, 12 pages, dated May 30, 2012. |
International Search Report and Written Opinion for International Application No. PCT/US2013/026615, filed Feb. 19, 2013, 10 pp, dated Jul. 4, 2013. |
Macvittie, Lori, “Message-Based Load Balancing,” Technical Brief, pp. 1-9, F5 Networks, Inc., 2010. |
Mangino, John, “Using DMA with High Performance Peripherals to Maximize System Performance,” WW TMS470 catalog Applications, 23 pp, SPNA105, Jan. 2007. |
Mogul, Jeffrey C., “The Case for Persistent-Connection HTTP,” ACM SIGCOMM Computer Communication Review, vol. 25, No. 4, pp. 299-313, Oct. 1995. |
Mohammed et al., “A Multi-Layer of Multi Factors Authentication Model for Online Banking Services,” 2013 International Conference on Computing, Electrical and Electronics Engineering (ICCEEE), pp. 220-224, Oct. 17, 2013. |
“Testing for Cross Site Scripting”, Owasp Testing Guide v2, Table of Contents, pp. 1-5, Jul. 27, 2011. |
Rabinovich et al., “DHTTP: An Efficient and Cache-Friendly Transfer Protocol for the Web,” IEEE/ACM Transactions on Networking, vol. 12, No. 6, pp. 1007-1020, Dec. 2004. |
Salchow, Jr., KJ, “Clustered Multiprocessing: Changing the Rules of the Performance Game,” F5 White Paper, F5 Networks, Inc., pp. 1-11, 2008. |
Stevens, W., “TCP Slow Start, Congestion Avoidance, Fast Retransmit, and Fast Recovery Algorithms,” Network Norking Group, Request for Comments 2001, Category Standards Track, pp. 1-6, Jan. 1997. |
Traore et al., “Combining Mouse and Keystroke Dynamics Biometrics for Risk-Based Authentication in Web Environments”, 2012 Fourth International Conference on Digital Home, pp. 138-145, Dec. 11, 2012. |
Wadge, Wallace, “Achieving Gigabit Performance on Programmable Ethernet Network Interface Cards,” pp. 1-9, May 29, 2001. |
Welch, Von, “A User's Guide to TCP Windows,” Jun. 19, 1996. |
Wikipedia, “Direct Memory Access,” http://en.wikipedia.org/wiki/Direct_memory_access, 6 pp., Jan. 26, 2010. |
Wikipedia, “Nagle's algorithm,” http://en.wikipedia.org/wiki/Nagle%27s_algorithm>, 2 pp., Oct. 9, 2009. |
“Principal Names and DNS,” MIT Kerberos Documentation, Kerberos Consortium, XP-002699094, pp. 1-3, Jan. 1, 1999. |
Thu et al., “Generating KDC Referrals to Locate Kerberos Realms draft-ieff-krb-wg-kerberos-referrals-05,” Microsoft Corporation, Obsoletes 2478 (if approved), Expires Apr. 25, 2005, 18 pp., Oct. 25, 2004. |
Number | Date | Country | |
---|---|---|---|
62500699 | May 2017 | US |