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