Age | Commit message (Expand) | Author |
2012-03-26 | Add DLT_PPP_SERIAL and DLT_C_HDLC to bpf.h even though the system will not | Claudio Jeker |
2011-07-26 | __arm32__ -> __arm__, since our new compiler isn't defining the | Martynas Venckus |
2010-10-29 | Align to 32-bits instead of sizeof(long) which may be bigger. There is no | Can Erkin Acar |
2010-09-21 | pflog overhaul | Henning Brauer |
2010-06-26 | bye bye DLT_OLD_PFLOG & friends. dead since 2003. 7 years oughta be enough | Henning Brauer |
2008-12-22 | Change DLT_MPLS number. | Michele Marchetto |
2008-11-26 | dont have bpf.h expose the kernel ticks variable wherever it is includeing. | David Gwynne |
2008-11-09 | Introduce bpf_mtap_ether(), which for the benefit of bpf listeners | Christian Weisgerber |
2008-06-29 | this stupid per-arch SIZEOF_BPF_HDR define is really really stupid, but | Theo de Raadt |
2008-05-06 | bring in the mpe interface - for ``MPLS Provider Edge'' - this is a work | Pierre-Yves Ritschard |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2005-11-03 | re-implement the bpf "filter drop" option that it actually works. the | Reyk Floeter |
2005-07-31 | Introduce bpf_mtap_af and bpf_mtap_hdr to be used when passing a mbuf chain | Christopher Pascoe |
2005-01-07 | add support for BIOCGDLTLIST and BIOCSDLT, see bpf(4) | Reyk Floeter |
2004-12-17 | knf cleanup, convert old k&r-style functions to ansi-style for a | Reyk Floeter |
2004-06-22 | Add a new "filter drop" flag to bpf and related ioclts. | Can Erkin Acar |
2004-05-16 | add DLT_PPP_ETHER DLT type | Brad Smith |
2004-04-26 | - make the k field in struct bpf_insn unsigned, as promised in the | Otto Moerbeek |
2004-02-06 | as seen in netbsd. crank bpf sizes to adapt to faster networks. | Ted Unangst |
2003-10-22 | Add locking and write filtering to bpf descriptors. | Can Erkin Acar |
2003-08-25 | add DLT_IEEE802_11; deraadt@ ok. | Federico G. Schwindt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-14 | Use official (from pcap people) link type for pflog. | Can Erkin Acar |
2002-11-29 | minor KNF | Henning Brauer |
2002-11-29 | expose state table changes | Michael Shalayeff |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-10-02 | change timeval to bpf_timeval; 32 bit in size, permitting much greater portab... | Theo de Raadt |
2001-06-25 | extend the logging via a new link header type. export interface, direction, | Niels Provos |
2001-06-09 | By popular demand, protect from multiple inclusion, and fix to use the | Angelos D. Keromytis |
2001-05-28 | add BIOC[GS]HDRCMPLT ioctl for BPF, to disable overwriting of link level sour... | Dug Song |
2000-06-19 | de-#ifdef-ize | Jason Wright |
1999-08-08 | Support detaching of network interfaces. Still work to do in ipf, and | Niklas Hallqvist |
1999-07-04 | fix link level type codes | Brad Smith |
1999-07-04 | Typos | Marc Espie |
1999-05-26 | Implement DLT_RAW, DLT_{SLIP,PPP}_BSDOS from libpcap 0.4 | Brad Smith |
1998-06-26 | fix bpf select(); from mts@rare.net | Theo de Raadt |
1998-06-10 | make the packets which were successfully processed by IPSec available to | Niels Provos |
1998-06-04 | add DLT_LOOP support; 4-byte header indicates proto; cstone@pobox.com | Theo de Raadt |
1997-03-17 | Removed static specifiers. Align bpf headers on sizeof(long) boundaries | Niklas Hallqvist |
1996-07-12 | refresh to the latest bpf code release. | Michael Shalayeff |
1996-05-07 | gross BPF_HDR hack, do better | Theo de Raadt |
1996-03-03 | From NetBSD: 960217 merge | Niklas Hallqvist |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |