summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2001-06-25Add crypto_check_alg(), from jgarfiel@seas.upenn.eduAngelos D. Keromytis
2001-06-25Update comments.Angelos D. Keromytis
2001-06-25revised ioctl interface, first getopt version of pfctlDaniel Hartmeier
2001-06-25If a PENDING_TDB tag is attached but no TDB is found, drop the packet.Angelos D. Keromytis
2001-06-25display correct direction in logjasoni
2001-06-25Convert to new timeouts; miod@ okAaron Campbell
2001-06-25Rename the rest of the structs to be consistent.Artur Grabowski
2001-06-25fix -> cksum_fixupArtur Grabowski
2001-06-25No c++ comments.Artur Grabowski
2001-06-25Even more global variables with too common names.Artur Grabowski
2001-06-25More renaming.Artur Grabowski
2001-06-25Avoid common names. Needs more work.Artur Grabowski
2001-06-25rename tree_node -> pf_tree_nodeArtur Grabowski
2001-06-25moreArtur Grabowski
2001-06-25no point using a char here.Artur Grabowski
2001-06-25Build without IPSEC.Artur Grabowski
2001-06-25Detect loops, itojun@ okAngelos D. Keromytis
2001-06-25IF_DROP()Angelos D. Keromytis
2001-06-25Use tags to detect loops. In the future, perhaps we'll use them toAngelos D. Keromytis
actually also send the packet out the right interface.
2001-06-25implement bus_space_set_multi_*, based on netbsd code; drahn@ okMichael Shalayeff
2001-06-25PENDING_TDB tag handling (same as ip_output)Angelos D. Keromytis
2001-06-25Check the length of the tag (diagnostic)Angelos D. Keromytis
2001-06-25Apply pending TDBs (as indicated by tags). This will be used to handleAngelos D. Keromytis
the case of both the socket and system-wide IPsec policy specifying TDBs to be applied to the same packet.
2001-06-25Rename checksum tag.Angelos D. Keromytis
2001-06-25packetfilter -> pf in messagesKjell Wooding
2001-06-25Get rid of some dead code caused by the last commitConstantine Sapuntzakis
2001-06-25Copyright update.Angelos D. Keromytis
2001-06-25Copyright.Angelos D. Keromytis
2001-06-25PACKETFILTER -> NPFKjell Wooding
remove IPF cruft. ok jason
2001-06-25Update copyright; you can use this with or without fee (unless yourAngelos D. Keromytis
name is Theo Deraadt)
2001-06-25Improved debug-ability printfs. now under ifdef PCI_DEBUGDale Rahn
2001-06-25ether_input_mbuf().Federico G. Schwindt
2001-06-25ether_input_mbuf() conversion.Federico G. Schwindt
2001-06-25move pf hooks to sys/conf/GENERICKjell Wooding
2001-06-25ether_input_mbuf() conversion.Federico G. Schwindt
2001-06-25Add PACKET_TAG_IPSEC_PENDING_TDB and PACKET_TAG_PACKET_CHECKSUM, asAngelos D. Keromytis
well as add comments on all tags.
2001-06-25Remove NQNFSConstantine Sapuntzakis
2001-06-25add pf device on all architectures.Kjell Wooding
fix my previously bogus MAKEDEVs. If you used pf on a non-i386. the major device number has changed, and you'll need to recreate /dev/pf ok theo
2001-06-25Don't double-clear M_PKTHDR/tags.Angelos D. Keromytis
2001-06-25Copy the m_flags, *then* clear M_PKTHDR on from...bad Federico.Angelos D. Keromytis
2001-06-25Don't double-clear M_PKTHDR/tags.Angelos D. Keromytis
2001-06-25Don't double-clear M_PKTHDR/tags.Angelos D. Keromytis
2001-06-25No need to double-clear the mbuf flags and tags.Angelos D. Keromytis
2001-06-25Don't reset M_PKTHDR before we copy the mbuf flags (bad Federico!)Angelos D. Keromytis
2001-06-25Bad Federico!Angelos D. Keromytis
2001-06-25trivial ether_input_mbuf() conversion.Federico G. Schwindt
2001-06-25Get rid of old directory caching scheme which caused persistent duplicates.Constantine Sapuntzakis
Still not correct for NFSv3 but that's hard.
2001-06-25zap pmaxTheo de Raadt
2001-06-25Defer output checksumming until ip_output() or hardware.Angelos D. Keromytis
2001-06-25Remove unnecessary temporary variable.Angelos D. Keromytis