| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=153214
|
|
|
|
|
|
|
|
| |
The sysctl is changed from net.bpf.jitter.enable to net.bpf_jitter.enable
and this controls both bpf(4) and ng_bpf(4) now.
Notes:
svn path=/head/; revision=153213
|
|
|
|
| |
Notes:
svn path=/head/; revision=139823
|
|
|
|
|
|
|
|
|
|
| |
(it treats the buffer pointer as an mbuf pointer) and subsequent panic.
MFC after: 3 days
Reported by: Tony Hariman <tony@cbn.net.id>
Notes:
svn path=/head/; revision=130956
|
|
|
|
|
|
|
|
|
|
|
| |
Should make no binary difference.
Submitted by: Gleb Smirnoff <glebius@cell.sick.ru>
Reviewed by: Harti Brandt <harti@freebsd.org>
MFC after: 1 week
Notes:
svn path=/head/; revision=129823
|
|
|
|
|
|
|
|
|
|
| |
simply things a bit by getting rid of 'struct ng_parse_struct_info' which
was useless because it only contained one field.
MFC after: 2 weeks
Notes:
svn path=/head/; revision=97685
|
|
|
|
|
|
|
| |
also don't use ANSI string concatenation.
Notes:
svn path=/head/; revision=87599
|
|
|
|
|
|
|
| |
Submitted by: Peter Wemm <peter@freebsd.org>
Notes:
svn path=/head/; revision=71821
|
|
|
|
| |
Notes:
svn path=/head/; revision=70933
|
|
|
|
|
|
|
| |
Add memory leak detection assitance.
Notes:
svn path=/head/; revision=70870
|
|
|
|
|
|
|
|
|
| |
This is mostly cosmetic changes, (though I caught a bug or two while
makeing them)
Reviewed by: archie@freebsd.org
Notes:
svn path=/head/; revision=70784
|
|
|
|
|
|
|
|
|
|
|
| |
This version is functional and is aproaching solid..
notice I said APROACHING. There are many node types I cannot test
I have tested: echo hole ppp socket vjc iface tee bpf async tty
The rest compile and "Look" right. More changes to follow.
DEBUGGING is enabled in this code to help if people have problems.
Notes:
svn path=/head/; revision=70700
|
|
|
|
|
|
|
|
|
|
|
|
| |
format version number. (userland programs should not need to be
recompiled when the netgraph kernel internal ABI is changed.
Also fix modules that don;t handle the fact that a caller may not supply
a return message pointer. (benign at the moment because the calling code
checks, but that will change)
Notes:
svn path=/head/; revision=70159
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This clears out my outstanding netgraph changes.
There is a netgraph change of design in the offing and this is to some
extent a superset of soem of the new functionality and some of the old
functionality that may be removed.
This code works as before, but allows some new features that I want to
work with and evaluate. It is the basis for a version of netgraph
with integral locking for SMP use.
This is running on my test machine with no new problems :-)
Notes:
svn path=/head/; revision=69922
|
|
|
|
|
|
|
|
|
|
| |
Submitted by: josh@zipperup.org
Submitted by: Robert Drehmel <robd@gmx.net>
Submitted by: archie
Approved by: archie
Notes:
svn path=/head/; revision=68876
|
|
|
|
|
|
|
|
|
| |
addresses to be the more usefu @freebsd.org ones
so we can keep getting bug-reports.
- man pages to follow..
Notes:
svn path=/head/; revision=67506
|
|
|
|
|
|
|
| |
instead of M_WAITOK, to allow for maximum flexibility.
Notes:
svn path=/head/; revision=66182
|
|
|
|
| |
Notes:
svn path=/head/; revision=64508
|
|
|
|
|
|
|
|
|
|
| |
to support future work in flow-control and 'packet reject/replace'
processing modes.
reviewed by: phk, archie
Notes:
svn path=/head/; revision=59728
|
|
|
|
|
|
|
| |
a structure pointer, just the number of BPF instructions.
Notes:
svn path=/head/; revision=54214
|
|
apply bpf(4) filters to data travelling through a netgraph network.
Notes:
svn path=/head/; revision=54097
|