| Commit message (Expand) | Author | Age | Files | Lines |
* | ReLink() partial links in FindLinkOut() in the same manner as we do it | ru | 1999-09-22 | 1 | -7/+15 |
* | Restore previous version of FindLinkIn(). | ru | 1999-09-21 | 1 | -9/+8 |
* | - Make partially specified permanent links (without `dst_addr' and/or | ru | 1999-09-21 | 1 | -11/+25 |
* | sys/errno.h -> errno.h | brian | 1999-09-21 | 1 | -1/+1 |
* | Change so_cred's type to a ucred, not a pcred. THis makes more sense, actually. | green | 1999-09-19 | 5 | -22/+15 |
* | Re-arrange the arp code so that fddi arps work properly. | lile | 1999-09-16 | 1 | -29/+46 |
* | Reorder. | des | 1999-09-14 | 1 | -4/+4 |
* | Fix some more disordering, as well as the description string for the | des | 1999-09-14 | 2 | -12/+12 |
* | Add the net.inet.tcp.restrict_rst and net.inet.tcp.drop_synfin sysctl | des | 1999-09-12 | 2 | -0/+58 |
* | - Optimization to the previous (rev 1.15) commit. | ru | 1999-09-10 | 1 | -9/+11 |
* | Handle TCP reset sequence properly. | ru | 1999-09-09 | 1 | -2/+2 |
* | Fix typo. | ru | 1999-09-08 | 1 | -1/+1 |
* | Simplify, and return an error if the user attempts to set a TCP | jlemon | 1999-08-31 | 1 | -7/+3 |
* | Remove conversion macros that were used during development. | jlemon | 1999-08-31 | 1 | -9/+1 |
* | Add a SYSCTL_PROC so that TCP timer values are now expressed to | jlemon | 1999-08-31 | 1 | -10/+35 |
* | Restructure TCP timeout handling: | jlemon | 1999-08-30 | 11 | -409/+690 |
* | Add $FreeBSD$ and spell Eklund properly. | billf | 1999-08-29 | 7 | -1/+14 |
* | Remove extra indenting of `break' statements introducted in rev 1.89, | obrien | 1999-08-29 | 2 | -18/+26 |
* | Include the correct header for the IPSTEALTH option. | des | 1999-08-29 | 1 | -0/+1 |
* | Oops, I missed a cast in rev.1.119. | bde | 1999-08-29 | 1 | -1/+1 |
* | It is much easier to arp if you don't truncate your arp-reply's. | lile | 1999-08-28 | 1 | -11/+12 |
* | Also make the "other" packets counter resettable. | green | 1999-08-28 | 1 | -1/+3 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 70 | -71/+71 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 5 | -5/+5 |
* | Correction: uid -> gid (comment) | green | 1999-08-27 | 1 | -2/+2 |
* | Add readonly OID ``net.inet.tcp.tcbhashsize'' so it is possible to | jlemon | 1999-08-26 | 2 | -2/+12 |
* | Cast pointers to [u]intptr_t instead of casting them to [u_]long. Don't | bde | 1999-08-24 | 1 | -4/+4 |
* | Aallow ppp to work with Nortel Networks Extranet Switch | brian | 1999-08-22 | 1 | -0/+6 |
* | Typo: 102 => 192 (PR: docs/13310 - Maxim Sobolev <sobomax@altavista.net>) | hoek | 1999-08-22 | 1 | -2/+2 |
* | To christen the brand new security category for syslog, we get IPFW | green | 1999-08-21 | 1 | -58/+86 |
* | Fix breakage if blackhole=1 and tiflags & TH_SYN, plus | csgr | 1999-08-19 | 3 | -16/+26 |
* | Slight tweak to tcp.blackhole to add optional behaviour to | csgr | 1999-08-18 | 2 | -18/+52 |
* | Fix a printf() formatter to match its variable. | billf | 1999-08-17 | 1 | -2/+2 |
* | Add net.inet.tcp.blackhole and net.inet.udp.blackhole | csgr | 1999-08-17 | 3 | -6/+25 |
* | Various man page cleanup: | mpp | 1999-08-15 | 1 | -17/+12 |
* | Implement probabilistic rule match in ipfw. Each rule can be associated | luigi | 1999-08-11 | 2 | -9/+38 |
* | Add spl() protection to remove that the timer is invoked multiple | luigi | 1999-08-11 | 1 | -3/+5 |
* | Add net.inet.icmp.log_redirect and net.inet.icmp.drop_redirect, for | des | 1999-08-10 | 1 | -3/+28 |
* | Make ipfw's logging more dynamic. Now, log will use the default limit | green | 1999-08-01 | 4 | -12/+87 |
* | 8 -> NBBy | green | 1999-07-28 | 1 | -3/+3 |
* | Correct a really gross comment format. | green | 1999-07-28 | 1 | -5/+7 |
* | fix comment re: RST received in TIME_WAIT to match the code. | jmb | 1999-07-18 | 2 | -6/+6 |
* | Correct a mistake in so_cred changes. In practice, I don't think that it | green | 1999-07-12 | 1 | -2/+2 |
* | Two new sysctls: net.inet.tcp.getcred and net.inet.udp.getcred. These take | green | 1999-07-11 | 3 | -3/+99 |
* | Use the new tunable macros for the net.inet.tcp.tcbhashsize tunable. | msmith | 1999-07-05 | 2 | -6/+4 |
* | In in_pcbconnect(), check the return value from in_pcbbind() and | pb | 1999-06-25 | 1 | -3/+6 |
* | Don't get caught in an infinite recursion when PKT_ALIAS_REVERSE | brian | 1999-06-22 | 2 | -5/+18 |
* | This is the much-awaited cleaned up version of IPFW [ug]id support. | green | 1999-06-19 | 4 | -14/+110 |
* | Add RCS strings to kernel ipfilter files. | green | 1999-06-19 | 3 | -0/+5 |
* | This should fix ipfilter for everyone it was broken for. CDEV_MAJOR is _not_ | green | 1999-06-19 | 1 | -1/+1 |