summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-05-30Remove ipf. Darren Reed has interpreted his (old, new, whichever)Theo de Raadt
2001-05-29pcvt no moreMichael Shalayeff
2001-05-29remove this used to be great console driver; x11 builds w/o it all fine; aaro...Michael Shalayeff
2001-05-29Hardware clock support, via adb.Dale Rahn
2001-05-29Record last use time for SAs.Angelos D. Keromytis
2001-05-29Keep track of when a TDB was last marked/unmared as SKIPCRYPTO, andAngelos D. Keromytis
2001-05-29Fields on TDB for last used and last SKIPCRYPTO status change.Angelos D. Keromytis
2001-05-29Make sure packets that need crypto processing on the NIC don't escapeAngelos D. Keromytis
2001-05-29Verify that packets that haven't had crypto applied to them don't makeAngelos D. Keromytis
2001-05-29Add ipsp_skipcrypto_{mark,unmark}()Angelos D. Keromytis
2001-05-29Set, don't OR the capabilities.Angelos D. Keromytis
2001-05-28#ifdef PMAP_NEW we should call pmap_kremove/pmap_kenter_pa instead ofTodd C. Miller
2001-05-28add BIOC[GS]HDRCMPLT ioctl for BPF, to disable overwriting of link level sour...Dug Song
2001-05-28syncTheo de Raadt
2001-05-28oopsTheo de Raadt
2001-05-28syncArtur Grabowski
2001-05-28Back out part of last broken, untested change.Artur Grabowski
2001-05-28Set the IFCAP_IPSEC capability.Angelos D. Keromytis
2001-05-28IPSECv4 -> IPSECAngelos D. Keromytis
2001-05-28Copy the packet header only if the original mbuf had a packet headerAngelos D. Keromytis
2001-05-28syncTheo de Raadt
2001-05-28newTheo de Raadt
2001-05-28Remove unused code.Angelos D. Keromytis
2001-05-28No need for separate ESP/AH interface capabilities.Angelos D. Keromytis
2001-05-28Don't check IP_ENCAPSULATED.Angelos D. Keromytis
2001-05-28Don't use IPV6_ENCAPSULATED, tags are used instead.Angelos D. Keromytis
2001-05-28IP_ENCAPSULATED is deprecated.Angelos D. Keromytis
2001-05-28Deprecated IPV6_ENCAPSULATEDAngelos D. Keromytis
2001-05-28Don't check for IPV6_ENCAPSULATED, no longer needed since we have the tags.Angelos D. Keromytis
2001-05-28Missed a DPRINTF().Angelos D. Keromytis
2001-05-28Use packet tags to detect loops, same as ip_output()Angelos D. Keromytis
2001-05-28Interface capabilities (based on NetBSD, but merge ethercom and ifnetAngelos D. Keromytis
2001-05-28Remove FA410TX from the invalid list; it's confusing and should be matchedFederico G. Schwindt
2001-05-28regen.Federico G. Schwindt
2001-05-28Remove FA410TX CIS, this should be matched as linksys etherfast; aaron@ ok.Federico G. Schwindt
2001-05-28cluster_rbuild() have a race between incore and getblk. incore() returnsGrigoriy Orlov
2001-05-27Netgear FA410TXC; thanks to Loic Tortay <loict@bougon.net>.Federico G. Schwindt
2001-05-27regen.Federico G. Schwindt
2001-05-27Netgear FA410TXC; from Loic Tortay <loict@bougon.net>.Federico G. Schwindt
2001-05-27Cleanup of definesConstantine Sapuntzakis
2001-05-27Yup, more tag fixups.Angelos D. Keromytis
2001-05-27More tag fixups (why do I bother with this...)Angelos D. Keromytis
2001-05-27Fixup packet tags (I'm a masochist).Angelos D. Keromytis
2001-05-27Fixup tags.Angelos D. Keromytis
2001-05-27Initialize old mbuf chain head tags.Angelos D. Keromytis
2001-05-27Fixup tags on old mbuf chain head.Angelos D. Keromytis
2001-05-27Fixup old mbuf chain head.Angelos D. Keromytis
2001-05-27Reset pkthdr on old mbuf head.Angelos D. Keromytis
2001-05-27And clear the M_PKTHDR flag.Angelos D. Keromytis
2001-05-27Copy tags to first mbuf.Angelos D. Keromytis