| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the last two global variables that are used to store packet state while | andre | 2004-09-15 | 1 | -1/+1 |
* | Always compile PFIL_HOOKS into the kernel and remove the associated kernel | andre | 2004-08-27 | 1 | -3/+1 |
* | Convert ipfw to use PFIL_HOOKS. This is change is transparent to userland | andre | 2004-08-17 | 1 | -0/+2 |
* | Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSD | dwmalone | 2004-08-14 | 1 | -6/+13 |
* | Provide the sysctl net.inet.ip.process_options to control the processing | andre | 2004-05-06 | 1 | -0/+1 |
* | Rename ip_claim_next_hop() to m_claim_next_hop(), give it an extra arg | darrenr | 2004-05-02 | 1 | -16/+0 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | Re-remove MT_TAGs. The problems with dummynet have been fixed now. | mlaier | 2004-02-25 | 1 | -10/+18 |
* | Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet is | mlaier | 2004-02-18 | 1 | -16/+9 |
* | This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacing | mlaier | 2004-02-13 | 1 | -9/+16 |
* | Make ipstealth global as we need it in ip_fastforward too. | andre | 2003-11-15 | 1 | -0/+3 |
* | Remove the global one-level rtcache variable and associated | andre | 2003-11-14 | 1 | -2/+1 |
* | Modify the MAC Framework so that instead of embedding a (struct label) | rwatson | 2003-11-12 | 1 | -5/+1 |
* | divert socket fixups: | sam | 2003-11-08 | 1 | -0/+1 |
* | Lock ip forwarding route cache. While we're at it, remove the global | sam | 2003-10-14 | 1 | -1/+1 |
* | o update PFIL_HOOKS support to current API used by netbsd | sam | 2003-09-23 | 1 | -0/+4 |
* | Add the IP_ONESBCAST option, to enable undirected IP broadcasts to be sent on | bms | 2003-08-20 | 1 | -0/+1 |
* | 1. Basic PIM kernel support | hsu | 2003-08-07 | 1 | -0/+2 |
* | Back out support for RFC3514. | mdodd | 2003-04-02 | 1 | -1/+0 |
* | Implement support for RFC 3514 (The Security Flag in the IPv4 Header). | mdodd | 2003-04-01 | 1 | -0/+1 |
* | 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 |