| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Follow BSD/OS and NetBSD, keep the ip_id field in network order all the time. | ru | 2000-09-14 | 1 | -4/+0 |
* | Fixed broken ICMP error generation, unified conversion of IP header | ru | 2000-09-01 | 1 | -9/+12 |
* | Nonexistent <sys/pfil.h> -> <net/pfil.h> | ache | 2000-07-31 | 1 | -1/+1 |
* | activate pfil_hooks and covert ipfilter to use it | darrenr | 2000-07-31 | 1 | -10/+28 |
* | sync with kame tree as of july00. tons of bug fixes/improvements. | itojun | 2000-07-04 | 1 | -5/+0 |
* | Add boundary checks against IP options. | jlemon | 2000-06-02 | 1 | -1/+5 |
* | Cast sizeof() calls to be of type (int) when they appear in a signed | jlemon | 2000-05-17 | 1 | -3/+4 |
* | Do not call icmp_error() if ipfirewall(4) denied packet. | ru | 2000-05-15 | 1 | -0/+4 |
* | correct more out-of-bounds memory access, if cnt == 1 and optlen > 1. | itojun | 2000-05-10 | 1 | -0/+4 |
* | Add support for offloading IP/TCP/UDP checksums to NIC hardware which | jlemon | 2000-03-27 | 1 | -3/+14 |
* | Remove option IPFILTER_KLD. In case you wanted to kldload ipfilter, | guido | 2000-02-23 | 1 | -4/+0 |
* | Clean up some loose ends in the network code, including the X.25 and ISO | peter | 2000-02-13 | 1 | -2/+2 |
* | Move definition of fw_enable from ip_fw.c to ip_input.c | luigi | 2000-02-10 | 1 | -0/+1 |
* | Support the net.inet.ip.fw.enable variable, part of | luigi | 2000-02-10 | 1 | -1/+1 |
* | Move the *intrq variables into net/intrq.c and unconditionally | brian | 2000-01-24 | 1 | -1/+2 |
* | IPSEC support in the kernel. | shin | 1999-12-22 | 1 | -19/+123 |
* | Revive mlfk_ipl here. This version is slightly changed from | guido | 1999-12-06 | 1 | -5/+0 |
* | Miscellaneous fixes/cleanups relating to ipfw and divert(4): | archie | 1999-12-06 | 1 | -73/+100 |
* | Include the correct header for the IPSTEALTH option. | des | 1999-08-29 | 1 | -0/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Made net.inet.ip.intr_queue_maxlen writeable. | dg | 1999-05-27 | 1 | -2/+2 |
* | Free the dummynet descriptor in ip_dummynet, not in the called | luigi | 1999-05-04 | 1 | -3/+1 |
* | Add sysctl descriptions to many SYSCTL_XXXs | billf | 1999-05-03 | 1 | -11/+12 |
* | Tidy up some stray / unused stuff in the IPFW package and friends. | peter | 1999-04-20 | 1 | -35/+1 |
* | Fix the 'fwd' option to ipfw when asked to divert to another machine. | julian | 1999-03-12 | 1 | -7/+24 |
* | Add support for stealth forwarding (forwarding packets without touching | des | 1999-02-22 | 1 | -5/+18 |
* | After wading in the cesspool of ip_input for an hour, I have managed to | wollman | 1999-02-09 | 1 | -10/+8 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 1 | -2/+2 |
* | Don't forward unicast packets received via link-layer multicast. | wollman | 1999-01-22 | 1 | -2/+2 |
* | Add #ifdef's to avoid unused label warning in some cases. | eivind | 1999-01-12 | 1 | -1/+3 |
* | Recover from previous dummynet screwup | luigi | 1998-12-21 | 1 | -28/+19 |
* | Last bits (i think) of dummynet for -current. | luigi | 1998-12-14 | 1 | -35/+94 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 1 | -2/+1 |
* | Make the previous fix more portable. | dfr | 1998-11-16 | 1 | -4/+4 |
* | Fix printf format errors on alpha. | dfr | 1998-11-15 | 1 | -4/+4 |
* | Be sure to pullup entire IP header when dealing with fragment packets. | dg | 1998-11-11 | 1 | -2/+2 |
* | Some optimisations to the fragment reassembly code. | dfr | 1998-10-27 | 1 | -19/+14 |
* | Fix a bug in the new fragment reassembly code which was tickled by recieving | dfr | 1998-10-27 | 1 | -2/+2 |
* | *gulp*. Jordan specifically OK'ed this.. | peter | 1998-10-16 | 1 | -4/+1 |
* | Ensure that m_nextpkt is set to NULL after reassembling fragments. | dfr | 1998-09-10 | 1 | -1/+3 |
* | Re-implement tcp and ip fragment reassembly to not store pointers in the | dfr | 1998-08-24 | 1 | -90/+80 |
* | Yow! Completely change the way socket options are handled, eliminating | wollman | 1998-08-23 | 1 | -2/+5 |
* | Fixed printf format errors. | bde | 1998-08-17 | 1 | -2/+3 |
* | Fixed some longs that should have been fixed-sized types. | bde | 1998-07-13 | 1 | -2/+2 |
* | When not acting as a router (ipforwarding=0), silently discard source | dg | 1998-07-08 | 1 | -10/+21 |
* | oops ended comment before the comment ended.. | julian | 1998-07-06 | 1 | -2/+2 |
* | Bring back some slight cleanups from 2.2 | julian | 1998-07-06 | 1 | -3/+10 |
* | Fix braino in switching to TAILQ macro. | julian | 1998-07-06 | 1 | -2/+2 |
* | Support for IPFW based transparent forwarding. | julian | 1998-07-06 | 1 | -12/+48 |
* | Remove the option to keep IPFW diversion backwards compatible | julian | 1998-07-02 | 1 | -2/+3 |