| Commit message (Expand) | Author | Age | Files | Lines |
* | - Make callout(9) tickless, relying on eventtimers(4) as backend for | davide | 2013-03-04 | 1 | -7/+11 |
* | Don't drop options from the third retransmitted SYN by default. If the | jhb | 2013-01-09 | 1 | -1/+7 |
* | Make sure that tcp_timer_activate() correctly sees TCP_OFFLOAD (or not). | np | 2012-11-27 | 1 | -0/+1 |
* | If the user has closed the socket then drop a persisting connection | andre | 2012-10-28 | 1 | -0/+10 |
* | Update comment to reflect the change made in r242263. | andre | 2012-10-28 | 1 | -1/+1 |
* | Add SACK_PERMIT to the list of TCP options that are switched off after | andre | 2012-10-28 | 1 | -1/+1 |
* | When retransmitting SYN in TCPS_SYN_SENT state use TCPTV_RTOBASE, | andre | 2012-10-28 | 1 | -1/+1 |
* | Remove bogus 'else' in #ifdef that prevented the rttvar from being reset | andre | 2012-10-28 | 1 | -1/+0 |
* | When SYN or SYN/ACK had to be retransmitted RFC5681 requires us to | andre | 2012-10-28 | 1 | -1/+7 |
* | In tcp timers, check INP_DROPPED flag a little later, after | trociny | 2012-08-05 | 1 | -9/+38 |
* | - Updated TOE support in the kernel. | np | 2012-06-19 | 1 | -0/+5 |
* | Add new socket options: TCP_KEEPINIT, TCP_KEEPIDLE, TCP_KEEPINTVL and | glebius | 2012-02-05 | 1 | -10/+11 |
* | Make sure the inp wasn't dropped when rexmt let go of the inp and | np | 2011-10-12 | 1 | -0/+7 |
* | Decompose the current single inpcbinfo lock into two locks: | rwatson | 2011-05-30 | 1 | -1/+1 |
* | TCP reuses t_rxtshift to determine the backoff timer used for both the | jhb | 2011-04-29 | 1 | -1/+3 |
* | Trim extra spaces before tabs. | jhb | 2011-01-07 | 1 | -9/+9 |
* | Fix a typo in a comment. | jhb | 2010-12-21 | 1 | -1/+1 |
* | Pass NULL instead of 0 for the th pointer value. NULL != 0 on all platforms. | lstewart | 2010-12-02 | 1 | -1/+1 |
* | This commit marks the first formal contribution of the "Five New TCP Congestion | lstewart | 2010-11-12 | 1 | -38/+11 |
* | - spread tcp timer callout load evenly across cpus if net.inet.tcp.per_cpu_ti... | kmacy | 2010-03-20 | 1 | -10/+30 |
* | Locking the tcbinfo structure should not be necessary in tcp_timer_delack(), | rwatson | 2010-03-07 | 1 | -3/+0 |
* | Add the ability to see TCP timers via netstat -x. This can be a useful | silby | 2009-09-16 | 1 | -0/+21 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+1 |
* | Reimplement and/or implement vnet list locking by replacing a mostly | rwatson | 2009-07-19 | 1 | -2/+2 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -7/+0 |
* | Trim extra sets of ()'s. | jhb | 2009-06-16 | 1 | -4/+4 |
* | Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() and | rwatson | 2009-04-11 | 1 | -9/+9 |
* | Correct a number of evolved problems with inp_vflag and inp_flags: | rwatson | 2009-03-15 | 1 | -5/+5 |
* | Add TCP Appropriate Byte Counting (RFC 3465) support to kernel. | lstewart | 2009-01-15 | 1 | -0/+1 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+2 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -5/+39 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -32/+33 |
* | Document a few sysctls. | trhodes | 2008-07-20 | 1 | -3/+3 |
* | When allocating temporary storage to hold a TCP/IP packet header | rwatson | 2008-06-02 | 1 | -1/+1 |
* | Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to | rwatson | 2008-04-17 | 1 | -16/+16 |
* | Add FBSDID to all files in netinet so that people can more | silby | 2007-10-07 | 1 | -1/+3 |
* | Revert rev. 1.94. After recent tcp backouts, tcp_close() may return NULL. | kib | 2007-09-24 | 1 | -1/+1 |
* | Two changes: | silby | 2007-09-24 | 1 | -29/+29 |
* | Back out tcp_timer.c:1.93 and associated changes that reimplemented the many | rwatson | 2007-09-07 | 1 | -305/+241 |
* | Handle a race condition on >2 core machines in tcp_timer() when | andre | 2007-06-09 | 1 | -2/+8 |
* | In tcp_timer_2msl(), tp can never become NULL, so don't check it for | rwatson | 2007-05-27 | 1 | -1/+1 |
* | Move TIME_WAIT related functions and timer handling from files | andre | 2007-05-16 | 1 | -54/+1 |
* | Move universally to ANSI C function declarations, with relatively | rwatson | 2007-05-10 | 1 | -3/+1 |
* | Fix two comments. | andre | 2007-05-06 | 1 | -2/+2 |
* | Change the TCP timer system from using the callout system five times | andre | 2007-04-11 | 1 | -175/+299 |
* | Retire unused TCP_SACK_DEBUG. | andre | 2007-04-04 | 1 | -1/+0 |
* | ANSIfy function declarations and remove register keywords for variables. | andre | 2007-03-21 | 1 | -10/+5 |
* | Match up SYSCTL declaration style. | andre | 2007-03-19 | 1 | -6/+9 |
* | Reap FIN_WAIT_2 connections marked SOCANTRCVMORE faster. This mitigate | mohans | 2007-02-26 | 1 | -6/+26 |
* | Back when we had T/TCP support, we used to apply different | ru | 2006-09-07 | 1 | -43/+20 |