summaryrefslogtreecommitdiffstats
path: root/sys/net/bpf.c
Commit message (Expand)AuthorAgeFilesLines
...
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Give BPF the "almost-clone" update. If you need more of them, makephk1999-08-151-78/+31
* Rename bpfilter to bpf.des1999-07-061-9/+9
* Simplify cdevsw registration.phk1999-05-311-4/+2
* This commit should be a extensive NO-OP:phk1999-05-301-5/+22
* This Implements the mumbled about "Jail" feature.phk1999-04-281-3/+6
* Allow loadable interface drivers with BPF support to be loaded into a kernelmsmith1999-04-281-3/+42
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-3/+1
* Installed the second patch attached to kern/7899 with some changes suggestedtruckman1998-11-111-14/+17
* Check the timeval passed to BIOCSRTIMEOUT with itimerfix. Use tvtohz()alex1998-10-081-8/+9
* The length argument for bcopy is a size_t, not u_int. Adjustalex1998-10-041-5/+5
* Support hz > 1000 (Alpha) in BIOCSRTIMEOUT.alex1998-10-041-10/+5
* Implement DLT_RAW from libpcapache1998-08-181-1/+2
* update ATM driver. (base version: midway.c 1.67 --> 1.68)kjc1998-07-291-1/+13
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Don't depend on "implicit int" or bloat the data section in thebde1998-02-201-2/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+4
* Removed unused #includes.bde1997-11-181-18/+6
* Allow interfaces to be attached to bpf at times other than boot.julian1997-10-031-2/+5
* Fixed gratuitous ANSIisms.bde1997-09-161-3/+6
* select -> pollpeter1997-09-141-47/+15
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-021-1/+2
* Don't include <sys/ioctl.h> in the kernel. Stage 6: includebde1997-03-241-2/+4
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Correctly account for header length in m_pkthdr.len when sendingwollman1997-01-081-1/+2
* Changed some memcpy()'s back to bcopy()'s.bde1996-06-081-2/+2
* Fix bug in bpf_ifname() where the unit didn't get added correctly to thedg1996-06-081-1/+2
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverbosebde1996-04-071-2/+1
* Using devfs_add_devswf() instead of devfs_add_devsw()scrappy1996-03-281-6/+9
* Clean up Ethernet drivers:wollman1996-02-061-42/+18
* Another mega commit to staticize things.phk1995-12-141-18/+9
* Julian forgot to make the *devsw structures static.phk1995-12-081-2/+2
* Pass 3 of the great devsw changesjulian1995-12-081-27/+32
* Replaced #includes of <sys/user.h> by less gross headers, usuallybde1995-12-061-2/+2
* Completed function declarations and/or added prototypes.bde1995-12-021-1/+4
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-2/+2
* OK, that's it..julian1995-11-291-1/+43
* Fix #includes.phk1995-11-201-2/+3
* Fix BPf to generate a header mbuf for writes.wollman1995-09-221-39/+5
* Only print `bpf: foo0 attached' if bootverbose.wollman1995-09-201-33/+4
* Fix benign type mismatches in devsw functions. 82 out of 299 devswbde1995-09-081-9/+16
* Fix panic("ifpromisc failed") when shutting down a bpf tap when the attachedpeter1995-07-311-7/+7
* Don't include <sys/tty.h> in drivers that aren't tty drivers or in generalbde1995-07-161-2/+1
* Give the BPF the ability to generate signals when a packet is available.pst1995-06-151-3/+57
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Replaced some bcopy()'s with memcpy()'s so that gcc while inline/optimize.dg1995-05-091-2/+2
OpenPOWER on IntegriCloud