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