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
*
Work around a race in bpfread() by validating the hold buffer pointer
ghelmer
2012-11-06
1
-4
/
+7
*
Fix typo introduced in r236559.
melifaro
2012-06-09
1
-1
/
+1
*
Fix panic introduced by r235745. Panic occurs after first packet traverse ren...
melifaro
2012-06-04
1
-2
/
+22
*
Fix style(9) nits, reduce unnecessary type castings, etc., for bpf_setf().
jkim
2012-05-29
1
-19
/
+20
*
- Save the previous filter right before we set new one.
jkim
2012-05-29
1
-63
/
+26
*
Fix 32-bit shim for BIOCSETF to drop all packets buffered on the descriptor
jkim
2012-05-29
1
-2
/
+12
*
Fix BPF_JITTER code broken by r235746.
melifaro
2012-05-29
1
-46
/
+48
*
Make most BPF ioctls() SMP-safe.
melifaro
2012-05-21
1
-6
/
+47
*
Call bpf_jitter() before acquiring BPF global lock due to malloc() being used...
melifaro
2012-05-21
1
-8
/
+14
*
Fix old panic when BPF consumer attaches to destroying interface.
melifaro
2012-05-21
1
-84
/
+122
*
Fix panic on attaching to non-existent interface (introduced by r233937, poin...
melifaro
2012-05-21
1
-42
/
+136
*
Fix build broken by r233938.
melifaro
2012-04-06
1
-1
/
+2
*
- Improve performace for writer-only BPF users.
melifaro
2012-04-06
1
-6
/
+91
*
- Improve BPF locking model.
melifaro
2012-04-06
1
-106
/
+145
*
o) Add COMPAT_FREEBSD32 support for MIPS kernels using the n64 ABI with userl...
jmallett
2012-03-03
1
-7
/
+7
*
Consumers of bpfdetach() expect it to remove all bpf_if structs from the
lstewart
2012-01-10
1
-22
/
+31
*
Revert r228986 until it can be reworked to avoid panicing the kernel when the
lstewart
2011-12-31
1
-183
/
+71
*
- Introduce the net.bpf.tscfg sysctl tree and associated code so as to make one
lstewart
2011-12-30
1
-71
/
+183
*
Revert r227778 in preparation for committing reworked patches in its place.
lstewart
2011-11-29
1
-143
/
+11
*
- When feed-forward clock support is compiled in, change the BPF header to
lstewart
2011-11-21
1
-11
/
+143
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
*
Fix a deficiency in the selinfo interface:
attilio
2011-08-25
1
-1
/
+1
*
Fix a typo in a comment.
jkim
2010-09-16
1
-1
/
+1
*
Implement flexible BPF timestamping framework.
jkim
2010-06-15
1
-58
/
+205
*
MFP4: @177254
bz
2010-04-27
1
-3
/
+8
*
Provide compat32 shims for bpf(4), except zero-copy facilities.
kib
2010-04-25
1
-3
/
+165
*
Check the pointer to JIT binary filter before its de-allocation.
jkim
2010-03-29
1
-3
/
+4
*
Fix a style(9) nit.
jkim
2010-03-12
1
-2
/
+1
*
Tidy up callout for select(2) and read timeout.
jkim
2010-03-12
1
-3
/
+6
*
Return partially filled buffer for non-blocking read(2)
jkim
2010-02-20
1
-6
/
+15
*
Remove unneeded blank line from bpf_drvinit().
rwatson
2009-10-23
1
-1
/
+0
*
Use C99 initialization for struct filterops.
rwatson
2009-09-12
1
-2
/
+5
*
Always embed pointer to BPF JIT function in BPF descriptor
jkim
2009-08-12
1
-6
/
+12
*
Merge the remainder of kern_vimage.c and vimage.h into vnet.c and
rwatson
2009-08-01
1
-1
/
+1
*
Implement the -z (zero counters) option for the various bpf counters.
csjp
2009-06-19
1
-1
/
+45
*
Add explicit includes for jail.h to the files that need them and
bz
2009-06-17
1
-0
/
+1
*
Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. Use
kib
2009-06-10
1
-1
/
+1
*
Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC
rwatson
2009-06-05
1
-1
/
+0
*
rev bpf attach/detach event api to include the dlt
sam
2009-05-25
1
-2
/
+2
*
add bpf_track eventhandler for monitoring bpf taps attached/detached
sam
2009-05-18
1
-0
/
+4
*
Change the curvnet variable from a global const struct vnet *,
zec
2009-05-05
1
-2
/
+2
*
Disable zerocopy by default for now. It's causing some problems in pcap
csjp
2009-03-10
1
-1
/
+1
*
When resetting a BPF descriptor, properly check that zero-copy buffers
rwatson
2009-03-07
1
-5
/
+11
*
Mark the bpf stats sysctl as being mpsafe. We do not require
csjp
2009-03-07
1
-1
/
+1
*
Switch the default buffer mode in bpf(4) to zero-copy buffers.
csjp
2009-03-02
1
-1
/
+1
*
Merge more of currently non-functional (i.e. resolving to
zec
2008-11-26
1
-0
/
+7
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-1
/
+1
*
Make bpf_maxinsns visible from ng_bpf.c.
jkim
2008-08-29
1
-1
/
+1
*
Change bpf(4) to use the cdevpriv API.
ed
2008-08-13
1
-80
/
+62
*
Annotate why we do not call BPF_CHECK_DIRECTION() in this tapping routine.
csjp
2008-08-01
1
-0
/
+6
[next]