aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-0410-11/+59
|\
| * atl1: fix oops when changing tx/rx ring paramsJ. K. Cliburn2011-01-031-0/+10
| * drivers/atm/atmtcp.c: add missing atm_dev_putJulia Lawall2010-12-311-1/+4
| * starfire: Fix dma_addr_t size test for MIPSBen Hutchings2010-12-311-1/+1
| * tg3: fix return value check in tg3_read_vpd()David Sterba2010-12-311-1/+1
| * Broadcom CNIC core network driver: fix mem leak on allocation failures in cni...Jesper Juhl2010-12-311-2/+8
| * ISDN, Gigaset: Fix memory leak in do_disconnect_req()Jesper Juhl2010-12-311-0/+1
| * skfp: testing the wrong variable in skfp_driver_init()Dan Carpenter2010-12-281-1/+1
| * ppp: allow disabling multilink protocol ID compressionstephen hemminger2010-12-281-2/+7
| * ehea: Avoid changing vlan flagsBreno Leitao2010-12-281-0/+7
| * ueagle-atm: fix PHY signal initialization raceDan Williams2010-12-281-3/+19
* | r8169: more 8168dp support.françois romieu2011-01-041-9/+136
* | r8169: rtl_csi_access_enable rename.françois romieu2011-01-041-11/+16
* | r8169: magic.françois romieu2011-01-041-0/+93
* | r8169: phy power opsfrançois romieu2011-01-041-1/+166
* | r8169: 8168DP specific MII registers access methods.françois romieu2011-01-041-2/+81
* | r8169: use device dependent methods to access the MII registers.françois romieu2011-01-041-150/+157
* | r8169: identify different registers.françois romieu2011-01-041-8/+14
* | r8169: remove the firmware of RTL8111D.françois romieu2011-01-042-679/+134
* | cnic: Do not call bnx2i when bnx2i is calling cnic_unregister_driver()Michael Chan2011-01-032-19/+6
* | cnic: Do not allow iSCSI and FCoE on bnx2x multi-function modeMichael Chan2011-01-031-6/+2
* | depca: Fix section mismatch derived from depca_isa_probe()Sedat Dilek2011-01-031-1/+1
* | smsc-ircc2: Fix section mismatch derived from smsc_ircc_pnp_probe()Sedat Dilek2011-01-031-1/+1
* | ksz884x: Fix section mismatch derived from pcidev_init()Sedat Dilek2011-01-031-1/+1
* | ifb: add performance flagsEric Dumazet2011-01-031-0/+7
* | ll_temac: Fix section mismatch from the temac_of_probeMichal Simek2011-01-031-1/+1
* | netxen: update driver version 4.0.75amit salecha2011-01-031-2/+2
* | netxen: enable LRO based on NETIF_F_LROSucheta Chakraborty2011-01-034-10/+26
* | net/Space: delete orphaned externs from deleted driversPaul Gortmaker2011-01-031-5/+0
* | sky2: implement 64 bit statsstephen hemminger2011-01-012-36/+109
* | tg3: fix warningsEric Dumazet2011-01-011-1/+9
* | skge: Do not use legacy PCI power managementstephen hemminger2010-12-311-30/+16
* | sky2: Do not use legacy PCI power managementRafael J. Wysocki2010-12-311-26/+28
* | tg3: Do not use legacy PCI power managementRafael J. Wysocki2010-12-311-58/+43
* | USB: cdc_ether: remove unneeded checkDan Carpenter2010-12-311-3/+1
* | bnx2: Update firmware and versionMichael Chan2010-12-311-4/+4
* | bnx2: Free IRQ before freeing status block memoryMichael Chan2010-12-311-1/+12
* | netxen: update module descriptionAmit Kumar Salecha2010-12-311-1/+1
* | bnx2x: adding dcbnl supportShmulik Ravid2010-12-314-26/+677
* | vxge: remove duplicated part of checkDan Carpenter2010-12-281-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-26660-5618/+9936
|\ \ | |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-12-2631-120/+256
| |\
| | * epic100: hamachi: yellowfin: Fix skb allocation sizeJarek Poplawski2010-12-253-6/+6
| | * sundance: Fix oopses with corrupted skb_shared_infoJarek Poplawski2010-12-251-2/+2
| | * USB: mcs7830: return negative if auto negotiate failsDan Carpenter2010-12-231-1/+1
| | * Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-12-224-4/+8
| | |\
| | | * hostap: remove netif_stop_queue from initMeelis Roos2010-12-201-1/+0
| | | * mac80211/rt2x00: add ieee80211_tx_status_ni()Johannes Stezenbach2010-12-203-3/+8
| | * | atl1c: Do not use legacy PCI power managementRafael J. Wysocki2010-12-221-24/+15
| * | | Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-12-243-12/+27
| |\ \ \