aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/realtek (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-198139cp: Prevent dev_close/cp_interrupt race on MTU changeJohn Greene1-7/+11
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-163/+156
2012-12-08r8169: workaround for missing extended GigaMAC registersfrançois romieu1-18/+24
2012-12-03Merge tag 'dev_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/net-nextDavid S. Miller2-16/+16
2012-12-038139too: remove __dev* attributesBill Pemberton1-7/+7
2012-12-03r8169: remove __dev* attributesBill Pemberton1-9/+9
2012-12-038139cp: properly support change of MTU values [v2]John Greene1-19/+4
2012-12-018139cp: fix coherent mapping leak in error path.françois romieu1-3/+8
2012-11-258139cp: re-enable interrupts after tx timeoutDavid Woodhouse1-0/+1
2012-11-258139cp: enable bqlDavid Woodhouse1-0/+11
2012-11-258139cp: set ring address after enabling C+ modeDavid Woodhouse1-12/+28
2012-11-25Revert "8139cp: revert "set ring address before enabling receiver""David S. Miller1-11/+11
2012-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+11
2012-11-238139cp: revert "set ring address before enabling receiver"françois romieu1-11/+11
2012-11-11r8169: Drop tp arg from rtl8169_tx_vlan_tag()Kirill Smelkov1-3/+2
2012-11-11r8169: remove unused macros.Dayanidhi Sreenivasan1-5/+0
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2012-11-04r8169: enable internal ASPM and clock request settingshayeswang1-9/+21
2012-11-03atp: remove set_rx_mode_8012()Paul Bolle2-58/+2
2012-11-03r8169: allow multicast packets on sub-8168f chipset.Nathan Walp1-0/+3
2012-11-03r8169: Fix WoL on RTL8168d/8111d.Cyril Brulebois1-0/+2
2012-11-03r8169: Kill SafeMtu macroKirill Smelkov1-1/+0
2012-10-31realtek: r8169: use module_pci_driver macroDevendra Naga1-12/+1
2012-10-26r8169: enable ALDPS for power savinghayeswang1-10/+46
2012-10-08net: gro: selective flush of packetsEric Dumazet1-1/+1
2012-10-06sections: fix section conflicts in drivers/netAndi Kleen1-1/+1
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+3
2012-09-19r8169: use unlimited DMA burst for TXMichal Schmidt1-1/+1
2012-08-31r8169: add D-Link DGE-560T identifiers.Francois Romieu1-0/+2
2012-08-23r8169: Preserve other Device Control bits when setting NOSNOOP_ENBjorn Helgaas1-2/+2
2012-08-23r8169: Use PCI Express Capability accessorsJiang Liu1-35/+9
2012-07-23r8169: revert "add byte queue limit support".Francois Romieu1-22/+5
2012-07-17r8169: verbose error message.Francois Romieu1-1/+2
2012-07-17r8169: remove rtl_ocpdr_cond.Hayes Wang1-11/+1
2012-07-10r8169: fix argument in rtl_hw_init_8168g.Hayes Wang1-2/+2
2012-07-09r8169: support RTL8168GHayes Wang1-0/+291
2012-07-09r8169: abstract out loop conditions.Francois Romieu1-181/+186
2012-07-09r8169: ephy, eri and efuse functions signature changes.Francois Romieu1-111/+100
2012-07-09r8169: csi_ops signature change.Francois Romieu1-11/+12
2012-07-09r8169: mdio_ops signature change.Francois Romieu1-20/+26
2012-07-09r8169: add RTL8106E support.Hayes Wang1-0/+56
2012-06-22r8169: RxConfig hack for the 8168evl.françois romieu1-0/+1
2012-06-10r8169: avoid NAPI scheduling delay.françois romieu1-5/+1
2012-06-01r8169: call netif_napi_del at errpaths and at driver unloadDevendra Naga1-0/+3
2012-06-018139cp/8139too: terminate the eeprom access with the right opmodeJason Wang2-2/+2
2012-06-018139cp: set ring address before enabling receiverJason Wang1-11/+11
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+10
2012-05-08r8169: fix unsigned int wraparound with TSOJulien Ducourthial1-6/+10
2012-04-17r8169: support the new RTL8411 chip.Hayes Wang1-2/+138