| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an additional struct inpcb * argument to pfil(9) in order to enable | mlaier | 2004-09-29 | 4 | -16/+137 |
* | Protect sockaddr_union definitions with a protecting define. This allows to | mlaier | 2004-09-23 | 1 | -10/+9 |
* | Break out altq_enable/disable from DIOC{START,STOP}ALTQ into seprate | mlaier | 2004-09-17 | 1 | -41/+83 |
* | Reactivate skipping over bogus IPCP addresses on ppp interfaces. Be more | mlaier | 2004-09-14 | 1 | -2/+10 |
* | Move pf* init from SI_SUB_PSEUDO to SI_SUB_PROTO_IFATTACHDOMAIN where it is | mlaier | 2004-09-14 | 3 | -3/+3 |
* | One more round on the H/W supported checksum code: Fix NICs that can't do | mlaier | 2004-09-11 | 1 | -3/+2 |
* | From __FreeBSD_version 600001 on PFIL_HOOKS is permanently in the kernel and | andre | 2004-08-27 | 2 | -2/+3 |
* | Use securelevel_gt instead of reading global securelevel unprotected. | mlaier | 2004-08-22 | 1 | -0/+5 |
* | This commit was generated by cvs2svn to compensate for changes in r133931, | njl | 2004-08-18 | 1 | -1/+2 |
|\ |
|
| * | Add a padding member to the header overlaid on data allocated in the | njl | 2004-08-18 | 1 | -1/+2 |
* | | Comment out rev. 1.4 after problems w/ IPv6, a better solution must be | mlaier | 2004-08-16 | 1 | -0/+2 |
* | | Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSD | dwmalone | 2004-08-14 | 2 | -9/+0 |
* | | Since if_oltr doesn't contain locking or run with INTR_MPSAFE, mark | rwatson | 2004-08-14 | 1 | -1/+1 |
* | | Loopback fix from Mathieu Sauve-Frankel: | mlaier | 2004-08-12 | 1 | -2/+3 |
* | | Loopback fix from Daniel Hartmeier: | mlaier | 2004-08-12 | 3 | -7/+13 |
* | | Loopback fix from Henning Brauer: | mlaier | 2004-08-12 | 1 | -0/+4 |
* | | Exclusion list for easier import. | harti | 2004-08-11 | 1 | -0/+15 |
* | | This commit was generated by cvs2svn to compensate for changes in r133492, | harti | 2004-08-11 | 11 | -65/+67 |
|\ \ |
|
| * | | Virgin import of NgATM shared kernel/user part 1.1 | harti | 2004-08-11 | 11 | -65/+67 |
* | | | Use in_cksum_skip() to calculate in4_cksum instead of doing handrolled magic | mlaier | 2004-08-05 | 1 | -279/+12 |
* | | | Initialize s variable early to shut up GCC warnings. | kan | 2004-07-28 | 4 | -14/+31 |
* | | | Fix the following LOR on pf module unload: | mlaier | 2004-07-23 | 1 | -4/+4 |
* | | | Refine pf_check_proto_cksum() a bit in order to avoid additional in_pseudo() | mlaier | 2004-07-23 | 1 | -25/+22 |
* | | | Fix a stupid attemp to apply host arithmetics to network byte ordered data. | mlaier | 2004-07-18 | 1 | -1/+1 |
* | | | m_tag_copy takes an additional "how" parameter in FreeBSD. | mlaier | 2004-07-18 | 1 | -0/+8 |
* | | | Merge in a stable fix from OpenBSD: | mlaier | 2004-07-17 | 1 | -52/+63 |
* | | | Define semantic of M_SKIP_FIREWALL more precisely, i.e. also pass associated | mlaier | 2004-07-17 | 1 | -10/+29 |
* | | | Send the fla driver in the Attic | phk | 2004-07-13 | 7 | -1614/+0 |
* | | | Clean up a bunch of white-space difference with IPFilter source as well as | darrenr | 2004-07-11 | 1 | -9/+8 |
* | | | This commit was generated by cvs2svn to compensate for changes in r131826, | harti | 2004-07-08 | 55 | -149/+7612 |
|\ \ \
| |/ / |
|
| * | | Virgin import of NgATM share kernel/user part 1.0 | harti | 2004-07-08 | 55 | -149/+7612 |
* | | | Local change: Allow access to the field if it is within the region | marks | 2004-07-02 | 1 | -67/+87 |
* | | | Local diff: allow use of the disassembler. | marks | 2004-07-02 | 1 | -1/+5 |
* | | | Unchanged files that are off the vendor branch. | marks | 2004-07-02 | 2 | -8/+10 |
* | | | This commit was generated by cvs2svn to compensate for changes in r131440, | marks | 2004-07-02 | 10 | -72/+165 |
|\ \ \
| | |/
| |/| |
|
| * | | Vendor import of Intel ACPI-CA 20040527 | marks | 2004-07-02 | 14 | -149/+271 |
* | | | Mess from update & merge - don't release the ifnet lock twice, just once | darrenr | 2004-06-29 | 1 | -3/+0 |
* | | | Major overhaul of pseudo-interface cloning. Highlights include: | brooks | 2004-06-22 | 3 | -4/+9 |
* | | | revert section of code that calls netisr_queue() to match v1.33 of this file | darrenr | 2004-06-22 | 1 | -15/+1 |
* | | | #ifdef's for FreeBSD are wrong, causing too many variable declaractions to | darrenr | 2004-06-22 | 1 | -2/+3 |
* | | | one too many #endif's from the update broke the build | darrenr | 2004-06-22 | 1 | -1/+0 |
* | | | Update ipfilter from 3.4.31 -> 3.4.35. Some important changes: | darrenr | 2004-06-21 | 16 | -392/+692 |
* | | | Add missing <sys/module.h> include. | phk | 2004-06-18 | 1 | -0/+1 |
* | | | Import two fixes from the OpenBSD stable branch: | mlaier | 2004-06-17 | 3 | -19/+16 |
* | | | Commit pf version 3.5 and link additional files to the kernel build. | mlaier | 2004-06-16 | 12 | -2385/+4856 |
* | | | This commit was generated by cvs2svn to compensate for changes in r130610, | mlaier | 2004-06-16 | 1 | -0/+840 |
|\ \ \ |
|
| * | | | Import pf from OpenBSD 3.5 (OPENBSD_3_5_BASE) | mlaier | 2004-06-16 | 11 | -1417/+4695 |
| * | | | Import OpenBSD 3.4-stable fixes | dhartmei | 2004-05-02 | 3 | -19/+16 |
| * | | | Import another fix from the OpenBSD-Stable branch: | mlaier | 2004-04-11 | 1 | -6/+11 |
| * | | | Import two fixes from OpenBSD's stable branch: | mlaier | 2004-03-28 | 2 | -4/+41 |