aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_var.h
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvsKen Smith2011-02-161-1/+1
* MFC r213158:Lawrence Stewart2010-11-061-4/+1
* MFC r211464:Andre Oppermann2010-08-271-0/+2
* MFC r211462:Andre Oppermann2010-08-271-0/+2
* MFC r207369:Bjoern A. Zeeb2010-05-061-50/+6
* MFC r204838:Bjoern A. Zeeb2010-03-271-0/+3
* MFC r202469:Bjoern A. Zeeb2010-01-241-1/+0
* Many network stack subsystems use a single global data structure to holdRobert Watson2009-08-021-0/+11
* Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson2009-07-161-35/+35
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-46/+83
* Replace struct tcpopt with a proxy toeopt struct in the TOE driver interface toLawrence Stewart2009-07-131-3/+3
* Pad the following TCP related structs to allow MFCs of upcoming features/fixesLawrence Stewart2009-07-121-1/+10
* - Change members of tcpcb that cache values of ticks from int to u_int:John Baldwin2009-06-161-8/+8
* Change a few members of tcpcb that store cached copies of ticks to be intsJohn Baldwin2009-06-101-4/+4
* Introduce an infrastructure for dismantling vnet instances.Marko Zec2009-06-081-0/+9
* Permit buiding kernels with options VIMAGE, restricted to only a singleMarko Zec2009-04-301-2/+6
* Put TCPSTAT_ADD() and TCPSTAT_INC() behind _KERNEL.Robert Watson2009-04-121-0/+2
* Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() andRobert Watson2009-04-111-0/+3
* Add externs to fix build with VIMAGE_GLOBALS after r187289.Bjoern A. Zeeb2009-01-221-0/+2
* Add TCP Appropriate Byte Counting (RFC 3465) support to kernel.Lawrence Stewart2009-01-151-0/+1
* Second round of putting global variables, which were virtualizedBjoern A. Zeeb2008-12-131-0/+4
* Put a global variables, which were virtualized but formerlyBjoern A. Zeeb2008-12-111-1/+4
* Move flag definitions for t_flags and t_oobflags below the definition ofRobert Watson2008-12-101-28/+36
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-191-0/+19
* Fix a bug introduced with r182851 splitting tcp_mss() intoBjoern A. Zeeb2008-11-061-1/+1
* Split tcp_mss() in tcp_mss() and tcp_mss_update() where the formerBjoern A. Zeeb2008-09-071-0/+1
* MFp4 (//depot/projects/tcpecn/):Rui Paulo2008-07-311-0/+12
* Revert to rev. 1.161 - switch back to optimized TCP options ordering.Bjoern A. Zeeb2008-04-201-5/+2
* Change FreeBSD 7 so that it returns TCP options inMike Silbersack2008-02-241-2/+5
* Fix style issues with initial TCP offload commitKip Macy2007-12-121-1/+1
* Add driver independent interface to offload active established TCP connectionsKip Macy2007-12-121-1/+4
* Add padding for anticipated functionalityKip Macy2007-12-071-0/+1
* Two changes:Mike Silbersack2007-09-241-5/+1
* Back out tcp_timer.c:1.93 and associated changes that reimplemented the manyRobert Watson2007-09-071-1/+5
* Provide a sysctl to toggle reporting of TCP debug logging:Andre Oppermann2007-07-281-0/+1
* Export the contents of the syncache to netstat.Mike Silbersack2007-07-271-8/+0
* Fix cast-qualifiers warning when INET6 is not presentPeter Wemm2007-07-051-1/+1
* Refactor and rewrite in parts the SYN handling code on listen socketsAndre Oppermann2007-05-281-1/+2
* Add tcp_log_addrs() function to generate and standardized TCP log lineAndre Oppermann2007-05-181-0/+3
* Move TIME_WAIT related functions and timer handling from filesAndre Oppermann2007-05-161-0/+2
* Complete the (mechanical) move of the TCP reassembly and timewaitAndre Oppermann2007-05-131-0/+15
* Add the timestamp offset to struct tcptw so we can generate properAndre Oppermann2007-05-111-0/+1
* Remove unused requested_s_scale from struct tcpcb.Andre Oppermann2007-05-061-1/+0
* Use existing TF_SACK_PERMIT flag in struct tcpcb t_flags field instead ofAndre Oppermann2007-05-061-1/+0
* Add global mutex tcp_debug_mtx, which will protect global TCP debuggingRobert Watson2007-05-041-1/+1
* o Remove unncessary TOF_SIGLEN flag from struct tcpoptAndre Oppermann2007-04-201-6/+5
* Remove bogus check for accept queue length and associated failure handlingAndre Oppermann2007-04-201-1/+1
* Change the TCP timer system from using the callout system five timesAndre Oppermann2007-04-111-7/+3
* Remove tcp_minmssoverload DoS detection logic. The problem it tried toAndre Oppermann2007-03-211-5/+0
* Consolidate insertion of TCP options into a segment from within tcp_output()Andre Oppermann2007-03-151-8/+14