资源介绍
release date: 2008/07/14
driver version: 8.007.00
1. Separate the RCR(MAC offset 0x44) of RTL8111C and RTL8111B.
2. Support linux kernel 2.6.24 and MSI.
3. Slove the ethtool cannot show nway status properly.
4. Delete the private ioctl
5. Fix the issue that RTL8168B and RTL8168C cannot link at 1000Mbps full after waken up from suspend and hibernate.
6. Fix the jumbo frame issue -- cannot receive packet size more than 8145 bytes
7. This product is covered by one or more of the following patents:
US5,307,459, US5,434,872, US5,732,094, US6,570,884, US6,115,776, and US6,327,625.
release date: 2008/04/02
driver version: 8.006.00
1. Modify phy parameters for RTL8111C.
2. RTL8168B/8111B, RTL8168C/8111C and RTL8168CP/8111CP support Jumbo Frame
release date: 2008/01/09
driver version: 8.005.00
1. Fix hibernate and cannot wakeup issue.
The root cause: In rtl8168_init_board, tp->dev is never assigned. Therefor, it is a NULL pointer and the system crashes when this pointer is accessed.
Solution: Assign a vaild memory address to tp->dev.
2. Modify GPHY parameters of RTL8111C
3. Modify GPHY configurations of RTL8111C
4. Create a spin lock to protect GPHY configuration.
5. Implement a kernel timer to rescue the NIC after the PCI reset is triggered.
release date: 2007/11/21
driver version: 8.004.00
1. Support linux kernel 2.4.x(2.4.20 and latter).
2. G-PHY reset remedy:
(a
- 上一篇: spy:Linux内核模式debugfs键盘记录器
- 下一篇: 基于内核的Linux键盘记录器