| Commit message (Expand) | Author | Age | Files | Lines |
| * | Lock down the network interface queues. The queue mutex must be obtained | Jonathan Lemon | 2000-11-25 | 1 | -4/+2 |
| * | Wrong checksum used for certain reassembled IP packets before diverting. | Ruslan Ermilov | 2000-11-01 | 1 | -1/+4 |
| * | Convert all users of fldoff() to offsetof(). fldoff() is bad | Poul-Henning Kamp | 2000-10-27 | 1 | -2/+0 |
| * | RFC 791 says that IP_RF bit should always be zero, but nothing | Ruslan Ermilov | 2000-10-26 | 1 | -52/+29 |
| * | Wrong header length used for certain reassembled IP packets. | Ruslan Ermilov | 2000-10-26 | 1 | -2/+2 |
| * | Augment the 'ifaddr' structure with a 'struct if_data' to keep | Josef Karthauser | 2000-10-19 | 1 | -1/+6 |
| * | Backout my wrong attempt to fix the compilation warning in ip_input.c | Ruslan Ermilov | 2000-10-12 | 1 | -1/+1 |
| * | Fix the compilation warning. | Ruslan Ermilov | 2000-10-12 | 1 | -1/+1 |
| * | m_cat() can free its second argument, so collect the checksum information | Jonathan Lemon | 2000-09-14 | 1 | -1/+1 |
| * | Follow BSD/OS and NetBSD, keep the ip_id field in network order all the time. | Ruslan Ermilov | 2000-09-14 | 1 | -4/+0 |
| * | Fixed broken ICMP error generation, unified conversion of IP header | Ruslan Ermilov | 2000-09-01 | 1 | -9/+12 |
| * | Nonexistent <sys/pfil.h> -> <net/pfil.h> | Andrey A. Chernov | 2000-07-31 | 1 | -1/+1 |
| * | activate pfil_hooks and covert ipfilter to use it | Darren Reed | 2000-07-31 | 1 | -10/+28 |
| * | sync with kame tree as of july00. tons of bug fixes/improvements. | Jun-ichiro itojun Hagino | 2000-07-04 | 1 | -5/+0 |
| * | Add boundary checks against IP options. | Jonathan Lemon | 2000-06-02 | 1 | -1/+5 |
| * | Cast sizeof() calls to be of type (int) when they appear in a signed | Jonathan Lemon | 2000-05-17 | 1 | -3/+4 |
| * | Do not call icmp_error() if ipfirewall(4) denied packet. | Ruslan Ermilov | 2000-05-15 | 1 | -0/+4 |
| * | correct more out-of-bounds memory access, if cnt == 1 and optlen > 1. | Jun-ichiro itojun Hagino | 2000-05-10 | 1 | -0/+4 |
| * | Add support for offloading IP/TCP/UDP checksums to NIC hardware which | Jonathan Lemon | 2000-03-27 | 1 | -3/+14 |
| * | Remove option IPFILTER_KLD. In case you wanted to kldload ipfilter, | Guido van Rooij | 2000-02-23 | 1 | -4/+0 |
| * | Clean up some loose ends in the network code, including the X.25 and ISO | Peter Wemm | 2000-02-13 | 1 | -2/+2 |
| * | Move definition of fw_enable from ip_fw.c to ip_input.c | Luigi Rizzo | 2000-02-10 | 1 | -0/+1 |
| * | Support the net.inet.ip.fw.enable variable, part of | Luigi Rizzo | 2000-02-10 | 1 | -1/+1 |
| * | Move the *intrq variables into net/intrq.c and unconditionally | Brian Somers | 2000-01-24 | 1 | -1/+2 |
| * | IPSEC support in the kernel. | Yoshinobu Inoue | 1999-12-22 | 1 | -19/+123 |
| * | Revive mlfk_ipl here. This version is slightly changed from | Guido van Rooij | 1999-12-06 | 1 | -5/+0 |
| * | Miscellaneous fixes/cleanups relating to ipfw and divert(4): | Archie Cobbs | 1999-12-06 | 1 | -73/+100 |
| * | Include the correct header for the IPSTEALTH option. | Dag-Erling Smørgrav | 1999-08-29 | 1 | -0/+1 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Made net.inet.ip.intr_queue_maxlen writeable. | David Greenman | 1999-05-27 | 1 | -2/+2 |
| * | Free the dummynet descriptor in ip_dummynet, not in the called | Luigi Rizzo | 1999-05-04 | 1 | -3/+1 |
| * | Add sysctl descriptions to many SYSCTL_XXXs | Bill Fumerola | 1999-05-03 | 1 | -11/+12 |
| * | Tidy up some stray / unused stuff in the IPFW package and friends. | Peter Wemm | 1999-04-20 | 1 | -35/+1 |
| * | Fix the 'fwd' option to ipfw when asked to divert to another machine. | Julian Elischer | 1999-03-12 | 1 | -7/+24 |
| * | Add support for stealth forwarding (forwarding packets without touching | Dag-Erling Smørgrav | 1999-02-22 | 1 | -5/+18 |
| * | After wading in the cesspool of ip_input for an hour, I have managed to | Garrett Wollman | 1999-02-09 | 1 | -10/+8 |
| * | Fix warnings in preparation for adding -Wall -Wcast-qual to the | Matthew Dillon | 1999-01-27 | 1 | -2/+2 |
| * | Don't forward unicast packets received via link-layer multicast. | Garrett Wollman | 1999-01-22 | 1 | -2/+2 |
| * | Add #ifdef's to avoid unused label warning in some cases. | Eivind Eklund | 1999-01-12 | 1 | -1/+3 |
| * | Recover from previous dummynet screwup | Luigi Rizzo | 1998-12-21 | 1 | -28/+19 |
| * | Last bits (i think) of dummynet for -current. | Luigi Rizzo | 1998-12-14 | 1 | -35/+94 |
| * | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | Archie Cobbs | 1998-12-07 | 1 | -2/+1 |
| * | Make the previous fix more portable. | Doug Rabson | 1998-11-16 | 1 | -4/+4 |
| * | Fix printf format errors on alpha. | Doug Rabson | 1998-11-15 | 1 | -4/+4 |
| * | Be sure to pullup entire IP header when dealing with fragment packets. | David Greenman | 1998-11-11 | 1 | -2/+2 |
| * | Some optimisations to the fragment reassembly code. | Doug Rabson | 1998-10-27 | 1 | -19/+14 |
| * | Fix a bug in the new fragment reassembly code which was tickled by recieving | Doug Rabson | 1998-10-27 | 1 | -2/+2 |
| * | *gulp*. Jordan specifically OK'ed this.. | Peter Wemm | 1998-10-16 | 1 | -4/+1 |
| * | Ensure that m_nextpkt is set to NULL after reassembling fragments. | Doug Rabson | 1998-09-10 | 1 | -1/+3 |
| * | Re-implement tcp and ip fragment reassembly to not store pointers in the | Doug Rabson | 1998-08-24 | 1 | -90/+80 |