| Commit message (Expand) | Author | Age | Files | Lines |
* | o Calculate a number of bytes to copy (cnt) correctly: | maxim | 2004-05-11 | 1 | -1/+1 |
* | o IFNAMSIZ does include the trailing \0. | maxim | 2004-05-07 | 1 | -1/+1 |
* | Provide the sysctl net.inet.ip.process_options to control the processing | andre | 2004-05-06 | 3 | -2/+24 |
* | Switch to using the inpcb MAC label instead of socket MAC label when | rwatson | 2004-05-04 | 6 | -8/+20 |
* | Assert inpcb lock in udp_append(). | rwatson | 2004-05-04 | 1 | -0/+2 |
* | Assert the inpcb lock on 'last' in udp_append(), since it's always | rwatson | 2004-05-04 | 1 | -0/+2 |
* | o Fix misindentation in the previous commit. | maxim | 2004-05-03 | 1 | -8/+7 |
* | Back out a change that slipped into the previous commit for which other | andre | 2004-05-03 | 1 | -10/+2 |
* | Optimize IP fastforwarding some more: | andre | 2004-05-03 | 1 | -95/+114 |
* | Rename m_claim_next_hop() to m_claim_next(), as suggested by Max Laier. | darrenr | 2004-05-02 | 4 | -4/+4 |
* | oops, I forgot this file in a prior commit (change was still sitting here, | darrenr | 2004-05-02 | 2 | -2/+2 |
* | Rename ip_claim_next_hop() to m_claim_next_hop(), give it an extra arg | darrenr | 2004-05-02 | 3 | -18/+2 |
* | Give jail(8) the feature to allow raw sockets from within a | bmilekic | 2004-04-26 | 1 | -2/+31 |
* | Tighten up reset handling in order to make reset attacks as difficult as | silby | 2004-04-26 | 3 | -0/+21 |
* | Another small set of changes to reduce diffs with the new arp code. | luigi | 2004-04-25 | 1 | -31/+18 |
* | remove a stale comment on the behaviour of arpresolve | luigi | 2004-04-25 | 1 | -10/+0 |
* | Start the arp timer at init time. | luigi | 2004-04-25 | 1 | -10/+1 |
* | This commit does two things: | luigi | 2004-04-25 | 1 | -7/+28 |
* | Wrap two long lines in the previous commit. | silby | 2004-04-23 | 1 | -2/+4 |
* | Correct an edge case in tcp_mss() where the cached path MTU | andre | 2004-04-23 | 2 | -4/+4 |
* | 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 |