Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o Add IPOPT_ESO for the 'Extended Security' IP option (RFC1108) | rwatson | 2001-12-14 | 1 | -0/+1 |
| | | | | Obtained from: TrustedBSD Project | ||||
* | o Add definition for IPOPT_CIPSO, the commercial security IP option | rwatson | 2001-12-14 | 1 | -0/+1 |
| | | | | | | | number. Submitted by: Ilmar S. Habibulin <ilmar@watson.org> Obtained from: TrustedBSD Project | ||||
* | IPSEC support in the kernel. | shin | 1999-12-22 | 1 | -0/+4 |
| | | | | | | | | pr_input() routines prototype is also changed to support IPSEC and IPV6 chained protocol headers. Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Fixed pedantic semantics errors (bitfields not of type int, signed int | bde | 1998-06-07 | 1 | -5/+5 |
| | | | | or unsigned int). | ||||
* | NetBSD PR# 2772 | dima | 1998-02-26 | 1 | -1/+2 |
| | | | | Reviewed by: David Greenman | ||||
* | Removed a stale comment. (We don't declare ip_len and ip_offset as | bde | 1997-12-19 | 1 | -5/+1 |
| | | | | | short. I guess we depend on bogus ANSI value-preserving extension of u_short to int to avoid unsigned comparison bugs.) | ||||
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
| | | | | ready for it yet. | ||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
| | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
* | Give ip_len and ip_off more natural, unsigned types. | wollman | 1996-10-23 | 1 | -3/+3 |
| | |||||
* | Define a few macros useful in the _IP_VHL case. | wollman | 1996-04-18 | 1 | -1/+8 |
| | |||||
* | IGMPv2 routines rewritten, to be more compact and to fully comply | fenner | 1996-03-14 | 1 | -1/+2 |
| | | | | with the IGMPv2 Internet Draft (including Router Alert IP option) | ||||
* | If _IP_VHL is defined, declare a single ip_vhl member in struct ip rather | wollman | 1995-12-21 | 1 | -1/+5 |
| | | | | | than separate ip_v and ip_hl members. Should have no effect on current code, but I'd eventually like to get rid of those obnoxious bitfields completely. | ||||
* | Merge 4.4-Lite-2 by updating the version number. | wollman | 1995-09-21 | 1 | -2/+2 |
| | | | | Obtained from: 4.4BSD-Lite-2 | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -5/+5 |
| | |||||
* | Add IPTOS_MINCOST according to RFC 1349 | ache | 1995-05-05 | 1 | -2/+3 |
| | | | | | | Change IPTOS_PREC_ROUTINE to 0 (was conflict with IPTOS_LOWDELAY) according to RFC 791 (unchanged since it) and BSDI 2.0 style Submitted by: Igor Sviridov <siac@ua.net> | ||||
* | Made idempotent. | paul | 1994-08-21 | 1 | -1/+6 |
| | | | | Submitted by: Paul | ||||
* | Added $Id$ | dg | 1994-08-02 | 1 | -0/+1 |
| | |||||
* | BSD 4.4 Lite Kernel Sources | rgrimes | 1994-05-24 | 1 | -0/+168 |