Age | Commit message (Expand) | Author |
2006-07-18 | get rid of arc network support. we have no users of it so this is dead | David Gwynne |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-03-04 | With the exception of two other small uncommited diffs this moves | Brad Smith |
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-04-20 | send raw 802.11 frames with bpf(4) using the IEEE802_11 or | Reyk Floeter |
2005-04-20 | the linktype (DLT) should always be of type u_int. | Reyk Floeter |
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-10-09 | sizeof(struct ether_header) -> ETHER_HDR_LEN | Brad Smith |
2004-09-23 | - remove EVFILT_WRITE in bpfkqfilter() switch case, handled | Brad Smith |
2004-09-12 | Return the most common data link type instead of the first match for an | Claudio Jeker |
2004-06-22 | Unbreak previous commit ok markus@ | Can Erkin Acar |
2004-06-22 | Add a new "filter drop" flag to bpf and related ioclts. | Can Erkin Acar |
2004-06-21 | move the IFF_UP check to bpfwrite; ok canacar@ | Markus Friedl |
2004-05-31 | remove the broken auto-append-'0' code; ok canacar, deraadt, thierry | Markus Friedl |
2004-05-28 | bpf device cloning. | Alexander Yurchenko |
2004-05-25 | Return buffered packets when reading from a bpf descriptor and the | Can Erkin Acar |
2004-05-08 | reference count bpf descriptors to protect against disappearing interfaces | Can Erkin Acar |
2004-02-24 | sysctl knob for bpf tunables. some tips from canacar@ | Ted Unangst |
2004-02-06 | as seen in netbsd. crank bpf sizes to adapt to faster networks. | Ted Unangst |
2003-12-10 | de-register. deraadt ok | Jun-ichiro itojun Hagino |
2003-10-24 | Fix write filter blocking when no filter was set. Fixes | Can Erkin Acar |
2003-10-22 | Add locking and write filtering to bpf descriptors. | Can Erkin Acar |
2003-10-04 | bpf support for atm cards; from jason@ackley.net | Theo de Raadt |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
2003-07-29 | avoid stack smash on FDDI case. found by kernel propolice. | Jun-ichiro itojun Hagino |
2003-06-18 | Do not panic on no memory available when allocating bufs, pass ENOBUFS | Henning Brauer |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-01 | When using bpf(4) in immediate mode, and using kevent(2) to receive | Artur Grabowski |
2002-06-06 | kqueue support for bpf; okay markus@ | Niels Provos |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
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-09-15 | Revert the sleep priority to something more sane | Mike Frantzen |
2001-06-08 | Move ifpromisc() from bpf.c to if.c, include cleanup. | Angelos D. Keromytis |
2001-05-28 | add BIOC[GS]HDRCMPLT ioctl for BPF, to disable overwriting of link level sour... | Dug Song |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson |
2001-04-04 | check for return value of ENODEV from ifpromisc(). This will happen | Jason Wright |
2001-03-25 | Don't set pbp to point to free memory. Thanks to Dawson Engler and team | Constantine Sapuntzakis |
2001-03-13 | allow configuring number of these in ukc | Michael Shalayeff |
2000-06-19 | de-#ifdef-ize | Jason Wright |
2000-06-08 | Add explicit inclusions of signalvar.h to files actually using syms defined | Niklas Hallqvist |
2000-03-23 | Remove code from the stone age. | Artur Grabowski |
2000-02-19 | set interface fields to null when detaching substructures | Niklas Hallqvist |
1999-08-10 | code we do not use, had a typo; sirsyko@temp.ishiboo.com | Theo de Raadt |
1999-08-08 | Support detaching of network interfaces. Still work to do in ipf, and | Niklas Hallqvist |
1999-05-26 | Implement DLT_RAW, DLT_{SLIP,PPP}_BSDOS from libpcap 0.4 | Brad Smith |
1999-04-22 | we don't need to include buf.h | Artur Grabowski |
1998-11-12 | crank BPF_BUFSIZE so that fddi frames fit | Theo de Raadt |