| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove redundant initialization of rti; SLIST_FOREACH does that for | rwatson | 2003-08-28 | 1 | -1/+0 |
* | M_PREPEND() with an argument of M_TRYWAIT can fail, meaning the | rwatson | 2003-08-26 | 1 | -0/+2 |
* | Remove redundant bzero. | hsu | 2003-08-24 | 1 | -1/+0 |
* | Introduce two new MAC Framework and MAC policy entry points: | rwatson | 2003-08-21 | 3 | -6/+9 |
* | Before digging into IGMP locking, do a whitespace and prototype cleanup: | rwatson | 2003-08-20 | 1 | -73/+60 |
* | Move from a custom-crafted singly-linked list to the SLIST_* macros | rwatson | 2003-08-20 | 2 | -27/+23 |
* | Add the IP_ONESBCAST option, to enable undirected IP broadcasts to be sent on | bms | 2003-08-20 | 6 | -2/+25 |
* | Change instances of callout_init that specify MPSAFE behaviour to | sam | 2003-08-19 | 1 | -1/+1 |
* | * Bug fix in bw_meter_process(): the periodically processed bins | hsu | 2003-08-19 | 1 | -10/+33 |
* | add missing unlock when in_pcballoc returns an error | sam | 2003-08-19 | 1 | -1/+3 |
* | style.Makefile(5) | obrien | 2003-08-18 | 1 | -1/+1 |
* | Stage 3 of dynamic root support. Make all the libraries needed to run | gordon | 2003-08-17 | 1 | -0/+1 |
* | The syncache has made use of TCPDEBUG problematic, because the SYN | harti | 2003-08-13 | 1 | -0/+41 |
* | The tcp_trace call needs the length of the header. Unfortunately the | harti | 2003-08-13 | 1 | -1/+5 |
* | A number of patches in the last years have created new return paths | harti | 2003-08-13 | 2 | -0/+42 |
* | Change the code that enables/disables the ATM channel to use the | harti | 2003-08-12 | 1 | -67/+48 |
* | New PIM header files. | hsu | 2003-08-07 | 2 | -0/+197 |
* | 1. Basic PIM kernel support | hsu | 2003-08-07 | 7 | -169/+1704 |
* | Consistently use the BSD u_int and u_short instead of the SYSV uint and | jhb | 2003-08-07 | 1 | -1/+1 |
* | Ups. I forgot this one in the SIOCATMENA/SIOCATMDIS removal commit. | harti | 2003-08-06 | 1 | -17/+134 |
* | * makes mfc[MFCTBLSIZ] and vif[MAXVIFS] tables accessible via | hsu | 2003-08-05 | 1 | -9/+24 |
* | When adding a channel for INET failed at the device level (ioctl) the | harti | 2003-08-05 | 1 | -2/+4 |
* | Make this file to conform more to style(9) before really touching it. | harti | 2003-08-05 | 1 | -39/+19 |
* | o Fix a typo in previous commit. | maxim | 2003-07-31 | 1 | -1/+1 |
* | o Do not overwrite saved interrupt priority level by alloc_hash(), | maxim | 2003-07-25 | 1 | -6/+8 |
* | add IPSEC_FILTERGIF suport for FAST_IPSEC | sam | 2003-07-22 | 1 | -0/+7 |
* | Minor fix to the MBUF_STRESS_TEST code so that it keeps | silby | 2003-07-19 | 1 | -1/+1 |
* | Add a comment above rip_ctloutput() documenting that the privilege | rwatson | 2003-07-18 | 1 | -0/+10 |
* | Drop Giant around syncache timer processing. | hsu | 2003-07-17 | 1 | -1/+1 |
* | Allow set 31 to be used for rules other than 65535. | luigi | 2003-07-15 | 2 | -23/+28 |
* | Unify the "send high" and "recover" variables as specified in the | hsu | 2003-07-15 | 5 | -63/+83 |
* | Implement comments embedded into ipfw2 instructions. | luigi | 2003-07-12 | 1 | -1/+1 |
* | Merge the handlers of O_IP_SRC_MASK and O_IP_DST_MASK opcodes, and | luigi | 2003-07-08 | 1 | -17/+13 |
* | Implement the 'ipsec' option to match packets coming out of an ipsec tunnel. | luigi | 2003-07-04 | 1 | -0/+16 |
* | Correct some comments, add opcode O_IPSEC to match packets | luigi | 2003-07-04 | 1 | -12/+17 |
* | Remove a stale comment, fix indentation. | luigi | 2003-06-28 | 1 | -8/+5 |
* | whitespace fix | luigi | 2003-06-28 | 1 | -1/+1 |
* | remove unused file (ipfw2 is the default in RELENG_5 and above; the old | luigi | 2003-06-24 | 1 | -2259/+0 |
* | Fix typo in a (commented out) debugging string. | luigi | 2003-06-23 | 1 | -1/+1 |
* | Remove whitespace at end of line. | luigi | 2003-06-23 | 1 | -4/+4 |
* | Add support for multiple values and ranges for the "iplen", "ipttl", | luigi | 2003-06-22 | 1 | -12/+29 |
* | Map icmp time exceeded responses to EHOSTUNREACH rather than 0 (no error); | silby | 2003-06-17 | 1 | -1/+1 |
* | In the PKT_ALIAS_PROXY_ONLY mode, make sure to preserve the | ru | 2003-06-13 | 1 | -0/+4 |
* | Removed a couple of .Xo/.Xc that are leftovers of the "ninth-argument | ru | 2003-06-13 | 1 | -9/+3 |
* | Clarify that original address and port when doing transparent proxying | ru | 2003-06-13 | 1 | -5/+5 |
* | Added myself to the AUTHORS section. | ru | 2003-06-13 | 1 | -0/+2 |
* | The .Fn function | charnier | 2003-06-08 | 1 | -4/+6 |
* | When setting fragment queue pointers to NULL, or comparing them with | rwatson | 2003-06-06 | 1 | -3/+3 |
* | Compensate for decreasing the minimum retransmit timeout. | hsu | 2003-06-04 | 1 | -2/+2 |
* | Change handling to support strong alignment architectures such as alpha and | ticso | 2003-06-04 | 3 | -11/+40 |