Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-25 | Add crypto_check_alg(), from jgarfiel@seas.upenn.edu | Angelos D. Keromytis | |
2001-06-25 | Update comments. | Angelos D. Keromytis | |
2001-06-25 | revised ioctl interface, first getopt version of pfctl | Daniel Hartmeier | |
2001-06-25 | If a PENDING_TDB tag is attached but no TDB is found, drop the packet. | Angelos D. Keromytis | |
2001-06-25 | display correct direction in log | jasoni | |
2001-06-25 | Convert to new timeouts; miod@ ok | Aaron Campbell | |
2001-06-25 | Rename the rest of the structs to be consistent. | Artur Grabowski | |
2001-06-25 | fix -> cksum_fixup | Artur Grabowski | |
2001-06-25 | No c++ comments. | Artur Grabowski | |
2001-06-25 | Even more global variables with too common names. | Artur Grabowski | |
2001-06-25 | More renaming. | Artur Grabowski | |
2001-06-25 | Avoid common names. Needs more work. | Artur Grabowski | |
2001-06-25 | rename tree_node -> pf_tree_node | Artur Grabowski | |
2001-06-25 | more | Artur Grabowski | |
2001-06-25 | no point using a char here. | Artur Grabowski | |
2001-06-25 | Build without IPSEC. | Artur Grabowski | |
2001-06-25 | Detect loops, itojun@ ok | Angelos D. Keromytis | |
2001-06-25 | IF_DROP() | Angelos D. Keromytis | |
2001-06-25 | Use tags to detect loops. In the future, perhaps we'll use them to | Angelos D. Keromytis | |
actually also send the packet out the right interface. | |||
2001-06-25 | implement bus_space_set_multi_*, based on netbsd code; drahn@ ok | Michael Shalayeff | |
2001-06-25 | PENDING_TDB tag handling (same as ip_output) | Angelos D. Keromytis | |
2001-06-25 | Check the length of the tag (diagnostic) | Angelos D. Keromytis | |
2001-06-25 | Apply pending TDBs (as indicated by tags). This will be used to handle | Angelos D. Keromytis | |
the case of both the socket and system-wide IPsec policy specifying TDBs to be applied to the same packet. | |||
2001-06-25 | Rename checksum tag. | Angelos D. Keromytis | |
2001-06-25 | packetfilter -> pf in messages | Kjell Wooding | |
2001-06-25 | Get rid of some dead code caused by the last commit | Constantine Sapuntzakis | |
2001-06-25 | Copyright update. | Angelos D. Keromytis | |
2001-06-25 | Copyright. | Angelos D. Keromytis | |
2001-06-25 | PACKETFILTER -> NPF | Kjell Wooding | |
remove IPF cruft. ok jason | |||
2001-06-25 | Update copyright; you can use this with or without fee (unless your | Angelos D. Keromytis | |
name is Theo Deraadt) | |||
2001-06-25 | Improved debug-ability printfs. now under ifdef PCI_DEBUG | Dale Rahn | |
2001-06-25 | ether_input_mbuf(). | Federico G. Schwindt | |
2001-06-25 | ether_input_mbuf() conversion. | Federico G. Schwindt | |
2001-06-25 | move pf hooks to sys/conf/GENERIC | Kjell Wooding | |
2001-06-25 | ether_input_mbuf() conversion. | Federico G. Schwindt | |
2001-06-25 | Add PACKET_TAG_IPSEC_PENDING_TDB and PACKET_TAG_PACKET_CHECKSUM, as | Angelos D. Keromytis | |
well as add comments on all tags. | |||
2001-06-25 | Remove NQNFS | Constantine Sapuntzakis | |
2001-06-25 | add 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-25 | Don't double-clear M_PKTHDR/tags. | Angelos D. Keromytis | |
2001-06-25 | Copy the m_flags, *then* clear M_PKTHDR on from...bad Federico. | Angelos D. Keromytis | |
2001-06-25 | Don't double-clear M_PKTHDR/tags. | Angelos D. Keromytis | |
2001-06-25 | Don't double-clear M_PKTHDR/tags. | Angelos D. Keromytis | |
2001-06-25 | No need to double-clear the mbuf flags and tags. | Angelos D. Keromytis | |
2001-06-25 | Don't reset M_PKTHDR before we copy the mbuf flags (bad Federico!) | Angelos D. Keromytis | |
2001-06-25 | Bad Federico! | Angelos D. Keromytis | |
2001-06-25 | trivial ether_input_mbuf() conversion. | Federico G. Schwindt | |
2001-06-25 | Get rid of old directory caching scheme which caused persistent duplicates. | Constantine Sapuntzakis | |
Still not correct for NFSv3 but that's hard. | |||
2001-06-25 | zap pmax | Theo de Raadt | |
2001-06-25 | Defer output checksumming until ip_output() or hardware. | Angelos D. Keromytis | |
2001-06-25 | Remove unnecessary temporary variable. | Angelos D. Keromytis | |