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
/
dev
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix build.
yongari
2008-01-21
1
-2
/
+2
*
Overhaul sf(4) to make it run on all architectures and implement
yongari
2008-01-21
2
-965
/
+2122
*
It seems that the firmware for TxGFP does not work at all. I could
yongari
2008-01-21
1
-0
/
+1
*
Import AIC-6915 firmware for GFP from Adaptec.
yongari
2008-01-21
2
-0
/
+235
*
Forced commit to note that sf(4) was repocopied from sys/pci
yongari
2008-01-21
1
-1
/
+1
*
Re-enable pcpu caching by default make sysctl R/W
kmacy
2008-01-19
2
-2
/
+2
*
Add a flag for Ethernet@WireSpeed capability and correct chip revisions.
jkim
2008-01-18
3
-8
/
+12
*
Fix mbuf pool watermark configuration (mismerged from OpenBSD in 1.132).
jkim
2008-01-18
1
-1
/
+1
*
Style changes from avatar.
ambrisko
2008-01-18
2
-48
/
+48
*
First real attempt at proper locking. The locking is a little complicated
ambrisko
2008-01-18
3
-122
/
+253
*
Use m_collapse(9) to collapse mbuf chains instead of relying on
yongari
2008-01-18
1
-1
/
+1
*
- Retire npe_defrag(), gem_defrag(), msk_defrag(), nfe_defrag(), and
jhb
2008-01-17
5
-357
/
+5
*
- remove bogus_imm counter
kmacy
2008-01-17
2
-22
/
+26
*
promote ath_defrag to m_collapse (and retire private+unused
sam
2008-01-17
2
-99
/
+1
*
Use pause(9) instead of a tsleep() on a stack variable.
jhb
2008-01-17
1
-1
/
+1
*
Fix lock ordering panic by not calling ether_ioctl with port lock held
kmacy
2008-01-16
1
-2
/
+2
*
Add a header containing constants for the various HPET registers and their
jhb
2008-01-16
2
-23
/
+84
*
Dont accidentally remove a filesocket which is still in use. This gives
remko
2008-01-16
1
-6
/
+9
*
remove superfluous debug printfs
kmacy
2008-01-16
2
-8
/
+1
*
Fix mbuf leak caused by freeing packet zone clusters but not their associated...
kmacy
2008-01-16
3
-29
/
+45
*
put tx queue size back to 1024
kmacy
2008-01-16
1
-4
/
+0
*
Use '%zd' to print PIO_LEN since it involves a size_t (via sizeof()) to
jhb
2008-01-15
2
-2
/
+2
*
Don't cache the new-bus name of a PCI device in the PCI conf structure,
jhb
2008-01-15
1
-1
/
+4
*
Add optional support to mxge for MSI-X interrupts and multiple receive
gallatin
2008-01-15
8
-516
/
+31649
*
Hide common prints under bootverbose.
sobomax
2008-01-15
1
-2
/
+4
*
Fix a few minor issues based on a bug report and reading over the HPET
jhb
2008-01-15
1
-3
/
+45
*
Fix accidental swap of "const" for "static" in mxge firmware byte arrays
gallatin
2008-01-15
2
-6
/
+6
*
Update to firmware version 1.4.29 from 1.4.25. Relevant changes include:
gallatin
2008-01-15
2
-25570
/
+26369
*
- Simplify mb_free_ext_fast
kmacy
2008-01-15
5
-40
/
+91
*
Fix build.
yongari
2008-01-15
1
-1
/
+1
*
- move WR_LEN in to cxgb_adapter.h add PIO_LEN to make intent clearer
kmacy
2008-01-15
6
-249
/
+191
*
remove superfluous locking from dequeue
kmacy
2008-01-15
1
-2
/
+0
*
Overhaul re(4).
yongari
2008-01-15
1
-360
/
+484
*
- Assert that immpkt is not set
kmacy
2008-01-14
1
-2
/
+4
*
Implement WOL capability.
yongari
2008-01-14
2
-11
/
+54
*
- Add more extensive sanity checks
kmacy
2008-01-14
1
-15
/
+22
*
Make back pressure visible more quickly, particularly now that we maintain a ...
kmacy
2008-01-14
1
-1
/
+1
*
Add extensive sanity checking to buf_ring
kmacy
2008-01-14
1
-7
/
+50
*
Convert over to using the multiqueue infrastructure although all calls going
kmacy
2008-01-13
3
-208
/
+94
*
Add buf_ring_full utility function, make sure dequeue/enqueue see the latest
kmacy
2008-01-13
1
-2
/
+10
*
remove unused code
kmacy
2008-01-13
1
-1
/
+0
*
style nit
kmacy
2008-01-13
1
-1
/
+2
*
VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in
attilio
2008-01-13
2
-12
/
+10
*
Fix GPE livelock that occurs on HP/Compaq laptops, mostly in the thermal
njl
2008-01-12
1
-3
/
+7
*
MFp4 multiple queue support
kmacy
2008-01-12
1
-0
/
+698
*
o Add Moxa Technologies CP-104EL PCI Express 4 port Serial card.
maxim
2008-01-12
1
-0
/
+6
*
The wakeup() line from the rev. 1.319 is wrong and reintroduces
kib
2008-01-11
1
-2
/
+1
*
Fix unload of the fdc.ko:
kib
2008-01-11
1
-1
/
+8
*
Be more aggressive about tx cleaning - when multiples streams were running th...
kmacy
2008-01-11
3
-15
/
+38
*
If we're not running with multiqueue enabled we need to wait to acquire the
kmacy
2008-01-10
1
-14
/
+41
[next]