aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/realtek/r8169.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-20r8169: fix offloaded tx checksum for small packets.françois romieu1-14/+27
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+9
2013-04-29r8169: fix 8168evl frame padding.Stefan Bader1-0/+9
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-1/+1
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-6/+8
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+25
2013-04-07r8169: add a new chip for RTL8106Ehayeswang1-0/+21
2013-04-07r8169: adjust the flow of hw_starthayeswang1-17/+17
2013-04-07r8169: add a new chip for RTL8111Ghayeswang1-0/+45
2013-04-07r8169: Update the RTL8111G parametershayeswang1-4/+25
2013-04-07r8169: Modify the method for setting firmwarehayeswang1-13/+32
2013-04-07r8169: Update PHY settings of RTL8111Ghayeswang1-2/+22
2013-04-07r8169: Modify the mothod for PHY settings of RTL8111Ghayeswang1-21/+31
2013-04-07r8169: Remove firmware codehayeswang1-26/+0
2013-04-04r8169: fix auto speed down issuehayeswang1-3/+25
2013-02-28r8169: honor jumbo settings when chipset is requested to start.françois romieu1-9/+18
2013-02-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-67/+19
2013-02-09Revert "r8169: enable internal ASPM and clock request settings".Francois Romieu1-21/+9
2013-02-08Revert "r8169: enable ALDPS for power saving".Francois Romieu1-46/+10
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-15/+6
2013-01-27r8169: fix vlan tag read ordering.françois romieu1-8/+6
2013-01-23r8169: remove the obsolete and incorrect AMD workaroundTimo Teräs1-7/+0
2013-01-16r8169: remove unneeded dirty_rx indexTimo Teräs1-9/+4
2013-01-08remove init of dev->perm_addr in driversJiri Pirko1-1/+0
2012-12-08r8169: workaround for missing extended GigaMAC registersfrançois romieu1-18/+24
2012-12-03r8169: remove __dev* attributesBill Pemberton1-9/+9
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-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-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