| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the packet's address family instead of the rule's when selecting a | dhartmei | 2005-01-20 | 1 | -1/+1 |
* | Prohibit ruleset changes at securelevel > 2, not > 1. It's documented | dhartmei | 2005-01-19 | 1 | -1/+1 |
* | This commit was generated by cvs2svn to compensate for changes in r140216, | njl | 2005-01-14 | 1 | -0/+7 |
|\ |
|
| * | Clean up a small memory leak introduced with the previous commit to | njl | 2005-01-14 | 1 | -0/+7 |
* | | This commit was generated by cvs2svn to compensate for changes in r140094, | njl | 2005-01-12 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Fix handling of the implicit return case for methods called from an | njl | 2005-01-12 | 1 | -1/+2 |
* | | 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 |
* | | Initialise init_addr in pf_map_addr() in the PF_POOL_ROUNDROBIN, | dhartmei | 2004-12-19 | 1 | -3/+5 |
* | | 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 |
* | | Compile pfsync w/o bpf. | mlaier | 2004-12-10 | 1 | -0/+2 |
* | | clear old files now in public | sam | 2004-12-08 | 2 | -3562/+0 |
* | | resolve merge conflict | sam | 2004-12-08 | 1 | -6/+26 |
* | | This commit was generated by cvs2svn to compensate for changes in r138583, | sam | 2004-12-08 | 56 | -132/+74779 |
|\ \ |
|
| * | | Version 0.9.14.12: | sam | 2004-12-08 | 57 | -138/+74806 |
* | | | IPv6 packets can contain headers (like options) before the TCP/UDP/ICMP6 | dhartmei | 2004-12-05 | 1 | -3/+6 |
* | | | This commit was generated by cvs2svn to compensate for changes in r138298, | marks | 2004-12-02 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | Oops, remove unnecessary cast in original, out-commented code. | marks | 2004-12-02 | 1 | -1/+1 |
* | | | This commit was generated by cvs2svn to compensate for changes in r138296, | marks | 2004-12-02 | 1 | -1/+9 |
|\ \ \
| |/ / |
|
| * | | Local change: Supporting code not yet available, use previous behavior | marks | 2004-12-02 | 1 | -1/+9 |
* | | | Local change: Remove warnings from vendor files. | marks | 2004-12-01 | 3 | -62/+54 |
* | | | Local change: In the resume path, give up after waiting for a while | marks | 2004-12-01 | 1 | -7/+8 |
* | | | Local change: Put various debugging options under ACPI_DISASSEMBLER. | marks | 2004-12-01 | 1 | -1/+83 |
* | | | Unchanged files that are off the vendor branch. | marks | 2004-12-01 | 9 | -177/+182 |
* | | | This commit was generated by cvs2svn to compensate for changes in r138287, | marks | 2004-12-01 | 85 | -1658/+3570 |
|\ \ \
| |/ / |
|
| * | | Vendor import of Intel ACPI-CA 20041119 | marks | 2004-12-01 | 98 | -1854/+3896 |
* | | | fix a bug that leads to a crash when binat rules of the form | dhartmei | 2004-11-24 | 1 | -1/+1 |
* | | | Removed the remnants of gx(4). | ru | 2004-11-08 | 1 | -1/+1 |
* | | | Improved interface handling. This should fix the use of renamed interfaces | mlaier | 2004-11-03 | 1 | -17/+12 |
* | | | Fix a panic discovered with some apache2 configure test (that seemed to | mlaier | 2004-10-24 | 1 | -0/+5 |
* | | | Fix some warnings that only triggered in LINT. | scottl | 2004-10-24 | 1 | -1/+1 |
* | | | Embed the correct name. | scottl | 2004-10-24 | 1 | -1/+1 |
* | | | Import the HighPoint RocketRAID 182x driver. Thanks to HighPoint for | scottl | 2004-10-24 | 13 | -0/+6514 |
* | | | 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 |