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 defines to more easily allow a single threaded version of the FreeBSD
hselasky
2013-02-05
9
-52
/
+56
*
Fix some nits.
hselasky
2013-02-05
5
-6
/
+6
*
Rework jumbo frame handling. QAC confirmed that the controller
yongari
2013-02-05
2
-44
/
+87
*
- Make pci_ns8250_ids[] const.
marius
2013-02-03
1
-6
/
+6
*
Improve r238673 to additionally allow for odd-aligned buffers as
marius
2013-02-02
2
-10
/
+49
*
revert accidentally committed unneeded changes from r246250
avg
2013-02-02
1
-2
/
+2
*
acpi: clear power button status bit after waking up...
avg
2013-02-02
1
-0
/
+25
*
acpi: after wakeup from a state > S1 re-enable SCI_EN with a direct write
avg
2013-02-02
1
-2
/
+15
*
uart: add resume method and enable it for attachments on the most common
avg
2013-02-02
5
-0
/
+13
*
Fix for hardware checksum offloading in SMSC driver.
hselasky
2013-02-01
1
-1
/
+7
*
Make use of USB ID sections configurable.
hselasky
2013-02-01
4
-1
/
+12
*
Delete the "blackhole" driver - it is not needed anymore.
neel
2013-02-01
1
-129
/
+0
*
Update hwpmc to support the Xeon class of Ivybridge processors.
sbruno
2013-01-31
3
-191
/
+428
*
Work around some rather unfortunate race conditions inside net80211.
adrian
2013-01-31
1
-5
/
+3
*
Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...
sbz
2013-01-30
85
-89
/
+120
*
Do not unnecessarily split a string literal, because
hselasky
2013-01-30
1
-2
/
+2
*
Use string literals in string descriptors for marginally
hselasky
2013-01-30
13
-126
/
+42
*
Use an anonymous struct for generated string descriptors.
hselasky
2013-01-30
1
-4
/
+3
*
Provide one global language string descriptor for
hselasky
2013-01-30
16
-78
/
+48
*
Modify the FreeBSD USB kernel code so that it can be compiled directly
hselasky
2013-01-30
52
-54
/
+310
*
Add missing header file inclusion guard.
hselasky
2013-01-30
1
-1
/
+5
*
Add missing NULL pointer check.
hselasky
2013-01-30
1
-0
/
+6
*
Provide a statistic to track the number of drops in each of the port's
np
2013-01-29
2
-0
/
+3
*
Fix two misusages of return_*() macros for ACPICA.
jkim
2013-01-28
2
-2
/
+6
*
Fix white spaces for style consistency.
jkim
2013-01-28
2
-7
/
+6
*
Mark 'ticks', 'time_second', and 'time_uptime' as volatile to prevent the
jhb
2013-01-28
1
-1
/
+3
*
Remove some extra and not needed space characters.
hselasky
2013-01-28
3
-3
/
+3
*
Add new USB ID.
hselasky
2013-01-28
2
-0
/
+2
*
Add a loader tunable "hw.broken_txfifo" which enables a workaround for a
cperciva
2013-01-27
1
-1
/
+13
*
Fix regression issue after r244500 and r244503:
hselasky
2013-01-27
1
-2
/
+3
*
Fix reversed condition in the logic to wait for the chipset buffers
kib
2013-01-27
1
-1
/
+1
*
Add the chip used in recent GlobalScale Technologies *Plug computers
ian
2013-01-27
1
-0
/
+2
*
Clean some 'svn:executable' properties in the tree.
pfg
2013-01-26
6
-0
/
+0
*
Add new USB quirk.
hselasky
2013-01-26
2
-0
/
+3
*
Install an extra hold on the newly allocated synq entry so that it
np
2013-01-26
1
-5
/
+10
*
Force the 404-BT card (4 x 1G) to use the "uwire" configuration file.
np
2013-01-26
2
-4
/
+12
*
Add a couple of missing error codes. Treat CPL_ERR_KEEPALV_NEG_ADVICE as
np
2013-01-26
6
-5
/
+15
*
cxgbe/tom: List IFCAP_TOE6 as supported now that all the required pieces
np
2013-01-26
1
-1
/
+1
*
Mention NetLink controllers in the fallback description, too.
marius
2013-01-26
1
-1
/
+1
*
Migrate the TX sending code out from under the ath0 taskq and into
adrian
2013-01-26
4
-6
/
+22
*
- Improve some comments.
marius
2013-01-26
1
-83
/
+70
*
- Check the return value of taskqueue_start_threads().
marius
2013-01-25
1
-4
/
+13
*
Disable MSI interrupts for SB600 chipset. According to the report they are
mav
2013-01-24
1
-1
/
+4
*
bge_attach() can fail before attaching mii(4). So make sure to check
yongari
2013-01-24
1
-2
/
+2
*
For 57765 class controllers, set low watermark max receive frames to 1.
yongari
2013-01-24
1
-1
/
+1
*
Add support for transparent mode while in netmap.
luigi
2013-01-23
1
-30
/
+179
*
control some debugging messages with dev.netmap.verbose
luigi
2013-01-23
3
-54
/
+123
*
MFP4 change 219820
brooks
2013-01-22
1
-1
/
+1
*
MFP4 change 219819
brooks
2013-01-22
1
-7
/
+0
*
- Don't include date and time the driver is built, this is useful for
delphij
2013-01-22
3
-8
/
+11
[next]