Age | Commit message (Expand) | Author |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-11-06 | send igmp v2 leave messages to allrouters address (PR#2164) | Jakob Schlyter |
2001-07-05 | Style | Angelos D. Keromytis |
2001-07-05 | IPComp itself (include files). angelos@ ok. | Jean-Jacques Bernard-Gundol |
2001-06-25 | Use in_cksum_phdr() rather than in_cksum() -- from NetBSD | Angelos D. Keromytis |
2001-06-24 | Import in_cksum_phdr() and in_cksum_addword() from NetBSD. | Angelos D. Keromytis |
2001-06-24 | Import in_delayed_cksum() and convert to using it; also, don't do | Angelos D. Keromytis |
2001-06-23 | Typo. | Angelos D. Keromytis |
2001-06-23 | Prototype for in4_cksum() | Angelos D. Keromytis |
2001-06-12 | IPsec setsockopts. | Angelos D. Keromytis |
2001-06-09 | Inclusion protection. | Angelos D. Keromytis |
2001-05-27 | Add some IPsec-related IP-level socket options. | Angelos D. Keromytis |
2001-05-17 | convert mbuf and cluster allocation to pool, mostly from NetBSD | Niels Provos |
2000-12-09 | remove duplicated def of INET_ADDRSTRLEN. | Jun-ichiro itojun Hagino |
2000-09-19 | Lots and lots of changes. | Angelos D. Keromytis |
2000-09-18 | Path MTU discovery based on NetBSD but with the decision to use the DF | Niels Provos |
2000-06-18 | for mcdonald-simple-ipsec-api get/setsockopt, variable size was mixed up. | Jun-ichiro itojun Hagino |
2000-05-25 | net.inet.ip.gif_ttl (and IPv6 counterpart) is never used. | Jun-ichiro itojun Hagino |
2000-02-09 | improve RFC2553/2292 conformance. netinet6/{ip6,icmp6,in6}.h should not | Jun-ichiro itojun Hagino |
2000-01-26 | new bindresvport() semantics that itojun, shin, jean-luc and i have agreed on... | Theo de Raadt |
2000-01-21 | Rename the ip4_* routines to ipip_*, make it so GIF tunnels are not | Angelos D. Keromytis |
2000-01-18 | Bump IPPROTO_MAX to include IPPROTO_MOBILE and IPPROTO_ETHERIP. | Angelos D. Keromytis |
2000-01-11 | Remove ifdef'ed out definitions. | Angelos D. Keromytis |
2000-01-10 | Add 10 new ipsec-related sysctl variables...they are currently under | Angelos D. Keromytis |
2000-01-10 | Add net.inet.ip.ipsec-invalid-life, default value 60 seconds; the | Angelos D. Keromytis |
2000-01-09 | Add a sysctl for IPsec ingress access control (better explanation on a | Angelos D. Keromytis |
2000-01-07 | Forgot the names here... | Angelos D. Keromytis |
2000-01-07 | IPPROTO_GRE and IPPROTO_MOBILE definitions (from NetBSD) | Angelos D. Keromytis |
1999-12-18 | too much software forgets to include sys/socket.h, SIGH | Theo de Raadt |
1999-12-16 | rresvport_af() and bindresvport_af() | Theo de Raadt |
1999-12-08 | bring in KAME IPv6 code, dated 19991208. | Jun-ichiro itojun Hagino |
1999-10-28 | Add etherip.allow sysctl node entry. | Angelos D. Keromytis |
1999-10-28 | Define IPPROTO_ETHERIP. | Angelos D. Keromytis |
1999-04-11 | Introduce net.inet.{ah,esp}.enable sysctl controls that are off by default. | Niklas Hallqvist |
1999-04-09 | The kernel parts of a sysctl that can switch on/off IP-in-IP (protocol 4) | Niklas Hallqvist |
1999-03-27 | add SADB_X_BINDSA to pfkey allowing incoming SAs to refer to an outgoing | Niels Provos |
1999-03-24 | Removed old NRL convention in6a_words virtual-field from struct in6_addr. | cmetz |
1999-02-24 | Added in.h definitions required by IPv6 Basic API and Advanced API specs, and | cmetz |
1999-02-17 | add fragment flood protection; configureable using sysctl ip.maxqueue | Theo de Raadt |
1999-01-10 | merge INPROTO_* tables | Theo de Raadt |
1999-01-07 | update for ipv6 | Theo de Raadt |
1999-01-03 | use int8_t, not char in c++ case for consistency and fix indentation | Todd C. Miller |
1999-01-01 | mirror OSF1 solution for ip_opts[] within struct called ip_opts; dm@, pr#681 | Theo de Raadt |
1998-05-18 | first step to the setsockopt/getsockopt interface as described in | Niels Provos |
1998-02-11 | make IPPORT_USERRESERVED a nice fat number -> random ports look really funky. | Theo de Raadt |
1997-11-30 | Move in_addr_t and in_port_t to <sys/types.h> and add sa_family_t | Todd C. Miller |
1997-07-28 | Make struct in_addr contain an in_addr_t since that's what | Todd C. Miller |
1997-07-02 | Move prototype for bindresvport(3) to <netiniet/in.h> as it is | Todd C. Miller |
1997-02-28 | IPsec socket API hooks are in. | Angelos D. Keromytis |
1997-02-20 | IPSEC package by John Ioannidis and Angelos D. Keromytis. Written in | Theo de Raadt |