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
/
re
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't change PCIe maximum read request size to 2048 on RTL810x
yongari
2010-05-07
1
-3
/
+5
*
Add preliminary support for 8168E/8111E PCIe controller.
yongari
2010-04-09
1
-2
/
+12
*
Add TSO on VLANs. Because re(4) has a TSO limitation for jumbo
yongari
2010-02-22
1
-9
/
+17
*
Increase PCIe maximuim read request size to 2048. Because re(4) uses
yongari
2010-02-21
1
-0
/
+3
*
Add initial support for RTL8103E PCIe fastethernet.
yongari
2010-01-27
1
-1
/
+8
*
Move interface reinitialization down after disabling WOL in resume
yongari
2009-11-19
1
-4
/
+5
*
Minimize interface reinitialization by checking IFF_DRV_RUNNING
yongari
2009-11-19
1
-4
/
+16
*
Add a check to know whether driver is still running after
yongari
2009-11-02
1
-0
/
+2
*
Add RTL8168DP/RTL8111DP device id. While I'm here append "8111D" to
yongari
2009-08-24
1
-3
/
+5
*
Adding hardware ID for RTL810x PCIe found on HP Pavilion DV2-1022AX.
avatar
2009-07-14
1
-0
/
+2
*
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
rwatson
2009-06-26
1
-2
/
+2
*
When user_frac in the polling subsystem is low it is going to busy the
attilio
2009-05-30
1
-12
/
+19
*
For RTL8139C+ controllers, have controller handle padding short
yongari
2009-04-20
1
-4
/
+6
*
Partial revert r185756.
yongari
2009-03-31
1
-0
/
+2
*
remove now-redunant cardbus attachment lines.
imp
2009-03-09
1
-1
/
+0
*
Add a new tunable hw.re.prefer_iomap which disables memory register
yongari
2009-03-09
1
-13
/
+25
*
Allocating 2 MSI messages do not seem to work on certain controllers
yongari
2009-02-11
1
-1
/
+2
*
Reclaim transmitted frames in re_tick(). This is for PCIe
yongari
2009-02-09
1
-1
/
+8
*
- Add support for 8110SCe part. Some magic registers were taken from
jkim
2009-01-20
1
-19
/
+39
*
Retire RL_FLAG_INVMAR bit to match its comment and reality.
jkim
2009-01-20
1
-11
/
+9
*
- Do not read and write RX configuration register multiple times.
jkim
2009-01-20
1
-66
/
+31
*
Sometimes RTL8168B seems to take long time to access GMII registers
yongari
2009-01-19
1
-4
/
+4
*
Since we don't request reset for rlphy(4), the link state 'UP'
yongari
2008-12-22
1
-0
/
+2
*
It seems that RealTek PCIe controllers require an explicit Tx poll
yongari
2008-12-17
1
-10
/
+15
*
For RTL8168C SPIN2 controllers, make sure to take the controller
yongari
2008-12-17
1
-1
/
+28
*
Make WOL work on RTL8168B. This controller seems to require
yongari
2008-12-11
1
-0
/
+5
*
Don't access undocumented register 0x82 on controllers that
yongari
2008-12-11
1
-2
/
+14
*
Newer RealTek controllers requires setting stop request bit to
yongari
2008-12-11
1
-3
/
+9
*
Always put controller into known state before device intialization.
yongari
2008-12-11
1
-7
/
+5
*
Partly revert r185756. RTL8169SC doesn't like reduced delays in
yongari
2008-12-11
1
-2
/
+2
*
Reduce spin wait time consumed in GMII register access routines.
yongari
2008-12-08
1
-4
/
+2
*
o Implemented miibus_statchg handler. It detects whether re(4)
yongari
2008-12-08
1
-28
/
+51
*
Make sure to return the result of meida change request.
yongari
2008-12-08
1
-2
/
+3
*
Add 8168D support.
yongari
2008-12-02
1
-1
/
+3
*
Read ethernet address from ID registers for RTL8102E/RTL8102EL as
yongari
2008-09-06
1
-1
/
+2
*
Fix VLAN hardware tag insertion/stripping on big-endian
yongari
2008-08-13
1
-2
/
+2
*
Rearrange conditional compilation directives. This makes syntax
yongari
2008-08-04
1
-2
/
+3
*
Remove return keyword at the end of functions that return void.
yongari
2008-08-04
1
-14
/
+0
*
Remove register keyword.
yongari
2008-08-04
1
-4
/
+4
*
Use ANSI C declarations for all functions.
yongari
2008-08-04
1
-104
/
+41
*
Don't enable TSO by default. Users of RTL8169/8110 reported
yongari
2008-08-04
1
-0
/
+7
*
The number of bits reserved for MSS in RealTek controllers is
yongari
2008-08-04
1
-0
/
+18
*
Add driver support for RTL8102E and RTL8102EL which is the second
yongari
2008-07-09
1
-1
/
+8
*
Disable jumbo frame support for RTL810x fast ethernet controllers.
yongari
2008-07-09
1
-1
/
+2
*
Add a new RTL8169 variant, 8169SB(L)/8110SB(L).
yongari
2008-07-02
1
-1
/
+3
*
Add basic support for RTL8168C, RTL8168CP, RTL8111C and RTL8111CP.
yongari
2008-07-02
1
-43
/
+134
*
Display detected chip revision in device attach. This will help to
yongari
2008-07-02
1
-2
/
+5
*
If MSI is not active make sure to disable MSI in EEPROM.
yongari
2008-07-02
1
-0
/
+11
*
In device detach don't access ifnet structure unless device is
yongari
2008-07-02
1
-4
/
+4
*
Toggling IFF_ALLMULTI flag does not require full interface
yongari
2008-07-02
1
-1
/
+1
[next]