| Commit message (Expand) | Author | Age | Files | Lines |
| * | Invalidate cached forwarding route (ipforward_rt) whenever a new route | Ruslan Ermilov | 2001-03-19 | 1 | -0/+1 |
| * | <sys/queue.h> makeover. | Poul-Henning Kamp | 2001-03-16 | 1 | -1/+1 |
| * | sync with kame tree as of july00. tons of bug fixes/improvements. | Jun-ichiro itojun Hagino | 2000-07-04 | 1 | -3/+0 |
| * | Compute the checksum before handing the packet off to IPFilter. | Jonathan Lemon | 2000-05-21 | 1 | -0/+2 |
| * | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 1 | -2/+2 |
| * | IPSEC support in the kernel. | Yoshinobu Inoue | 1999-12-22 | 1 | -4/+7 |
| * | Miscellaneous fixes/cleanups relating to ipfw and divert(4): | Archie Cobbs | 1999-12-06 | 1 | -4/+4 |
| * | KAME related header files additions and merges. | Yoshinobu Inoue | 1999-11-05 | 1 | -0/+1 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Re-implement tcp and ip fragment reassembly to not store pointers in the | Doug Rabson | 1998-08-24 | 1 | -32/+3 |
| * | Yow! Completely change the way socket options are handled, eliminating | Garrett Wollman | 1998-08-23 | 1 | -7/+7 |
| * | Removed a bogus forward struct declaration. | Bruce Evans | 1998-07-13 | 1 | -4/+4 |
| * | Support for IPFW based transparent forwarding. | Julian Elischer | 1998-07-06 | 1 | -1/+4 |
| * | Fixed pedantic semantics errors (bitfields not of type int, signed int | Bruce Evans | 1998-06-08 | 1 | -3/+3 |
| * | clean up the changes made to ipfw over the last weeks | Julian Elischer | 1998-06-06 | 1 | -10/+2 |
| * | Reverse the default sense of the IPFW/DIVERT reinjection code | Julian Elischer | 1998-06-05 | 1 | -5/+5 |
| * | Add optional code to change the way that divert and ipfw work together. | Julian Elischer | 1998-05-25 | 1 | -1/+10 |
| * | Move (private) struct ipflow out of ip_var.h, to reduce dependencies | Pierre Beyssac | 1998-05-19 | 1 | -16/+1 |
| * | Moved #define of IPFLOW_HASHBITS to ip_flow.c where I think it belongs. | David Greenman | 1998-05-19 | 1 | -2/+1 |
| * | Added fast IP forwarding code by Matt Thomas <matt@3am-software.com> via | David Greenman | 1998-05-19 | 1 | -1/+19 |
| * | Some staticized variables were still declared to be extern. | Bruce Evans | 1997-09-07 | 1 | -2/+1 |
| * | Connect the ipdivert div_usrreqs struct to the ip proto switch table | Peter Wemm | 1997-05-25 | 1 | -3/+2 |
| * | The long-awaited mega-massive-network-code- cleanup. Part I. | Garrett Wollman | 1997-04-27 | 1 | -3/+5 |
| * | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | Convert raw IP from mondo-switch-statement-from-Hell to | Garrett Wollman | 1997-02-18 | 1 | -2/+1 |
| * | Provide PRC_IFDOWN and PRC_IFUP support for IP. Now, when an interface | Garrett Wollman | 1997-02-13 | 1 | -0/+1 |
| * | Count multicast packets received for groups of which we are not | Garrett Wollman | 1997-01-21 | 1 | -0/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Forward-declare `struct inpcb' so that including this file doesn't cause | Bruce Evans | 1996-11-12 | 1 | -1/+2 |
| * | Add the IP_RECVIF socket option, which supplies a packet's incoming interface | Bill Fenner | 1996-11-11 | 1 | -1/+3 |
| * | Don't allow reassembly to create packets bigger than IP_MAXPACKET, and count | Bill Fenner | 1996-10-25 | 1 | -2/+3 |
| * | Give ip_len and ip_off more natural, unsigned types. | Garrett Wollman | 1996-10-23 | 1 | -3/+3 |
| * | Forward-declared `struct route' for the KERNEL case so that <net/route.h> | Bruce Evans | 1996-10-15 | 1 | -5/+7 |
| * | Adding changes to ipfw and the kernel to support ip packet diversion.. | Julian Elischer | 1996-07-10 | 1 | -2/+14 |
| * | Make rip_input() take the header length | Bill Fenner | 1996-03-26 | 1 | -5/+4 |
| * | Fix a bunch of spelling errors in the comment fields of | Mike Pritchard | 1996-01-30 | 1 | -2/+2 |
| * | Another mega commit to staticize things. | Poul-Henning Kamp | 1995-12-14 | 1 | -2/+1 |
| * | Path MTU Discovery is now standard. | Garrett Wollman | 1995-12-05 | 1 | -3/+1 |
| * | New style sysctl & staticize alot of stuff. | Poul-Henning Kamp | 1995-11-14 | 1 | -16/+1 |
| * | Merge 4.4-Lite-2 by updating the version number. | Garrett Wollman | 1995-09-21 | 1 | -2/+2 |
| * | Initial back-end support for IP MTU discovery, gated on MTUDISC. The support | Garrett Wollman | 1995-09-18 | 1 | -1/+4 |
| * | Fix test for determining when RSVP is inactive in a router. (In this | Garrett Wollman | 1995-07-26 | 1 | -1/+2 |
| * | Added function prototypes for ip_rsvp_vif_init, ip_rsvp_vif_done, and | David Greenman | 1995-06-28 | 1 | -1/+4 |
| * | Kernel side of 3.5 multicast routing code, based on work by Bill Fenner | Garrett Wollman | 1995-06-13 | 1 | -3/+4 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -3/+3 |
| * | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | Bruce Evans | 1995-03-16 | 1 | -1/+3 |
| * | This set of patches enables IP multicasting to work under FreeBSD. I am | Garrett Wollman | 1995-03-16 | 1 | -1/+5 |
| * | YPfix | Poul-Henning Kamp | 1995-02-14 | 1 | -1/+3 |
| * | Shuffle some functions and variables around to make it possible for | Garrett Wollman | 1994-09-14 | 1 | -2/+2 |
| * | Initial get-the-easy-case-working upgrade of the multicast code | Garrett Wollman | 1994-09-06 | 1 | -2/+6 |