Age | Commit message (Expand) | Author |
2012-10-08 | net: gro: selective flush of packets | Eric Dumazet |
2012-10-06 | sections: fix section conflicts in drivers/net | Andi Kleen |
2012-10-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2012-09-19 | r8169: use unlimited DMA burst for TX | Michal Schmidt |
2012-08-31 | r8169: add D-Link DGE-560T identifiers. | Francois Romieu |
2012-08-23 | r8169: Preserve other Device Control bits when setting NOSNOOP_EN | Bjorn Helgaas |
2012-08-23 | r8169: Use PCI Express Capability accessors | Jiang Liu |
2012-07-23 | r8169: revert "add byte queue limit support". | Francois Romieu |
2012-07-17 | r8169: verbose error message. | Francois Romieu |
2012-07-17 | r8169: remove rtl_ocpdr_cond. | Hayes Wang |
2012-07-10 | r8169: fix argument in rtl_hw_init_8168g. | Hayes Wang |
2012-07-09 | r8169: support RTL8168G | Hayes Wang |
2012-07-09 | r8169: abstract out loop conditions. | Francois Romieu |
2012-07-09 | r8169: ephy, eri and efuse functions signature changes. | Francois Romieu |
2012-07-09 | r8169: csi_ops signature change. | Francois Romieu |
2012-07-09 | r8169: mdio_ops signature change. | Francois Romieu |
2012-07-09 | r8169: add RTL8106E support. | Hayes Wang |
2012-06-22 | r8169: RxConfig hack for the 8168evl. | françois romieu |
2012-06-10 | r8169: avoid NAPI scheduling delay. | françois romieu |
2012-06-01 | r8169: call netif_napi_del at errpaths and at driver unload | Devendra Naga |
2012-06-01 | 8139cp/8139too: terminate the eeprom access with the right opmode | Jason Wang |
2012-06-01 | 8139cp: set ring address before enabling receiver | Jason Wang |
2012-05-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2012-05-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2012-05-08 | r8169: fix unsigned int wraparound with TSO | Julien Ducourthial |
2012-04-17 | r8169: support the new RTL8411 chip. | Hayes Wang |
2012-04-17 | r8169: adjust some functions of 8111f | Hayes Wang |
2012-04-17 | r8169: support the new RTL8402 chip. | Hayes Wang |
2012-04-17 | r8169: add device specific CSI access helpers. | Hayes Wang |
2012-04-17 | r8169: modify pll power function | Hayes Wang |
2012-04-17 | r8169: 8168c and later require bit 0x20 to be set in Config2 for PME signaling. | Francois Romieu |
2012-04-17 | r8169: Config1 is read-only on 8168c and later. | Francois Romieu |
2012-04-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2012-04-13 | 8139cp: set intr mask after its handler is registered | Jason Wang |
2012-04-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2012-04-08 | Merge branch 'master' into for-next | Jiri Kosina |
2012-04-07 | 8139too: dev->{base_addr, irq} removal. | Francois Romieu |
2012-04-07 | 8139cp: stop using net_device.{base_addr, irq}. | Francois Romieu |
2012-04-04 | r8169: Support the get_ts_info ethtool method. | Richard Cochran |
2012-04-03 | r8169: enable napi on resume. | Artem Savkov |
2012-03-28 | Remove all #inclusions of asm/system.h | David Howells |
2012-03-28 | r8169.c: fix comment typo | Justin P. Mattock |
2012-03-11 | r8169: enable transmit time stamping. | Richard Cochran |
2012-03-10 | r8169: stop using net_device.{base_addr, irq}. | Francois Romieu |
2012-03-10 | r8169: move rtl_cfg_info closer to its caller. | Francois Romieu |
2012-03-10 | r8169: move the netpoll handler after the irq handler. | Francois Romieu |
2012-03-10 | r8169: move rtl8169_open after rtl_task it depends on. | Francois Romieu |
2012-03-10 | r8169: move rtl_set_rx_mode before its rtl_hw_start callers. | Francois Romieu |
2012-03-10 | r8169: move net_device_ops beyond the methods it references. | Francois Romieu |
2012-03-10 | r8169: move the driver probe method to the end of the driver file. | Francois Romieu |