index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
external
/
bsd
/
ipf
/
netinet
Age
Commit message (
Expand
)
Author
2014-02-27
Checking the return value of an allocator works better, when looking at
joerg
2014-02-27
A member of a non-null struct pointer can't be null.
joerg
2013-11-27
CID 976267: NULL deref check
christos
2013-11-01
move variable definition/set inside the same #ifdef of the usage.
mrg
2013-10-20
ifdef kernel used only variable
christos
2013-09-18
Add bpf_filter_ext() to use with BPF COP, restore bpf_filter() as it was
rmind
2013-09-15
Remove unused variable
martin
2013-09-14
Use __KERNEL_RCSID.
joerg
2013-09-14
Fix return value of ipf_sync_nat
martin
2013-09-14
Remove unused variables
martin
2013-09-14
Remove a few unused variables, ifdef others like their use
martin
2013-09-14
Remove unused variables
martin
2013-09-14
Remove unused variable
martin
2013-09-14
Remove unused variable and ifdef another like their use
martin
2013-09-12
Remove unused variable
martin
2013-08-30
bpf_filter: add a custom argument which can be passed to coprocessor routine.
rmind
2013-08-29
Implement BPF_COP/BPF_COPX instructions in the misc category (BPF_MISC)
rmind
2013-06-29
- Rewrite parts of pfil(9): use array to store hooks and thus be more cache
rmind
2013-03-28
Destroying the mutex once is enough.
christos
2013-03-27
call mutex destroy in fini, so that we don't end up with a lockdebug panic
christos
2013-01-15
Fix off-by-one read error.
msaitoh
2013-01-09
Back out my last change, which was a partial fix for hash code computation pr...
christos
2013-01-05
Fix bucket and chain counts on nat lists from Geoff Adams:
christos
2012-12-20
- Replace the seemingly broken built-in ipf rbtree implementation with ours.
christos
2012-12-03
PR/47270: Paul Goyette: ipftest -N aborts
christos
2012-10-09
remove wrong ntohl (from Aran Clauson)
christos
2012-09-15
the result of the construct
plunky
2012-07-30
Make ipf compile even without INET6 support.
pgoyette
2012-07-22
Fix printf format
martin
2012-07-22
ansify new function definition
darrenr
2012-07-22
ansify new function definition
darrenr
2012-07-22
ansify new function definition
darrenr
2012-07-22
h323 proxy removed
darrenr
2012-07-22
ansify new functio definitions
darrenr
2012-07-22
Merge IPFilter 5.1.2 into HEAD
darrenr
2012-03-23
apply our changes.
christos
2012-03-23
import kernel portion of ipfilter 5.1.1
christos