summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * | e1000e: remove unused read value in ASPM disable code.Auke Kok2008-02-241-2/+0
| | * | e1000e: fix spelling errors in commentsAuke Kok2008-02-247-44/+46
| | * | e1000e: fix flow control denial of service possibilityJesse Brandeburg2008-02-241-26/+5
| | * | e1000e: fix flow control when using ethtool overridesJesse Brandeburg2008-02-241-3/+0
| | * | e1000e: fix link up message to show ethX:Jesse Brandeburg2008-02-241-2/+1
| | * | e1000e: 82573 can use eerd method to read eepromAuke Kok2008-02-241-11/+1
| | * | ixgb: add RNBC counter - no buffer count - to ethtool statsAuke Kok2008-02-241-0/+1
| | * | macb: Fix speed settingAtsushi Nemoto2008-02-241-1/+1
| | * | sky2: fix LED managementStephen Hemminger2008-02-242-74/+76
| | * | [netdrvr] via-rhine: Use register offset definition for WOLcgClrLaura Garcia2008-02-241-1/+1
| | * | net/phy/mdio_bus.c: fix a check-after-useAdrian Bunk2008-02-231-2/+2
| | * | igb: Fix panic with NICs with 1000BASE-SX PHYBill Hayes2008-02-231-2/+4
| | * | gianfar: don't pass NULL dev ptr to DMA opsBecky Bruce2008-02-231-7/+7
| | * | sis190: read the mac address from the eeprom firstFrancois Romieu2008-02-231-5/+10
| | * | tlan: add static to function definitionsHarvey Harrison2008-02-231-32/+32
| | * | claw: make use of DIV_ROUND_UPJulia Lawall2008-02-231-21/+18
| | * | pcnet_cs: if AX88190-based card, printk "use axnet_cs instead" message.Komuro2008-02-231-2/+8
| | * | drivers/net/cs89x0.c: compilation warning fixLeonardo Potenza2008-02-231-6/+6
| | * | virtio_net: Fix oops on early interrupts - introduced by virtio reset codeChristian Borntraeger2008-02-231-1/+1
| | * | uli526x partially recognizing interfaceGrant Grundler2008-02-231-1/+11
| | * | igb: fix legacy mode irq issueAndy Gospodarek2008-02-231-7/+2
| | * | fs_enet: Don't call phy_mii_ioctl() in atomic context.Scott Wood2008-02-231-6/+1
| | * | ehea: add kdump supportThomas Klein2008-02-232-25/+290
| | * | Merge branch 'master' of ../linux-2.6/David S. Miller2008-02-23326-3089/+11048
| | |\ \
* | | \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2008-02-297-30/+37
|\ \ \ \ \
| * | | | | RDMA/nes: Fix interrupt moderation low thresholdJohn Lacombe2008-02-262-9/+6
| * | | | | RDMA/nes: Fix CRC endianness for RDMA connection establishment on big-endianFaisal Latif2008-02-262-4/+21
| * | | | | RDMA/nes: Fix use-after-free in mini_cm_dec_refcnt_listen()Faisal Latif2008-02-261-0/+1
| * | | | | RDMA/nes: Fix use-after-free in nes_create_cq()Glenn Streiff2008-02-261-3/+0
| * | | | | RDMA/nes: Fix a check-after-use in nes_probe()Adrian Bunk2008-02-261-1/+1
| * | | | | RDMA/nes: Fix a memory leak in schedule_nes_timer()Adrian Bunk2008-02-261-2/+2
| * | | | | RDMA/nes: Fix off-by-oneAdrian Bunk2008-02-251-1/+1
| * | | | | RDMA/nes: Resurrect error path dead codeChien Tung2008-02-251-2/+3
| * | | | | RDMA/cxgb3: Fix shift calc in build_phys_page_list() for 1-entry page listsBryan Rosenburg2008-02-251-8/+2
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-02-299-129/+44
|\ \ \ \ \
| * | | | | ide: remove stale comments from ide-dma.c (take 2)Bartlomiej Zolnierkiewicz2008-02-261-48/+4
| * | | | | qd65xx: remove commented out codeBartlomiej Zolnierkiewicz2008-02-261-37/+0
| * | | | | ide-tape: schedule driver for removal after 6 monthsBorislav Petkov2008-02-261-0/+5
| * | | | | ide-disk: add missing printk() KERN_* levelsBartlomiej Zolnierkiewicz2008-02-261-2/+3
| * | | | | ide: fix sparse warning about shadowing 'flags' symbolBartlomiej Zolnierkiewicz2008-02-261-8/+5
| * | | | | ide-cd: fix CD/DVD burningAndreas Schwab2008-02-261-3/+2
| * | | | | ide-cd: fix 'ireason' handling for REQ_TYPE_ATA_PC requestsBartlomiej Zolnierkiewicz2008-02-261-14/+10
| * | | | | qd65xx: fix setup of QD6580 Control registerBartlomiej Zolnierkiewicz2008-02-261-4/+2
| * | | | | ide: skip probing port if "hdx=noprobe" was used for both devices on itBartlomiej Zolnierkiewicz2008-02-263-3/+5
| * | | | | ide: remove redundant comment from ide_unregister()Bartlomiej Zolnierkiewicz2008-02-261-5/+0
| * | | | | hpt366: fix section mismatch warningsSam Ravnborg2008-02-261-5/+7
| * | | | | ide-cd: Enable audio play quirk for Optiarc DVD RW AD-5200A driveBorislav Petkov2008-02-261-0/+1
| |/ / / /
* | | | | Fix hpet_(un)register_irq_handler() for emulationDavid Howells2008-02-291-2/+2
| |_|_|/ |/| | |
* | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-02-262-2/+4
|\ \ \ \
| * | | | Revert "power_state: get rid of write-only variable in SATA"Jeff Garzik2008-02-251-0/+3
OpenPOWER on IntegriCloud