summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-06-18KNF (sorry craig)Jun-ichiro itojun Hagino
2000-06-18Xr hostname.ifNiklas Hallqvist
2000-06-18remove now-unnecessary statement due to "for" logic clarfication.Jun-ichiro itojun Hagino
2000-06-18Mark kernel threads as system processes. Make ps hide them by default,Niklas Hallqvist
2000-06-18correct logic mistake in in6_pcbnotify, due to indentation.Jun-ichiro itojun Hagino
2000-06-18don't reset the chip on NORXD, and certainly don't print a message about itJason Wright
2000-06-18remove unused junkJason Wright
2000-06-18hmm, you'd never know these started out as if_ie.c....Jason Wright
2000-06-18sync with KAME udp6_output(). udp output logic is very different betweenJun-ichiro itojun Hagino
2000-06-18allow IPsec-related get/setsockopt on IPv6 socket. due to number conflictJun-ichiro itojun Hagino
2000-06-18use in6_recoverscopeJun-ichiro itojun Hagino
2000-06-18syncTheo de Raadt
2000-06-18do not mess with tty's. makes EDITOR=ed cvs commit work over ssh2Markus Friedl
2000-06-18- Give more precise definitions for the -d and -f options.Aaron Campbell
2000-06-18Document the /fastboot feature. If this file exists at boot-time, rc(8) willAaron Campbell
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-18Fix a printf-style format errorbrian
2000-06-18Improve RIP support; PR#1266, James Ponder <james@oaktree.co.uk>Jakob Schlyter
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-18OpenBSD tagJason Wright
2000-06-18add pppoeJason Wright
2000-06-18sanity check: panic if AF_INET6 inpcb is passed to ip_outputJun-ichiro itojun Hagino
2000-06-18import my pppoe codeJason Wright
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-18fix inspired by pr 744 from karls@inet.noTodd T. Fries
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-18add ipv6 supportBob Beck
2000-06-18typoMarkus Friedl
2000-06-18support ipv6 for tcp_identBob Beck
2000-06-18less mbuf alignment change in extension header processing.Jun-ichiro itojun Hagino
2000-06-18split auth-rsa option parsing into auth-optionsMarkus Friedl
2000-06-18indentAaron Campbell