summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
1999-12-09Fix pmap_kenter_pa4m. First shot at a better pmap_kenter_pgs.Artur Grabowski
1999-12-09So I was lying...unify ESP and AH wrapper-input processing. The newAngelos D. Keromytis
1999-12-09Ok, no more IPsec for OpenBSD...I've had enough with it.Angelos D. Keromytis
1999-12-09Add v4/v6 wrapper routine definitions.Angelos D. Keromytis
1999-12-09Couple of paranoid ifdefs...Angelos D. Keromytis
1999-12-09ip4e_output() can now generate any combination of IP{4,6}-in-IP{4,6}Angelos D. Keromytis
1999-12-09Unspecified tunnel endpoint use statistic.Angelos D. Keromytis
1999-12-09Protocol family mismatch counter.Angelos D. Keromytis
1999-12-09Be more careful with IPv4 multicast (make sure it's IPv4), and removeAngelos D. Keromytis
1999-12-09ip4_input() can now handle either of IP-in-IP or IP-in-IPv6Angelos D. Keromytis
1999-12-09We can't use the gif interface input routine for IPIP/IP6IPAngelos D. Keromytis
1999-12-09IPv6 support should now be complete (well, we need the right hooks inAngelos D. Keromytis
1999-12-09Minor cleanupAngelos D. Keromytis
1999-12-09first arg to pmap_changebit is paddr_tMichael Shalayeff
1999-12-09Bogus include file crept in.Angelos D. Keromytis
1999-12-09Shrink...Angelos D. Keromytis
1999-12-09Add prototype for esp6_input() wrapper to ESP input processing routine.Angelos D. Keromytis
1999-12-08only replace .mul/.umul on v8 cpusTheo de Raadt
1999-12-08syncTheo de Raadt
1999-12-08@@@0001 is not a sbTheo de Raadt
1999-12-08fix mbuf chain allocation to comply with m_devget() wayJason Wright
1999-12-08fix mbuf chain allocation to comply with m_devget() way.Jason Wright
1999-12-08DEC/Intel 21143 and "tulip" clone Ethernet driver. Intended to replace theAaron Campbell
1999-12-08silence more DAD debugging informationTheo de Raadt
1999-12-08s/ipv6intr/ip6intr/Jun-ichiro itojun Hagino
1999-12-08s/ipv6intr/ip6intr/Michael Shalayeff
1999-12-08Readd the PMAP_NEW code, this time with the missing ifdef.Artur Grabowski
1999-12-08undo even more damageTheo de Raadt
1999-12-08undo total garbage untested sloppy commit from artTheo de Raadt
1999-12-08silence non-duplicate DAD completion messagesTheo de Raadt
1999-12-08Fix debugging printf compilation.Angelos D. Keromytis
1999-12-08ifdef cleanup...Angelos D. Keromytis
1999-12-08Better pmap_kenter_pa4m.Artur Grabowski
1999-12-08Identation.Angelos D. Keromytis
1999-12-08Removed about 24KB of ifdef'ed code. It's nice to be able to see whatAngelos D. Keromytis
1999-12-08Dumb implementation of PMAP_NEW, it works but without any gains yet.Artur Grabowski
1999-12-08Type in sizeofsAngelos D. Keromytis
1999-12-08bring in KAME IPv6 code, dated 19991208.Jun-ichiro itojun Hagino
1999-12-08add GENERIC.v6 (IPv6 test configuration). to be integrated into GENREIC.Jun-ichiro itojun Hagino
1999-12-08Move the FIBMAP ioctl.Angelos D. Keromytis
1999-12-08KAME IPv6 merger TODOs. you may want to see them earlier...Jun-ichiro itojun Hagino
1999-12-08IPv6 header handling, improve IPv4 option handling support.Angelos D. Keromytis
1999-12-08fix mbuf chain allocation to comply with m_devget() way.Jun-ichiro itojun Hagino
1999-12-08comment out call to inet_ntoa6() as we don't have the code yet.Jun-ichiro itojun Hagino
1999-12-08fix field name (ip6_hdr->ip6_src). use IN6_ARE_ADDR_EQUAL for comparison.Jun-ichiro itojun Hagino
1999-12-08AH finished, a couple of cosmetic changes in ESP.Angelos D. Keromytis
1999-12-08make sure video timing is enabled (not always done by prom); NetBSD.Jason Wright
1999-12-08Remove unused #define cruft.Aaron Campbell
1999-12-08Whoops; forgot to bump FreeBSD version numbers.Aaron Campbell
1999-12-08Sync with FreeBSD:Aaron Campbell