summaryrefslogtreecommitdiff
path: root/sys/net/bpf.c
AgeCommit message (Expand)Author
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
2002-09-19Add a missing semi-colon.atatat
2002-09-19For the trivial case where the packet is only in one mbuf, call bpf_tap()darrenr
2002-09-19If M_PKTHDR is set we can use m_pkthdr.len instead of the for loop.darrenr
2002-09-15In bpf_setdlt(), preserve the promiscuous mode setting of thethorpej
2002-09-11KNF - return is not a function.itojun
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-08-28Define new kernel interface bpfattach2() to register another data linkonoe
2002-06-06defparam BPF_BUFSIZEwrstuden
2002-03-23If someone is poll'ing to write to bpf, assume that it can always be donedarrenr
2001-11-12add RCSIDslukem
2001-09-10Add MI Econet support. This is lacking any interfaces to higher-layerbjh21
2001-04-13Remove the use of splimp() from the NetBSD kernel. splnet()thorpej
2000-12-29Fix non-blocking BPF reads, from Guy Harris, kern/11836.thorpej
2000-12-12Use <net/dlt.h> to get the DLT_* constants. Also change bpfattach()thorpej
2000-07-04Move ifpromimsc() to if.cthorpej
2000-05-28Ensure that all callers of pfind() can deal with pfind(0) returningjhawk
2000-05-28Fix bpf output on fddi to actually work. Make it compatible with ULTRIXmatt
2000-05-12Make BPF_BUFSIZE overridable: 8192 is smaller than MTU of some devices.jonathan
2000-04-12remove support for sunos and ancient BSDs.chs
2000-03-30Kill some more register declarations.augustss
2000-03-13Fix doubled 'the's in comments.soren
2000-02-02Revoke bpf device on detach.enami
2000-02-02Since we are allowed to wait, no need to check the return value.enami
2000-02-02Remove duplicated forward declarations.enami
2000-01-31Implement bpfdetach().thorpej
1999-05-11* Add the ability to change the data link type on the fly.thorpej
1998-12-04Init the decriptors at boot time rather than at interface attach time.bouyer
1998-11-05Increase compiled-in default bpf buffer size from 4096 to 8192.jonathan
1998-08-18Add some braces to make egcs happy (ambiguous else warning).thorpej
1998-08-06Sigh. "consts in prototypes can be quite a drag..."perry
1998-08-06Fix botched prototype decl in last fix.perry
1998-08-06Convert bcopy,bzero to memcpy,memsetperry
1998-04-30Implement two new BPF ioctls: BPFGHDRCMPLT and BPFSHDRCMPLT, to get/setthorpej
1998-03-01Merge with Lite2 + local changesfvdl
1997-10-12Do *not* free the mbuf chain we just created.mycroft
1997-10-09GC bd_sigchristos