summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-06-11Remove redundant endianess conversionsNiklas Hallqvist
2002-06-11use usb_proc_ptr. (From NetBSD)Nathan Binkert
2002-06-11enumerate UDP and OTHER state levels (similar to tcp_fsm.h)Mike Frantzen
2002-06-11SCRUB(fragcache) to do gap tracking and overlap pruning of IPv4 fragmentsMike Frantzen
2002-06-11add PACKET_TAG_PF_FRAGCACHE mbuf tag so we don't think a outbound fragmentMike Frantzen
2002-06-11Make NAT proxy port range configurable per rule, for instance privilegedDaniel Hartmeier
2002-06-11Don't panic when pf_insert_state() detects an attempt to insert aDaniel Hartmeier
2002-06-11KNF return x -> return (x), ok frantzen@Daniel Hartmeier
2002-06-11rework pfctl statistics displayHenning Brauer
2002-06-10- stop abusing IFF_UP.Jun-ichiro itojun Hagino
2002-06-10Split common code which converts a multicast address to an ethernetChris Cappuccio
2002-06-10fix ivory tower greek fix. ok angelos@Bob Beck
2002-06-10old bouncebuffering api not used anymoreNiklas Hallqvist
2002-06-10Maintain my sanity.Tobias Weingartner
2002-06-10sleep() -> tsleep()Miod Vallat
2002-06-10more __FUNCTION__ slaughterMarc Espie
2002-06-10You should always free the keys, not just on error --- the cryptoAngelos D. Keromytis
2002-06-10Print ITLB/DTLB on usIIIMarcus Watts
2002-06-10__FUNCTION__ -> __func__Marc Espie
2002-06-10Allow ports to be specified in nat rules, useful later on for individualDaniel Hartmeier
2002-06-10new ioctl that reports the current emulation a process uses; needed forNiels Provos
2002-06-10#include <sys/timeout.h>, from Chris KuetheDaniel Hartmeier
2002-06-10correct tcpdump on gif interface (inbound). reported by friesJun-ichiro itojun Hagino
2002-06-10easy error checks first.Jun-ichiro itojun Hagino
2002-06-10Don't #include <sys/malloc.h>Daniel Hartmeier
2002-06-10add __weak_alias define; miod@ okFederico G. Schwindt
2002-06-10Grammar.Thomas Nordin
2002-06-10prevent mbuf leak on icmp_do_error() failure.Jun-ichiro itojun Hagino
2002-06-10syncNathan Binkert
2002-06-10more new usb devices from NetBSDNathan Binkert
2002-06-10argh, no last minute changes...Dale Rahn
2002-06-10pmap cleanup and KNF.Dale Rahn
2002-06-092^5 not 5, duh, sorry matthieuJason Wright
2002-06-09Export compression info only if the SA (xform) is initialized.Angelos D. Keromytis
2002-06-09Added registers in cheetahMarcus Watts
2002-06-09Pass in the device name to pcmcia_intr_establish() instead of ""Todd C. Miller
2002-06-09Don't use an int for the flags, when the structure usesAngelos D. Keromytis
2002-06-09bio is a driver that can delegate ioctls to other drivers whichNiklas Hallqvist
2002-06-09More sc_arpcom fallout.Artur Grabowski
2002-06-09don't need device.hJason Wright
2002-06-09Make pf_nat.saddr/daddr a pf_rule_addr instead of pf_addr_wrap, so itDaniel Hartmeier
2002-06-09if_addrlen need not be 4, set to 0. From: Martin Husemann <martin@duskware.de>Jun-ichiro itojun Hagino
2002-06-09make sure to bzero sockaddr_inJun-ichiro itojun Hagino
2002-06-09support SIO*PHYADDR, so that we can configure outer address with ifconfig(8)Jun-ichiro itojun Hagino
2002-06-09whitespaceJun-ichiro itojun Hagino
2002-06-09whitespace cleanupJun-ichiro itojun Hagino
2002-06-09reapply patch from jasoni@ for ICMP6_PACKET_TOO_BIGPhilipp Buehler
2002-06-09reapply patch from jasoni@ for pf_route[6]Philipp Buehler
2002-06-09Userland might want resource.h.Artur Grabowski
2002-06-09split ioctl functions out of pf.c into pf_ioctl.cPhilipp Buehler