aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_offload.c
Commit message (Expand)AuthorAgeFilesLines
* Path MTU discovery hooks for offloaded TCP connections.Navdeep Parhar2021-04-211-0/+11
* Initial support for kernel offload of TLS receive.John Baldwin2020-04-271-2/+3
* Unbreak LINT-NOINET[6] builds broken in r360191.Alexander V. Chernikov2020-04-231-1/+9
* Convert TOE routing lookups to the new routing KPI.Alexander V. Chernikov2020-04-221-8/+19
* Add a TOE KTLS mode and a TOE hook for allocating TLS sessions.John Baldwin2019-10-081-0/+11
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-1/+1
* Revert r334843, and partially revert r335180.Gleb Smirnoff2018-06-231-0/+1
* TCPOUTFLAGS no longer exists since r334843.Gleb Smirnoff2018-06-141-1/+0
* Add a hook to allow the toedev handling an offloaded connection toNavdeep Parhar2018-04-031-0/+11
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Augment struct tcpstat with tcps_states[], which is used for book-keepingGleb Smirnoff2016-01-271-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* - Updated TOE support in the kernel.Navdeep Parhar2012-06-191-89/+120
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-6/+2
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hBjoern A. Zeeb2009-06-231-0/+1
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+1
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+3
* Don't check if an interface can do tcp offload if there are no offload device...Kip Macy2008-09-011-1/+6
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-6/+7
* - Switch to INP_WLOCK macro from inp_wlockKip Macy2008-07-211-15/+1
* Add versions of tcp_twstart, tcp_close, and tcp_drop that hide the acquisitio...Kip Macy2008-07-211-1/+59
* Remove extraneous debug statements.Kip Macy2007-12-191-6/+0
* incorporate feedback since initial commitKip Macy2007-12-171-0/+100