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
*
Add support for two new winbond SPI flash parts.
adrian
2013-06-08
1
-1
/
+5
*
Import Kevin Lo's port of urtwn(4) from OpenBSD. urtwn(4) is a driver for the
rpaulo
2013-06-08
3
-0
/
+4976
*
cxgbe/tom: Fix bad signed/unsigned mixup in the stid allocator. This
np
2013-06-08
2
-3
/
+3
*
Implement foreign volume handling. Allows admins to view foreign metadata
sbruno
2013-06-08
1
-0
/
+4
*
Fix some recent regression issues:
hselasky
2013-06-07
1
-47
/
+55
*
Add support for polling the XHCI interrupt handler when
hselasky
2013-06-07
3
-15
/
+49
*
Bring over the initial static bluetooth coexistence configuration
adrian
2013-06-07
3
-0
/
+352
*
Add accessor macros for the bluetooth coexistence routines.
adrian
2013-06-07
1
-0
/
+21
*
Add bluetooth fixes to the AR5416/AR92xx HAL:
adrian
2013-06-07
6
-5
/
+22
*
Correct setting TX random backoff register. This register is
yongari
2013-06-07
2
-3
/
+3
*
Do not report current link status if driver is not running.
yongari
2013-06-07
1
-0
/
+4
*
Don't busy the page unless we are likely to release the object lock.
alc
2013-06-06
2
-5
/
+8
*
Enable slow diversity combining for the AR9285.
adrian
2013-06-05
1
-0
/
+2
*
As a temporary work-around (read: until there's a nice API for exposing
adrian
2013-06-05
1
-0
/
+29
*
cxgbe(4): Never install a firmware if hw.cxgbe.fw_install is 0.
np
2013-06-05
1
-12
/
+17
*
- fix a bug in the previous commit that was dropping the last packet
luigi
2013-06-05
1
-11
/
+39
*
Relax the vm object locking. Use a read lock.
alc
2013-06-05
1
-10
/
+10
*
- Flag sym(4) as supporting unmapped I/O; all necessary conversion actually
marius
2013-06-05
1
-3
/
+2
*
Handle/mark/nuke unused arguments.
marius
2013-06-05
1
-49
/
+49
*
Implement a bit of a hack to store the AR9285/AR9485 RX LNA configuration in
adrian
2013-06-05
3
-2
/
+33
*
Add a new capability flag to announce that the chip implements LNA mixing
adrian
2013-06-05
4
-1
/
+6
*
Document the AR9285/AR9485 LNA configuration information that's
adrian
2013-06-05
1
-0
/
+26
*
sys/dev/mps/mps.c
asomers
2013-06-04
2
-1
/
+3
*
CAM_DEV_QFREEZE handling should only be done on request submission but
marius
2013-06-04
1
-14
/
+3
*
Build fix: Only <sys/cdefs.h> should be included before __FBSDID().
jhb
2013-06-04
1
-1
/
+2
*
Flag isp(4) as supporting unmapped I/O; all necessary conversion actually
marius
2013-06-04
1
-2
/
+2
*
Match the options of the kernel.
obrien
2013-06-04
2
-2
/
+5
*
Add the combined (mixed) diversity support capability bit for the
adrian
2013-06-04
2
-0
/
+4
*
cxgbe(4): Provide accurate hit count for filters on T5 cards. The
np
2013-06-04
1
-2
/
+8
*
Fixing a typo.
hiren
2013-06-03
1
-1
/
+1
*
Fix the order of TX shutdown and reset.
adrian
2013-06-03
1
-4
/
+25
*
Fix receive on the AR9285 (Kite) with only one antenna connected.
adrian
2013-06-03
1
-1
/
+14
*
Specify a maximum TSO length limiting the segment chain to what the
andre
2013-06-03
1
-0
/
+2
*
The vm_page lock is not needed around the call to vm_page_insert().
kib
2013-06-03
1
-2
/
+0
*
Remove unnecessary #include's.
alc
2013-06-02
1
-5
/
+0
*
Correct the TD size computation. npkt should reflect the number of packets
hselasky
2013-06-02
1
-2
/
+6
*
Correct TRB type for multi TRB transfers of non-NORMAL type, like isochronous.
hselasky
2013-06-02
1
-6
/
+14
*
Use the correct constant for 8000 IRQ/s.
hselasky
2013-06-02
1
-1
/
+1
*
Block event interrupts when we don't need it as soon as possible.
hselasky
2013-06-02
1
-9
/
+24
*
Don't set the start ISOC ASAP bit for non-isochronous TRBs.
hselasky
2013-06-02
1
-5
/
+8
*
Correct some XHCI streams mode transfer handling found by code inspection.
hselasky
2013-06-02
2
-18
/
+37
*
sys/dev/xen/blkfront/blkfront.c:
gibbs
2013-06-01
1
-11
/
+0
*
sys/dev/xen/blkfront/blkfront.c:
gibbs
2013-06-01
1
-20
/
+20
*
cxgbe(4): Some more debug sysctls. These work on both T4 and T5 based
np
2013-06-01
1
-0
/
+480
*
Style changes. No intended functional changes.
gibbs
2013-05-31
1
-5
/
+5
*
Style cleanups. No intended functional changes.
gibbs
2013-05-31
1
-725
/
+687
*
Style cleanups. No intended functional changes.
gibbs
2013-05-31
2
-659
/
+664
*
Explicitly use a pair of parentheses to ensure correct evaluation
delphij
2013-05-31
2
-3
/
+3
*
Make netif_free() safe to call on a partially initialized softc.
gibbs
2013-05-31
1
-2
/
+5
*
Apply the ad* => ada* IDE device name transition to the Xen block
gibbs
2013-05-31
1
-10
/
+10
[next]