| Commit message (Expand) | Author | Age | Files | Lines |
* | Elminate 1 LOR (actually a recursive mutex grab) involving ipfilter where | darrenr | 2005-01-08 | 1 | -25/+2 |
* | * Remove some code that's in a #ifndef FreeBSD that's no longer used. | darrenr | 2004-12-26 | 1 | -5/+0 |
* | * The #ifdef's to cause mutex's for freebsd to be declared were meant to pick | darrenr | 2004-12-26 | 2 | -19/+4 |
* | Darnit, through a maze of twisty passages, ipfilter needs to have PFIL_HOOKS | scottl | 2004-12-25 | 1 | -1/+1 |
* | Sprinkle in some __FreeBSD_version checks so that this compiles again. Don't | scottl | 2004-12-25 | 3 | -3/+6 |
* | Enable fine grained locking within IPFilter, using mtx(9) and sx(9) allowing | darrenr | 2004-12-24 | 9 | -27/+81 |
* | Make ip_nat compile again. Should read #if->n<-def LARGE_NAT as in ipf 4.x | mlaier | 2004-12-18 | 1 | -1/+1 |
* | Move two variables that are unused if LARGE_NAT is defined inside an #ifdef | darrenr | 2004-12-17 | 1 | -1/+4 |
* | Allow ipnat redirect rules to work for non-TCP/UDP packets. | darrenr | 2004-12-17 | 1 | -3/+5 |
* | Using just m_pullup to get all of the interesting bits in packet into one | darrenr | 2004-12-16 | 1 | -1/+6 |
* | Add an additional struct inpcb * argument to pfil(9) in order to enable | mlaier | 2004-09-29 | 1 | -2/+25 |
* | From __FreeBSD_version 600001 on PFIL_HOOKS is permanently in the kernel and | andre | 2004-08-27 | 2 | -2/+3 |
* | Clean up a bunch of white-space difference with IPFilter source as well as | darrenr | 2004-07-11 | 1 | -9/+8 |
* | Mess from update & merge - don't release the ifnet lock twice, just once | darrenr | 2004-06-29 | 1 | -3/+0 |
* | 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 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 3 | -8/+12 |
* | Recognise NOINET6 as an indication to not build IPv6 enabled source even | darrenr | 2004-06-08 | 1 | -1/+2 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 2 | -0/+4 |
* | Use parens more reasionably so we match the vendor code. This is part | brooks | 2003-12-02 | 1 | -2/+2 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 3 | -7/+14 |
* | use ND_IFINFO(). | ume | 2003-10-17 | 1 | -0/+4 |
* | o remove extraneous include of <net/pfil.h> | sam | 2003-09-24 | 1 | -2/+1 |
* | update to reflect PFIL_HOOKS api changes | sam | 2003-09-23 | 1 | -6/+31 |
* | Explicitly declare 'int' parameters. | obrien | 2003-04-21 | 1 | -0/+1 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | jlemon | 2003-03-04 | 1 | -3/+1 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -13/+6 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 2 | -12/+12 |
* | fix bug in updating of interface pointers when resyncing state | darrenr | 2003-02-15 | 1 | -6/+30 |
* | Commit import changed from vendor branch of ipfilter to -current head | darrenr | 2003-02-15 | 13 | -117/+379 |
* | Commit import changed from vendor branch of ipfilter to -current head | darrenr | 2003-02-15 | 5 | -83/+222 |
* | sometimes i hate it when you leave temp files in a directory you import from | darrenr | 2003-02-15 | 2 | -13/+0 |
* | This commit was generated by cvs2svn to compensate for changes in r110911, | darrenr | 2003-02-15 | 2 | -0/+13 |
|\ |
|
| * | Import IPFilter 3.4.31 into -current | darrenr | 2003-02-15 | 18 | -207/+622 |
| * | 3rd time lucky, i hope. | darrenr | 2002-08-28 | 14 | -87/+313 |
| * | Import IPFilter 3.4.28 | darrenr | 2002-06-07 | 11 | -36/+80 |
| * | Import version 3.4.27 | darrenr | 2002-04-27 | 8 | -73/+123 |
* | | Consolidate MIN/MAX macros into one place (param.h). | alfred | 2003-02-02 | 1 | -4/+0 |
* | | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 2 | -12/+12 |
* | | SMP locking for ifnet list. | hsu | 2002-12-22 | 1 | -0/+6 |
* | | Replace aux mbufs with packet tags: | sam | 2002-10-16 | 1 | -1/+2 |
* | | Finally merge in the changes from ipfilter 3.4.29 to freebsd-current. | darrenr | 2002-08-28 | 13 | -73/+298 |
* | | Don't use "NULL" when "0" is really meant. | archie | 2002-08-23 | 1 | -1/+1 |
* | | Commit changes that happened in IPFilter versions 3.4.27 - 3.4.28 | darrenr | 2002-06-07 | 10 | -24/+67 |
* | | Merge updates from 3.4.26 - 3.4.27. | darrenr | 2002-04-27 | 8 | -65/+115 |
* | | bring in changes from 3.4.26. | darrenr | 2002-04-25 | 14 | -160/+338 |
* | | This commit was generated by cvs2svn to compensate for changes in r95415, | darrenr | 2002-04-25 | 1 | -0/+275 |
|\ \
| |/ |
|