| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+1 |
| * | Reimplement and/or implement vnet list locking by replacing a mostly | Robert Watson | 2009-07-19 | 1 | -2/+2 |
| * | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -7/+0 |
| * | Trim extra sets of ()'s. | John Baldwin | 2009-06-16 | 1 | -4/+4 |
| * | Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() and | Robert Watson | 2009-04-11 | 1 | -9/+9 |
| * | Correct a number of evolved problems with inp_vflag and inp_flags: | Robert Watson | 2009-03-15 | 1 | -5/+5 |
| * | Add TCP Appropriate Byte Counting (RFC 3465) support to kernel. | Lawrence Stewart | 2009-01-15 | 1 | -0/+1 |
| * | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+2 |
| * | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -5/+39 |
| * | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -32/+33 |
| * | Document a few sysctls. | Tom Rhodes | 2008-07-20 | 1 | -3/+3 |
| * | When allocating temporary storage to hold a TCP/IP packet header | Robert Watson | 2008-06-02 | 1 | -1/+1 |
| * | Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to | Robert Watson | 2008-04-17 | 1 | -16/+16 |
| * | Add FBSDID to all files in netinet so that people can more | Mike Silbersack | 2007-10-07 | 1 | -1/+3 |
| * | Revert rev. 1.94. After recent tcp backouts, tcp_close() may return NULL. | Konstantin Belousov | 2007-09-24 | 1 | -1/+1 |
| * | Two changes: | Mike Silbersack | 2007-09-24 | 1 | -29/+29 |
| * | Back out tcp_timer.c:1.93 and associated changes that reimplemented the many | Robert Watson | 2007-09-07 | 1 | -305/+241 |
| * | Handle a race condition on >2 core machines in tcp_timer() when | Andre Oppermann | 2007-06-09 | 1 | -2/+8 |
| * | In tcp_timer_2msl(), tp can never become NULL, so don't check it for | Robert Watson | 2007-05-27 | 1 | -1/+1 |
| * | Move TIME_WAIT related functions and timer handling from files | Andre Oppermann | 2007-05-16 | 1 | -54/+1 |
| * | Move universally to ANSI C function declarations, with relatively | Robert Watson | 2007-05-10 | 1 | -3/+1 |
| * | Fix two comments. | Andre Oppermann | 2007-05-06 | 1 | -2/+2 |
| * | Change the TCP timer system from using the callout system five times | Andre Oppermann | 2007-04-11 | 1 | -175/+299 |
| * | Retire unused TCP_SACK_DEBUG. | Andre Oppermann | 2007-04-04 | 1 | -1/+0 |
| * | ANSIfy function declarations and remove register keywords for variables. | Andre Oppermann | 2007-03-21 | 1 | -10/+5 |
| * | Match up SYSCTL declaration style. | Andre Oppermann | 2007-03-19 | 1 | -6/+9 |
| * | Reap FIN_WAIT_2 connections marked SOCANTRCVMORE faster. This mitigate | Mohan Srinivasan | 2007-02-26 | 1 | -6/+26 |
| * | Back when we had T/TCP support, we used to apply different | Ruslan Ermilov | 2006-09-07 | 1 | -43/+20 |
| * | Remove a microoptimization for i386 that was a micropessimization for amd64. | Ruslan Ermilov | 2006-09-07 | 1 | -2/+1 |
| * | o Backout rev. 1.125 of in_pcb.c. It appeared to behave extremely | Gleb Smirnoff | 2006-09-06 | 1 | -7/+12 |
| * | Fixes an edge case bug in timewait handling where ticks rolling over causing | Mohan Srinivasan | 2006-08-11 | 1 | -4/+3 |
| * | When entering a timer on a tcpcb, don't continue processing if it has been | Robert Watson | 2006-06-03 | 1 | -9/+14 |
| * | - Backout one line from 1.78. The tp can be freed by tcp_drop(). | Gleb Smirnoff | 2006-05-16 | 1 | -3/+2 |
| * | Only return (tw) from tcp_twclose() if reuse is passed, otherwise | Robert Watson | 2006-05-05 | 1 | -1/+1 |
| * | Update TCP for infrastructural changes to the socket/pcb refcount model, | Robert Watson | 2006-04-01 | 1 | -16/+61 |
| * | Explicitly assert socket pointer is non-NULL in tcp_input() so as to | Robert Watson | 2006-03-26 | 1 | -8/+8 |
| * | Make sysctl_msec_to_ticks(SYSCTL_HANDLER_ARGS) generally available instead | Andre Oppermann | 2006-02-16 | 1 | -20/+0 |
| * | Remove no-op spl's and most comment references to spls, as TCP locking | Robert Watson | 2005-07-19 | 1 | -16/+0 |
| * | Replace t_force with a t_flag (TF_FORCEDATA). | Paul Saab | 2005-05-21 | 1 | -2/+2 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
| * | Remove the now unused tcp_canceltimers() function. tcpcb timers are | Robert Watson | 2004-12-23 | 1 | -15/+0 |
| * | Remove an annotation of a minor race relating to the update of | Robert Watson | 2004-12-23 | 1 | -7/+0 |
| * | Assert the tcptw inpcb lock in tcp_timer_2msl_reset(), as fields in | Robert Watson | 2004-12-05 | 1 | -0/+1 |
| * | tcp_timewait() performs multiple non-atomic reads on the tcptw | Robert Watson | 2004-11-23 | 1 | -0/+9 |
| * | De-spl tcp_slowtimo; tcp_maxidle assignment is subject to possible | Robert Watson | 2004-11-23 | 1 | -15/+11 |
| * | Remove RFC1644 T/TCP support from the TCP side of the network stack. | Andre Oppermann | 2004-11-02 | 1 | -2/+2 |
| * | White space cleanup for netinet before branch: | Robert Watson | 2004-08-16 | 1 | -10/+10 |
| * | Add support for TCP Selective Acknowledgements. The work for this | Paul Saab | 2004-06-23 | 1 | -0/+3 |
| * | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |
| * | Introduce tcp_hostcache and remove the tcp specific metrics from | Andre Oppermann | 2003-11-20 | 1 | -5/+2 |