|  | Commit message (Expand) | Author | Age | Files | Lines | 
|---|
| * | Create release/8.0.0 for the 8.0-RELEASE.release/8.0.0_cvs | Ken Smith | 2009-11-21 | 1 | -1/+1 | 
| * | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+1 | 
| * | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -27/+0 | 
| * | Make callers to in6_selectsrc() and in6_pcbladdr() pass in memory | Bjoern A. Zeeb | 2009-06-23 | 1 | -3/+3 | 
| * | Add soreceive_stream(), an optimized version of soreceive() for | Andre Oppermann | 2009-06-22 | 1 | -0/+6 | 
| * | - Change members of tcpcb that cache values of ticks from int to u_int: | John Baldwin | 2009-06-16 | 1 | -4/+4 | 
| * | Correct printf format type mismatches. | John Baldwin | 2009-06-11 | 1 | -3/+3 | 
| * | Change a few members of tcpcb that store cached copies of ticks to be ints | John Baldwin | 2009-06-10 | 1 | -3/+3 | 
| * | Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() and | Robert Watson | 2009-04-11 | 1 | -2/+2 | 
| * | With the right comparison we get a proper wscale value and thus | Bjoern A. Zeeb | 2009-04-07 | 1 | -1/+1 | 
| * | Correct a number of evolved problems with inp_vflag and inp_flags: | Robert Watson | 2009-03-15 | 1 | -29/+29 | 
| * | In tcp_usr_shutdown() and tcp_usr_send(), I missed converting NULL | Robert Watson | 2009-02-24 | 1 | -2/+3 | 
| * | Standardize the various prison_foo_ip[46] functions and prison_if to | Jamie Gritton | 2009-02-05 | 1 | -8/+5 | 
| * | Use inc_flags instead of the inc_isipv6 alias which so far | Bjoern A. Zeeb | 2008-12-17 | 1 | -1/+1 | 
| * | Another step assimilating IPv[46] PCB code - directly use | Bjoern A. Zeeb | 2008-12-15 | 1 | -3/+3 | 
| * | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+1 | 
| * | MFp4: | Bjoern A. Zeeb | 2008-11-29 | 1 | -2/+10 | 
| * | Replace most INP_CHECK_SOCKAF() uses checking if it is an | Bjoern A. Zeeb | 2008-11-27 | 1 | -5/+2 | 
| * | Merge in6_pcbfree() into in_pcbfree() which after the previous | Bjoern A. Zeeb | 2008-11-27 | 1 | -24/+5 | 
| * | Remove in6_pcbdetach() as it is exactly the same function | Bjoern A. Zeeb | 2008-11-26 | 1 | -32/+10 | 
| * | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -0/+26 | 
| * | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -45/+46 | 
| * | MFp4 (//depot/projects/tcpecn/): | Rui Paulo | 2008-07-31 | 1 | -0/+4 | 
| * | replace spaces added in last change with tabs | Kip Macy | 2008-05-05 | 1 | -5/+5 | 
| * | add rcv_nxt, snd_nxt, and toe offload id to FreeBSD-specific | Kip Macy | 2008-05-05 | 1 | -0/+6 | 
| * | Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to | Robert Watson | 2008-04-17 | 1 | -68/+68 | 
| * | tcp_usrreq.c:1.313 removed tcbinfo locking from tcp_usr_accept(), which | Robert Watson | 2008-01-23 | 1 | -0/+2 | 
| * | In tcp_ctloutput(), don't hold the inpcb lock over sooptcopyin(), rather, | Robert Watson | 2008-01-18 | 1 | -25/+55 | 
| * | Incorporate TCP offload hooks in to core TCP code. | Kip Macy | 2007-12-18 | 1 | -9/+13 | 
| * | Pick the smallest possible TCP window scaling factor that will still allow | Mike Silbersack | 2007-10-19 | 1 | -2/+1 | 
| * | Add FBSDID to all files in netinet so that people can more | Mike Silbersack | 2007-10-07 | 1 | -1/+3 | 
| * | Two changes: | Mike Silbersack | 2007-09-24 | 1 | -3/+3 | 
| * | Back out tcp_timer.c:1.93 and associated changes that reimplemented the many | Robert Watson | 2007-09-07 | 1 | -7/+4 | 
| * | Make tcpstates[] static, and make sure TCPSTATES is defined before | Dag-Erling Smørgrav | 2007-07-30 | 1 | -4/+0 | 
| * | Fix compilation problems- tcpstates is only available if TCPDEBUG | Matt Jacob | 2007-07-29 | 1 | -1/+3 | 
| * | Garbage collect some debug code that not only no longer could | Matt Jacob | 2007-06-15 | 1 | -6/+0 | 
| * | (1) In tcp_usrclosed(), tp can never become NULL, so don't test for NULL | Robert Watson | 2007-05-31 | 1 | -4/+3 | 
| * | Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddr | Robert Watson | 2007-05-11 | 1 | -3/+3 | 
| * | Remove unneeded wrappers for in_setsockaddr() and in_setpeeraddr(), which | Robert Watson | 2007-05-11 | 1 | -25/+2 | 
| * | Move universally to ANSI C function declarations, with relatively | Robert Watson | 2007-05-10 | 1 | -0/+2 | 
| * | Remove unused requested_s_scale from struct tcpcb. | Andre Oppermann | 2007-05-06 | 1 | -2/+2 | 
| * | Use existing TF_SACK_PERMIT flag in struct tcpcb t_flags field instead of | Andre Oppermann | 2007-05-06 | 1 | -3/+3 | 
| * | Remove unused pcbinfo arguments to in_setsockaddr() and | Robert Watson | 2007-05-01 | 1 | -2/+2 | 
| * | Change the TCP timer system from using the callout system five times | Andre Oppermann | 2007-04-11 | 1 | -8/+10 | 
| * | ANSIfy function declarations and remove register keywords for variables. | Andre Oppermann | 2007-03-21 | 1 | -22/+9 | 
| * | Remove tcp_minmssoverload DoS detection logic.  The problem it tried to | Andre Oppermann | 2007-03-21 | 1 | -5/+0 | 
| * | Reap FIN_WAIT_2 connections marked SOCANTRCVMORE faster. This mitigate | Mohan Srinivasan | 2007-02-26 | 1 | -2/+7 | 
| * | Add "show inpcb", "show tcpcb" DDB commands, which should come in handy | Robert Watson | 2007-02-17 | 1 | -1/+321 | 
| * | Expose smoothed RTT and RTT variance measurements to userland via | Bruce M Simpson | 2007-02-02 | 1 | -0/+4 | 
| * | Auto sizing TCP socket buffers. | Andre Oppermann | 2007-02-01 | 1 | -0/+2 |