summaryrefslogtreecommitdiff
path: root/sys/dev/re
AgeCommit message (Expand)Author
2025-11-26sys: RealTek -> Realtekykla
2025-09-16if_re: Add PNP info for moduleMitchell Horne
2025-09-10re: Make sure re_rxeof() is called in net epoch contextMark Johnston
2025-03-27dev: Use recently added improvements to PME# support to simplify driversJohn Baldwin
2025-01-02Remove now-redundant calls to device_delete_childJohn Baldwin
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2023-11-23re(4): Add support for 8168FP HW revBrad Smith
2023-10-06if_re: add Realtek Killer Ethernet E2600 IDsSk Razee
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-03-21if_re: Drop redundant assignments for ifq_maxlen and ifq_drv_maxlenZhenlei Huang
2023-02-27if_re: Generate an address if there is none in the EEPROMEvgeni Golov
2023-01-31re(4): Fix whitespace from IfAPI conversionJustin Hibbits
2023-01-31Mechanically convert if_re(4) to DrvAPIJustin Hibbits
2022-05-06re/rl: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin
2021-12-23re: Avoid subobject overread when setting IDRnJessica Clarke
2021-01-10re: netmap: enable/disable krings on interface reinitVincenzo Maffione
2020-10-05re(4): Add a 8168-compatible device IDMark Johnston
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2020-02-11Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that processGleb Smirnoff
2020-01-24re(4) uses taskqueue to process input packets. Enter network epochGleb Smirnoff
2019-10-21Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff
2019-10-17Split out a more generic debugnet(4) from netdump(4)Conrad Meyer
2018-05-18ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy
2018-05-06Add netdump support to re(4).Mark Johnston
2018-04-12netmap: align codebase to the current upstream (commit id 3fb001303718146)Vincenzo Maffione
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2016-10-27Disable CLKREQ for ASPM since re(4) doesn't implement link level power saving.Kevin Lo
2016-09-21Add support for the TP-Link TG-3468 v2.Kevin Lo
2016-04-19sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni
2016-03-01Remove taskqueue_enqueue_fast().John Baldwin
2015-11-16With r290566 in place it turned out that WOL previously only worked byMarius Strobl
2015-11-09- Although it doesn't make a whole lot of sense to enable RX and TXMarius Strobl
2015-09-13Add preliminary support for RTL8168H, tested by Sreenath Battalahalli.Marius Strobl
2015-07-10Sync netmap sources with the version in our private tree.Luigi Rizzo
2015-04-09Don't enable RX and TX before their initial configuration is done, i. e.Marius Strobl
2014-10-21It seems multicast filtering of RTL8168F does not work. WorkaroundPyun YongHyeon
2014-09-19Move rl(4) to dev/rl.Gleb Smirnoff
2014-09-19Mechanically convert to if_inc_counter().Gleb Smirnoff
2014-08-30Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff
2014-06-11Fix various NIC drivers to properly cleanup static DMA resources.John Baldwin
2014-05-13Disable TX IP/TCP/UDP checksum offloading for RTL8168C/RTL8168CP.Pyun YongHyeon
2014-02-05- Implement the RX EARLYOFF and RXDV GATED bits as done by RealTek's LinuxMarius Strobl
2013-11-01update to the latest netmap snapshot.Luigi Rizzo
2013-10-29Add preliminary support for RTL8168EP.Pyun YongHyeon
2013-10-29Add preliminary support for RTL8168G, RTL8168GU and RTL8411B.Pyun YongHyeon
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2013-10-21Add preliminary support for RTL8106E PCIe FastEthernet.Pyun YongHyeon
2013-10-21Correct MAC revision bits. Previously it always cleared bit 20 andPyun YongHyeon
2013-06-28Correct comment typos.Sergey Kandaurov