projects
/
dragonfly.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
pf: fix another double lock release
[dragonfly.git]
/
sys
/
net
/
pf
/
pf.c
2011-12-02
Jan Lentfer
pf: fix another double lock release
blob
|
commitdiff
2011-11-26
John Marino
Initial import of binutils 2.22 on the new vendor branch
blob
|
commitdiff
|
diff to current
2011-11-01
Jan Lentfer
pf: convert to use kmalloc instead of zalloc
blob
|
commitdiff
|
diff to current
2011-04-22
Sascha Wildner
pf(4): Fix compilation without INET6.
blob
|
commitdiff
|
diff to current
2011-02-22
Matthew Dillon
kernel - More if_bridge work + misc fixes
blob
|
commitdiff
|
diff to current
2011-02-19
Matthew Dillon
kernel - Clear BRIDGE_MBUF_TAGGED for NAT translations
blob
|
commitdiff
|
diff to current
2011-02-19
Matthew Dillon
kernel - Add a transparent MAC bridging feature to...
blob
|
commitdiff
|
diff to current
2011-02-19
Matthew Dillon
kernel - Fix fairq, PF table hash was not being initialized
blob
|
commitdiff
|
diff to current
2011-02-01
Sepherosa Ziehau
radix: Fix the non-per-cpu radix tree usage.
blob
|
commitdiff
|
diff to current
2011-01-20
Sepherosa Ziehau
pf_socket_lookup: Don't domsg, which could easily locku...
blob
|
commitdiff
|
diff to current
2011-01-20
Sepherosa Ziehau
pf_socket_lookup: lwkt_domsg is to be used, don't kmall...
blob
|
commitdiff
|
diff to current
2011-01-20
Matthew Dillon
kernel - Remove mplock shims from global tokens
blob
|
commitdiff
|
diff to current
2011-01-13
YONETANI Tomokazu
pf: statekey needs to be initialized for IPv6, too.
blob
|
commitdiff
|
diff to current
2011-01-04
Ilya Dryomov
network - Fix pf build when no INET6
blob
|
commitdiff
|
diff to current
2010-12-31
Jan Lentfer
pf: Update packetfilter to OpenBSD 4.4
blob
|
commitdiff
|
diff to current
2010-09-22
Matthew Dillon
network - Fix PF mis-handling and other bugs
blob
|
commitdiff
|
diff to current
2010-09-18
Matthew Dillon
network - Correct bug in last commit
blob
|
commitdiff
|
diff to current
2010-09-17
Matthew Dillon
network - Remove crit_exit/crit_enter wrappers in pf.c
blob
|
commitdiff
|
diff to current
2010-09-17
Sascha Wildner
pf(4): Fix a kprintf() warning on x86_64.
blob
|
commitdiff
|
diff to current
2010-09-15
Matthew Dillon
network - Major netmsg retooling, part 1
blob
|
commitdiff
|
diff to current
2010-09-14
Jan Lentfer
pf: Make pf work w/ the MPSAFE network stack
blob
|
commitdiff
|
diff to current
2010-09-14
Jan Lentfer
pf: Revert commit 5165ac2
blob
|
commitdiff
|
diff to current
2010-09-11
Sascha Wildner
Fix LINT build.
blob
|
commitdiff
|
diff to current
2010-09-10
Jan Lentfer
pf: Fix some byte ordering
blob
|
commitdiff
|
diff to current
2010-09-09
Jan Lentfer
pf: add patch from rev 1.553 to patch.c
blob
|
commitdiff
|
diff to current
2010-09-09
Jan Lentfer
pf: Add patch from rev 1.554
blob
|
commitdiff
|
diff to current
2010-09-09
Jan Lentfer
pf: Update pf.c to fix memory leak
blob
|
commitdiff
|
diff to current
2010-09-09
Jan Lentfer
pf: Update to OpenBSD 4.2
blob
|
commitdiff
|
diff to current
2010-08-28
Matthew Dillon
kernel - unwind kthread_create() mplock
blob
|
commitdiff
|
diff to current
2010-08-08
Jan Lentfer
pf: Update packet filter to the version that comes...
blob
|
commitdiff
|
diff to current
2009-12-05
Matthew Dillon
network - Move socket from netmsg ext to netmsg header...
blob
|
commitdiff
|
diff to current
2009-08-23
Matthew Dillon
PF - Must set FW_MBUF_REDISPATCH when translating input...
blob
|
commitdiff
|
diff to current
2009-08-20
Matthew Dillon
Fix numerous compiler warnings and format conversion...
blob
|
commitdiff
|
diff to current
2008-12-24
Sascha Wildner
Remove some more dead initialization.
blob
|
commitdiff
|
diff to current
2008-12-20
Sascha Wildner
Eliminate some dead initialization.
blob
|
commitdiff
|
diff to current
2008-06-05
Sascha Wildner
* Fix some cases where NULL was used but 0 was meant...
blob
|
commitdiff
|
diff to current
2008-05-14
Sepherosa Ziehau
Reduce ifnet.if_serializer contention on output path:
blob
|
commitdiff
|
diff to current
2008-04-11
Matthew Dillon
Implement a number of major new features to PF.
blob
|
commitdiff
|
diff to current
2008-04-07
Matthew Dillon
MFC 1.33/pf.c from NetBSD. Don't apply a window scale...
blob
|
commitdiff
|
diff to current
2008-04-06
Matthew Dillon
Bring the 'probability' keyword into PF from NetBSD...
blob
|
commitdiff
|
diff to current
2008-04-06
Matthew Dillon
Add fairq to altq. Fairq is a fair queueing algorithm...
blob
|
commitdiff
|
diff to current
2007-05-23
Matthew Dillon
* Greatly reduce the complexity of the LWKT messaging...
blob
|
commitdiff
|
diff to current
2006-12-22
Sascha Wildner
Rename printf -> kprintf in sys/ and add some defines...
blob
|
commitdiff
|
diff to current
2006-09-29
Jeffrey Hsu
We're guaranteed m_pkthdr.fw_flags is already zero...
blob
|
commitdiff
|
diff to current
2006-09-05
Matthew Dillon
Rename malloc->kmalloc, free->kfree, and realloc->kreal...
blob
|
commitdiff
|
diff to current
2006-09-03
Matthew Dillon
Rename functions to avoid conflicts with libc.
blob
|
commitdiff
|
diff to current
2006-07-16
Matthew Dillon
Attempt to fix an occassional panic in pf_purge_expired...
blob
|
commitdiff
|
diff to current
2005-12-11
Sascha Wildner
* Ansify function definitions.
blob
|
commitdiff
|
diff to current
2005-11-28
Matthew Dillon
Make all network interrupt service routines MPSAFE...
blob
|
commitdiff
|
diff to current
2005-10-28
Liam J. Foy
- Update to new icmp_error signature
blob
|
commitdiff
|
diff to current
2005-06-15
Joerg Sonnenberger
Convert to critical sections.
blob
|
commitdiff
|
diff to current
2005-02-11
Joerg Sonnenberger
Import ALTQ support from KAME. This is based on the...
blob
|
commitdiff
|
diff to current
2004-12-21
Jeffrey Hsu
Clean up the routing and networking code before I paral...
blob
|
commitdiff
|
diff to current
2004-11-30
Joerg Sonnenberger
Fix a bug that leads to a crash when binat rules of...
blob
|
commitdiff
|
diff to current
2004-09-19
Joerg Sonnenberger
Kernel part of PF
blob
|
commitdiff
|
diff to current