summaryrefslogtreecommitdiff
path: root/sys/dist/pf
AgeCommit message (Expand)Author
2006-09-03add missing initializerchristos
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-05-23Initialize h4 and h6 to NULL.peter
2006-05-21Fix strict aliasing issues and while I am here fix a memory leak on errorchristos
2006-05-14XXX: GCC uninitializedchristos
2006-05-11quell GCC 4.1 uninitialised variable warnings.mrg
2006-05-11caddr_t -> u_char *, to match the variable typemrg
2006-03-08Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings.lukem
2006-02-19Fix TCP/UDP checksum handling as pointed out by Daniel Hartmeier in:peter
2006-02-07In pf_socket_lookup() fix copy & paste problem when in6_pcblookup_bind()rpaulo
2006-01-25apply a fix from OpenBSD:peter
2006-01-17Include netinet/in.h, for compatibility with OpenBSD (we #ifdef'ed out apeter
2005-12-11merge ktrace-lwp.christos
2005-10-23Adjust for icmp_error signature.christos
2005-08-11pfil6_wrapper: handle M_CSUM_TCPv6|M_CSUM_UDPv6.yamt
2005-08-06wrap INET only code by #if defined(INET). (in __NetBSD__ part)yamt
2005-07-26pf_test() can set *mp to NULL, check for this before de-referencing it.peter
2005-07-01Resolve conflicts (pf from OpenBSD 3.7, kernel part).peter
2005-06-15Use an "XXXGCC -Wuninitalized" style that is consistent with that usedlukem
2005-06-14Cleanup XXGCC in a few places to make it easier to see.jmc
2005-06-13Fix unitialized warnings that only crop up on m68k. XXGCC taggeddjmc
2005-06-08pf_reassemble: clear stale csum_flags.yamt
2005-05-07more fallout from so_uid -> so_uidinfo.christos
2005-03-15Fix a GCC warning when compiling on evbppc.peter
2005-02-14Merge in a fix from OPENBSD_3_6.peter
2005-02-14Merge in a fix from OPENBSD_3_6.peter
2005-01-01pfil4_wrapper: clear M_CANFASTFWD which is not compatible with pf.yamt
2004-12-21Apply a patch from OPENBSD_3_6 branch (ok yamt).peter
2004-12-21Apply a patch from OPENBSD_3_6 branch (ok yamt).peter
2004-12-21pf_check_proto_cksum: use {tcp,udp}_input_checksum so that we can:yamt
2004-12-05Apply a patch from OpenBSD 3.6 branch (ok yamt@).peter
2004-12-04Improve the cleanup routines for detachment. Fixes PR 28132.peter
2004-12-04Don't put the hook definitions into #ifdef _KERNEL.peter
2004-12-04plug pfik_ifaddrhooks leaks by embedding it to pfi_kif.yamt
2004-11-21Apply a patch from the OPENBSD_3_6 branch, ok itojun.peter
2004-11-21Apply a patch from the OPENBSD_3_6 branch, ok itojun.peter
2004-11-14resolve conflicts. (pf from OpenBSD 3.6, kernel part)yamt
2004-11-13backout whitespace changes to make further import easier.yamt
2004-09-28"RB_PROTOTYPE();" does not lint because you end up with twodyoung
2004-09-10pflog_packet: use bpf_mtap2().yamt
2004-09-09pull following fixes from openbsd. ok'ed by itojun.yamt
2004-09-08remove no longer needed caddr_t casts to reduce diffs from openbsd.yamt
2004-09-06pfil4_wrapper, pfil6_wrapper:yamt
2004-07-27- rename PFIL_NEWIF to PFIL_IFNET, and handle interface detach eventsyamt
2004-07-26fix dynaddr tracking.yamt
2004-07-26ANSIfy. (inside #ifdef __NetBSD__)yamt
2004-07-26call PFIL_NEWIF hooks at a correct place.yamt
2004-06-29make PF lkm working. from Peter Postma and Joel Wilsson.itojun
2004-06-25PR kern/26011: pf leaks mbufs on disallowed packets. Peter Postmaitojun
2004-06-22Make it compile on non-IPv6 kernels.martin