summaryrefslogtreecommitdiffstats
path: root/sys/net/bpf.h
Commit message (Expand)AuthorAgeFilesLines
* Changes to resolve races in bpfread() and catchpacket() that, at worst,ghelmer2012-12-101-1/+2
* MFV: libpcap 1.3.0.delphij2012-10-051-1/+37
* Fix old panic when BPF consumer attaches to destroying interface.melifaro2012-05-211-0/+1
* Sync DLTs with the latest pcap version.delphij2012-05-141-2/+122
* - Improve performace for writer-only BPF users.melifaro2012-04-061-0/+1
* - Improve BPF locking model.melifaro2012-04-061-1/+6
* Revert r228986 until it can be reworked to avoid panicing the kernel when thelstewart2011-12-311-10/+11
* - Introduce the net.bpf.tscfg sysctl tree and associated code so as to make onelstewart2011-12-301-11/+10
* Revert r227778 in preparation for committing reworked patches in its place.lstewart2011-11-291-22/+1
* - When feed-forward clock support is compiled in, change the BPF header tolstewart2011-11-211-1/+22
* Sync DLTs with the latest pcap version.rpaulo2010-10-291-0/+137
* Implement flexible BPF timestamping framework.jkim2010-06-151-37/+75
* Sync DLTs with latest libpcap version.rpaulo2009-04-021-0/+88
* Revert the previous commit to fix buildworld for now.jkim2008-08-261-2/+1
* Make sys/net/bpf_filter.c build cleanly on user land.jkim2008-08-261-1/+2
* Add a new ioctl for changing the read filter (BIOCSETFNR). This isdwmalone2008-07-071-0/+1
* Introduce support for zero-copy BPF buffering, which reduces thecsjp2008-03-241-0/+66
* Remove trailing whitespace from lines in BPF.rwatson2007-12-231-4/+4
* Additions from libpcap 0.9.8 unbreak the build.mlaier2007-10-211-0/+134
* Add three new ioctl(2) commands for bpf(4).jkim2007-02-261-2/+14
* more juniper dlt'ssam2006-09-041-0/+12
* If bpf(4) has not been compiled into the kernel, initialize the bpf interfacecsjp2006-06-141-1/+1
* Back out previous two commits, this caused some problems in the namespacecsjp2006-06-031-7/+2
* Temporarily include files so that our macro checks do something useful.csjp2006-06-031-0/+3
* Make sure we don't try to dereference the the if_bpf pointer when bpf hascsjp2006-06-031-1/+5
* Fix the following bpf(4) race condition which can result in a panic:csjp2006-06-021-4/+22
* Introduce two new ioctl(2) commands, BIOCLOCK and BIOCSETWF. These commandscsjp2005-08-221-0/+2
* additions from libpcap 0.9.1 releasesam2005-07-111-1/+14
* integrate changes from libpcap-0.9.1-096sam2005-05-281-5/+137
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Make the comment for DLT_NULL slightly more accurate.dwmalone2004-05-301-1/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Add more DLT types required by libpcap 0.8.3.bms2004-03-311-0/+52
* Update system bpf headers for libpcap 0.8.3.bms2004-03-311-1/+58
* Tweak existing header and other build infrastructure to be able to buildmlaier2004-02-261-0/+1
* o eliminate widespread on-stack mbuf use for bpf by introducingsam2003-12-281-1/+10
* Remove the call to M_ASSERTVALID from BPF_MTAP; some mbufs passed tosilby2003-11-281-1/+0
* Add a new macro M_ASSERTVALID which ensures that the mbuf in questionsilby2003-10-191-0/+1
* o add BIOCGDLTLIST and BIOCSDLT ioctls to get the data link type listsam2003-01-201-0/+10
* o add support for multiple link types per interface (e.g. 802.11 and Ethernet)sam2002-11-141-3/+14
* Update for libpcap 0.7.1fenner2002-06-211-14/+46
* Remove __P.alfred2002-03-191-7/+7
* Update our bpf.h with tcpdump.org's new DLT_ types.fenner2001-07-311-2/+82
* The advent of if_detach, allowing interface removal at runtime, makes itrwatson2000-03-191-0/+2
* Introduce a new bd_seesent flag to the BPF descriptor, indicating whether orrwatson2000-03-181-0/+2
* |The hard limit for the BPF buffer size is 32KB, which appears too lowphk2000-01-151-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* Add 'const' to the bpf_filter() and bpf_validate() prototypes.archie1999-12-021-2/+2
* Implement pseudo_AF_HDRCMPLT, which controls the state of the 'headermsmith1999-10-151-0/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
OpenPOWER on IntegriCloud