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
*
Don't recurse the BPF descriptor lock during the BIOCSDLT operation
green
2004-10-06
1
-1
/
+1
*
Reformulate bpf_dettachd() to acquire the BIF_LOCK() as well as
rwatson
2004-09-09
1
-11
/
+20
*
Reformulate use of linked lists in 'struct bpf_d' and 'struct bpf_if'
rwatson
2004-09-09
1
-35
/
+20
*
Compare/set pointers using NULL not 0.
rwatson
2004-09-09
1
-3
/
+3
*
Add locking to the kqueue subsystem. This also makes the kqueue subsystem
jmg
2004-08-15
1
-7
/
+5
*
Do a lockless read of the BPF interface structure descriptor list head
rwatson
2004-08-05
1
-0
/
+21
*
Prefer NULL to '0' when checking a pointer value.
rwatson
2004-07-24
1
-37
/
+37
*
In the BPF and ethernet bridging code, don't allow callouts to execute
rwatson
2004-07-05
1
-1
/
+1
*
Second half of the dev_t cleanup.
phk
2004-06-17
1
-1
/
+1
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-9
/
+9
*
Switch to conditionally acquiring and dropping Giant around calls into
rwatson
2004-06-11
1
-2
/
+2
*
Un-staticize 'dst' sockaddr in the stack of bpfwrite() to prevent
rwatson
2004-06-11
1
-1
/
+2
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
1
-4
/
+0
*
Grab Giant after MAC processing on outgoing packets being sent via
rwatson
2004-02-29
1
-1
/
+3
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
Device megapatch 1/6:
phk
2004-02-21
1
-3
/
+1
*
Random style fixes and a comment update. No functional changes.
des
2004-02-16
1
-4
/
+4
*
Unbreak build of bpf-free kernels.
tjr
2003-12-29
1
-1
/
+1
*
o eliminate widespread on-stack mbuf use for bpf by introducing
sam
2003-12-28
1
-0
/
+53
*
- Implement selwakeuppri() which allows raising the priority of a
tanimura
2003-11-09
1
-1
/
+1
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-4
/
+3
*
add a stub for bpfattach2 so bpf is not required with the 802.11
sam
2003-10-04
1
-0
/
+8
*
Reduce window during which a race can occur when detaching
sam
2003-09-04
1
-2
/
+3
*
Change instances of callout_init that specify MPSAFE behaviour to
sam
2003-08-19
1
-1
/
+1
*
add support for using kqueue to watch bpf sockets.
jmg
2003-08-05
1
-9
/
+71
*
Assignment could be NULL, check.
mdodd
2003-03-21
1
-1
/
+1
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+8
*
sizeof(struct llc) -> LLC_SNAPFRAMELEN
mdodd
2003-03-03
1
-1
/
+1
*
More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).
des
2003-03-02
1
-2
/
+2
*
Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.
des
2003-03-02
1
-34
/
+34
*
uiomove-related caddr_t -> void * (just the low-hanging fruit)
des
2003-03-02
1
-2
/
+2
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-6
/
+6
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-6
/
+6
*
o add BIOCGDLTLIST and BIOCSDLT ioctls to get the data link type list
sam
2003-01-20
1
-4
/
+101
*
Remove cdevw_add() calls, they are deprecated.
phk
2002-12-28
1
-1
/
+0
*
correct function declarations of stubs used for building w/o device bpf
sam
2002-11-19
1
-4
/
+4
*
o add support for multiple link types per interface (e.g. 802.11 and Ethernet)
sam
2002-11-14
1
-24
/
+38
*
Use if_printf(ifp, "blah") instead of
brooks
2002-10-21
1
-2
/
+1
*
In an SMP environment post-Giant it is no longer safe to blindly
truckman
2002-10-03
1
-2
/
+2
*
Be consistent about "static" functions: if the function is marked
phk
2002-09-28
1
-1
/
+1
*
Don't return(foo(bla)) when foo returns void.
phk
2002-09-28
1
-2
/
+4
*
Insert a missing call to MAC protection check for delivering an
rwatson
2002-09-21
1
-1
/
+5
*
Use m_length() instead of home-rolled.
phk
2002-09-18
1
-4
/
+3
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-07-31
1
-2
/
+6
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-07-31
1
-0
/
+12
*
Make funsetown() take a 'struct sigio **' so that the locking can
alfred
2002-05-06
1
-1
/
+1
*
Redo the sigio locking.
alfred
2002-05-01
1
-1
/
+1
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-3
/
+3
*
Replace (deprecated ?) FREE() macro with direct calls to free()
luigi
2002-04-04
1
-1
/
+1
*
Remove __P.
alfred
2002-03-19
1
-17
/
+17
[next]