Age | Commit message (Expand) | Author |
2017-01-24 | A space here, a space there. Soon we're talking real whitespace | Kenneth R Westerback |
2017-01-09 | Use a mutex to serialize accesses to buffer slots. | Martin Pieuchot |
2017-01-03 | Revert previous, there's still a problem with recursive entries in | Martin Pieuchot |
2017-01-02 | Use a mutex to serialize accesses to buffer slots. | Martin Pieuchot |
2016-08-22 | Call csignal() and selwakeup() from a KERNEL_LOCK'd task. | Martin Pieuchot |
2016-03-30 | remove support for BIOCGQUEUE and BIOSGQUEUE | David Gwynne |
2015-12-03 | Use SRPL_HEAD() and SRPL_ENTRY() to be consistent with and allow to | Martin Pieuchot |
2015-09-09 | convert bpf to using an srp list for the list of descriptors. | David Gwynne |
2015-09-01 | reintroduce bpf.c r1.121. | David Gwynne |
2015-08-23 | back out bpf+srp. its blowing up in a bridge setup. | David Gwynne |
2015-08-16 | make bpf_mtap mpsafe by using SRPs. | David Gwynne |
2015-02-10 | make bpf(4) able to filter based on a pf(4) queue ID for tcpdump -Q qname | Martin Pelikan |
2014-10-05 | fix typo in comment: correspoding -> corresponding | Lawrence Teo |
2013-12-18 | Revert the *other* part of bpf.c's r1.84. May finally fix RD Thrush's | Kenneth R Westerback |
2013-11-12 | try bpf.c r1.84 again, this time without semantic changes to if statements. | David Gwynne |
2013-11-11 | Revert bpf.c 1.84 / bpfdesc.h 1.19 for now, "panic: timeout_add: to_ticks (-1) | Stuart Henderson |
2013-11-11 | replace the user of ticks in a condition like "interval + start < ticks" | David Gwynne |
2013-10-24 | Move obvious kernel prototypes (and structure's with kernel pointers, | Theo de Raadt |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2005-11-21 | Move contents of sys/select.h to sys/selinfo.h in preparation for a | Todd C. Miller |
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-28 | bpf device cloning. | Alexander Yurchenko |
2004-05-08 | reference count bpf descriptors to protect against disappearing interfaces | Can Erkin Acar |
2003-10-22 | Add locking and write filtering to bpf descriptors. | Can Erkin Acar |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
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 |
1998-06-26 | fix bpf select(); from mts@rare.net | Theo de Raadt |
1997-08-31 | for non-tty TIOCSPGRP/F_SETOWN/FIOSETOWN pgid setting calls, store uid | Theo de Raadt |
1997-02-24 | OpenBSD tags + some prototyping police | Niklas Hallqvist |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |