| Commit message (Expand) | Author | Age | Files | Lines |
| * | Correct bug in t_bw_rtttime rollover, #undef USERTT | Matthew Dillon | 2002-08-24 | 1 | -1/+5 |
| * | Implement TCP bandwidth delay product window limiting, similar to (but | Matthew Dillon | 2002-08-17 | 1 | -0/+158 |
| * | Document the undocumented assumption that at least one of the PCB | Robert Watson | 2002-08-01 | 1 | -0/+2 |
| * | Introduce support for Mandatory Access Control and extensible | Robert Watson | 2002-07-31 | 1 | -0/+17 |
| * | Wire the sysctl output buffer before grabbing any locks to prevent | Don Lewis | 2002-07-28 | 1 | -0/+3 |
| * | Introduce two new sysctl's: | Matthew Dillon | 2002-07-18 | 1 | -1/+3 |
| * | Defer calling SYSCTL_OUT() until after the locks have been released. | Don Lewis | 2002-07-11 | 1 | -2/+4 |
| * | Reduce the nesting level of a code block that doesn't need to be in | Don Lewis | 2002-07-11 | 1 | -13/+10 |
| * | Extend the effect of the sysctl net.inet.tcp.icmp_may_rst | Jesper Skriver | 2002-06-30 | 1 | -1/+1 |
| * | TCP notify functions can change the pcb list. | Jeffrey Hsu | 2002-06-21 | 1 | -2/+2 |
| * | Notify functions can destroy the pcb, so they have to return an | Jeffrey Hsu | 2002-06-14 | 1 | -15/+24 |
| * | Fix logic which resulted in missing a call to INP_UNLOCK(). | Jeffrey Hsu | 2002-06-12 | 1 | -5/+2 |
| * | Lock up inpcb. | Jeffrey Hsu | 2002-06-10 | 1 | -11/+53 |
| * | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | Seigo Tanimura | 2002-05-31 | 1 | -13/+1 |
| * | Lock down a socket, milestone 1. | Seigo Tanimura | 2002-05-20 | 1 | -1/+13 |
| * | Remove some ISN generation code which has been unused since the | Mike Silbersack | 2002-04-10 | 1 | -27/+3 |
| * | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -2/+2 |
| * | Merge from TrustedBSD MAC branch: | Robert Watson | 2002-03-22 | 1 | -4/+4 |
| * | Switch vm_zone.h with uma.h. Change over to uma interfaces. | Jeff Roberson | 2002-03-20 | 1 | -3/+4 |
| * | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -4/+4 |
| * | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | John Baldwin | 2002-02-27 | 1 | -3/+3 |
| * | More IPV6 const fixes. | Alfred Perlstein | 2002-02-27 | 1 | -1/+1 |
| * | Introduce a version field to `struct xucred' in place of one of the | Dima Dorfman | 2002-02-27 | 1 | -10/+2 |
| * | In tcp_respond(), correctly reset returned IPv6 header. This is essential | Hajimu UMEMOTO | 2002-02-04 | 1 | -0/+3 |
| * | Introduce a syncache, which enables FreeBSD to withstand a SYN flood | Jonathan Lemon | 2001-11-22 | 1 | -36/+42 |
| * | o Replace reference to 'struct proc' with 'struct thread' in 'struct | Robert Watson | 2001-11-08 | 1 | -5/+5 |
| * | - Combine kern.ps_showallprocs and kern.ipc.showallsockets into | Robert Watson | 2001-10-09 | 1 | -3/+3 |
| * | Only allow users to see their own socket connections if | Paul Saab | 2001-10-05 | 1 | -1/+5 |
| * | o Rename u_cansee() to cr_cansee(), making the name more comprehensible | Robert Watson | 2001-09-20 | 1 | -2/+2 |
| * | Much delayed but now present: RFC 1948 style sequence numbers | Mike Silbersack | 2001-08-22 | 1 | -69/+94 |
| * | Fix a warning. | Peter Wemm | 2001-07-27 | 1 | -0/+2 |
| * | Patch up some style(9) stuff in tcp_new_isn() | Peter Wemm | 2001-07-27 | 1 | -11/+7 |
| * | s/OpemBSD/OpenBSD/ | Peter Wemm | 2001-07-27 | 1 | -1/+1 |
| * | Temporary feature: Runtime tuneable tcp initial sequence number | Mike Silbersack | 2001-07-08 | 1 | -0/+25 |
| * | Allow getcred sysctl to work in jailed root processes. Processes can | David Malone | 2001-06-24 | 1 | -7/+14 |
| * | Replace bzero() of struct ip with explicit zeroing of structure members, | Jonathan Lemon | 2001-06-23 | 1 | -2/+6 |
| * | Eliminate the allocation of a tcp template structure for each | Mike Silbersack | 2001-06-23 | 1 | -48/+54 |
| * | made sure to use the correct sa_len for rtalloc(). | Hajimu UMEMOTO | 2001-06-20 | 1 | -2/+2 |
| * | Sync with recent KAME. | Hajimu UMEMOTO | 2001-06-11 | 1 | -37/+28 |
| * | "Fix" the previous initial attempt at fixing TUNABLE_INT(). This time | Peter Wemm | 2001-06-08 | 1 | -1/+1 |
| * | Back out part of my previous commit. This was a last minute change | Peter Wemm | 2001-06-07 | 1 | -1/+1 |
| * | Make the TUNABLE_*() macros look and behave more consistantly like the | Peter Wemm | 2001-06-06 | 1 | -2/+2 |
| * | Say goodbye to TCP_COMPAT_42 | Jesper Skriver | 2001-04-20 | 1 | -7/+0 |
| * | Randomize the TCP initial sequence numbers more thoroughly. | Kris Kennaway | 2001-04-17 | 1 | -1/+61 |
| * | MFC candidate. | Jesper Skriver | 2001-03-28 | 1 | -1/+2 |
| * | <sys/queue.h> makeover. | Poul-Henning Kamp | 2001-03-16 | 1 | -6/+4 |
| * | Remove in_pcbnotify and use in_pcblookup_hash to find the cb directly. | Jonathan Lemon | 2001-02-26 | 1 | -42/+23 |
| * | When converting soft error into a hard error, drop the connection. The | Jonathan Lemon | 2001-02-23 | 1 | -3/+7 |
| * | Allow ICMP unreachables which map into PRC_UNREACH_ADMIN_PROHIB to | Jonathan Lemon | 2001-02-23 | 1 | -67/+11 |
| * | Redo the security update done in rev 1.54 of src/sys/netinet/tcp_subr.c | Jesper Skriver | 2001-02-22 | 1 | -17/+15 |