aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_offload.c
Commit message (Expand)AuthorAgeFilesLines
* 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