| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the visibility of the sysctl variables. | alex | 1996-08-31 | 1 | -5/+5 |
* | Oops, send the operation type, not the name to the NAT code... | sos | 1996-08-27 | 1 | -2/+2 |
* | Mark sockets where the kernel chose the port# for. | phk | 1996-08-23 | 2 | -2/+5 |
* | Add hooks for an IP NAT module, much like the firewall stuff... | sos | 1996-08-21 | 5 | -23/+60 |
* | Add #define's for RFC1716/RFC1812 new ICMP UNREACHABLE types. | fenner | 1996-08-20 | 1 | -1/+4 |
* | Completely rewrite handling of protocol field for firewalls, things are | pst | 1996-08-13 | 2 | -98/+45 |
* | Add two more portrange sysctls, which control the area of the below | peter | 1996-08-12 | 2 | -17/+52 |
* | Megacommit to straigthen out ETHER_ mess. | phk | 1996-08-06 | 1 | -31/+17 |
* | Filter by IP protocol. | alex | 1996-08-05 | 1 | -21/+36 |
* | Eliminate some more references to separate ip_v and ip_hl fields. | wollman | 1996-07-24 | 5 | -16/+28 |
* | Removed extraneous return. | alex | 1996-07-20 | 1 | -2/+1 |
* | Switch back to logging accepted packets with the text "Allow" instead | alex | 1996-07-14 | 1 | -2/+2 |
* | Fixed two bugs in previous commit: be sure to include tcp_debug.h when | dg | 1996-07-12 | 2 | -3/+6 |
* | Fix braino in rev 1.30 fix; m_copy() the mbuf that has the header | fenner | 1996-07-12 | 1 | -2/+2 |
* | Don't use NULL in non-pointer contexts. | bde | 1996-07-12 | 1 | -2/+2 |
* | Modify the kernel to use the new pr_usrreqs interface rather than the old | wollman | 1996-07-11 | 4 | -11/+450 |
* | Adding changes to ipfw and the kernel to support ip packet diversion.. | julian | 1996-07-10 | 8 | -57/+584 |
* | Functionality for IPFIREWALL_VERBOSE logging: | nate | 1996-07-09 | 1 | -1/+7 |
* | Reject rules which try to mix ports with incompatible protocols. | alex | 1996-06-29 | 1 | -1/+11 |
* | Allow fragment checking to work with specific protocols. | alex | 1996-06-25 | 1 | -16/+26 |
* | Use IPFIREWALL_MODULE instead of ACTUALLY_LKM_NOT_KERNEL to indicate | bde | 1996-06-23 | 1 | -4/+4 |
* | Set the rmx.rmx_expire to 0 when creating fake ethernet addresses for the | peter | 1996-06-21 | 1 | -1/+3 |
* | Use the route that's guaranteed to exist when picking a source address | fenner | 1996-06-20 | 1 | -2/+2 |
* | Remove one last rip_output from inetsw (gpalmer missed it in rev 1.30) | fenner | 1996-06-20 | 1 | -2/+2 |
* | Put the 'debug' messages of the type: | nate | 1996-06-20 | 1 | -1/+3 |
* | Fix chain numbering bug when the highest line number installed >= 65435 | alex | 1996-06-17 | 1 | -16/+27 |
* | Better selection of initial retransmit timeout when no cached | wollman | 1996-06-14 | 3 | -13/+10 |
* | Don't try to include opt_ipfw.h in LKMs | gpalmer | 1996-06-13 | 1 | -1/+3 |
* | Keep ether_type in network order for BPF to be consistent with other | dg | 1996-06-13 | 1 | -3/+3 |
* | Convert ipfw to use opt_ipfw.h | gpalmer | 1996-06-12 | 2 | -2/+7 |
* | Clean up -Wunused warnings. | gpalmer | 1996-06-12 | 1 | -3/+1 |
* | Big sweep over ipfw, picking up where Poul left off: | alex | 1996-06-09 | 2 | -83/+133 |
* | Changed some memcpy()'s back to bcopy()'s. | bde | 1996-06-08 | 5 | -13/+13 |
* | Instrument UDP PCB hashing to see how often the hash lookup is effective | wollman | 1996-06-05 | 2 | -2/+4 |
* | Correct formula for TCP RTO calculation. Also try to do a better job in | wollman | 1996-06-05 | 3 | -11/+7 |
* | Fix a bug in the handling of the "persist" state which, under certain | jdp | 1996-06-03 | 1 | -7/+12 |
* | Correct spelling error in comment | gpalmer | 1996-06-02 | 1 | -2/+2 |
* | More closely preserve the original operation of rresvport() when using | peter | 1996-05-31 | 1 | -2/+3 |
* | Conditionalize calls to IPFW code on COMPAT_IPFW. This is done slightly | wollman | 1996-05-22 | 2 | -2/+20 |
* | Fix an embarresing error on my part that made the IP_PORTRANGE options | peter | 1996-05-21 | 1 | -1/+2 |
* | Make it possible to return more than one piece of control information | wollman | 1996-05-09 | 1 | -2/+34 |
* | Remove useless entries from the inetsw structure initiliser which | gpalmer | 1996-05-08 | 1 | -8/+8 |
* | Clean up various compiler warnings. Most (if not all) were benign | gpalmer | 1996-05-08 | 2 | -4/+14 |
* | Several locations in sys/netinet/ip_fw.c are lacking or incorrectly | phk | 1996-05-06 | 1 | -14/+18 |
* | Add three new route flags to help determine what sort of address | wollman | 1996-05-06 | 2 | -9/+43 |
* | Back out my stupid braino; I was thinking strlen and not sizeof. | fenner | 1996-05-02 | 3 | -6/+6 |
* | Size temp var correctly; buf[4*sizeof "123"] is not long enough | fenner | 1996-05-02 | 3 | -6/+6 |
* | inet_ntoa buffer was evaluated twice in log_in_vain, fix it. | ache | 1996-04-27 | 3 | -9/+21 |
* | Delete #ifdef notdef blocks containing old method of srtt calculation. | wollman | 1996-04-26 | 3 | -114/+3 |
* | Delete #if 0 block containing remnants of pre-MTU discovery rmx_mtu | wollman | 1996-04-26 | 1 | -17/+1 |