summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2000-06-18lookup routing table for multicast too, to allow scoped IPv6 multicastJun-ichiro itojun Hagino
2000-06-18syncOleg Safiullin
2000-06-18oopsOleg Safiullin
2000-06-18syncOleg Safiullin
2000-06-18add GeForce256Oleg Safiullin
2000-06-18Support FIONBIO and FIOASYNC. FIOASYNC is more or less a no-op>Todd C. Miller
2000-06-18change keysize from 8 bytes to 24 for Triple-DES and to 32 for Blowfish.Niels Provos
2000-06-18syncTheo de Raadt
2000-06-18match 82559ERTheo de Raadt
2000-06-18new type of fxpTheo de Raadt
2000-06-18permit compilation of non-V6 kernelsTheo de Raadt
2000-06-18Register software Rijndael.Angelos D. Keromytis
2000-06-18Add Rijndael (128-bit blocksize) in the software crypto driver.Angelos D. Keromytis
2000-06-18Use M_NOWAIT instead of M_DONTWAIT in MALLOC() (even though they'reAngelos D. Keromytis
2000-06-18sanity check: panic if AF_INET6 inpcb is passed to ip_outputJun-ichiro itojun Hagino
2000-06-18remove obsolete IP_DF handling from KAME tree (#if 0'ed all the time)Jun-ichiro itojun Hagino
2000-06-18for mcdonald-simple-ipsec-api get/setsockopt, variable size was mixed up.Jun-ichiro itojun Hagino
2000-06-18try to avoid useless m_pullup2Jun-ichiro itojun Hagino
2000-06-18fix off by one error in loop, prevent that odd lengths get passed toNiels Provos
2000-06-18move m_pullup2() equivalent for KAME requirement into ip6_input().Jun-ichiro itojun Hagino
2000-06-18IPv6 AH/ESP support, inbound side only. tested with KAME.Jun-ichiro itojun Hagino
2000-06-18Print++Angelos D. Keromytis
2000-06-18don't panic even if in6p == NULL.Jun-ichiro itojun Hagino
2000-06-18support ipv6 for tcp_identBob Beck
2000-06-18less mbuf alignment change in extension header processing.Jun-ichiro itojun Hagino
2000-06-18indentAaron Campbell
2000-06-18Thou shalt not bequeath to mere mortals the ability to change the configurationAaron Campbell
2000-06-18Use the same field data types as the reference code and adjust offsetsJason Wright
2000-06-18Fix an off-by-one error that caused uvm_fault() whenever changing any an(4)Aaron Campbell
2000-06-18Move prototype to include file.Angelos D. Keromytis
2000-06-18Process ID 5 is now the crypto kernel thread.Angelos D. Keromytis
2000-06-18The callbacks need to set the appropriate spl level now.Angelos D. Keromytis
2000-06-18Crypto kernel thread interface; requests are enqueued and processed byAngelos D. Keromytis
2000-06-18for setsockopt/getsockopt, don't assume non-PF_INET6 address family asJun-ichiro itojun Hagino
2000-06-18correct indentation for IPV6_PORTRANGEJun-ichiro itojun Hagino
2000-06-18Remove outdated comment.Angelos D. Keromytis
2000-06-18increase my commit count by 1, because after telling niels three times that h...Theo de Raadt
2000-06-17Change processing sequence:Angelos D. Keromytis
2000-06-17cbc modeNiels Provos
2000-06-17fix commentsNiels Provos
2000-06-17knfJason Wright
2000-06-17on ifconfig down ignore all routes pointing to the downed interface.Niels Provos
2000-06-17some KNFNiels Provos
2000-06-17Add support for AMD 53c974.Federico G. Schwindt
2000-06-17Do not disable the com port as sson as it is attached. Make compile again.Niklas Hallqvist
2000-06-17BSD copyright + tagsNiels Provos
2000-06-17initial import of tcfs.Niels Provos
2000-06-16take MIN/MAX from param.h, okay theo@Niels Provos
2000-06-16use memcmp() instead of bcmp(), memcmp is <,=,> but bcmp is =,!=Theo de Raadt
2000-06-16Pull memcmp() into libkern.Todd C. Miller