| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the ability to limit the number of IP fragments allowed per packet, | silby | 2003-02-22 | 1 | -0/+1 |
* | Back out the ip_fragment() code -- it is not urgent to have it in now, | luigi | 2002-11-20 | 1 | -2/+0 |
* | Move the ip_fragment code from ip_output() to a separate function, | luigi | 2002-11-17 | 1 | -0/+2 |
* | Massive cleanup of the ip_mroute code. | luigi | 2002-11-15 | 1 | -3/+4 |
* | Fix two instances of variant struct definitions in sys/netinet: | phk | 2002-10-20 | 1 | -2/+0 |
* | Replace aux mbufs with packet tags: | sam | 2002-10-16 | 1 | -1/+2 |
* | Perform a nested include of _label.h if #ifdef _KERNEL. This will | rwatson | 2002-08-15 | 1 | -0/+4 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-07-30 | 1 | -0/+1 |
* | Don't export 'struct ipq' from kernel, instead #ifdef _KERNEL. As kernel | rwatson | 2002-07-20 | 1 | -0/+2 |
* | Remove ip_fw_fwd_addr (forgotten in previous commit) | luigi | 2002-06-23 | 1 | -7/+5 |
* | Remove (almost all) global variables that were used to hold | luigi | 2002-06-22 | 1 | -2/+1 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -32/+32 |
* | - Make ip_rtaddr() global, and use it to look up the correct source | ru | 2001-11-30 | 1 | -0/+2 |
* | Patches from Keiichi SHIMA <keiichi@iij.ad.jp> | julian | 2001-09-03 | 1 | -4/+4 |
* | Sync with recent KAME. | ume | 2001-06-11 | 1 | -0/+4 |
* | Add ``options RANDOM_IP_ID'' which randomizes the ID field of IP packets. | kris | 2001-06-01 | 1 | -0/+6 |
* | Invalidate cached forwarding route (ipforward_rt) whenever a new route | ru | 2001-03-19 | 1 | -0/+1 |
* | <sys/queue.h> makeover. | phk | 2001-03-16 | 1 | -1/+1 |
* | sync with kame tree as of july00. tons of bug fixes/improvements. | itojun | 2000-07-04 | 1 | -3/+0 |
* | Compute the checksum before handing the packet off to IPFilter. | jlemon | 2000-05-21 | 1 | -0/+2 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 1 | -2/+2 |
* | IPSEC support in the kernel. | shin | 1999-12-22 | 1 | -4/+7 |
* | Miscellaneous fixes/cleanups relating to ipfw and divert(4): | archie | 1999-12-06 | 1 | -4/+4 |
* | KAME related header files additions and merges. | shin | 1999-11-05 | 1 | -0/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Re-implement tcp and ip fragment reassembly to not store pointers in the | dfr | 1998-08-24 | 1 | -32/+3 |
* | Yow! Completely change the way socket options are handled, eliminating | wollman | 1998-08-23 | 1 | -7/+7 |
* | Removed a bogus forward struct declaration. | bde | 1998-07-13 | 1 | -4/+4 |
* | Support for IPFW based transparent forwarding. | julian | 1998-07-06 | 1 | -1/+4 |
* | Fixed pedantic semantics errors (bitfields not of type int, signed int | bde | 1998-06-08 | 1 | -3/+3 |
* | clean up the changes made to ipfw over the last weeks | julian | 1998-06-06 | 1 | -10/+2 |
* | Reverse the default sense of the IPFW/DIVERT reinjection code | julian | 1998-06-05 | 1 | -5/+5 |
* | Add optional code to change the way that divert and ipfw work together. | julian | 1998-05-25 | 1 | -1/+10 |
* | Move (private) struct ipflow out of ip_var.h, to reduce dependencies | pb | 1998-05-19 | 1 | -16/+1 |
* | Moved #define of IPFLOW_HASHBITS to ip_flow.c where I think it belongs. | dg | 1998-05-19 | 1 | -2/+1 |
* | Added fast IP forwarding code by Matt Thomas <matt@3am-software.com> via | dg | 1998-05-19 | 1 | -1/+19 |
* | Some staticized variables were still declared to be extern. | bde | 1997-09-07 | 1 | -2/+1 |
* | Connect the ipdivert div_usrreqs struct to the ip proto switch table | peter | 1997-05-25 | 1 | -3/+2 |
* | The long-awaited mega-massive-network-code- cleanup. Part I. | wollman | 1997-04-27 | 1 | -3/+5 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Convert raw IP from mondo-switch-statement-from-Hell to | wollman | 1997-02-18 | 1 | -2/+1 |
* | Provide PRC_IFDOWN and PRC_IFUP support for IP. Now, when an interface | wollman | 1997-02-13 | 1 | -0/+1 |
* | Count multicast packets received for groups of which we are not | wollman | 1997-01-21 | 1 | -0/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Forward-declare `struct inpcb' so that including this file doesn't cause | bde | 1996-11-12 | 1 | -1/+2 |
* | Add the IP_RECVIF socket option, which supplies a packet's incoming interface | fenner | 1996-11-11 | 1 | -1/+3 |
* | Don't allow reassembly to create packets bigger than IP_MAXPACKET, and count | fenner | 1996-10-25 | 1 | -2/+3 |
* | Give ip_len and ip_off more natural, unsigned types. | wollman | 1996-10-23 | 1 | -3/+3 |
* | Forward-declared `struct route' for the KERNEL case so that <net/route.h> | bde | 1996-10-15 | 1 | -5/+7 |
* | Adding changes to ipfw and the kernel to support ip packet diversion.. | julian | 1996-07-10 | 1 | -2/+14 |