summaryrefslogtreecommitdiff
path: root/sys/dev/ic/rtl8169.c
AgeCommit message (Expand)Author
2021-09-04re(4): misc chip revision support changesjakllsch
2020-09-21- Print chip revision. From OpenBSD.msaitoh
2020-03-13Use BUS_ADDR_{LO,HI}32().thorpej
2020-03-12Add support for MBUFTRACE.thorpej
2020-02-07Use callout_setfunc() / callout_schedule().thorpej
2020-02-04Use ifmedia_fini().thorpej
2020-01-29Adopt <net/if_stats.h>.thorpej
2019-12-17Improve some chip revisions support:msaitoh
2019-09-228168H model didn't link up well. some models seems to require to enable TX/RX...ryo
2019-05-30 Simplify MII structure initialization and reference. No functional change.msaitoh
2019-04-05RTK_CFG2_BUSFREQ is only 1 byte. Fixes panic on landisk.uwe
2019-01-22 Change MII PHY read/write API from:msaitoh
2019-01-10Fix handling of RTKQ_IM_HW quirk, the check was inverted.mlelstv
2018-11-13compute interrupt timer depending on bus clock.mlelstv
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2018-06-01Use m_remove_pkthdr() instead of "&= ~M_PKTHDR", to ensure the tags getmaxv
2017-09-26VLAN ID uses pkthdr instead of mtag now. Contributed by s-yamaguchi@IIJ.knakahara
2017-05-16fix inverted logic.snj
2017-04-19Performance improvements for PCIe and 8168 based devices:jmcneill
2017-02-20Fix assertion failure in bpf_mtap by applying deferred if_start to re(4)ozaki-r
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-02-09Introduce softint-based if_inputozaki-r
2015-08-28Add support for Realtek RTL8168H/8111H variant.nonaka
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2014-11-22Drop unnecessary-but-harmful casts.joerg
2014-10-14RealTek 8139C+ incorrectly identifies UDP checksum 0xffff as bad.uwe
2014-10-10PR/49259: J. Lorec: Add support for Realtek 8111G chipset into re(4)christos
2014-08-10Merge tls-earlyentropy branch into HEAD.tls
2013-05-10Add RNG entropy collection support of rnd(9) to re(4).tsutsui
2013-05-10Make re(4) driver always use IDR register values for its MAC address.tsutsui
2013-04-06Added support for the Realtek 8168F variant in re(4).khorben
2012-07-22Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixesmatt
2012-03-02Added RTL8168E/8111E-VL support.nonaka
2011-11-22Add support to recognize the 8168E model of this chip. Taken from FreeBSDgarbled
2010-07-28The ETHERCAP_VLAN_HWTAGGING flag is not a member of if_cap but ec_cap,msaitoh
2010-07-27Make the Realtek PCI network interfaces detachable.jakllsch
2010-04-09Added 8110SBL support.nonaka
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-09-15Simplify activation routines: do not call mii_activate(), it is adyoung
2009-09-05Remove one more extra whitespace.tsutsui
2009-09-05Remove unnecessary whitespace.tsutsui
2009-09-02Move pmf(9) calls to MI re_attach() and re_detach() from each backend.tsutsui
2009-08-31Treat 8168DP as well as 8168C/CP/D. From FreeBSD.tsutsui
2009-08-29- no need to include "vlan.h" since no NVLAN referencetsutsui
2009-08-27Remove an unnecessary assignment. No binary change.tsutsui
2009-05-31Two fixes for RX hwcsum on DESCV2 chips:tsutsui
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-11- rename RTK_HWREV_8102EL_SPIN2 -> RTK_HWREV_8103Etsutsui