index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
net
/
bpf.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
o eliminate widespread on-stack mbuf use for bpf by introducing
sam
2003-12-28
1
-1
/
+10
*
Remove the call to M_ASSERTVALID from BPF_MTAP; some mbufs passed to
silby
2003-11-28
1
-1
/
+0
*
Add a new macro M_ASSERTVALID which ensures that the mbuf in question
silby
2003-10-19
1
-0
/
+1
*
o add BIOCGDLTLIST and BIOCSDLT ioctls to get the data link type list
sam
2003-01-20
1
-0
/
+10
*
o add support for multiple link types per interface (e.g. 802.11 and Ethernet)
sam
2002-11-14
1
-3
/
+14
*
Update for libpcap 0.7.1
fenner
2002-06-21
1
-14
/
+46
*
Remove __P.
alfred
2002-03-19
1
-7
/
+7
*
Update our bpf.h with tcpdump.org's new DLT_ types.
fenner
2001-07-31
1
-2
/
+82
*
The advent of if_detach, allowing interface removal at runtime, makes it
rwatson
2000-03-19
1
-0
/
+2
*
Introduce a new bd_seesent flag to the BPF descriptor, indicating whether or
rwatson
2000-03-18
1
-0
/
+2
*
|The hard limit for the BPF buffer size is 32KB, which appears too low
phk
2000-01-15
1
-1
/
+1
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-2
/
+2
*
Add 'const' to the bpf_filter() and bpf_validate() prototypes.
archie
1999-12-02
1
-2
/
+2
*
Implement pseudo_AF_HDRCMPLT, which controls the state of the 'header
msmith
1999-10-15
1
-0
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Change BPF_ALIGNMENT to long, necessary for correct alignment on Alpha.
alex
1998-10-04
1
-2
/
+2
*
Add DLT_{SLIP,PPP}_BSDOS from libpcap 0.4
fenner
1998-09-15
1
-1
/
+3
*
Implement DLT_RAW from libpcap
ache
1998-08-18
1
-1
/
+2
*
Don't attempt to optimize the space allocated for bpf headers if
bde
1998-07-13
1
-2
/
+3
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Update to match definitions in LBL June 96 release
pst
1996-08-19
1
-10
/
+17
*
Clean up Ethernet drivers:
wollman
1996-02-06
1
-29
/
+4
*
Fix a bunch of spelling errors in the comment fields of
mpp
1996-01-30
1
-2
/
+2
*
Moved prototypes for devswitch functions from conf.c and driver sources
bde
1995-11-04
1
-7
/
+1
*
Fix benign type mismatches in devsw functions. 82 out of 299 devsw
bde
1995-09-08
1
-6
/
+6
*
Give the BPF the ability to generate signals when a packet is available.
pst
1995-06-15
1
-1
/
+5
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-5
/
+5
*
Make idempotent.
paul
1994-08-21
1
-1
/
+5
*
Added $Id$
dg
1994-08-02
1
-1
/
+1
*
BSD 4.4 Lite Kernel Sources
rgrimes
1994-05-24
1
-0
/
+252