| Age | Commit message (Expand) | Author |
| 2005-12-10 | Multiple inclusion protection, as suggested by christos@ on tech-kern@ | elad |
| 2005-12-05 | Make the bpf_maxbufsize a constant when bpfilter pseudo-device is not | rpaulo |
| 2005-11-30 | PR 32198: bpf_validate() needs to do more checks, from Otto Moerbeek/OpenBSD | rpaulo |
| 2005-11-30 | Replace u_intXX_t by their C99 counterparts. | rpaulo |
| 2005-11-30 | Fix typo in comment found by Guy Harris (PR 32198). | rpaulo |
| 2005-08-04 | Implemented the kernel part of BPF statistics and BPF peers, net.bpf.stats | rpaulo |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2004-08-19 | Factor out the hand-crafting of mbufs from the interface files. Reviewed by | christos |
| 2004-08-19 | - ansify | christos |
| 2004-05-29 | back out previous change - these diffs aren't what I'd tested. | darrenr |
| 2004-05-29 | add mmap(2) interface to bpf(4) devices, along with BIOCMMAPINFO ioctl call | darrenr |
| 2004-04-30 | Add bpf_mtap2, which taps a packet whose head is in a void *buffer | dyoung |
| 2004-04-15 | don't use u_long in an ioctl, rather, u_int64_t so there are no long 32/64 | darrenr |
| 2004-04-15 | Add a count of the number of packets that match the bpf filter applied to a | darrenr |
| 2004-04-10 | Fix bpf so that select will return for a timeout (from FreeBSD.) | darrenr |
| 2004-01-22 | Make bpf_maxbufsize writable via sysctl, as written by Andrew Brown. | jonathan |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2002-09-21 | Nuke the old SunOS-style ioctl defns. | thorpej |
| 2002-08-28 | Define new kernel interface bpfattach2() to register another data link | onoe |
| 2001-12-14 | Use __sh__ instead of __sh3__. | thorpej |
| 2000-12-12 | Use <net/dlt.h> to get the DLT_* constants. Also change bpfattach() | thorpej |
| 2000-11-11 | Pull in <sys/time.h>, since we use timevals here. | thorpej |
| 2000-11-02 | Fix sparc64 LP64 issues. | eeh |
| 2000-01-31 | Implement bpfdetach(). | thorpej |
| 1999-09-13 | Merge in NetBSD/sh3 from cvs.kame.net repository. | itojun |
| 1999-05-11 | * Add the ability to change the data link type on the fly. | thorpej |
| 1998-07-25 | define DLT_HDLC | explorer |
| 1998-05-14 | Driver for Essential Communications' RoadRunner HIPPI (800 Mb/sec network) | kml |
| 1998-04-30 | Implement two new BPF ioctls: BPFGHDRCMPLT and BPFSHDRCMPLT, to get/set | thorpej |
| 1998-03-01 | Merge with Lite2 + local changes | fvdl |
| 1997-10-10 | Add definitions for bpf_int and bpf_u_int; these are not used in the kernel, | christos |
| 1997-10-09 | sync with bpf-1.2a1 | christos |
| 1997-10-03 | - Add some new data link types from libpcap-0.4a3 | christos |
| 1996-12-13 | add ATM data-link type; reqd. for libpcap. | mikel |
| 1996-05-02 | On new architectures and on the alpha, define SIZEOF_BPF_HDR to be | cgd |
| 1996-02-13 | Net prototypes | christos |
| 1995-09-27 | Enhancements to the bpf from Stu Grossman <grossman@cygnus.com>: | thorpej |
| 1995-04-22 | copy routines should take size_t lengths for prototype consistency. | cgd |
| 1995-03-26 | KERNEL -> _KERNEL | jtc |
| 1995-03-06 | Make this more type-safe for the Alpha. From the libpcap 0.0 distribution. | mycroft |
| 1995-01-13 | Protect from multiple inclusion with _NET_BPF_H_, for PR #679. | jtc |
| 1994-10-30 | be more careful with types, also pull in headers where necessary. | cgd |
| 1994-06-29 | New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' | cgd |
| 1994-05-13 | Update to 4.4-Lite networking code, with a few local changes. | mycroft |
| 1993-05-20 | add rcs ids to everything, and clean up headers | cgd |
| 1993-04-19 | Add consistent multiple-inclusion protection. | mycroft |
| 1993-03-25 | added BPF support, as provided by David Greenman (davidg@implode.rain.com) | cgd |
| 1993-03-21 | initial import of 386bsd-0.1 sources | cgd |