summaryrefslogtreecommitdiff
path: root/sys/netinet/ip.h
AgeCommit message (Collapse)Author
2001-06-09Inclusion protection.Angelos D. Keromytis
1999-12-08bring in KAME IPv6 code, dated 19991208.Jun-ichiro itojun Hagino
replaces NRL IPv6 layer. reuses NRL pcb layer. no IPsec-on-v6 support. see sys/netinet6/{TODO,IMPLEMENTATION} for more details. GENERIC configuration should work fine as before. GENERIC.v6 works fine as well, but you'll need KAME userland tools to play with IPv6 (will be bringed into soon).
1999-07-06Added support for TCP MD5 option (RFC 2385).cmetz
1997-02-24OpenBSD tags + some prototyping policeNiklas Hallqvist
1997-01-26Make ip_len and ip_off unsigned values; don't transmit or accept packetsThorsten Lockert
larger than the maximum IP packet size. From NetBSD.
1996-10-18Do not run IP defragmentation routines unneccecarily; NetBSD PR# 2772Thorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt