jkim2008-08-29 15:49:40 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_bpf.c
Log:
SVN rev 182447 on 2008-08-29 15:49:40Z by jkim
Make sure BPF program is not bigger than set maximum (net.bpf.maxinsns).
Revision ChangesPath
1.25 +5 -1
mav 2008-02-24 13:21:13 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netgraph ng_bpf.c
Log:
Partial MFC rev. 1.23-1.24
- Avoid data copying. bpf_filter() is able to work directly on mbuf chain
- Prepare hooks direct pointers on setup
mav 2008-02-05 19:48:04 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/netgraph ng_bpf.c
Log:
MFC rev. 1.23-1.24
- Avoid data copying when it is possible. bpf_filter() is able to work
directly on mbuf chain
- Prepare hooks direct poin
mav 2008-02-04 19:26:53 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_bpf.c
Log:
Prepare hooks direct pointers on setup to avoid heavy ng_findhook() calls
during operarion.
Revision ChangesPath
1.24 +66 -27src/sys/netgraph/ng_bpf.c
mav 2008-01-28 22:37:17 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_bpf.c
Log:
Avoid data copying when it is possible.
bpf_filter() is able to work directly on mbuf chain.
Revision ChangesPath
1.23 +21 -9 src/sys/netgraph/ng_bpf.c
mav 2007-08-02 10:49:27 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netgraph ng_bpf.c
Log:
MFC rev. 1.22
Reduce stack usage by 256 bytes per call. It helps to avoid kernel
stack overflow in complicated traffic filtering setups.
Re
mav 2007-07-26 18:15:02 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_bpf.c
Log:
Reduce stack usage by 256 bytes per call. It helps to avoid kernel
stack overflow in complicated traffic filtering setups.
There can be minor performance degradation f
jkim2005-12-07 21:41:45 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_bpf.c
Log:
Fix build without BPF_JITTER option.
Revision ChangesPath
1.21 +3 -1 src/sys/netgraph/ng_bpf.c
___
cvs-all@f