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
*
Only enable 11n modes if the chipset suports 11n.
adrian
2011-01-20
1
-2
/
+6
*
Include the device ids for the AR2427.
adrian
2011-01-20
2
-0
/
+8
*
Push the non-AR5416 related stuff into chipset specific directories.
adrian
2011-01-20
13
-13
/
+13
*
Add a comment from my local HAL about what is actually going on here
adrian
2011-01-20
1
-0
/
+17
*
Migrate the sample rate module to the new ath_hal_gettxcompletionrates() API.
adrian
2011-01-20
2
-99
/
+36
*
Add in the public method to access the tx completion rates.
adrian
2011-01-20
1
-0
/
+2
*
Include the initial support for external EEPROMs.
adrian
2011-01-20
13
-13
/
+24
*
Port over another EEPROM option from ath9k - AR_EEP_DAC_HPWR_5G
adrian
2011-01-20
3
-0
/
+10
*
Add another HAL function which waits for a register for a configurable amount.
adrian
2011-01-20
2
-2
/
+10
*
Add a new HAL method to retrieve the completion schedule. It sets
adrian
2011-01-20
13
-0
/
+76
*
Use the now-exposed diag code, rather than a hard-coded magic number.
adrian
2011-01-20
1
-1
/
+1
*
Break out the diagnostic codes from ah_internal.h and place them in ah_diagco...
adrian
2011-01-20
3
-39
/
+70
*
Introduce signed and unsigned version of CTLTYPE_QUAD, renaming
mdf
2011-01-19
2
-5
/
+5
*
Update driver to version 2.3.8:
jfv
2011-01-19
8
-663
/
+357
*
Fix for kern/152853, pullup at the wrong point
jfv
2011-01-19
1
-5
/
+10
*
sysctl(8) should use the CTLTYPE to determine the type of data when
mdf
2011-01-19
2
-3
/
+3
*
Add missed ().
kib
2011-01-19
1
-2
/
+2
*
There is no point in calling vm_object_set_writeable_dirty() on an object
alc
2011-01-19
1
-1
/
+0
*
Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.
mdf
2011-01-19
6
-10
/
+10
*
There are PowerMacs which do not have a hwsensor-location property
andreast
2011-01-18
1
-7
/
+12
*
Make USB packet filtering code optional.
hselasky
2011-01-18
3
-5
/
+11
*
Specify a CTLTYPE_FOO so that a future sysctl(8) change does not need
mdf
2011-01-18
9
-36
/
+45
*
Rework RX filter programming by providing separate handler for
yongari
2011-01-18
1
-91
/
+90
*
Fix some bugs in my last set of changes to ale(4):
jhb
2011-01-18
2
-9
/
+8
*
Remove some always-true comparisons.
jhb
2011-01-18
2
-2
/
+2
*
Remove bogus check. pcib_get_bus() (like other BUS_ACCESSOR() methods)
jhb
2011-01-18
1
-2
/
+0
*
Change model names of controller RTL_HWREV_8168_SPIN[123] to real ones.
yongari
2011-01-18
1
-6
/
+6
*
Check the environment for system devices before using the FDT.
marcel
2011-01-17
1
-8
/
+11
*
Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().
jkim
2011-01-17
2
-9
/
+40
*
Pull ieee80211_ratectl_node_init() calls from drivers into net80211.
bschmidt
2011-01-17
9
-54
/
+0
*
Fix 32bit bit fields handling. This fixes card serial number fetching.
mav
2011-01-17
1
-1
/
+1
*
Implement initial jumbo frame support for RTL8168/8111 C/D/E PCIe
yongari
2011-01-17
1
-111
/
+347
*
Add initial support for RTL8168E/8111E-VL PCIe GbE.
yongari
2011-01-17
1
-0
/
+6
*
Remove unused variable. Spotted by a cppcheck
andreast
2011-01-15
1
-3
/
+0
*
- Even after masking the media with IFM_GMASK the result may have bits
marius
2011-01-14
2
-29
/
+11
*
- Allow IFM_FLAG0 to be set indicating that auto-negotiation with manual
marius
2011-01-14
1
-22
/
+29
*
- Don't announce PAUSE support for half-duplex when MIIF_FORCEPAUSE is
marius
2011-01-14
2
-6
/
+8
*
- Even after masking the media with IFM_GMASK the result may have bits
marius
2011-01-14
3
-16
/
+13
*
- Masking IFM_GMASK when also masking IFM_FDX is redundant and just
marius
2011-01-14
3
-21
/
+20
*
If driver is not able to allocate RX buffer, do not start driver.
yongari
2011-01-13
1
-6
/
+10
*
Make sure to check validity of dma maps before destroying.
yongari
2011-01-13
1
-6
/
+10
*
re_reset() should be called only after setting device specific
yongari
2011-01-13
1
-5
/
+5
*
Allow TX/RX checksum offloading to be configured independently.
yongari
2011-01-13
1
-3
/
+9
*
- Move ether_ifdetach() earlier and remove now-unneeded IN_DETACH flag.
jhb
2011-01-13
2
-7
/
+8
*
- Add support for 64-byte contexts to XHCI driver.
hselasky
2011-01-13
2
-46
/
+105
*
Fix up a few more sysctl(9) mis-typing found in various LINT builds.
mdf
2011-01-13
2
-6
/
+6
*
- Add a locked variant of jme_start() and invoke it directly while holding
jhb
2011-01-13
2
-25
/
+22
*
Use software interrupt priorities for USB kthreads instead of hardware
jhb
2011-01-13
1
-2
/
+4
*
Forgot to remove unlock of the driver lock from age_start_locked() when
jhb
2011-01-13
1
-2
/
+0
*
Make sure to invoke unlocked foo_start since the taskqueue does not
yongari
2011-01-12
1
-1
/
+1
[next]