aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/re
Commit message (Expand)AuthorAgeFilesLines
* re: netmap: enable/disable krings on interface reinitVincenzo Maffione2021-01-101-0/+8
* re(4): Add a 8168-compatible device IDMark Johnston2020-10-051-0/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-4/+5
* Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that processGleb Smirnoff2020-02-111-6/+2
* re(4) uses taskqueue to process input packets. Enter network epochGleb Smirnoff2020-01-241-1/+5
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-15/+17
* Split out a more generic debugnet(4) from netdump(4)Conrad Meyer2019-10-171-11/+10
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* Add netdump support to re(4).Mark Johnston2018-05-061-1/+71
* netmap: align codebase to the current upstream (commit id 3fb001303718146)Vincenzo Maffione2018-04-121-1/+1
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* 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