| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix old panic when BPF consumer attaches to destroying interface. | Alexander V. Chernikov | 2012-05-21 | 1 | -0/+1 |
* | Sync DLTs with the latest pcap version. | Xin LI | 2012-05-14 | 1 | -2/+122 |
* | - Improve performace for writer-only BPF users. | Alexander V. Chernikov | 2012-04-06 | 1 | -0/+1 |
* | - Improve BPF locking model. | Alexander V. Chernikov | 2012-04-06 | 1 | -1/+6 |
* | Revert r228986 until it can be reworked to avoid panicing the kernel when the | Lawrence Stewart | 2011-12-31 | 1 | -10/+11 |
* | - Introduce the net.bpf.tscfg sysctl tree and associated code so as to make one | Lawrence Stewart | 2011-12-30 | 1 | -11/+10 |
* | Revert r227778 in preparation for committing reworked patches in its place. | Lawrence Stewart | 2011-11-29 | 1 | -22/+1 |
* | - When feed-forward clock support is compiled in, change the BPF header to | Lawrence Stewart | 2011-11-21 | 1 | -1/+22 |
* | Sync DLTs with the latest pcap version. | Rui Paulo | 2010-10-29 | 1 | -0/+137 |
* | Implement flexible BPF timestamping framework. | Jung-uk Kim | 2010-06-15 | 1 | -37/+75 |
* | Sync DLTs with latest libpcap version. | Rui Paulo | 2009-04-02 | 1 | -0/+88 |
* | Revert the previous commit to fix buildworld for now. | Jung-uk Kim | 2008-08-26 | 1 | -2/+1 |
* | Make sys/net/bpf_filter.c build cleanly on user land. | Jung-uk Kim | 2008-08-26 | 1 | -1/+2 |
* | Add a new ioctl for changing the read filter (BIOCSETFNR). This is | David Malone | 2008-07-07 | 1 | -0/+1 |
* | Introduce support for zero-copy BPF buffering, which reduces the | Christian S.J. Peron | 2008-03-24 | 1 | -0/+66 |
* | Remove trailing whitespace from lines in BPF. | Robert Watson | 2007-12-23 | 1 | -4/+4 |
* | Additions from libpcap 0.9.8 unbreak the build. | Max Laier | 2007-10-21 | 1 | -0/+134 |
* | Add three new ioctl(2) commands for bpf(4). | Jung-uk Kim | 2007-02-26 | 1 | -2/+14 |
* | more juniper dlt's | Sam Leffler | 2006-09-04 | 1 | -0/+12 |
* | If bpf(4) has not been compiled into the kernel, initialize the bpf interface | Christian S.J. Peron | 2006-06-14 | 1 | -1/+1 |
* | Back out previous two commits, this caused some problems in the namespace | Christian S.J. Peron | 2006-06-03 | 1 | -7/+2 |
* | Temporarily include files so that our macro checks do something useful. | Christian S.J. Peron | 2006-06-03 | 1 | -0/+3 |
* | Make sure we don't try to dereference the the if_bpf pointer when bpf has | Christian S.J. Peron | 2006-06-03 | 1 | -1/+5 |
* | Fix the following bpf(4) race condition which can result in a panic: | Christian S.J. Peron | 2006-06-02 | 1 | -4/+22 |
* | Introduce two new ioctl(2) commands, BIOCLOCK and BIOCSETWF. These commands | Christian S.J. Peron | 2005-08-22 | 1 | -0/+2 |
* | additions from libpcap 0.9.1 release | Sam Leffler | 2005-07-11 | 1 | -1/+14 |
* | integrate changes from libpcap-0.9.1-096 | Sam Leffler | 2005-05-28 | 1 | -5/+137 |
* | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
* | Make the comment for DLT_NULL slightly more accurate. | David Malone | 2004-05-30 | 1 | -1/+1 |
* | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |
* | Add more DLT types required by libpcap 0.8.3. | Bruce M Simpson | 2004-03-31 | 1 | -0/+52 |
* | Update system bpf headers for libpcap 0.8.3. | Bruce M Simpson | 2004-03-31 | 1 | -1/+58 |
* | Tweak existing header and other build infrastructure to be able to build | Max Laier | 2004-02-26 | 1 | -0/+1 |
* | o eliminate widespread on-stack mbuf use for bpf by introducing | Sam Leffler | 2003-12-28 | 1 | -1/+10 |
* | Remove the call to M_ASSERTVALID from BPF_MTAP; some mbufs passed to | Mike Silbersack | 2003-11-28 | 1 | -1/+0 |
* | Add a new macro M_ASSERTVALID which ensures that the mbuf in question | Mike Silbersack | 2003-10-19 | 1 | -0/+1 |
* | o add BIOCGDLTLIST and BIOCSDLT ioctls to get the data link type list | Sam Leffler | 2003-01-20 | 1 | -0/+10 |
* | o add support for multiple link types per interface (e.g. 802.11 and Ethernet) | Sam Leffler | 2002-11-14 | 1 | -3/+14 |
* | Update for libpcap 0.7.1 | Bill Fenner | 2002-06-21 | 1 | -14/+46 |
* | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -7/+7 |
* | Update our bpf.h with tcpdump.org's new DLT_ types. | Bill Fenner | 2001-07-31 | 1 | -2/+82 |
* | The advent of if_detach, allowing interface removal at runtime, makes it | Robert Watson | 2000-03-19 | 1 | -0/+2 |
* | Introduce a new bd_seesent flag to the BPF descriptor, indicating whether or | Robert Watson | 2000-03-18 | 1 | -0/+2 |
* | |The hard limit for the BPF buffer size is 32KB, which appears too low | Poul-Henning Kamp | 2000-01-15 | 1 | -1/+1 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 1 | -2/+2 |
* | Add 'const' to the bpf_filter() and bpf_validate() prototypes. | Archie Cobbs | 1999-12-02 | 1 | -2/+2 |
* | Implement pseudo_AF_HDRCMPLT, which controls the state of the 'header | Mike Smith | 1999-10-15 | 1 | -0/+2 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Change BPF_ALIGNMENT to long, necessary for correct alignment on Alpha. | Alexander Langer | 1998-10-04 | 1 | -2/+2 |
* | Add DLT_{SLIP,PPP}_BSDOS from libpcap 0.4 | Bill Fenner | 1998-09-15 | 1 | -1/+3 |