cvs commit: src/sys/netgraph ng_bpf.c

2008-08-29 Thread Jung-uk Kim
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

cvs commit: src/sys/netgraph ng_bpf.c

2008-02-24 Thread Alexander Motin
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

cvs commit: src/sys/netgraph ng_bpf.c

2008-02-05 Thread Alexander Motin
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

cvs commit: src/sys/netgraph ng_bpf.c

2008-02-04 Thread Alexander Motin
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

cvs commit: src/sys/netgraph ng_bpf.c

2008-01-28 Thread Alexander Motin
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

cvs commit: src/sys/netgraph ng_bpf.c

2007-08-02 Thread Alexander Motin
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

cvs commit: src/sys/netgraph ng_bpf.c

2007-07-26 Thread Alexander Motin
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

cvs commit: src/sys/netgraph ng_bpf.c

2005-12-07 Thread Jung-uk Kim
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