aboutsummaryrefslogtreecommitdiff
path: root/sys/net/bpf.c
Commit message (Expand)AuthorAgeFilesLines
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-1/+4
* Removed unused #includes.Bruce Evans1997-11-181-18/+6
* Allow interfaces to be attached to bpf at times other than boot.Julian Elischer1997-10-031-2/+5
* Fixed gratuitous ANSIisms.Bruce Evans1997-09-161-3/+6
* select -> pollPeter Wemm1997-09-141-47/+15
* Added used #include - don't depend on <sys/mbuf.h> includingBruce Evans1997-09-021-1/+2
* Don't include <sys/ioctl.h> in the kernel. Stage 6: includeBruce Evans1997-03-241-2/+4
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.Bruce Evans1997-03-231-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Correctly account for header length in m_pkthdr.len when sendingGarrett Wollman1997-01-081-1/+2
* Changed some memcpy()'s back to bcopy()'s.Bruce Evans1996-06-081-2/+2
* Fix bug in bpf_ifname() where the unit didn't get added correctly to theDavid Greenman1996-06-081-1/+2
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverboseBruce Evans1996-04-071-2/+1
* Using devfs_add_devswf() instead of devfs_add_devsw()Marc G. Fournier1996-03-281-6/+9
* Clean up Ethernet drivers:Garrett Wollman1996-02-061-42/+18
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-18/+9
* Julian forgot to make the *devsw structures static.Poul-Henning Kamp1995-12-081-2/+2
* Pass 3 of the great devsw changesJulian Elischer1995-12-081-27/+32
* Replaced #includes of <sys/user.h> by less gross headers, usuallyBruce Evans1995-12-061-2/+2
* Completed function declarations and/or added prototypes.Bruce Evans1995-12-021-1/+4
* If you're going to mechanically replicate something in 50 filesJulian Elischer1995-11-291-2/+2
* OK, that's it..Julian Elischer1995-11-291-1/+43
* Fix #includes.Poul-Henning Kamp1995-11-201-2/+3
* Fix BPf to generate a header mbuf for writes.Garrett Wollman1995-09-221-39/+5
* Only print `bpf: foo0 attached' if bootverbose.Garrett Wollman1995-09-201-33/+4
* Fix benign type mismatches in devsw functions. 82 out of 299 devswBruce Evans1995-09-081-9/+16
* Fix panic("ifpromisc failed") when shutting down a bpf tap when the attachedPeter Wemm1995-07-311-7/+7
* Don't include <sys/tty.h> in drivers that aren't tty drivers or in generalBruce Evans1995-07-161-2/+1
* Give the BPF the ability to generate signals when a packet is available.Paul Traina1995-06-151-3/+57
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Replaced some bcopy()'s with memcpy()'s so that gcc while inline/optimize.David Greenman1995-05-091-2/+2
* Added support for generic FDDI and the DEC DEFEA and DEFPA FDDI adapters.David Greenman1995-03-141-1/+6
* Got rid of map.h. It's a leftover from the rmap code, and we use rlists.David Greenman1994-10-091-2/+1
* 1) cleaned up after Garrett - fixed more redundant declarations, changedDavid Greenman1994-08-201-5/+1
* Added $Id$David Greenman1994-08-021-2/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+1316