summaryrefslogtreecommitdiffstats
path: root/sys/dev/re
Commit message (Expand)AuthorAgeFilesLines
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls tojhb2011-03-231-4/+4
* Add initial support for RTL8401E PCIe Fast Ethernet.yongari2011-02-161-1/+6
* Disable TX IP checksum offloading for RTL8168C controllers. Theyongari2011-02-041-4/+19
* Add support for RTL8105E PCIe Fast Ethernet controller. It seemsyongari2011-01-261-1/+7
* Do not use interrupt taskqueue on controllers with MSI/MSI-Xyongari2011-01-261-32/+175
* Remove TX taskqueue and directly invoke re_start in interrupt task.yongari2011-01-251-20/+13
* Prefer MSI-X to MSI on controllers that support MSI-X. Allyongari2011-01-251-11/+52
* Disable TSO for all Realtek controllers. Experimentation showedyongari2011-01-251-7/+5
* Apply TX interrupt moderation to all RTL810xE PCIe Fast Ethernetyongari2011-01-241-14/+2
* Change model names of controller RTL_HWREV_8168_SPIN[123] to real ones.yongari2011-01-181-6/+6
* Implement initial jumbo frame support for RTL8168/8111 C/D/E PCIeyongari2011-01-171-111/+347
* Add initial support for RTL8168E/8111E-VL PCIe GbE.yongari2011-01-171-0/+6
* If driver is not able to allocate RX buffer, do not start driver.yongari2011-01-131-6/+10
* Make sure to check validity of dma maps before destroying.yongari2011-01-131-6/+10
* re_reset() should be called only after setting device specificyongari2011-01-131-5/+5
* Allow TX/RX checksum offloading to be configured independently.yongari2011-01-131-3/+9
* For re(4) controllers that uses new jumbo frame scheme(RTL8168C/D/E),yongari2011-01-121-2/+7
* 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
OpenPOWER on IntegriCloud