| Commit message (Expand) | Author | Age | Files | Lines |
* | Add checks for SO_NO_OFFLOAD in a couple of places that I missed earlier | np | 2013-01-26 | 1 | -0/+2 |
* | There is no need to call into the TOE driver twice in pru_rcvd (tod_rcvd | np | 2013-01-25 | 1 | -0/+1 |
* | Heed SO_NO_OFFLOAD. | np | 2013-01-25 | 1 | -2/+5 |
* | Fix bug in TCP_KEEPCNT setting, which slipped in in the last round | glebius | 2012-09-27 | 1 | -8/+14 |
* | - Updated TOE support in the kernel. | np | 2012-06-19 | 1 | -22/+53 |
* | Add new socket options: TCP_KEEPINIT, TCP_KEEPIDLE, TCP_KEEPINTVL and | glebius | 2012-02-05 | 1 | -3/+58 |
* | Always release the inp lock before returning from tcp_detach. | np | 2012-01-06 | 1 | -1/+3 |
* | Move the tcp_sendspace and tcp_recvspace sysctl's from | andre | 2011-10-16 | 1 | -14/+0 |
* | VNET virtualize tcp_sendspace/tcp_recvspace and change the | andre | 2011-10-16 | 1 | -7/+10 |
* | Update the comment and description of tcp_sendspace and tcp_recvspace | andre | 2011-10-16 | 1 | -5/+4 |
* | Do not leak the pcbinfohash lock in the case where in6_pcbladdr() returns | rwatson | 2011-06-02 | 1 | -1/+1 |
* | Decompose the current single inpcbinfo lock into two locks: | rwatson | 2011-05-30 | 1 | -45/+51 |
* | Make the TCP code compile without INET. Sort #includes and add #ifdef INETs. | bz | 2011-04-30 | 1 | -13/+39 |
* | When turning off TCP_NOPUSH, only call tcp_output() to immediately flush | jhb | 2011-02-04 | 1 | -2/+3 |
* | Remove duplicate printing of TF_NOPUSH in db_print_tflags(). | bz | 2011-01-29 | 1 | -4/+0 |
* | Trim extra spaces before tabs. | jhb | 2011-01-07 | 1 | -1/+1 |
* | Add new, per connection, statistics for TCP, including: | gnn | 2010-11-17 | 1 | -0/+3 |
* | This commit marks the first formal contribution of the "Five New TCP Congestion | lstewart | 2010-11-12 | 1 | -1/+61 |
* | Remove the TCP inflight bandwidth limiter as announced in r211315 | andre | 2010-09-16 | 1 | -13/+9 |
* | Add a comment to tcp_usr_accept() to indicate why it is we acquire the | rwatson | 2010-03-06 | 1 | -3/+9 |
* | - Rename the __tcpi_(snd|rcv)_mss fields of the tcp_info structure to remove | jhb | 2009-12-22 | 1 | -2/+4 |
* | -Put the optimized soreceive_stream() under a compile time option called | andre | 2009-09-15 | 1 | -6/+0 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+1 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -27/+0 |
* | Make callers to in6_selectsrc() and in6_pcbladdr() pass in memory | bz | 2009-06-23 | 1 | -3/+3 |
* | Add soreceive_stream(), an optimized version of soreceive() for | andre | 2009-06-22 | 1 | -0/+6 |
* | - Change members of tcpcb that cache values of ticks from int to u_int: | jhb | 2009-06-16 | 1 | -4/+4 |
* | Correct printf format type mismatches. | jhb | 2009-06-11 | 1 | -3/+3 |
* | Change a few members of tcpcb that store cached copies of ticks to be ints | jhb | 2009-06-10 | 1 | -3/+3 |
* | Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() and | rwatson | 2009-04-11 | 1 | -2/+2 |
* | With the right comparison we get a proper wscale value and thus | bz | 2009-04-07 | 1 | -1/+1 |
* | Correct a number of evolved problems with inp_vflag and inp_flags: | rwatson | 2009-03-15 | 1 | -29/+29 |
* | In tcp_usr_shutdown() and tcp_usr_send(), I missed converting NULL | rwatson | 2009-02-24 | 1 | -2/+3 |
* | Standardize the various prison_foo_ip[46] functions and prison_if to | jamie | 2009-02-05 | 1 | -8/+5 |
* | Use inc_flags instead of the inc_isipv6 alias which so far | bz | 2008-12-17 | 1 | -1/+1 |
* | Another step assimilating IPv[46] PCB code - directly use | bz | 2008-12-15 | 1 | -3/+3 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+1 |
* | MFp4: | bz | 2008-11-29 | 1 | -2/+10 |
* | Replace most INP_CHECK_SOCKAF() uses checking if it is an | bz | 2008-11-27 | 1 | -5/+2 |
* | Merge in6_pcbfree() into in_pcbfree() which after the previous | bz | 2008-11-27 | 1 | -24/+5 |
* | Remove in6_pcbdetach() as it is exactly the same function | bz | 2008-11-26 | 1 | -32/+10 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+26 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -45/+46 |
* | MFp4 (//depot/projects/tcpecn/): | rpaulo | 2008-07-31 | 1 | -0/+4 |
* | replace spaces added in last change with tabs | kmacy | 2008-05-05 | 1 | -5/+5 |
* | add rcv_nxt, snd_nxt, and toe offload id to FreeBSD-specific | kmacy | 2008-05-05 | 1 | -0/+6 |
* | Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to | rwatson | 2008-04-17 | 1 | -68/+68 |
* | tcp_usrreq.c:1.313 removed tcbinfo locking from tcp_usr_accept(), which | rwatson | 2008-01-23 | 1 | -0/+2 |
* | In tcp_ctloutput(), don't hold the inpcb lock over sooptcopyin(), rather, | rwatson | 2008-01-18 | 1 | -25/+55 |
* | Incorporate TCP offload hooks in to core TCP code. | kmacy | 2007-12-18 | 1 | -9/+13 |