aboutsummaryrefslogtreecommitdiff
path: root/sys/net/bpf.h
Commit message (Expand)AuthorAgeFilesLines
* If bpf(4) has not been compiled into the kernel, initialize the bpf interfaceChristian S.J. Peron2006-06-141-1/+1
* Back out previous two commits, this caused some problems in the namespaceChristian S.J. Peron2006-06-031-7/+2
* Temporarily include files so that our macro checks do something useful.Christian S.J. Peron2006-06-031-0/+3
* Make sure we don't try to dereference the the if_bpf pointer when bpf hasChristian S.J. Peron2006-06-031-1/+5
* Fix the following bpf(4) race condition which can result in a panic:Christian S.J. Peron2006-06-021-4/+22
* Introduce two new ioctl(2) commands, BIOCLOCK and BIOCSETWF. These commandsChristian S.J. Peron2005-08-221-0/+2
* additions from libpcap 0.9.1 releaseSam Leffler2005-07-111-1/+14
* integrate changes from libpcap-0.9.1-096Sam Leffler2005-05-281-5/+137
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Make the comment for DLT_NULL slightly more accurate.David Malone2004-05-301-1/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Add more DLT types required by libpcap 0.8.3.Bruce M Simpson2004-03-311-0/+52
* Update system bpf headers for libpcap 0.8.3.Bruce M Simpson2004-03-311-1/+58
* Tweak existing header and other build infrastructure to be able to buildMax Laier2004-02-261-0/+1
* o eliminate widespread on-stack mbuf use for bpf by introducingSam Leffler2003-12-281-1/+10
* Remove the call to M_ASSERTVALID from BPF_MTAP; some mbufs passed toMike Silbersack2003-11-281-1/+0
* Add a new macro M_ASSERTVALID which ensures that the mbuf in questionMike Silbersack2003-10-191-0/+1
* o add BIOCGDLTLIST and BIOCSDLT ioctls to get the data link type listSam Leffler2003-01-201-0/+10
* o add support for multiple link types per interface (e.g. 802.11 and Ethernet)Sam Leffler2002-11-141-3/+14
* Update for libpcap 0.7.1Bill Fenner2002-06-211-14/+46
* Remove __P.Alfred Perlstein2002-03-191-7/+7
* Update our bpf.h with tcpdump.org's new DLT_ types.Bill Fenner2001-07-311-2/+82
* The advent of if_detach, allowing interface removal at runtime, makes itRobert Watson2000-03-191-0/+2
* Introduce a new bd_seesent flag to the BPF descriptor, indicating whether orRobert Watson2000-03-181-0/+2
* |The hard limit for the BPF buffer size is 32KB, which appears too lowPoul-Henning Kamp2000-01-151-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* Add 'const' to the bpf_filter() and bpf_validate() prototypes.Archie Cobbs1999-12-021-2/+2
* Implement pseudo_AF_HDRCMPLT, which controls the state of the 'headerMike Smith1999-10-151-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Change BPF_ALIGNMENT to long, necessary for correct alignment on Alpha.Alexander Langer1998-10-041-2/+2
* Add DLT_{SLIP,PPP}_BSDOS from libpcap 0.4Bill Fenner1998-09-151-1/+3
* Implement DLT_RAW from libpcapAndrey A. Chernov1998-08-181-1/+2
* Don't attempt to optimize the space allocated for bpf headers ifBruce Evans1998-07-131-2/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Update to match definitions in LBL June 96 releasePaul Traina1996-08-191-10/+17
* Clean up Ethernet drivers:Garrett Wollman1996-02-061-29/+4
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-301-2/+2
* Moved prototypes for devswitch functions from conf.c and driver sourcesBruce Evans1995-11-041-7/+1
* Fix benign type mismatches in devsw functions. 82 out of 299 devswBruce Evans1995-09-081-6/+6
* Give the BPF the ability to generate signals when a packet is available.Paul Traina1995-06-151-1/+5
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-5/+5
* Make idempotent.Paul Richards1994-08-211-1/+5
* Added $Id$David Greenman1994-08-021-1/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+252