summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2000-06-20KNFTodd T. Fries
2000-06-20Convert if_slowtimo to use new timeouts.Artur Grabowski
2000-06-20knfJason Wright
2000-06-20call crypto_done()Jason Wright
2000-06-20Use crypto_done()Angelos D. Keromytis
2000-06-20crypto_done(), all it does for now is invoke the callback.Angelos D. Keromytis
2000-06-20Add crypto_done() prototype.Angelos D. Keromytis
2000-06-20Almost make a Megahertz card working, still rx probs thoughNiklas Hallqvist
2000-06-20some more esp devicesNiklas Hallqvist
2000-06-20regenNiklas Hallqvist
2000-06-20do not play with rcvif, if the traffic is non-IPv4.Jun-ichiro itojun Hagino
2000-06-20esp SCSI devicesNiklas Hallqvist
2000-06-20try to cope with AH6 with scoped address case better.Jun-ichiro itojun Hagino
2000-06-20initialize mtu/hlim for enc interface at encattach().Jun-ichiro itojun Hagino
2000-06-20After bpf_mtap(), in promisc mode, don't drop packets that aren't for us here;Aaron Campbell
2000-06-20timeout_add: Remove the right timeout when we see that it is on the list.Artur Grabowski
2000-06-20Big oops on my previous commit, broke gateway function; patch fromAngelos D. Keromytis
2000-06-20initialize hoplimit field properly on ipsec6 caseJun-ichiro itojun Hagino
2000-06-19correct header chasing code. take care of AH length.Jun-ichiro itojun Hagino
2000-06-19syncChris Cappuccio
2000-06-19new cmd ide controllersChris Cappuccio
2000-06-19xe needs ifmediaFederico G. Schwindt
2000-06-19esp at pcmcia, commented out.Federico G. Schwindt
2000-06-19Uncomment esp out now that the driver is in the tree.Federico G. Schwindt
2000-06-19Add pcmcia attachment of esp; from NetBSD.Federico G. Schwindt
2000-06-19oops, nuke unused variableJason Wright
2000-06-19IPv6 IPsec, outbound direction.Jun-ichiro itojun Hagino
2000-06-19Need to include rijndael.c for crypto | (inet & ipsec) tooThorsten Lockert
2000-06-19de-#ifdef-izeJason Wright
2000-06-19oops, add macbuf to the queue structureJason Wright
2000-06-19add authentication-only handling (easy setup).Jason Wright
2000-06-19Upload memory ranges for NEW_NONCONTIG code, this one forgotten before 2.7Miod Vallat
2000-06-19Small, usable, and it even boots on 4Mb machinesMiod Vallat
2000-06-19Insert missing splx(); me and roberto@ns2.freenix.org.Aaron Campbell
2000-06-18Oops on checking inp_tdb etc. (itojun@)Angelos D. Keromytis
2000-06-18Allow S to be overridden like on the other arches; provos@Todd C. Miller
2000-06-18more mbuf sanity checkJun-ichiro itojun Hagino
2000-06-18Correct function declaration.Angelos D. Keromytis
2000-06-18KNFJun-ichiro itojun Hagino
2000-06-18Arguments.Angelos D. Keromytis
2000-06-18Pull in the right header for ip6_sprintf(), fix argument.Angelos D. Keromytis
2000-06-18fix 3des decryptionNiels Provos
2000-06-18remove remains from NRL ipsec codeJun-ichiro itojun Hagino
2000-06-18Use ip6_sprintf() rather than the home-cooked inet6_ntoa4()Angelos D. Keromytis
2000-06-18split long "if" case (cosmetic; preparation for KNF)Jun-ichiro itojun Hagino
2000-06-18Initialize the signal quality cache iff ANCACHEThorsten Lockert
2000-06-18sync with more recent kame.Jun-ichiro itojun Hagino
2000-06-18KNF (sorry craig)Jun-ichiro itojun Hagino
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