| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC of port randomization rate-based disabling: | Mike Silbersack | 2005-01-02 | 1 | -0/+1 |
| * | MFC: Add the IP_ONESBCAST option, to enable undirected IP broadcasts to be | Bruce M Simpson | 2003-09-09 | 1 | -0/+1 |
| * | Merge from -current support for Protocol Independent Multicast. | Jeffrey Hsu | 2003-08-24 | 1 | -0/+2 |
| * | A correct MFC: | Mike Silbersack | 2003-02-27 | 1 | -0/+1 |
| * | Backout: | Mike Silbersack | 2003-02-27 | 1 | -1/+0 |
| * | IP frag per packet limits | Mike Silbersack | 2003-02-27 | 1 | -0/+1 |
| * | MFC: m_tag support | Sam Leffler | 2003-01-23 | 1 | -1/+2 |
| * | MFC: fix multicast routing KLD support, including some minor bug fixes | Luigi Rizzo | 2002-11-20 | 1 | -4/+4 |
| * | MFC: in_rmx.c,v 1.39, ip_input.c,v 1.165, and ip_var.h,v 1.54: | Ruslan Ermilov | 2002-08-09 | 1 | -0/+1 |
| * | The purpose of this commit is to bring the net/ and netinet/ sources | Luigi Rizzo | 2002-07-09 | 1 | -35/+32 |
| * | MFC: | Ruslan Ermilov | 2001-12-07 | 1 | -0/+2 |
| * | MFC: Add ``options RANDOM_IP_ID'' which randomizes the ID field of IP | Kris Kennaway | 2001-07-19 | 1 | -0/+6 |
| * | MFC: Sync with recent KAME. | Hajimu UMEMOTO | 2001-07-03 | 1 | -0/+4 |
| * | MFC: Merge KAME 2000/07/01 code. | Kris Kennaway | 2000-07-15 | 1 | -3/+0 |
| * | MFC: fix problem with interaction between delayed checksums & 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 |