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
*
Assigning the unit number for each interfaces could not use ubus->parent
weongyo
2010-11-25
1
-1
/
+2
*
The purpose of this change is to add a routine to
jfv
2010-11-24
1
-55
/
+83
*
Fixes a compiler warning when it's compiled with INVARIANTS.
weongyo
2010-11-24
1
-1
/
+1
*
Removes all duplicated code with BPF that it's greatly simplified and
weongyo
2010-11-24
4
-1877
/
+27
*
Add shared code glue for new 82580 devices.
jfv
2010-11-24
2
-0
/
+4
*
- New 82580 devices supported
jfv
2010-11-23
2
-135
/
+208
*
- Sprinkle const on tables.
marius
2010-11-23
2
-26
/
+14
*
Fixes a kernel crash when usb module is reloaded after unload that it
weongyo
2010-11-23
1
-2
/
+16
*
Make the Huawei E1820 work (Emile Coetzee).
n_hibma
2010-11-23
2
-6
/
+6
*
Fix small typo.
mav
2010-11-22
1
-1
/
+1
*
- Fix and enable support for flow control.
marius
2010-11-22
1
-6
/
+10
*
- Fix and enable support for flow control.
marius
2010-11-22
1
-21
/
+18
*
- Also probe BCM5214 and BCM5222.
marius
2010-11-22
2
-11
/
+53
*
Resume critical PCI devices (and their children) first, then everything else
jkim
2010-11-22
1
-1
/
+28
*
Add support for flow control.
marius
2010-11-22
3
-6
/
+10
*
Given that unlike f.e. rgephy(4) these drivers doen't explicitly start an
marius
2010-11-22
2
-0
/
+4
*
Given that unlike f.e. rgephy(4) this driver doesn't explicitly start an
marius
2010-11-22
1
-0
/
+2
*
Add missing newlines.
marius
2010-11-22
1
-5
/
+5
*
Fix a TSO checksum bug on mxge(4):
gallatin
2010-11-22
1
-1
/
+12
*
Adds a USB packet filter feature to the stack that it could capture
weongyo
2010-11-22
6
-0
/
+2224
*
Various small typos and grammar nits in comments.
jhb
2010-11-18
2
-6
/
+6
*
Make ATA_CAM wrapper to report SATA power management capabilities to CAM to
mav
2010-11-18
2
-0
/
+20
*
Fix a bug introduced with r215298; when atphy_reset() is called from
marius
2010-11-18
1
-1
/
+2
*
Even if we are skipping SATA hard reset - set power management bits in
mav
2010-11-18
1
-1
/
+5
*
Record that there is no devices if SATA reset found none.
mav
2010-11-18
1
-0
/
+2
*
Some VIA SATA controllers provide access to non-standard SATA registers via
mav
2010-11-18
1
-4
/
+128
*
MCP55 is the only NVIDIA controller that supports VLAN tag
yongari
2010-11-17
1
-26
/
+31
*
Add IDs for VIA VX900 chipset SATA controller.
mav
2010-11-17
1
-0
/
+3
*
Add IDs for VIA VX900 chipset SATA controller.
mav
2010-11-17
1
-1
/
+4
*
Make drm(4) build, if not work reliably, on PowerPC.
nwhitehorn
2010-11-16
6
-11
/
+13
*
Restore the previous behaviour of substring match.
jkim
2010-11-15
1
-1
/
+2
*
Plug memory leakage introduced in r204989.
jkim
2010-11-15
1
-9
/
+12
*
Plug memory leakage introduced in r215327.
yongari
2010-11-15
1
-4
/
+11
*
Return from mii_attach() after calling bus_generic_attach(9) on the device_t
marius
2010-11-15
1
-0
/
+3
*
Remove unused struct rue_type
kevlo
2010-11-15
1
-5
/
+0
*
Remove references to MAKEDEV(8)
dougb
2010-11-15
2
-5
/
+1
*
Add the Sierra MC8700.
thompsa
2010-11-15
2
-0
/
+2
*
Add flow control for all re(4) controllers. re(4) controllers do
yongari
2010-11-15
1
-1
/
+1
*
Add flow control for 3C905B and newer controllers. Note, these
yongari
2010-11-14
1
-6
/
+19
*
P5N32-SLI PREMIUM from ASUSTeK is known to have MSI/MSI-X issue
yongari
2010-11-14
1
-0
/
+43
*
Add a special INIT product ID used by some models of the HUAWEI
dd
2010-11-14
2
-0
/
+2
*
Use the correct variable for determining the verbosity level in mpt_lprtc().
marius
2010-11-14
1
-4
/
+4
*
Move the limiting of the PHY to 10/100 modes of operation due to limitations
marius
2010-11-14
2
-16
/
+23
*
Remove redundant cases and a style(9) bug.
marius
2010-11-14
1
-4
/
+1
*
- Change these drivers to take advantage and use the generic IEEE 802.3
marius
2010-11-14
5
-75
/
+82
*
o Flesh out the generic IEEE 802.3 annex 31B full duplex flow control
marius
2010-11-14
14
-303
/
+300
*
Workaround build for PAE case for now - revert the PHYS
delphij
2010-11-14
1
-0
/
+4
*
Add the switch config for the XS Stick.
n_hibma
2010-11-13
2
-1
/
+6
*
Fix compiler warnings.
hselasky
2010-11-13
1
-3
/
+3
*
Update to vendor release 1.20.00.19.
delphij
2010-11-13
2
-377
/
+360
[next]