| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a stack of KAME netinet6/in6.h warnings: | peter | 2001-06-15 | 1 | -2/+4 |
* | IPv4 address is not unsigned int. This change introduces in_addr_t. | ume | 2001-03-23 | 1 | -1/+1 |
* | o Move per-process jail pointer (p->pr_prison) to inside of the subject | rwatson | 2001-02-21 | 1 | -3/+0 |
* | Add definitions for IPPROTO numbers 55-57. | asmodai | 2001-02-14 | 1 | -1/+3 |
* | Prototype inet_ntoa_r and thereby silence a warning from GCC. The function | bmilekic | 2001-01-12 | 1 | -0/+1 |
* | sync with kame tree as of july00. tons of bug fixes/improvements. | itojun | 2000-07-04 | 1 | -1/+30 |
* | Add #include <machine/in_cksum.h>, in order to pick up the checksum | jlemon | 2000-05-06 | 1 | -1/+0 |
* | Forbid include of soem inet6 header files from wrong place | shin | 2000-02-10 | 1 | -0/+2 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 1 | -3/+3 |
* | IPSEC support in the kernel. | shin | 1999-12-22 | 1 | -1/+1 |
* | KAME related header files additions and merges. | shin | 1999-11-05 | 1 | -18/+36 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Make ipfw's logging more dynamic. Now, log will use the default limit | green | 1999-08-01 | 1 | -1/+2 |
* | Pre-declare struct proc to avoid 'inside param list' warnings. | peter | 1999-05-08 | 1 | -1/+2 |
* | Free the dummynet descriptor in ip_dummynet, not in the called | luigi | 1999-05-04 | 1 | -2/+3 |
* | This Implements the mumbled about "Jail" feature. | phk | 1999-04-28 | 1 | -1/+4 |
* | Tidy up some stray / unused stuff in the IPFW package and friends. | peter | 1999-04-20 | 1 | -2/+1 |
* | Last bits (i think) of dummynet for -current. | luigi | 1998-12-14 | 1 | -1/+6 |
* | Yow! Completely change the way socket options are handled, eliminating | wollman | 1998-08-23 | 1 | -16/+1 |
* | Support for IPFW based transparent forwarding. | julian | 1998-07-06 | 1 | -2/+2 |
* | Fix wrong data type for a pointer. | julian | 1998-06-06 | 1 | -2/+2 |
* | clean up the changes made to ipfw over the last weeks | julian | 1998-06-06 | 1 | -2/+2 |
* | Added fast IP forwarding code by Matt Thomas <matt@3am-software.com> via | dg | 1998-05-19 | 1 | -2/+4 |
* | Treat all internet addresses as u_int32_t. | jb | 1998-05-10 | 1 | -15/+15 |
* | According to: | phk | 1998-04-19 | 1 | -3/+14 |
* | OOPs typo TCF, not TCP.... | julian | 1998-02-25 | 1 | -2/+2 |
* | Bring our in.h up to date with respect to allocated | julian | 1998-02-25 | 1 | -3/+86 |
* | Add new sysctl variable: net.inet.ip.accept_sourceroute | guido | 1998-02-16 | 1 | -2/+4 |
* | Export ipstat via sysctl. Don't understand why this wasn't done before. | wollman | 1997-09-25 | 1 | -2/+4 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Add INADDR_LOOPBACK, moved from <rpc/rpc.h> | peter | 1996-12-30 | 1 | -1/+2 |
* | Add the IP_RECVIF socket option, which supplies a packet's incoming interface | fenner | 1996-11-11 | 1 | -1/+2 |
* | Changed args to the nat functions. | sos | 1996-10-22 | 1 | -2/+2 |
* | Reword two comments. | alex | 1996-10-19 | 1 | -3/+3 |
* | Add hooks for an IP NAT module, much like the firewall stuff... | sos | 1996-08-21 | 1 | -5/+21 |
* | Add two more portrange sysctls, which control the area of the below | peter | 1996-08-12 | 1 | -2/+10 |
* | Adding changes to ipfw and the kernel to support ip packet diversion.. | julian | 1996-07-10 | 1 | -1/+2 |
* | Add feature for tcp "established". | phk | 1996-04-03 | 1 | -3/+9 |
* | IGMPv2 routines rewritten, to be more compact and to fully comply | fenner | 1996-03-14 | 1 | -1/+2 |
* | Make the default behavior of local port assignment match traditional | peter | 1996-02-22 | 1 | -14/+48 |
* | Change the default local address range for IP from 1024 through 5000 | peter | 1996-01-19 | 1 | -1/+15 |
* | New style sysctl & staticize alot of stuff. | phk | 1995-11-14 | 1 | -3/+1 |
* | Instrument the IP input queue with two new read-only MIB entries: | wollman | 1995-11-01 | 1 | -2/+6 |
* | Change the compile-time option of DIRECTED_BROADCAST into a sysctl | peter | 1995-07-18 | 1 | -2/+4 |
* | Kernel side of 3.5 multicast routing code, based on work by Bill Fenner | wollman | 1995-06-13 | 1 | -3/+5 |
* | Reject source routes unless configured on by administrator. | wollman | 1995-03-16 | 1 | -1/+3 |
* | Add inet_ntoa() and replace ARP's private routine with same. | wollman | 1995-03-16 | 1 | -1/+4 |
* | Attempt to make the host route cache a bit smarter under conditions of | wollman | 1995-02-14 | 1 | -2/+6 |
* | Correct sysctl info so that net.inet.ip.rtexpire is actually accessible. | wollman | 1994-12-21 | 1 | -2/+2 |