summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
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
2001-06-25Update copyright; you can use this with or without fee (unless yourAngelos D. Keromytis
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
2001-06-25Remove NQNFSConstantine Sapuntzakis
2001-06-25add pf device on all architectures.Kjell Wooding
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
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
2001-06-25Always defer output TCP checksumming until ip_output() (or hardware,Angelos D. Keromytis
2001-06-25remove inlines they are plain wrongMichael Shalayeff
2001-06-25Move common post M_COPY_HDR manipulation to the macro itself; angelos@ ok.Federico G. Schwindt
2001-06-25put pf before ipsec processing. return error code and free mbuf chainNiels Provos
2001-06-25partial endianess fixesMichael Shalayeff
2001-06-25do not drop unsupported protocol. default to pass. needs to be configurableNiels Provos
2001-06-25remove dependency on pmax tree. cleanup a little while hereEric Jackson
2001-06-25cold is in systm nowMichael Shalayeff
2001-06-25Some KNF, do not have a char fiel between pointers, it createsNiklas Hallqvist
2001-06-25Use in_cksum_phdr() rather than in_cksum() -- from NetBSDAngelos D. Keromytis
2001-06-25config interfaces defines.Dale Rahn
2001-06-25use only ioctl return values found in errno.hDaniel Hartmeier
2001-06-24do not refer uninitialized varJun-ichiro itojun Hagino
2001-06-24printf string fixJun-ichiro itojun Hagino
2001-06-24bye bye, with prejudiceTheo de Raadt
2001-06-24remove assumption that protocol header follows the ip header.Jun-ichiro itojun Hagino
2001-06-24More descriptive panic messages, sync with NetBSDAngelos D. Keromytis
2001-06-24rename ioctlbuffer to pfioc.Artur Grabowski
2001-06-24make it compile w/o pfMichael Shalayeff