| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove spl's from TCP protocol entry points. While not all locking | rwatson | 2004-06-26 | 1 | -32/+1 |
* | In tcp_ctloutput(), don't hold the inpcb lock over a call to | rwatson | 2004-06-18 | 1 | -1/+1 |
* | The socket field so_state is used to hold a variety of socket related | rwatson | 2004-06-14 | 1 | -2/+2 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | Fix a panic possibility caused by returning without releasing locks. | pjd | 2004-04-04 | 1 | -37/+26 |
* | Remove unused argument. | pjd | 2004-03-28 | 1 | -4/+3 |
* | Reduce 'td' argument to 'cred' (struct ucred) argument in those functions: | pjd | 2004-03-27 | 1 | -8/+9 |
* | Remove unused argument. | pjd | 2004-03-27 | 1 | -1/+1 |
* | Shorten the name of the socket option used to enable TCP-MD5 packet | bms | 2004-02-16 | 1 | -2/+2 |
* | Brucification. | bms | 2004-02-13 | 1 | -1/+1 |
* | Initial import of RFC 2385 (TCP-MD5) digest support. | bms | 2004-02-11 | 1 | -0/+19 |
* | Check that sa_len is the appropriate value in tcp_usr_bind(), | truckman | 2004-01-10 | 1 | -0/+8 |
* | Limiters and sanity checks for TCP MSS (maximum segement size) | andre | 2004-01-08 | 1 | -1/+2 |
* | Split the "inp" mutex class into separate classes for each of divert, | sam | 2003-11-26 | 1 | -1/+1 |
* | Introduce tcp_hostcache and remove the tcp specific metrics from | andre | 2003-11-20 | 1 | -20/+25 |
* | Introduce a MAC label reference in 'struct inpcb', which caches | rwatson | 2003-11-18 | 1 | -2/+2 |
* | speedup stream socket recv handling by tracking the tail of | sam | 2003-10-28 | 1 | -2/+2 |
* | Remove check for t_state == TCPS_TIME_WAIT and introduce the tw structure. | jlemon | 2003-03-08 | 1 | -13/+15 |
* | Hold the TCP protocol lock while modifying the connection hash table. | hsu | 2003-02-25 | 1 | -4/+4 |
* | Unbreak the automatic remapping of an INADDR_ANY destination address | iedowse | 2002-10-24 | 1 | -5/+4 |
* | Replace in_pcbladdr() with a more generic inner subroutine for | iedowse | 2002-10-21 | 1 | -14/+12 |
* | Replace (ab)uses of "NULL" where "0" is really meant. | archie | 2002-08-22 | 1 | -2/+2 |
* | Create new functions in_sockaddr(), in6_sockaddr(), and | truckman | 2002-08-21 | 1 | -20/+43 |
* | Implement TCP bandwidth delay product window limiting, similar to (but | dillon | 2002-08-17 | 1 | -0/+2 |
* | Use a common way to release locks before exit. | maxim | 2002-07-29 | 1 | -2/+4 |