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
/
if_re.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure we don't dereference a null pointer
kevlo
2012-05-11
1
-4
/
+5
*
Do not toggle IFCAP_TSO4 if we would also do TSO6. Given the driver does
bz
2012-04-24
1
-1
/
+1
*
Prefer RL_GMEDIASTAT register to RGEPHY_MII_SSR register to
yongari
2012-02-28
1
-13
/
+13
*
A bunch of netmap fixes:
luigi
2012-02-27
1
-0
/
+1
*
Use correct Config registers for RTL8139 family. Unlike RTL8168 and
yongari
2012-02-25
1
-26
/
+43
*
For RTL8168/8111D controller, make sure to wake PHY from power down
yongari
2012-02-14
1
-1
/
+6
*
Fix a logic error which resulted in putting PHY into sleep when WOL
yongari
2012-01-19
1
-1
/
+1
*
Free allocated jumbo buffers when controller is stopped.
yongari
2012-01-17
1
-2
/
+14
*
Use a RX DMA tag to free loaded RX DMA maps.
yongari
2012-01-17
1
-1
/
+1
*
add netmap support for "em", "lem", "igb" and "re".
luigi
2011-12-05
1
-0
/
+43
*
To save more power, switch to 10/100Mbps link when controller is
yongari
2011-11-23
1
-4
/
+76
*
Make sure to stop TX MAC before freeing queued TX frames.
yongari
2011-11-23
1
-5
/
+37
*
Disable accepting frames in re_stop() to put RX MAC into idle state.
yongari
2011-11-23
1
-3
/
+15
*
Perform media change after setting IFF_DRV_RUNNING flag. Without it,
yongari
2011-11-22
1
-2
/
+2
*
Writing access to RL_CFG5 register also requires EEPROM write
yongari
2011-11-22
1
-5
/
+6
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
1
-5
/
+1
*
Add preliminary support for RTL8168/8111F PCIe Gigabit ethernet.
yongari
2011-11-17
1
-1
/
+3
*
Add preliminary support for second generation RTL8105E PCIe
yongari
2011-11-17
1
-0
/
+2
*
Disable PCIe ASPM (Active State Power Management) for all
yongari
2011-11-16
1
-1
/
+21
*
Add missing driver lock in SIOCSIFCAP handler.
yongari
2011-11-16
1
-1
/
+3
*
Add preliminary support for RTL8411 PCIe Gigabit ethernet with
yongari
2011-11-16
1
-0
/
+2
*
Add preliminary support for RTL8402 PCIe FastEthernet with
yongari
2011-11-16
1
-0
/
+2
*
Sprinkle some const.
marius
2011-11-02
1
-6
/
+6
*
Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.
yongari
2011-10-17
1
-1
/
+1
*
Add new device id of D-Link DGE-530T Rev. C controller. DGE-503T
yongari
2011-07-30
1
-0
/
+2
*
Do a sweep of the tree replacing calls to pci_find_extcap() with calls to
jhb
2011-03-23
1
-4
/
+4
*
Add initial support for RTL8401E PCIe Fast Ethernet.
yongari
2011-02-16
1
-1
/
+6
*
Disable TX IP checksum offloading for RTL8168C controllers. The
yongari
2011-02-04
1
-4
/
+19
*
Add support for RTL8105E PCIe Fast Ethernet controller. It seems
yongari
2011-01-26
1
-1
/
+7
*
Do not use interrupt taskqueue on controllers with MSI/MSI-X
yongari
2011-01-26
1
-32
/
+175
*
Remove TX taskqueue and directly invoke re_start in interrupt task.
yongari
2011-01-25
1
-20
/
+13
*
Prefer MSI-X to MSI on controllers that support MSI-X. All
yongari
2011-01-25
1
-11
/
+52
*
Disable TSO for all Realtek controllers. Experimentation showed
yongari
2011-01-25
1
-7
/
+5
*
Apply TX interrupt moderation to all RTL810xE PCIe Fast Ethernet
yongari
2011-01-24
1
-14
/
+2
*
Change model names of controller RTL_HWREV_8168_SPIN[123] to real ones.
yongari
2011-01-18
1
-6
/
+6
*
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
*
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
*
For re(4) controllers that uses new jumbo frame scheme(RTL8168C/D/E),
yongari
2011-01-12
1
-2
/
+7
*
When driver is not running, do not send DUMP command to controller
yongari
2011-01-10
1
-0
/
+5
*
Implement TSO on RealTek RTL8168/8111 C or later controllers.
yongari
2011-01-10
1
-21
/
+19
*
Add flow control for all re(4) controllers. re(4) controllers do
yongari
2010-11-15
1
-1
/
+1
*
Only moderate TX completion interrupts. Relying on taskqueue to
yongari
2010-11-09
1
-1
/
+1
*
Follow the lead of vendor's interrupt moderation mechanism.
yongari
2010-11-08
1
-0
/
+18
*
Reduce spin wait time consumed in GMII register access routine.
yongari
2010-11-08
1
-4
/
+12
*
Add simple MAC statistics counter reading support. Unfortunately
yongari
2010-11-05
1
-15
/
+139
*
style(9).
yongari
2010-11-05
1
-3
/
+3
[next]