| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Add optional code to change the way that divert and ipfw work together. | Julian Elischer | 1998-05-25 | 1 | -2/+25 |
| * | The ipt_ptr field is 1-based (see TCP/IP Illustrated, Vol. 1, pp. 91-95), | David Greenman | 1998-05-24 | 1 | -3/+3 |
| * | Added fast IP forwarding code by Matt Thomas <matt@3am-software.com> via | David Greenman | 1998-05-19 | 1 | -3/+6 |
| * | Wrong header length used for certain reassembled IP packets. | Poul-Henning Kamp | 1998-04-13 | 1 | -1/+3 |
| * | Eradicate the variable "time" from the kernel, using various measures. | Poul-Henning Kamp | 1998-03-30 | 1 | -2/+2 |
| * | Make this compile.. There are some unpleasing hacks in here. | Peter Wemm | 1998-03-21 | 1 | -3/+7 |
| * | NetBSD PR# 2772 | Dima Ruban | 1998-02-26 | 1 | -2/+2 |
| * | Add new sysctl variable: net.inet.ip.accept_sourceroute | Guido van Rooij | 1998-02-16 | 1 | -1/+7 |
| * | Replace non-existent ip_forwarding with ipforwarding | Andrey A. Chernov | 1998-02-12 | 1 | -2/+2 |
| * | Only forward source routed packets when ip_forwarding is set to 1. | Guido van Rooij | 1998-02-11 | 1 | -2/+2 |
| * | Back out DIAGNOSTIC changes. | Eivind Eklund | 1998-02-06 | 1 | -2/+1 |
| * | Turn DIAGNOSTIC into a new-style option. | Eivind Eklund | 1998-02-04 | 1 | -1/+2 |
| * | Make the BOOTP family new-style options (in opt_bootp.h) | Eivind Eklund | 1998-01-09 | 1 | -1/+2 |
| * | Submitted by: Archie cobbs (IPDIVERT author) | Julian Elischer | 1997-11-13 | 1 | -1/+7 |
| * | Make IPDIVERT a supported option. Alas, in_var.h depends on it, i | Joerg Wunsch | 1997-11-05 | 1 | -1/+2 |
| * | Return the entire if info, rather than just the index number. (at least try) | Julian Elischer | 1997-11-05 | 1 | -8/+30 |
| * | Fix bugs from my previous commit | Guido van Rooij | 1997-10-28 | 1 | -4/+4 |
| * | Removed unused #includes. | Bruce Evans | 1997-10-28 | 1 | -4/+1 |
| * | When dosourcerouting is set do not sourceoute.... | Guido van Rooij | 1997-10-27 | 1 | -1/+4 |
| * | Export ipstat via sysctl. Don't understand why this wasn't done before. | Garrett Wollman | 1997-09-25 | 1 | -1/+3 |
| * | Prevent overflow with fragmented packets | Andrey A. Chernov | 1997-09-15 | 1 | -25/+66 |
| * | Recalculate ip_sum before passing a | Brian Somers | 1997-07-25 | 1 | -1/+15 |
| * | Submitted by: Whistle Communications (archie Cobbs) | Julian Elischer | 1997-06-02 | 1 | -16/+16 |
| * | Bring in some kernel bootp support. This removes the need for netboot | Tor Egge | 1997-05-11 | 1 | -1/+5 |
| * | Resolve conflicts created by import. | Darren Reed | 1997-04-03 | 1 | -15/+13 |
| * | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | change IP Filter hooks to match new 3.1.8 patches for FreeBSD | Darren Reed | 1997-02-19 | 1 | -6/+7 |
| * | Add IP Filter hooks (from patches). | Darren Reed | 1997-02-10 | 1 | -0/+19 |
| * | Don't zero ip->ip_sum during sum validation. This should only | Brian Somers | 1997-02-06 | 1 | -3/+4 |
| * | Reset ip_divert_ignore to zero immediately after use - also, | Brian Somers | 1997-02-02 | 1 | -0/+1 |
| * | Count multicast packets received for groups of which we are not | Garrett Wollman | 1997-01-21 | 1 | -1/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Convert the interface address and IP interface address structures | Garrett Wollman | 1996-12-13 | 1 | -4/+7 |
| * | Only pay attention to the offset and the IP_MF flag in ip_off. Pointed | David Greenman | 1996-12-11 | 1 | -2/+2 |
| * | Add the IP_RECVIF socket option, which supplies a packet's incoming interface | Bill Fenner | 1996-11-11 | 1 | -1/+61 |
| * | Don't allow reassembly to create packets bigger than IP_MAXPACKET, and count | Bill Fenner | 1996-10-25 | 1 | -2/+12 |
| * | Changed args to the nat functions. | Søren Schmidt | 1996-10-22 | 1 | -2/+2 |
| * | All three files: make COMPAT_IPFW==0 case work again. | Garrett Wollman | 1996-10-07 | 1 | -26/+42 |
| * | Dequeue mbuf before freeing it. Fixes mbuf leak and a potential crash when | David Greenman | 1996-09-08 | 1 | -2/+5 |
| * | Add hooks for an IP NAT module, much like the firewall stuff... | Søren Schmidt | 1996-08-21 | 1 | -1/+13 |
| * | Adding changes to ipfw and the kernel to support ip packet diversion.. | Julian Elischer | 1996-07-10 | 1 | -5/+66 |
| * | Convert ipfw to use opt_ipfw.h | Gary Palmer | 1996-06-12 | 1 | -1/+3 |
| * | Changed some memcpy()'s back to bcopy()'s. | Bruce Evans | 1996-06-08 | 1 | -2/+2 |
| * | Clean up various compiler warnings. Most (if not all) were benign | Gary Palmer | 1996-05-08 | 1 | -1/+6 |
| * | Fix a bogon I introduced with my last change. | Poul-Henning Kamp | 1996-04-12 | 1 | -2/+2 |
| * | Add feature for tcp "established". | Poul-Henning Kamp | 1996-04-03 | 1 | -25/+10 |
| * | Check the validity of ia->ia_ifp before we dereference it. | Poul-Henning Kamp | 1996-03-25 | 1 | -2/+2 |
| * | Make getsockopt() capable of handling more than one mbuf worth of data. | Poul-Henning Kamp | 1996-02-24 | 1 | -3/+3 |
| * | The new firewall functionality: | Poul-Henning Kamp | 1996-02-24 | 1 | -1/+4 |
| * | Big sweep over the IPFIREWALL and IPACCT code. | Poul-Henning Kamp | 1996-02-23 | 1 | -15/+21 |