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
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
2009-05-03
Remove unused sc_rev settings (all quirks are handled by sc_quirk)
tsutsui
2009-04-29
Pull some changes for newer chips from FreeBSD:
tsutsui
2009-04-13
Assume an unknown HWREV chip has the same features with the latest one.
tsutsui
2009-04-13
Add HWREV of RTL8102EL variant. From FUKAUMI Naoki.
tsutsui
2009-04-13
Add HWREV values of RTL8168CP and RTL8168D. From FreeBSD.
tsutsui
2009-03-28
Fix another botch in hwcsum changes for PR kern/40955:
tsutsui
2009-03-27
Check a correct bit for ip4csum-rx. Reported privately on PR kern/40955.
tsutsui
2009-03-21
Add another quirk flag which shows availability of EEPROM command register.
tsutsui
2009-03-21
Add and use a new quirk flag to disable JUMBO MTU,
tsutsui
2009-03-21
Add hardware checksum support for newer PCIe 8168/8111/8102 chips,
tsutsui
2009-03-20
Access LDPS register in re_reset() only on 8169S single chip variants.
tsutsui
2009-01-03
remove extra semicolons.
yamt
2008-12-08
Add support for a 8168C/8111C revision
alc
2008-08-23
Add support for the Realtek 8102E/8102EL PCIe 10/100 Ethernet devices.
tnn
2008-05-06
- use RTK_IDR[0-5] registers to get MAC address on RTL8168C
tsutsui
2008-04-29
Fix a leakage on device_t/softc split. PR kern/38541 from HITOSHI OSADA.
tsutsui
2008-04-25
Split device_t/softc for re(4) and rtk(4).
tsutsui
2008-04-18
- use aprint_*() variants only in functions called during autoconf(9)
tsutsui
2008-04-18
NetBSD has no such thing as DEVICE_POLLING, so remove it.
joerg
2008-04-08
use aprint_*_dev and device_xname
cegger
2008-03-18
It looks vlan tag info must appear not only in the first descriptor
tsutsui
2008-03-14
Don't fetch DMA descriptor after BUS_DMASYNC_PREREAD op.
tsutsui
2008-02-07
Start patching up the kernel so that a network driver always has
dyoung
2008-02-04
FreeBSD says "16 bits" comment about RTK_GTXSTART was incorrect.
tsutsui
2008-02-03
No need to preserve RE_NTXDESC_RSVD on re_start().
tsutsui
2008-01-19
Make many ethernet drivers share the common code for MII media
dyoung
2008-01-08
Short-cut interrupt processing if device has been suspended.
joerg
2007-12-11
use __KERNEL_RCSID()
lukem
2007-12-09
Merge jmcneill-pm branch.
jmcneill
[next]