aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/realtek
AgeCommit message (Expand)Author
2012-06-01r8169: call netif_napi_del at errpaths and at driver unloadDevendra Naga
2012-06-018139cp/8139too: terminate the eeprom access with the right opmodeJason Wang
2012-06-018139cp: set ring address before enabling receiverJason Wang
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-08r8169: fix unsigned int wraparound with TSOJulien Ducourthial
2012-04-17r8169: support the new RTL8411 chip.Hayes Wang
2012-04-17r8169: adjust some functions of 8111fHayes Wang
2012-04-17r8169: support the new RTL8402 chip.Hayes Wang
2012-04-17r8169: add device specific CSI access helpers.Hayes Wang
2012-04-17r8169: modify pll power functionHayes Wang
2012-04-17r8169: 8168c and later require bit 0x20 to be set in Config2 for PME signaling.Francois Romieu
2012-04-17r8169: Config1 is read-only on 8168c and later.Francois Romieu
2012-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-138139cp: set intr mask after its handler is registeredJason Wang
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-08Merge branch 'master' into for-nextJiri Kosina
2012-04-078139too: dev->{base_addr, irq} removal.Francois Romieu
2012-04-078139cp: stop using net_device.{base_addr, irq}.Francois Romieu
2012-04-04r8169: Support the get_ts_info ethtool method.Richard Cochran
2012-04-03r8169: enable napi on resume.Artem Savkov
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-28r8169.c: fix comment typoJustin P. Mattock
2012-03-11r8169: enable transmit time stamping.Richard Cochran
2012-03-10r8169: stop using net_device.{base_addr, irq}.Francois Romieu
2012-03-10r8169: move rtl_cfg_info closer to its caller.Francois Romieu
2012-03-10r8169: move the netpoll handler after the irq handler.Francois Romieu
2012-03-10r8169: move rtl8169_open after rtl_task it depends on.Francois Romieu
2012-03-10r8169: move rtl_set_rx_mode before its rtl_hw_start callers.Francois Romieu
2012-03-10r8169: move net_device_ops beyond the methods it references.Francois Romieu
2012-03-10r8169: move the driver probe method to the end of the driver file.Francois Romieu
2012-03-10r8169: move the driver removal method to the end of the driver file.Francois Romieu
2012-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-03-06r8169: runtime resume before shutdown.françois romieu
2012-03-068139too: Add 64bit statisticsJunchang Wang
2012-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-03-06r8169: add byte queue limit support.Igor Maravic
2012-03-06r8169: add 64bit statistics.Junchang Wang
2012-03-02r8169: corrupted IP fragments fix for large mtu.françois romieu
2012-02-24r8169: Support RX-FCS flag.Ben Greear
2012-02-24r8169: Support RX-ALL flag.Ben Greear
2012-02-248139too: Support RX-FCS flag.Ben Greear
2012-02-248139too: Support RX-ALL logic.Ben Greear
2012-02-08netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches
2012-01-31r8169: spinlock redux.Francois Romieu
2012-01-31r8169: avoid a useless work scheduling.Francois Romieu
2012-01-31r8169: move task enable boolean to bitfield.Francois Romieu
2012-01-31r8169: bh locking redux and task scheduling.Francois Romieu
2012-01-31r8169: fix early queue wake-up.Francois Romieu