summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
1999-12-10use proper type for in6_first_ifid (char -> u_int8_t)Jun-ichiro itojun Hagino
1999-12-10shrinkTheo de Raadt
1999-12-10Remove remaining unnecessary ifdefs (itojun will hate me for this :-)Angelos D. Keromytis
1999-12-10sorry angelos, they are not used any more :-PJun-ichiro itojun Hagino
1999-12-10Add code to allow for IPv6 IPsec destinations in IPv4 IPsec flows (e.g.,Angelos D. Keromytis
1999-12-10Add RCS tags, remove unused header files and code, remove a fewAngelos D. Keromytis
1999-12-10fix rx mbuf allocationJason Wright
1999-12-10but... these are needed by the bootblocksTheo de Raadt
1999-12-10syncJason Wright
1999-12-10add DAVICOM, DAVICOM DM9100, and DAVICOM DM9102Jason Wright
1999-12-09Opps, missed to change one FREE(pv, ...) to pvfree(pv).Artur Grabowski
1999-12-09Fix a bug we've had for ages.Artur Grabowski
1999-12-09Use otos rather than writing directly to ip_tos in the IPv4 headerAngelos D. Keromytis
1999-12-09Fix comment typos.Angelos D. Keromytis
1999-12-09angelos and downsj, communicate, you dorksTheo de Raadt
1999-12-09Include ipsec_input.cAngelos D. Keromytis
1999-12-09Move variable decls into the appropriate #ifdefs so GENERIC compiles...Jason Downs
1999-12-09Since we uncache the memory in dvma_malloc, it is a good idea to recacheit inArtur Grabowski
1999-12-09Change the kvm_uncache interface to a kvm_setcache that can uncacheArtur Grabowski
1999-12-09$OpenBSD$ id'sJason Wright
1999-12-09uncomment dcJason Wright
1999-12-09ipsec_input.c instead of ip_esp.c and ip_ah.cNiels Provos
1999-12-09Make PMAP_NEW compile again.Artur Grabowski
1999-12-09do not perform IPv6 initialization for loopback interface.Jun-ichiro itojun Hagino
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