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
/
netisr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correctly unregister a netisr by clearing the ni->ni_queue field to NULL as
andre
2004-10-11
1
-0
/
+1
*
Correct a comment typo: s/Note/Not/.
rwatson
2004-09-03
1
-1
/
+1
*
Correct typo in printf() warning.
rwatson
2004-08-28
1
-1
/
+1
*
Change the default disposition of debug.mpsafenet from 0 to 1, which
rwatson
2004-08-28
1
-3
/
+84
*
Apply error and success logic consistently to the function netisr_queue() and
andre
2004-08-27
1
-3
/
+5
*
Comment clarifying debug_mpsafenet.
rwatson
2004-07-18
1
-4
/
+5
*
o add a flags parameter to netisr_register that is used to specify
sam
2003-11-08
1
-39
/
+45
*
o make debug_mpsafenet globally visible
sam
2003-11-05
1
-0
/
+10
*
When direct dispatching an netisr (net.isr.enable=1), if there are already
rwatson
2003-10-03
1
-13
/
+21
*
Create a tunable for net.isr.enable so that it may be set from
rwatson
2003-10-02
1
-0
/
+1
*
Temporarily turn net.isr.enable back off again until patches to
rwatson
2003-10-01
1
-1
/
+1
*
Enable net.isr.enable by default, causing "delivery to completion"
rwatson
2003-10-01
1
-1
/
+1
*
Discard the packet if the netisr queue is null instead of panicing, for
jlemon
2003-03-08
1
-2
/
+8
*
Update netisr handling; Each SWI now registers its queue, and all queue
jlemon
2003-03-04
1
-58
/
+187
*
Moved netisr code from kern/kern_intr.c to net/netisr.c as threatened in a
jake
2002-09-22
1
-0
/
+116