index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netpfil
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorder struct ip_fw_chain:
melifaro
2014-01-24
3
-10
/
+12
*
Remove NULL pointer dereference.
glebius
2014-01-22
1
-1
/
+0
*
Fix resource leak and simplify code for DIOCCHANGEADDR.
glebius
2014-01-22
1
-24
/
+18
*
Revert r260548. We really should not use IPFW_WLOCK() here
melifaro
2014-01-11
1
-3
/
+3
*
We don't need chain write lock since we're not modifying its contents.
melifaro
2014-01-11
1
-3
/
+3
*
When pf_get_translation() fails, it should leave *sn pointer pristine,
glebius
2014-01-06
1
-0
/
+1
*
Use rnh_matchaddr instead of rnh_lookup for longest-prefix match.
melifaro
2014-01-03
1
-3
/
+3
*
Fix incorrect header guard define in sys/netpfil/pf/pf.h, which snuck in
dim
2013-12-22
1
-1
/
+1
*
Fix fallout from r258479: in pf_free_src_node() the node must already
glebius
2013-12-22
1
-1
/
+0
*
Add net.inet.ip.fw.dyn_keep_states sysctl which
melifaro
2013-12-18
1
-1
/
+24
*
Simplify O_NAT opcode handling.
melifaro
2013-11-28
1
-19
/
+16
*
Check ipfw table numbers in both user and kernel space before rule addition.
melifaro
2013-11-28
1
-1
/
+1
*
In sys/netpfil/ipfw/ip_fw_nat.c:vnet_ipfw_nat_uninit() we call "IPFW_WLOCK(ch...
rodrigc
2013-11-25
1
-1
/
+1
*
The DIOCKILLSRCNODES operation was implemented with O(m*n) complexity,
glebius
2013-11-22
1
-38
/
+56
*
To support upcoming changes change internal API for source node handling:
glebius
2013-11-22
1
-16
/
+54
*
Fix off by ones when scanning source nodes hash.
glebius
2013-11-22
1
-3
/
+3
*
Style: don't compare unsigned <= 0.
glebius
2013-11-22
1
-3
/
+3
*
add a counter on the struct mq (a queue of mbufs),
luigi
2013-11-22
3
-0
/
+32
*
disable some ipfw match options when compiling in userspace
luigi
2013-11-22
1
-2
/
+10
*
make this code compile in userspace on OSX
luigi
2013-11-22
1
-0
/
+7
*
more support for userspace compiling of this code:
luigi
2013-11-22
1
-0
/
+10
*
make ipfw_check_packet() and ipfw_check_frame() public,
luigi
2013-11-22
1
-4
/
+4
*
Some fixups to pf_get_sport after r257223:
glebius
2013-11-14
1
-7
/
+4
*
Fix fallout from r257223. Since pf_test_state_icmp() can call
glebius
2013-11-05
1
-0
/
+4
*
Remove net.link.ether.inet.useloopback sysctl tunable. It was always on by
glebius
2013-11-05
1
-1
/
+1
*
Code logic of handling PFTM_PURGE into pf_find_state().
glebius
2013-11-04
1
-5
/
+5
*
Remove unused PFTM_UNTIL_PACKET const.
glebius
2013-11-04
3
-6
/
+2
*
- Fix VIMAGE build.
glebius
2013-10-28
1
-1
/
+3
*
Include necessary headers that now are available due to pollution
glebius
2013-10-28
1
-0
/
+1
*
Import pf.c 1.638 from OpenBSD
bapt
2013-10-27
1
-3
/
+3
*
Improt pf.c 1.636 from OpenBSD
bapt
2013-10-27
1
-1
/
+2
*
Import pf.c 1.635 and pf_lb.c 1.4 from OpenBSD
bapt
2013-10-27
2
-84
/
+350
*
Move new pf includes to the pf directory. The pfvar.h remain
glebius
2013-10-27
7
-4
/
+315
*
Provide includes that are needed in these files, and before were read
glebius
2013-10-26
4
-0
/
+4
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
11
-1
/
+27
*
Use the correct EtherType for logging IPv6 packets.
philip
2013-09-28
1
-2
/
+9
*
Merge 1.12 of pf_lb.c from OpenBSD, with some changes. Original commit:
glebius
2013-09-02
1
-26
/
+29
*
Make dummynet use new direct callout(9) execution mechanism. Since the only
mav
2013-08-24
1
-4
/
+6
*
Make ipfw nat init/unint work correctly for VIMAGE:
trociny
2013-08-24
3
-24
/
+58
*
Add m_clrprotoflags() to clear protocol specific mbuf flags at up and
andre
2013-08-19
1
-2
/
+2
*
Fix a possible NULL-pointer dereference on the pfsync(4) reconfiguration.
ae
2013-07-29
1
-1
/
+4
*
Improve locking strategy between keys hash and ID hash.
glebius
2013-06-13
1
-21
/
+64
*
Return meaningful error code from pf_state_key_attach() and
glebius
2013-05-11
1
-4
/
+5
*
Better debug message.
glebius
2013-05-11
1
-1
/
+1
*
Fix DIOCADDSTATE operation.
glebius
2013-05-11
1
-1
/
+1
*
Invalid creatorid is always EINVAL, not only when we are in verbose mode.
glebius
2013-05-11
1
-3
/
+4
*
Improve KASSERT() message.
glebius
2013-05-06
1
-2
/
+2
*
Simplify printf().
glebius
2013-05-06
1
-2
/
+1
*
Use unified method for accessing / updating cached rule pointers.
melifaro
2013-05-04
1
-40
/
+35
*
Correct a few sizeof()s
eadler
2013-05-01
1
-1
/
+1
[next]