summaryrefslogtreecommitdiffstats
path: root/sys/dev/re
Commit message (Expand)AuthorAgeFilesLines
* When driver is not running, do not send DUMP command to controlleryongari2011-01-101-0/+5
* Implement TSO on RealTek RTL8168/8111 C or later controllers.yongari2011-01-101-21/+19
* Add flow control for all re(4) controllers. re(4) controllers doyongari2010-11-151-1/+1
* Only moderate TX completion interrupts. Relying on taskqueue toyongari2010-11-091-1/+1
* Follow the lead of vendor's interrupt moderation mechanism.yongari2010-11-081-0/+18
* Reduce spin wait time consumed in GMII register access routine.yongari2010-11-081-4/+12
* Add simple MAC statistics counter reading support. Unfortunatelyyongari2010-11-051-15/+139
* style(9).yongari2010-11-051-3/+3
* Remove extra white spaces.yongari2010-11-051-3/+3
* Enable 64bit DMA addressing for RTL810xE/RTL8168/RTL8111 PCIeyongari2010-11-051-2/+6
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-151-17/+11
* Don't change PCIe maximum read request size to 2048 on RTL810xyongari2010-05-071-3/+5
* Add preliminary support for 8168E/8111E PCIe controller.yongari2010-04-091-2/+12
* Add TSO on VLANs. Because re(4) has a TSO limitation for jumboyongari2010-02-221-9/+17
* Increase PCIe maximuim read request size to 2048. Because re(4) usesyongari2010-02-211-0/+3
* Add initial support for RTL8103E PCIe fastethernet.yongari2010-01-271-1/+8
* Move interface reinitialization down after disabling WOL in resumeyongari2009-11-191-4/+5
* Minimize interface reinitialization by checking IFF_DRV_RUNNINGyongari2009-11-191-4/+16
* Add a check to know whether driver is still running afteryongari2009-11-021-0/+2
* Add RTL8168DP/RTL8111DP device id. While I'm here append "8111D" toyongari2009-08-241-3/+5
* Adding hardware ID for RTL810x PCIe found on HP Pavilion DV2-1022AX.avatar2009-07-141-0/+2
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* When user_frac in the polling subsystem is low it is going to busy theattilio2009-05-301-12/+19
* For RTL8139C+ controllers, have controller handle padding shortyongari2009-04-201-4/+6
* Partial revert r185756.yongari2009-03-311-0/+2
* remove now-redunant cardbus attachment lines.imp2009-03-091-1/+0
* Add a new tunable hw.re.prefer_iomap which disables memory registeryongari2009-03-091-13/+25
* Allocating 2 MSI messages do not seem to work on certain controllersyongari2009-02-111-1/+2
* Reclaim transmitted frames in re_tick(). This is for PCIeyongari2009-02-091-1/+8
* - Add support for 8110SCe part. Some magic registers were taken fromjkim2009-01-201-19/+39
* Retire RL_FLAG_INVMAR bit to match its comment and reality.jkim2009-01-201-11/+9
* - Do not read and write RX configuration register multiple times.jkim2009-01-201-66/+31
* Sometimes RTL8168B seems to take long time to access GMII registersyongari2009-01-191-4/+4
* Since we don't request reset for rlphy(4), the link state 'UP'yongari2008-12-221-0/+2
* It seems that RealTek PCIe controllers require an explicit Tx pollyongari2008-12-171-10/+15
* For RTL8168C SPIN2 controllers, make sure to take the controlleryongari2008-12-171-1/+28
* Make WOL work on RTL8168B. This controller seems to requireyongari2008-12-111-0/+5
* Don't access undocumented register 0x82 on controllers thatyongari2008-12-111-2/+14
* Newer RealTek controllers requires setting stop request bit toyongari2008-12-111-3/+9
* Always put controller into known state before device intialization.yongari2008-12-111-7/+5
* Partly revert r185756. RTL8169SC doesn't like reduced delays inyongari2008-12-111-2/+2
* Reduce spin wait time consumed in GMII register access routines.yongari2008-12-081-4/+2
* o Implemented miibus_statchg handler. It detects whether re(4)yongari2008-12-081-28/+51
* Make sure to return the result of meida change request.yongari2008-12-081-2/+3
* Add 8168D support.yongari2008-12-021-1/+3
* Read ethernet address from ID registers for RTL8102E/RTL8102EL asyongari2008-09-061-1/+2
* Fix VLAN hardware tag insertion/stripping on big-endianyongari2008-08-131-2/+2
* Rearrange conditional compilation directives. This makes syntaxyongari2008-08-041-2/+3
* Remove return keyword at the end of functions that return void.yongari2008-08-041-14/+0
* Remove register keyword.yongari2008-08-041-4/+4
OpenPOWER on IntegriCloud