summaryrefslogtreecommitdiff
path: root/sys/net/bpfdesc.h
AgeCommit message (Expand)Author
2017-01-24A space here, a space there. Soon we're talking real whitespaceKenneth R Westerback
2017-01-09Use a mutex to serialize accesses to buffer slots.Martin Pieuchot
2017-01-03Revert previous, there's still a problem with recursive entries inMartin Pieuchot
2017-01-02Use a mutex to serialize accesses to buffer slots.Martin Pieuchot
2016-08-22Call csignal() and selwakeup() from a KERNEL_LOCK'd task.Martin Pieuchot
2016-03-30remove support for BIOCGQUEUE and BIOSGQUEUEDavid Gwynne
2015-12-03Use SRPL_HEAD() and SRPL_ENTRY() to be consistent with and allow toMartin Pieuchot
2015-09-09convert bpf to using an srp list for the list of descriptors.David Gwynne
2015-09-01reintroduce bpf.c r1.121.David Gwynne
2015-08-23back out bpf+srp. its blowing up in a bridge setup.David Gwynne
2015-08-16make bpf_mtap mpsafe by using SRPs.David Gwynne
2015-02-10make bpf(4) able to filter based on a pf(4) queue ID for tcpdump -Q qnameMartin Pelikan
2014-10-05fix typo in comment: correspoding -> correspondingLawrence Teo
2013-12-18Revert the *other* part of bpf.c's r1.84. May finally fix RD Thrush'sKenneth R Westerback
2013-11-12try bpf.c r1.84 again, this time without semantic changes to if statements.David Gwynne
2013-11-11Revert bpf.c 1.84 / bpfdesc.h 1.19 for now, "panic: timeout_add: to_ticks (-1)Stuart Henderson
2013-11-11replace the user of ticks in a condition like "interval + start < ticks"David Gwynne
2013-10-24Move obvious kernel prototypes (and structure's with kernel pointers,Theo de Raadt
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for aTodd C. Miller
2004-12-17knf cleanup, convert old k&r-style functions to ansi-style for aReyk Floeter
2004-06-22Add a new "filter drop" flag to bpf and related ioclts.Can Erkin Acar
2004-05-28bpf device cloning.Alexander Yurchenko
2004-05-08reference count bpf descriptors to protect against disappearing interfacesCan Erkin Acar
2003-10-22Add locking and write filtering to bpf descriptors.Can Erkin Acar
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2001-06-09By popular demand, protect from multiple inclusion, and fix to use theAngelos D. Keromytis
2001-05-28add BIOC[GS]HDRCMPLT ioctl for BPF, to disable overwriting of link level sour...Dug Song
2000-06-19de-#ifdef-izeJason Wright
1999-08-08Support detaching of network interfaces. Still work to do in ipf, andNiklas Hallqvist
1998-06-26fix bpf select(); from mts@rare.netTheo de Raadt
1997-08-31for non-tty TIOCSPGRP/F_SETOWN/FIOSETOWN pgid setting calls, store uidTheo de Raadt
1997-02-24OpenBSD tags + some prototyping policeNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt