summaryrefslogtreecommitdiffstats
path: root/sys/dev/re
Commit message (Expand)AuthorAgeFilesLines
* With r290566 in place it turned out that WOL previously only worked bymarius2015-11-161-1/+7
* - Although it doesn't make a whole lot of sense to enable RX and TXmarius2015-11-091-17/+33
* Add preliminary support for RTL8168H, tested by Sreenath Battalahalli.marius2015-09-131-0/+2
* Sync netmap sources with the version in our private tree.luigi2015-07-101-0/+1
* Don't enable RX and TX before their initial configuration is done, i. e.marius2015-04-091-9/+5
* It seems multicast filtering of RTL8168F does not work. Workaroundyongari2014-10-211-0/+6
* Move rl(4) to dev/rl.glebius2014-09-191-1/+1
* Mechanically convert to if_inc_counter().glebius2014-09-191-7/+7
* Use define from if_var.h to access a field inside struct if_data,glebius2014-08-301-1/+1
* Fix various NIC drivers to properly cleanup static DMA resources.jhb2014-06-111-6/+6
* Disable TX IP/TCP/UDP checksum offloading for RTL8168C/RTL8168CP.yongari2014-05-131-15/+10
* - Implement the RX EARLYOFF and RXDV GATED bits as done by RealTek's Linuxmarius2014-02-051-7/+24
* update to the latest netmap snapshot.luigi2013-11-011-3/+2
* Add preliminary support for RTL8168EP.yongari2013-10-291-0/+2
* Add preliminary support for RTL8168G, RTL8168GU and RTL8411B.yongari2013-10-291-2/+20
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Add preliminary support for RTL8106E PCIe FastEthernet.yongari2013-10-211-0/+2
* Correct MAC revision bits. Previously it always cleared bit 20 andyongari2013-10-211-2/+3
* Correct comment typos.pluknet2013-06-281-5/+5
* use netmap_rx_irq() / netmap_tx_irq() to handle interrupts inluigi2013-04-301-7/+3
* Disable TX IP header checksum offloading on RL_HWREV_8168CP. Theyongari2013-03-131-2/+4
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-6/+6
* Remove duplicate const specifiers in many drivers (I hope I got all ofdim2012-11-051-2/+2
* Switch some PCI register reads from using magic numbers to using the namesgavin2012-09-191-2/+2
* Align the PCI Express #defines with the style used for the PCI-Xgavin2012-09-181-4/+4
* Use array notation for consistency.emaste2012-08-131-2/+2
* Fix size of the bcopy when extracting ethernet addresskevlo2012-06-251-1/+1
* Make sure we don't dereference a null pointerkevlo2012-05-111-4/+5
* Do not toggle IFCAP_TSO4 if we would also do TSO6. Given the driver doesbz2012-04-241-1/+1
* Prefer RL_GMEDIASTAT register to RGEPHY_MII_SSR register toyongari2012-02-281-13/+13
* A bunch of netmap fixes:luigi2012-02-271-0/+1
* Use correct Config registers for RTL8139 family. Unlike RTL8168 andyongari2012-02-251-26/+43
* For RTL8168/8111D controller, make sure to wake PHY from power downyongari2012-02-141-1/+6
* Fix a logic error which resulted in putting PHY into sleep when WOLyongari2012-01-191-1/+1
* Free allocated jumbo buffers when controller is stopped.yongari2012-01-171-2/+14
* Use a RX DMA tag to free loaded RX DMA maps.yongari2012-01-171-1/+1
* add netmap support for "em", "lem", "igb" and "re".luigi2011-12-051-0/+43
* To save more power, switch to 10/100Mbps link when controller isyongari2011-11-231-4/+76
* Make sure to stop TX MAC before freeing queued TX frames.yongari2011-11-231-5/+37
* Disable accepting frames in re_stop() to put RX MAC into idle state.yongari2011-11-231-3/+15
* Perform media change after setting IFF_DRV_RUNNING flag. Without it,yongari2011-11-221-2/+2
* Writing access to RL_CFG5 register also requires EEPROM writeyongari2011-11-221-5/+6
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-5/+1
* Add preliminary support for RTL8168/8111F PCIe Gigabit ethernet.yongari2011-11-171-1/+3
* Add preliminary support for second generation RTL8105E PCIeyongari2011-11-171-0/+2
* Disable PCIe ASPM (Active State Power Management) for allyongari2011-11-161-1/+21
* Add missing driver lock in SIOCSIFCAP handler.yongari2011-11-161-1/+3
* Add preliminary support for RTL8411 PCIe Gigabit ethernet withyongari2011-11-161-0/+2
* Add preliminary support for RTL8402 PCIe FastEthernet withyongari2011-11-161-0/+2
* Sprinkle some const.marius2011-11-021-6/+6
OpenPOWER on IntegriCloud