aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_offload.h
Commit message (Expand)AuthorAgeFilesLines
* Initial support for kernel offload of TLS receive.John Baldwin2020-04-271-1/+1
* Add a TOE KTLS mode and a TOE hook for allocating TLS sessions.John Baldwin2019-10-081-0/+1
* Add a hook to allow the toedev handling an offloaded connection toNavdeep Parhar2018-04-031-0/+1
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* - Updated TOE support in the kernel.Navdeep Parhar2012-06-191-335/+29
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Replace struct tcpopt with a proxy toeopt struct in the TOE driver interface toLawrence Stewart2009-07-131-0/+13
* - Switch to INP_WLOCK macro from inp_wlockKip Macy2008-07-211-1/+0
* Add versions of tcp_twstart, tcp_close, and tcp_drop that hide the acquisitio...Kip Macy2008-07-211-0/+6
* move cxgb_lt2.[ch] from NIC to TOEKip Macy2008-04-191-2/+8
* Incorporate TCP offload hooks in to core TCP code.Kip Macy2007-12-181-10/+12
* incorporate feedback since initial commitKip Macy2007-12-171-0/+328