Age | Commit message (Expand) | Author | Files | Lines |
2006-12-27 | r8169: extraneous Cmd{Tx/Rx}Enb write | Francois Romieu | 1 | -1/+0 |
2006-12-27 | r8169: use the broken_parity_status field in pci_dev | Francois Romieu | 1 | -4/+1 |
2006-12-07 | Merge tag 'r8169-upstream-20061204-00' of git://electric-eye.fr.zoreil.com/ho... | Jeff Garzik | 1 | -25/+59 |
2006-12-05 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 1 | -4/+22 |
2006-12-04 | r8169: more alignment for the 0x8168 | Francois Romieu | 1 | -2/+2 |
2006-12-04 | r8169: phy program update | Francois Romieu | 1 | -5/+0 |
2006-12-04 | r8169: tweak the PCI data parity error recovery | Francois Romieu | 1 | -4/+13 |
2006-12-04 | r8169: more magic during initialization of the hardware | Francois Romieu | 1 | -14/+44 |
2006-12-02 | r8169: perform a PHY reset before any other operation at boot time | Francois Romieu | 1 | -2/+20 |
2006-11-30 | [PATCH] r8169: Fix iteration variable sign | Francois Romieu | 1 | -2/+2 |
2006-11-22 | WorkStruct: make allyesconfig | David Howells | 1 | -9/+14 |
2006-10-30 | Revert "r8169: mac address change support" | Linus Torvalds | 1 | -38/+0 |
2006-10-21 | Merge tag 'jg-20061012-00' of git://electric-eye.fr.zoreil.com/home/romieu/li... | Jeff Garzik | 1 | -1/+6 |
2006-10-13 | r8169: fix infinite loop during hotplug | Arnaud Patard | 1 | -1/+5 |
2006-10-10 | r8169: PCI ID for Corega Gigabit network card | Andrew Morton | 1 | -0/+1 |
2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 1 | -4/+3 |
2006-09-24 | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -278/+382 |
2006-09-23 | Merge tag 'r8169-20060920-00' of git://electric-eye.fr.zoreil.com/home/romieu... | Jeff Garzik | 1 | -1/+1 |
2006-09-23 | [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE | Patrick McHardy | 1 | -1/+1 |
2006-09-20 | r8169: the MMIO region of the 8167 stands behin BAR#1 | Francois Romieu | 1 | -1/+1 |
2006-09-13 | drivers/net: const-ify ethtool_ops declarations | Jeff Garzik | 1 | -1/+1 |
2006-09-13 | Merge tag 'r8169-20060912-00' of git://electric-eye.fr.zoreil.com/home/romieu... | Jeff Garzik | 1 | -276/+380 |
2006-09-11 | r8169: quirk for the 8110sb on arm platform | Francois Romieu | 1 | -2/+7 |
2006-09-01 | r8169: the 0x8136 needs a 8 bytes alignment | Francois Romieu | 1 | -1/+1 |
2006-08-31 | r8169: add basic MII ioctl support | Francois Romieu | 1 | -0/+28 |
2006-08-31 | r8169: use standard #defines from mii.h instead of declaring private ones | Francois Romieu | 1 | -62/+31 |
2006-08-31 | r8169: trim trailing whitespaces and convert whitespaces to tabs | Francois Romieu | 1 | -33/+32 |
2006-08-31 | r8169: udelay() removal | Francois Romieu | 1 | -5/+7 |
2006-08-31 | r8169: use NETDEV_TX_{BUSY/OK} | Francois Romieu | 1 | -2/+2 |
2006-08-20 | drivers/net: Remove deprecated use of pci_module_init() | Jeff Garzik | 1 | -1/+1 |
2006-07-27 | r8169: sync with vendor's driver | Francois Romieu | 1 | -74/+144 |
2006-07-27 | r8169: remove rtl8169_init_board | Francois Romieu | 1 | -105/+86 |
2006-07-27 | r8169: hardware flow control | Francois Romieu | 1 | -0/+7 |
2006-07-27 | r8169: RX fifo overflow recovery | Francois Romieu | 1 | -4/+9 |
2006-07-27 | r8169: mac address change support | Francois Romieu | 1 | -0/+38 |
2006-07-05 | [netdrvr] use dev_xxx() printk helpers, rather than dev_printk(KERN_xxx, ... | Jeff Garzik | 1 | -11/+8 |
2006-07-05 | [netdrvr] Use dev_printk() when ethernet interface isn't available | Jeff Garzik | 1 | -24/+19 |
2006-07-03 | [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants | Thomas Gleixner | 1 | -1/+1 |
2006-06-23 | [NET]: Merge TSO/UFO fields in sk_buff | Herbert Xu | 1 | -1/+1 |
2006-06-23 | [NET]: Avoid allocating skb in skb_pad | Herbert Xu | 1 | -2/+1 |
2006-05-27 | [PATCH] r8169: add new PCI ID | Yoichi Yuasa | 1 | -0/+1 |
2006-03-04 | Massive net driver const-ification. | Arjan van de Ven | 1 | -2/+2 |
2006-02-24 | r8169: enable wake on lan | Francois Romieu | 1 | -0/+87 |
2006-02-24 | r8169: fix broken ring index handling in suspend/resume | Francois Romieu | 1 | -43/+59 |
2006-01-31 | r8169: fix forced-mode link settings | Andy Gospodarek | 1 | -0/+3 |
2006-01-29 | r8169: prevent excessive busy-waiting | Francois Romieu | 1 | -6/+4 |
2006-01-10 | [PATCH] turn "const static" into "static const" | Jesper Juhl | 1 | -1/+1 |
2005-11-17 | r8169: do not abort when the power management capabilities are disabled | Francois Romieu | 1 | -3/+1 |
2005-11-17 | r8169: fix printk_ratelimit in the interrupt handler | Francois Romieu | 1 | -1/+1 |
2005-10-04 | Merge branch 'upstream-fixes' | Jeff Garzik | 1 | -2/+1 |