aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/re
Commit message (Expand)AuthorAgeFilesLines
* Disable CLKREQ for ASPM since re(4) doesn't implement link level power saving.Kevin Lo2016-10-271-3/+5
* Add support for the TP-Link TG-3468 v2.Kevin Lo2016-09-211-0/+2
* sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-191-1/+1
* Remove taskqueue_enqueue_fast().John Baldwin2016-03-011-2/+2
* With r290566 in place it turned out that WOL previously only worked byMarius Strobl2015-11-161-1/+7
* - Although it doesn't make a whole lot of sense to enable RX and TXMarius Strobl2015-11-091-17/+33
* Add preliminary support for RTL8168H, tested by Sreenath Battalahalli.Marius Strobl2015-09-131-0/+2
* Sync netmap sources with the version in our private tree.Luigi Rizzo2015-07-101-0/+1
* Don't enable RX and TX before their initial configuration is done, i. e.Marius Strobl2015-04-091-9/+5
* It seems multicast filtering of RTL8168F does not work. WorkaroundPyun YongHyeon2014-10-211-0/+6
* Move rl(4) to dev/rl.Gleb Smirnoff2014-09-191-1/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-7/+7
* Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff2014-08-301-1/+1
* Fix various NIC drivers to properly cleanup static DMA resources.John Baldwin2014-06-111-6/+6
* Disable TX IP/TCP/UDP checksum offloading for RTL8168C/RTL8168CP.Pyun YongHyeon2014-05-131-15/+10
* - Implement the RX EARLYOFF and RXDV GATED bits as done by RealTek's LinuxMarius Strobl2014-02-051-7/+24
* update to the latest netmap snapshot.Luigi Rizzo2013-11-011-3/+2
* Add preliminary support for RTL8168EP.Pyun YongHyeon2013-10-291-0/+2
* Add preliminary support for RTL8168G, RTL8168GU and RTL8411B.Pyun YongHyeon2013-10-291-2/+20
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Add preliminary support for RTL8106E PCIe FastEthernet.Pyun YongHyeon2013-10-211-0/+2
* Correct MAC revision bits. Previously it always cleared bit 20 andPyun YongHyeon2013-10-211-2/+3
* Correct comment typos.Sergey Kandaurov2013-06-281-5/+5
* use netmap_rx_irq() / netmap_tx_irq() to handle interrupts inLuigi Rizzo2013-04-301-7/+3
* Disable TX IP header checksum offloading on RL_HWREV_8168CP. ThePyun YongHyeon2013-03-131-2/+4
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-6/+6
* Remove duplicate const specifiers in many drivers (I hope I got all ofDimitry Andric2012-11-051-2/+2
* Switch some PCI register reads from using magic numbers to using the namesGavin Atkinson2012-09-191-2/+2
* Align the PCI Express #defines with the style used for the PCI-XGavin Atkinson2012-09-181-4/+4
* Use array notation for consistency.Ed Maste2012-08-131-2/+2
* Fix size of the bcopy when extracting ethernet addressKevin Lo2012-06-251-1/+1
* Make sure we don't dereference a null pointerKevin Lo2012-05-111-4/+5
* Do not toggle IFCAP_TSO4 if we would also do TSO6. Given the driver doesBjoern A. Zeeb2012-04-241-1/+1
* Prefer RL_GMEDIASTAT register to RGEPHY_MII_SSR register toPyun YongHyeon2012-02-281-13/+13
* A bunch of netmap fixes:Luigi Rizzo2012-02-271-0/+1
* Use correct Config registers for RTL8139 family. Unlike RTL8168 andPyun YongHyeon2012-02-251-26/+43
* For RTL8168/8111D controller, make sure to wake PHY from power downPyun YongHyeon2012-02-141-1/+6
* Fix a logic error which resulted in putting PHY into sleep when WOLPyun YongHyeon2012-01-191-1/+1
* Free allocated jumbo buffers when controller is stopped.Pyun YongHyeon2012-01-171-2/+14
* Use a RX DMA tag to free loaded RX DMA maps.Pyun YongHyeon2012-01-171-1/+1
* add netmap support for "em", "lem", "igb" and "re".Luigi Rizzo2011-12-051-0/+43
* To save more power, switch to 10/100Mbps link when controller isPyun YongHyeon2011-11-231-4/+76
* Make sure to stop TX MAC before freeing queued TX frames.Pyun YongHyeon2011-11-231-5/+37
* Disable accepting frames in re_stop() to put RX MAC into idle state.Pyun YongHyeon2011-11-231-3/+15
* Perform media change after setting IFF_DRV_RUNNING flag. Without it,Pyun YongHyeon2011-11-221-2/+2
* Writing access to RL_CFG5 register also requires EEPROM writePyun YongHyeon2011-11-221-5/+6
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-5/+1
* Add preliminary support for RTL8168/8111F PCIe Gigabit ethernet.Pyun YongHyeon2011-11-171-1/+3
* Add preliminary support for second generation RTL8105E PCIePyun YongHyeon2011-11-171-0/+2
* Disable PCIe ASPM (Active State Power Management) for allPyun YongHyeon2011-11-161-1/+21