summaryrefslogtreecommitdiff
path: root/sys/net/bpf.c
AgeCommit message (Expand)Author
2006-08-28add missing initializerchristos
2006-08-04Fix typo in commentmartin
2006-07-26Patch from Dheeraj S, inspired by the following FreeBSD change:christos
2006-07-23Use the LWP cached credentials where sane.ad
2006-06-27Make this build with GCC 4.x.tron
2006-05-14integrate kauth.elad
2006-05-10quell GCC 4.1 uninitialised variable warnings.mrg
2005-12-26Kill BPF_KERN_FILTER. Seems like it died with the new pppd import.rpaulo
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-14Correct typo in comments.rpaulo
2005-12-11merge ktrace-lwp.christos
2005-09-05Use ANSI function declarations everywhere and a consistent indentation onrpaulo
2005-08-04Implemented the kernel part of BPF statistics and BPF peers, net.bpf.statsrpaulo
2005-06-22Missing m_freem() in bpf_write. PR/29138.peter
2005-06-20Change the rest of the sysctl subsystem to use const consistently.atatat
2005-02-26nuke trailing whitespaceperry
2005-02-12pass the flag to fdclone.christos
2004-11-30Clonify bpf. I am not changing /dev/bpfX -> /dev/bpf until all userlandchristos
2004-08-19Factor out the hand-crafting of mbufs from the interface files. Reviewed bychristos
2004-08-19- ansifychristos
2004-08-05Don't refuse to attach an interface even if it is down so that one canenami
2004-06-06Per Matt Thomas' and Darren Reed's suggestions:dyoung
2004-05-29back out previous change - these diffs aren't what I'd tested.darrenr
2004-05-29add mmap(2) interface to bpf(4) devices, along with BIOCMMAPINFO ioctl calldarrenr
2004-05-25Sysctl descriptions under net subtree (net.key not done)atatat
2004-05-19reapply a change that got undone with more recent changes to bpf to wakeupdarrenr
2004-04-30Add bpf_mtap2, which taps a packet whose head is in a void *bufferdyoung
2004-04-20If we timeout waiting for data on the bpf device, allow data in the currentdarrenr
2004-04-15Add a count of the number of packets that match the bpf filter applied to adarrenr
2004-04-14* from bpf 1.2a1, use the IO_NDELAY flag in bpfread() to indicate whether ordarrenr
2004-04-11from freebsd's kern/36219, the if expression in deciding whether or notdarrenr
2004-04-10Fix bpf so that select will return for a timeout (from FreeBSD.)darrenr
2004-03-24Tango on sysctl_createv() and flags. The flags have all been renamed,atatat
2004-01-22Make bpf_maxbufsize writable via sysctl, as written by Andrew Brown.jonathan
2004-01-21Fix an Emacs finger-glitch (missing semicolon#).jonathan
2004-01-21Update bpf buffer parameters, as per recent discussion on tech-net.jonathan
2003-09-22- pass signo to fownsignal [ok by jd]christos
2003-09-21cleanup & uniform descriptor owner handling:jdolecek
2003-08-13Include correct file for defopt.wrstuden
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28From OpenBSD 1.33-1.34:darrenr
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-06-19avoid panic in malloc() under extremely low memory situation.itojun
2003-03-13Check that the process/process group id passed to TIOCSPRP is in the sessiondsl
2003-02-26Add MBUFTRACE kernel option.matt
2002-11-26si_ -> sel_christos
2002-10-23merge kqueue branch into -currentjdolecek
2002-09-25Don't include <sys/map.h>.thorpej
2002-09-24backout recent changes, for PR 18392.itojun