| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused requested_s_scale from struct tcpcb. | andre | 2007-05-06 | 1 | -2/+2 |
* | Use existing TF_SACK_PERMIT flag in struct tcpcb t_flags field instead of | andre | 2007-05-06 | 1 | -3/+3 |
* | Remove unused pcbinfo arguments to in_setsockaddr() and | rwatson | 2007-05-01 | 1 | -2/+2 |
* | Change the TCP timer system from using the callout system five times | andre | 2007-04-11 | 1 | -8/+10 |
* | ANSIfy function declarations and remove register keywords for variables. | andre | 2007-03-21 | 1 | -22/+9 |
* | Remove tcp_minmssoverload DoS detection logic. The problem it tried to | andre | 2007-03-21 | 1 | -5/+0 |
* | Reap FIN_WAIT_2 connections marked SOCANTRCVMORE faster. This mitigate | mohans | 2007-02-26 | 1 | -2/+7 |
* | Add "show inpcb", "show tcpcb" DDB commands, which should come in handy | rwatson | 2007-02-17 | 1 | -1/+321 |
* | Expose smoothed RTT and RTT variance measurements to userland via | bms | 2007-02-02 | 1 | -0/+4 |
* | Auto sizing TCP socket buffers. | andre | 2007-02-01 | 1 | -0/+2 |
* | Change the way the advertized TCP window scaling is computed. Instead of | andre | 2007-02-01 | 1 | -2/+7 |
* | Change error codes returned by protocol operations when an inpcb is | sam | 2006-11-22 | 1 | -6/+6 |
* | Make tcp_usr_send() free the passed mbufs on error in all cases as the | andre | 2006-09-17 | 1 | -0/+4 |
* | Change semantics of socket close and detach. Add a new protocol switch | rwatson | 2006-07-21 | 1 | -55/+92 |
* | Fix race conditions on enumerating pcb lists by moving the initialization | ups | 2006-07-18 | 1 | -2/+1 |
* | In tcp6_usr_attach(), return immediately if SS_ISDISCONNECTED, to | rwatson | 2006-06-26 | 1 | -4/+2 |
* | Push acquisition of pcbinfo lock out of tcp_usr_attach() into | rwatson | 2006-06-04 | 1 | -6/+8 |
* | Instead of calling tcp_usr_detach() from tcp_usr_abort(), break out | rwatson | 2006-04-24 | 1 | -52/+64 |
* | Clarify comment on handling of non-timewait TCP states in | rwatson | 2006-04-03 | 1 | -5/+7 |
* | After checking for SO_ISDISCONNECTED in tcp_usr_accept(), return | rwatson | 2006-04-03 | 1 | -5/+3 |
* | During reformulation of tcp_usr_detach(), the call to initiate TCP | rwatson | 2006-04-02 | 1 | -7/+18 |
* | Properly handle an edge case previously not handled correctly: a | rwatson | 2006-04-01 | 1 | -2/+5 |
* | Update TCP for infrastructural changes to the socket/pcb refcount model, | rwatson | 2006-04-01 | 1 | -187/+382 |
* | Chance protocol switch method pru_detach() so that it returns void | rwatson | 2006-04-01 | 1 | -4/+2 |
* | Change protocol switch pru_abort() API so that it returns void rather | rwatson | 2006-04-01 | 1 | -5/+13 |
* | Fix a bunch of SYSCTL_INT() that should have been SYSCTL_ULONG() to | mux | 2005-12-14 | 1 | -2/+2 |
* | Push the assignment of a new or updated so_qlimit from solisten() | rwatson | 2005-10-30 | 1 | -4/+4 |
* | Remove unnecessary IPSEC includes. | andre | 2005-08-23 | 1 | -5/+0 |
* | scope cleanup. with this change | ume | 2005-07-25 | 1 | -0/+2 |
* | When aborting tcp_attach() due to a problem allocating or attaching the | rwatson | 2005-06-01 | 1 | -0/+2 |
* | Assert tcbinfo lock, inpcb lock in tcp_disconnect(). | rwatson | 2005-06-01 | 1 | -1/+8 |
* | Assert tcbinfo lock in tcp_attach(), as it is required; the caller | rwatson | 2005-06-01 | 1 | -0/+2 |
* | Replace t_force with a t_flag (TF_FORCEDATA). | ps | 2005-05-21 | 1 | -2/+2 |
* | Remove now unused inirw variable from previous use of COMMON_END(). | rwatson | 2005-05-01 | 1 | -1/+0 |
* | Fix typo in last commit. | grehan | 2005-05-01 | 1 | -1/+1 |
* | Slide unlocking of the tcbinfo lock earlier in tcp_usr_send(), as it's | rwatson | 2005-05-01 | 1 | -2/+13 |
* | eliminate extraneous null ptr checks | sam | 2005-03-29 | 1 | -1/+1 |
* | In tcp_usr_send(), broaden coverage of the socket buffer lock in the | rwatson | 2005-03-14 | 1 | -1/+4 |
* | In the current world order, solisten() implements the state transition of | rwatson | 2005-02-21 | 1 | -4/+14 |
* | o Add handling of an IPv4-mapped IPv6 address. | maxim | 2005-02-14 | 1 | -87/+0 |
* | o Implement net.inet.tcp.drop sysctl and userland part, tcpdrop(8) | maxim | 2005-02-06 | 1 | -0/+86 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Do export the advertised receive window via the tcpi_rcv_space field of | rwatson | 2004-11-27 | 1 | -0/+1 |
* | Implement parts of the TCP_INFO socket option as found in Linux 2.6. | rwatson | 2004-11-26 | 1 | -2/+54 |
* | Initialize struct pr_userreqs in new/sparse style and fill in common | phk | 2004-11-08 | 1 | -11/+32 |
* | Remove RFC1644 T/TCP support from the TCP side of the network stack. | andre | 2004-11-02 | 1 | -69/+4 |
* | White space cleanup for netinet before branch: | rwatson | 2004-08-16 | 1 | -9/+9 |
* | Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSD | dwmalone | 2004-08-14 | 1 | -6/+1 |
* | compare pointer against NULL, not 0 | jmg | 2004-07-26 | 1 | -2/+2 |
* | when IN6P_AUTOFLOWLABEL is set, the flowlabel is not set on | ume | 2004-07-16 | 1 | -2/+10 |