index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
net
/
bpf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Give BPF the "almost-clone" update. If you need more of them, make
phk
1999-08-15
1
-78
/
+31
*
Rename bpfilter to bpf.
des
1999-07-06
1
-9
/
+9
*
Simplify cdevsw registration.
phk
1999-05-31
1
-4
/
+2
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-5
/
+22
*
This Implements the mumbled about "Jail" feature.
phk
1999-04-28
1
-3
/
+6
*
Allow loadable interface drivers with BPF support to be loaded into a kernel
msmith
1999-04-28
1
-3
/
+42
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-2
/
+2
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-3
/
+1
*
Installed the second patch attached to kern/7899 with some changes suggested
truckman
1998-11-11
1
-14
/
+17
*
Check the timeval passed to BIOCSRTIMEOUT with itimerfix. Use tvtohz()
alex
1998-10-08
1
-8
/
+9
*
The length argument for bcopy is a size_t, not u_int. Adjust
alex
1998-10-04
1
-5
/
+5
*
Support hz > 1000 (Alpha) in BIOCSRTIMEOUT.
alex
1998-10-04
1
-10
/
+5
*
Implement DLT_RAW from libpcap
ache
1998-08-18
1
-1
/
+2
*
update ATM driver. (base version: midway.c 1.67 --> 1.68)
kjc
1998-07-29
1
-1
/
+13
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-2
/
+2
*
Don't depend on "implicit int" or bloat the data section in the
bde
1998-02-20
1
-2
/
+2
*
Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.
eivind
1998-01-24
1
-1
/
+4
*
Removed unused #includes.
bde
1997-11-18
1
-18
/
+6
*
Allow interfaces to be attached to bpf at times other than boot.
julian
1997-10-03
1
-2
/
+5
*
Fixed gratuitous ANSIisms.
bde
1997-09-16
1
-3
/
+6
*
select -> poll
peter
1997-09-14
1
-47
/
+15
*
Added used #include - don't depend on <sys/mbuf.h> including
bde
1997-09-02
1
-1
/
+2
*
Don't include <sys/ioctl.h> in the kernel. Stage 6: include
bde
1997-03-24
1
-2
/
+4
*
Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.
bde
1997-03-23
1
-2
/
+2
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Correctly account for header length in m_pkthdr.len when sending
wollman
1997-01-08
1
-1
/
+2
*
Changed some memcpy()'s back to bcopy()'s.
bde
1996-06-08
1
-2
/
+2
*
Fix bug in bpf_ifname() where the unit didn't get added correctly to the
dg
1996-06-08
1
-1
/
+2
*
Removed now-unused #includes of <machine/cpu.h>. They were for bootverbose
bde
1996-04-07
1
-2
/
+1
*
Using devfs_add_devswf() instead of devfs_add_devsw()
scrappy
1996-03-28
1
-6
/
+9
*
Clean up Ethernet drivers:
wollman
1996-02-06
1
-42
/
+18
*
Another mega commit to staticize things.
phk
1995-12-14
1
-18
/
+9
*
Julian forgot to make the *devsw structures static.
phk
1995-12-08
1
-2
/
+2
*
Pass 3 of the great devsw changes
julian
1995-12-08
1
-27
/
+32
*
Replaced #includes of <sys/user.h> by less gross headers, usually
bde
1995-12-06
1
-2
/
+2
*
Completed function declarations and/or added prototypes.
bde
1995-12-02
1
-1
/
+4
*
If you're going to mechanically replicate something in 50 files
julian
1995-11-29
1
-2
/
+2
*
OK, that's it..
julian
1995-11-29
1
-1
/
+43
*
Fix #includes.
phk
1995-11-20
1
-2
/
+3
*
Fix BPf to generate a header mbuf for writes.
wollman
1995-09-22
1
-39
/
+5
*
Only print `bpf: foo0 attached' if bootverbose.
wollman
1995-09-20
1
-33
/
+4
*
Fix benign type mismatches in devsw functions. 82 out of 299 devsw
bde
1995-09-08
1
-9
/
+16
*
Fix panic("ifpromisc failed") when shutting down a bpf tap when the attached
peter
1995-07-31
1
-7
/
+7
*
Don't include <sys/tty.h> in drivers that aren't tty drivers or in general
bde
1995-07-16
1
-2
/
+1
*
Give the BPF the ability to generate signals when a packet is available.
pst
1995-06-15
1
-3
/
+57
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-2
/
+2
*
Replaced some bcopy()'s with memcpy()'s so that gcc while inline/optimize.
dg
1995-05-09
1
-2
/
+2
[next]