| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove unnecessary IPSEC includes. | Andre Oppermann | 2005-08-23 | 1 | -5/+0 |
| * | scope cleanup. with this change | Hajimu UMEMOTO | 2005-07-25 | 1 | -0/+2 |
| * | When aborting tcp_attach() due to a problem allocating or attaching the | Robert Watson | 2005-06-01 | 1 | -0/+2 |
| * | Assert tcbinfo lock, inpcb lock in tcp_disconnect(). | Robert Watson | 2005-06-01 | 1 | -1/+8 |
| * | Assert tcbinfo lock in tcp_attach(), as it is required; the caller | Robert Watson | 2005-06-01 | 1 | -0/+2 |
| * | Replace t_force with a t_flag (TF_FORCEDATA). | Paul Saab | 2005-05-21 | 1 | -2/+2 |
| * | Remove now unused inirw variable from previous use of COMMON_END(). | Robert Watson | 2005-05-01 | 1 | -1/+0 |
| * | Fix typo in last commit. | Peter Grehan | 2005-05-01 | 1 | -1/+1 |
| * | Slide unlocking of the tcbinfo lock earlier in tcp_usr_send(), as it's | Robert Watson | 2005-05-01 | 1 | -2/+13 |
| * | eliminate extraneous null ptr checks | Sam Leffler | 2005-03-29 | 1 | -1/+1 |
| * | In tcp_usr_send(), broaden coverage of the socket buffer lock in the | Robert Watson | 2005-03-14 | 1 | -1/+4 |
| * | In the current world order, solisten() implements the state transition of | Robert Watson | 2005-02-21 | 1 | -4/+14 |
| * | o Add handling of an IPv4-mapped IPv6 address. | Maxim Konovalov | 2005-02-14 | 1 | -87/+0 |
| * | o Implement net.inet.tcp.drop sysctl and userland part, tcpdrop(8) | Maxim Konovalov | 2005-02-06 | 1 | -0/+86 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
| * | Do export the advertised receive window via the tcpi_rcv_space field of | Robert Watson | 2004-11-27 | 1 | -0/+1 |
| * | Implement parts of the TCP_INFO socket option as found in Linux 2.6. | Robert Watson | 2004-11-26 | 1 | -2/+54 |
| * | Initialize struct pr_userreqs in new/sparse style and fill in common | Poul-Henning Kamp | 2004-11-08 | 1 | -11/+32 |
| * | Remove RFC1644 T/TCP support from the TCP side of the network stack. | Andre Oppermann | 2004-11-02 | 1 | -69/+4 |
| * | White space cleanup for netinet before branch: | Robert Watson | 2004-08-16 | 1 | -9/+9 |
| * | Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSD | David Malone | 2004-08-14 | 1 | -6/+1 |
| * | compare pointer against NULL, not 0 | John-Mark Gurney | 2004-07-26 | 1 | -2/+2 |
| * | when IN6P_AUTOFLOWLABEL is set, the flowlabel is not set on | Hajimu UMEMOTO | 2004-07-16 | 1 | -2/+10 |
| * | Remove spl's from TCP protocol entry points. While not all locking | Robert Watson | 2004-06-26 | 1 | -32/+1 |
| * | In tcp_ctloutput(), don't hold the inpcb lock over a call to | Robert Watson | 2004-06-18 | 1 | -1/+1 |
| * | The socket field so_state is used to hold a variety of socket related | Robert Watson | 2004-06-14 | 1 | -2/+2 |
| * | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |
| * | Fix a panic possibility caused by returning without releasing locks. | Pawel Jakub Dawidek | 2004-04-04 | 1 | -37/+26 |
| * | Remove unused argument. | Pawel Jakub Dawidek | 2004-03-28 | 1 | -4/+3 |
| * | Reduce 'td' argument to 'cred' (struct ucred) argument in those functions: | Pawel Jakub Dawidek | 2004-03-27 | 1 | -8/+9 |
| * | Remove unused argument. | Pawel Jakub Dawidek | 2004-03-27 | 1 | -1/+1 |
| * | Shorten the name of the socket option used to enable TCP-MD5 packet | Bruce M Simpson | 2004-02-16 | 1 | -2/+2 |
| * | Brucification. | Bruce M Simpson | 2004-02-13 | 1 | -1/+1 |
| * | Initial import of RFC 2385 (TCP-MD5) digest support. | Bruce M Simpson | 2004-02-11 | 1 | -0/+19 |
| * | Check that sa_len is the appropriate value in tcp_usr_bind(), | Don Lewis | 2004-01-10 | 1 | -0/+8 |
| * | Limiters and sanity checks for TCP MSS (maximum segement size) | Andre Oppermann | 2004-01-08 | 1 | -1/+2 |
| * | Split the "inp" mutex class into separate classes for each of divert, | Sam Leffler | 2003-11-26 | 1 | -1/+1 |
| * | Introduce tcp_hostcache and remove the tcp specific metrics from | Andre Oppermann | 2003-11-20 | 1 | -20/+25 |
| * | Introduce a MAC label reference in 'struct inpcb', which caches | Robert Watson | 2003-11-18 | 1 | -2/+2 |
| * | speedup stream socket recv handling by tracking the tail of | Sam Leffler | 2003-10-28 | 1 | -2/+2 |
| * | Remove check for t_state == TCPS_TIME_WAIT and introduce the tw structure. | Jonathan Lemon | 2003-03-08 | 1 | -13/+15 |
| * | Hold the TCP protocol lock while modifying the connection hash table. | Jeffrey Hsu | 2003-02-25 | 1 | -4/+4 |
| * | Unbreak the automatic remapping of an INADDR_ANY destination address | Ian Dowse | 2002-10-24 | 1 | -5/+4 |
| * | Replace in_pcbladdr() with a more generic inner subroutine for | Ian Dowse | 2002-10-21 | 1 | -14/+12 |
| * | Replace (ab)uses of "NULL" where "0" is really meant. | Archie Cobbs | 2002-08-22 | 1 | -2/+2 |
| * | Create new functions in_sockaddr(), in6_sockaddr(), and | Don Lewis | 2002-08-21 | 1 | -20/+43 |
| * | Implement TCP bandwidth delay product window limiting, similar to (but | Matthew Dillon | 2002-08-17 | 1 | -0/+2 |
| * | Use a common way to release locks before exit. | Maxim Konovalov | 2002-07-29 | 1 | -2/+4 |
| * | make setsockopt(IPV6_V6ONLY, 0) actuall work for tcp6. | Hajimu UMEMOTO | 2002-07-25 | 1 | -3/+3 |
| * | cleanup usage of ip6_mapped_addr_on and ip6_v6only. now, | Hajimu UMEMOTO | 2002-07-25 | 1 | -5/+3 |