| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the option versrcreach to verify that a valid route to the | andre | 2004-04-23 | 2 | -7/+32 |
* | Fix a potential race when purging expired hostcache entries. | andre | 2004-04-23 | 1 | -3/+3 |
* | Take out an unneeded variable I forgot to remove in the last commit, | silby | 2004-04-22 | 1 | -2/+3 |
* | Simplify random port allocation, and add net.inet.ip.portrange.randomized, | silby | 2004-04-22 | 1 | -27/+13 |
* | Fix a typo in a comment. | bms | 2004-04-20 | 1 | -1/+1 |
* | Switch from using sequential to random ephemeral port allocation, | silby | 2004-04-20 | 1 | -6/+28 |
* | Enhance our RFC1948 implementation to perform better in some pathlogical | silby | 2004-04-20 | 3 | -4/+107 |
* | Replace Bcopy with 'the real thing' as in the rest of the file. | luigi | 2004-04-18 | 1 | -1/+1 |
* | In an effort to simplify the routing code, try to deprecate rtalloc() | luigi | 2004-04-14 | 2 | -2/+2 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 44 | -176/+0 |
* | Fixed a bug in previous revision: compute the payload checksum before | ru | 2004-04-07 | 1 | -8/+8 |
* | Fixed misspelling of IPPORT_MAX as USHRT_MAX. Don't include <sys/limits.h> | bde | 2004-04-06 | 1 | -9/+9 |
* | Two missed in previous commit -- compare pointer with NULL rather than | rwatson | 2004-04-05 | 2 | -4/+4 |
* | Prefer NULL to 0 when checking pointer values as integers or booleans. | rwatson | 2004-04-05 | 2 | -38/+40 |
* | Fix a panic possibility caused by returning without releasing locks. | pjd | 2004-04-04 | 1 | -37/+26 |
* | + arpresolve(): remove an unused argument | luigi | 2004-04-04 | 2 | -9/+4 |
* | Unbreak natd. | deischen | 2004-04-02 | 1 | -0/+1 |
* | Raise WARNS level to 2. | des | 2004-03-31 | 1 | -0/+1 |
* | Deal with aliasing warnings. | des | 2004-03-31 | 4 | -181/+63 |
* | Invert the logic of NET_LOCK_GIANT(), and remove the one reference to it. | rwatson | 2004-03-28 | 1 | -2/+0 |
* | 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 | 6 | -44/+46 |
* | Remove unused argument. | pjd | 2004-03-27 | 6 | -8/+6 |
* | Validate IPv6 socket options more carefully to avoid a panic. | ume | 2004-03-26 | 1 | -0/+1 |
* | Remove unused function. | pjd | 2004-03-25 | 2 | -11/+0 |
* | Untangle IP multicast routing interaction with delayed payload checksums. | ru | 2004-03-25 | 1 | -13/+3 |
* | Lock down global variables in if_gre: | rwatson | 2004-03-22 | 1 | -1/+12 |
* | - Fix indentation lost by 'diff -b'. | mdodd | 2004-03-21 | 1 | -5/+4 |
* | Remove interface type specific code from arprequest(), and in_arpinput(). | mdodd | 2004-03-21 | 1 | -111/+19 |
* | Run through indent(1) so I can read the code without getting a headache. | des | 2004-03-16 | 14 | -5317/+5233 |
* | De-register. | mdodd | 2004-03-14 | 1 | -22/+22 |
* | Lock down IP-layer encapsulation library: | rwatson | 2004-03-10 | 1 | -51/+35 |
* | Scrub unused variable zeroin_addr. | rwatson | 2004-03-10 | 2 | -3/+0 |
* | To comply with the spec, do not copy the TOS from the outer IP | hsu | 2004-03-08 | 1 | -6/+6 |
* | Include <sys/types.h> for autoconf/automake detection. | hsu | 2004-03-08 | 1 | -0/+2 |
* | Add some missing DUMMYNET_UNLOCK() in config_pipe(). | mlaier | 2004-03-03 | 1 | -2/+7 |
* | Two minor follow-ups on the MT_TAG removal: | mlaier | 2004-03-02 | 1 | -3/+2 |
* | Rename NET_PICKUP_GIANT() to NET_LOCK_GIANT(), and NET_DROP_GIANT() | rwatson | 2004-03-01 | 1 | -2/+2 |
* | fix -O0 compilation without INET6. | ume | 2004-03-01 | 2 | -4/+24 |
* | Remove unneeded {} originally used to hold local variables for dummynet | rwatson | 2004-02-28 | 1 | -2/+0 |
* | Remove now unneeded arguments to tcp_twrespond() -- so and msrc. These | rwatson | 2004-02-28 | 5 | -23/+7 |
* | Bring eventhandler callbacks for pf. | mlaier | 2004-02-26 | 1 | -0/+5 |
* | Tweak existing header and other build infrastructure to be able to build | mlaier | 2004-02-26 | 4 | -4/+32 |
* | Split the mlock() kernel code into two parts, mlock(), which unpacks | truckman | 2004-02-26 | 4 | -4/+13 |
* | Re-remove MT_TAGs. The problems with dummynet have been fixed now. | mlaier | 2004-02-25 | 14 | -403/+461 |
* | Fixed namespace pollution in rev.1.74. Implementation of the syncache | bde | 2004-02-25 | 1 | -1/+4 |
* | Don't use the negatively-opaque type uma_zone_t or be chummy with | bde | 2004-02-25 | 1 | -3/+1 |
* | Relax a KASSERT condition to allow for a valid corner case where | hsu | 2004-02-25 | 2 | -4/+10 |
* | Convert the tcp segment reassembly queue to UMA and limit the maximum | andre | 2004-02-24 | 5 | -25/+174 |
* | Fixed ucred structure leak. | pjd | 2004-02-19 | 2 | -0/+4 |