aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2006-12-04[PATCH] remote memory corruptor in ibmtr.cAl Viro1-1/+1
2006-12-04Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds21-120/+1449
2006-12-05[POWERPC] Add of_platform_bus support to mpc52xx psc uart driverGrant Likely1-16/+337
2006-12-05[POWERPC] typo fix and whitespace cleanup on mpc52xx-uart driverGrant Likely1-59/+57
2006-12-04Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds56-942/+3769
2006-12-04[PATCH] pata_ali: small fixesAlan1-3/+3
2006-12-04[PATCH] pata_via: VIA 8251 bridged systems are now out and aboutAlan1-0/+2
2006-12-04[PATCH] trivial piix: swap bogus dot for comma spaceAlan1-1/+1
2006-12-04Merge branch 'for-linus4' of master.kernel.org:/pub/scm/linux/kernel/git/viro...Linus Torvalds25-0/+26
2006-12-04Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+5
2006-12-04[S390] cio: Use device_reprobe() instead of bus_rescan_devices().Cornelia Huck1-1/+13
2006-12-04[S390] cio: Retry internal operations after vary off.Cornelia Huck7-11/+90
2006-12-04[S390] cio: Use path verification for last path gone after vary off.Cornelia Huck3-10/+24
2006-12-04[S390] non-unique constant/macro identifiers.Ursula Braun6-65/+58
2006-12-04[S390] cpu shutdown reworkHeiko Carstens1-36/+1
2006-12-04[S390] Reset infrastructure for re-IPL.Heiko Carstens2-63/+100
2006-12-04[S390] return 'count' for successful execution of dasd_eer_enable.Horst Hummel1-4/+5
2006-12-04[S390] Enhanced handling of failed termination requests.Horst Hummel1-5/+11
2006-12-04[S390] Add MODALIAS= to the uevent for the ap bus.Cornelia Huck1-1/+9
2006-12-04[S390] 3215 device locking.Martin Schwidefsky1-26/+24
2006-12-04[S390] handle incorrect values when writing to dasd sysfs attributes.Horst Hummel1-14/+29
2006-12-04[POWERPC] ps3: multiplatform build fixesArnd Bergmann1-0/+4
2006-12-04[POWERPC] ps3: Missed renames of CONFIG_PS3 to CONFIG_PPC_PS3Geert Uytterhoeven1-1/+1
2006-12-04[POWERPC] ps3: add ps3 platform system bus supportGeoff Levand3-0/+360
2006-12-04[POWERPC] Xserve cpu-meter driverBenjamin Herrenschmidt3-0/+620
2006-12-04[POWERPC] CPM_UART: Fix inconsistency of function definitionKalle Pokki1-1/+1
2006-12-04[POWERPC] iSeries: improve viodasd initialisationStephen Rothwell1-13/+36
2006-12-04[POWERPC] Spider uses low level BE MMIO accessorsBenjamin Herrenschmidt1-8/+10
2006-12-04[PATCH] ibmveth: Remove ibmveth "liobn" fieldBenjamin Herrenschmidt2-5/+0
2006-12-04[PATCH] severing poll.h -> mm.hAl Viro2-0/+2
2006-12-04[PATCH] severing skbuff.h -> mm.hAl Viro9-0/+10
2006-12-04[PATCH] severing skbuff.h -> highmem.hAl Viro2-0/+2
2006-12-04[PATCH] severing fs.h, radix-tree.h -> sched.hAl Viro5-0/+5
2006-12-04[PATCH] severing module.h->sched.hAl Viro7-0/+7
2006-12-04[POWERPC] Souped-up of_platform_device supportBenjamin Herrenschmidt5-9/+13
2006-12-04[POWERPC] Make EMAC use generic DCR access methodsBenjamin Herrenschmidt1-2/+4
2006-12-04Merge branch 'linux-2.6' into for-linusPaul Mackerras868-10374/+47281
2006-12-03[SUNHME]: Fix for sunhme failures on x86Jurij Smakov1-0/+5
2006-12-03Remove long-unmaintained ftape driver subsystem.Jeff Garzik64-19402/+0
2006-12-03[PATCH] sata_promise: PHYMODE4 fixupMikael Pettersson1-0/+11
2006-12-03[PATCH] libata: always use polling IDENTIFYTejun Heo4-14/+4
2006-12-03[libata] pata_cs5535: fix buildJeff Garzik1-1/+1
2006-12-03[PATCH] ahci: do not powerdown during initializationTejun Heo1-7/+7
2006-12-03[PATCH] libata: prepare ata_sg_clean() for invocation from EHTejun Heo2-3/+4
2006-12-03[PATCH] libata: separate out rw ATA taskfile building into ata_build_rw_tf()Tejun Heo3-112/+145
2006-12-03[PATCH] libata: implement ata_exec_internal_sg()Tejun Heo2-7/+46
2006-12-03[PATCH] libata: make sure IRQ is cleared after ata_bmdma_freeze()Tejun Heo2-3/+10
2006-12-03[PATCH] libata: move BMDMA host status recording from EH to interrupt handlerTejun Heo3-3/+11
2006-12-03[PATCH] libata: make sure sdev doesn't go away while rescanningTejun Heo1-4/+16
2006-12-03[PATCH] libata: don't request sense if the port is frozenTejun Heo1-13/+15
2006-12-03[PATCH] libata: fix READ CAPACITY simulationTejun Heo1-45/+36
2006-12-03[PATCH] libata: implement ATA_FLAG_SETXFER_POLLING and use it in pata_via, ta...Tejun Heo2-6/+14
2006-12-03[PATCH] libata: set IRQF_SHARED for legacy PCI IDE IRQsTejun Heo1-0/+1
2006-12-03[PATCH] libata: kill unnecessary sht->max_sectors initializationsTejun Heo43-49/+0
2006-12-03[PATCH] libata: add missing sht->slave_destroyTejun Heo4-0/+4
2006-12-02[NET]: Split skb->csumAl Viro9-10/+10
2006-12-02[BNX2]: Update version and rel date.Michael Chan1-2/+2
2006-12-02[BNX2]: Add 5709 PCI ID.Michael Chan1-2/+11
2006-12-02[BNX2]: Download 5709 firmware.Michael Chan1-4/+38
2006-12-02[BNX2]: New firmware to support 5709 (part 4).Michael Chan1-0/+1037
2006-12-02[BNX2]: New firmware to support 5709 (part 3).Michael Chan1-0/+712
2006-12-02[BNX2]: New firmware to support 5709 (part 2).Michael Chan1-0/+1259
2006-12-02[BNX2]: New firmware to support 5709 (part 1).Michael Chan1-0/+1078
2006-12-02[BNX2]: Add 5709 reset and runtime code.Michael Chan1-24/+37
2006-12-02[BNX2]: Add 5709 init code.Michael Chan1-37/+130
2006-12-02[BNX2]: Add new 5709 registers (part 2).Michael Chan1-22/+1410
2006-12-02[BNX2]: Add new 5709 registers (part 1).Michael Chan1-146/+1311
2006-12-02[BNX2]: Re-organize firmware structures.Michael Chan3-218/+187
2006-12-02[BNX2]: Remove udelay() in copper PHY code.Michael Chan1-7/+6
2006-12-02[BNX2]: Add 5708S parallel detection.Michael Chan2-21/+57
2006-12-02[BNX2]: Add bnx2_5706_serdes_timer().Michael Chan1-56/+55
2006-12-02[BNX2]: Improve SerDes handling.Michael Chan2-21/+41
2006-12-02[BNX2]: Fix Xen problem.Michael Chan2-381/+691
2006-12-02[NET]: Conditionally use bh_lock_sock_nested in sk_receive_skbArnaldo Carvalho de Melo1-1/+1
2006-12-02[NET] driver/s390/net: Checksum annotations.Al Viro4-24/+24
2006-12-02[NET]: Kill direct includes of asm/checksum.hAl Viro4-4/+0
2006-12-02[RANDOM]: Annotate random.h IP helpers.Al Viro1-24/+24
2006-12-02netpoll queue cleanupStephen Hemminger1-1/+0
2006-12-02netpoll setup error handlingStephen Hemminger1-2/+5
2006-12-02[ATM] ambassador,firestream: "-1 >>" is implementation definedAlexey Dobriyan2-2/+2
2006-12-02[NET]: The scheduled removal of the frame diverter.Adrian Bunk1-1/+0
2006-12-02Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds124-2924/+24088
2006-12-02Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/drzeu...Linus Torvalds15-226/+509
2006-12-02[netdrvr] skge: build fixJeff Garzik1-0/+1
2006-12-02[PATCH] NetXen: driver cleanup, removed unnecessary __iomem type castsAmit S. Kale4-45/+18
2006-12-02[PATCH] PHY: Add support for configuring the PHY connection interfaceAndy Fleming5-13/+64
2006-12-02[PATCH] chelesio: transmit locking (plus bug fix).Stephen Hemminger1-4/+15
2006-12-02[PATCH] chelsio: statistics improvementStephen Hemminger3-68/+100
2006-12-02[PATCH] chelsio: add MSI supportStephen Hemminger2-3/+18
2006-12-02[PATCH] chelsio: use standard CRC routinesStephen Hemminger2-28/+4
2006-12-02[PATCH] chelsio: cleanup pm3393 codeStephen Hemminger1-40/+29
2006-12-02[PATCH] chelsio: add 1G swcixw aupportStephen Hemminger12-0/+2780
2006-12-02[PATCH] chelsio: add support for other 10G boardsStephen Hemminger23-371/+6041
2006-12-02[PATCH] chelsio: remove unused mutexStephen Hemminger2-2/+0
2006-12-02[PATCH] chelsio: use kzallocStephen Hemminger2-4/+3
2006-12-02[PATCH] chelsio: whitespace fixesStephen Hemminger4-16/+16
2006-12-02[PATCH] amd8111e use standard CRC libStephen Hemminger2-30/+1
2006-12-02[PATCH] sky2: msi enhancements.Stephen Hemminger2-8/+11
2006-12-02[PATCH] sky2: kfree_skb_any neededStephen Hemminger1-1/+1
2006-12-02[PATCH] sky2: fixes for Yukon EC_U chip revisionsStephen Hemminger2-9/+13
2006-12-02[PATCH] sky2: add Dlink 560SX idStephen Hemminger1-0/+1
2006-12-02[PATCH] sky2: receive error handling fixStephen Hemminger1-3/+3
2006-12-02[PATCH] skge: don't clear MC state on link downStephen Hemminger1-3/+2
2006-12-02drivers/net/tulip/dmfe: support basic carrier detectionSamuel Thibault1-1/+8
2006-12-02[PATCH] netxen: uses PCIRandy Dunlap1-0/+1
2006-12-02[PATCH] chelsio: use kzallocStephen Hemminger1-6/+3
2006-12-02[PATCH] chelsio: use __netif_rx_schedule_prepStephen Hemminger1-15/+3
2006-12-02[PATCH] chelsio: free_netdevStephen Hemminger1-7/+7
2006-12-02[PATCH] chelsio: procectomyStephen Hemminger1-14/+0
2006-12-02[PATCH] chelsio: whitespace cleanupStephen Hemminger1-101/+101
2006-12-02[PATCH] chelsio: remove leftover codeStephen Hemminger1-35/+0
2006-12-02[PATCH] Adapt ucc_geth driver to use new of_platform_device supportKim Phillips1-3/+3
2006-12-02[PATCH] sundance: use NULL for pointerRandy Dunlap1-2/+2
2006-12-02[PATCH] NetXen: temp monitoring, newer firmware support, mm footprint reductionAmit S. Kale11-270/+891
2006-12-02[PATCH] NetXen: Fixed /sys mapping between device and driverAmit S. Kale1-1/+2
2006-12-02[PATCH] ieee80211: Provide generic get_stats implementationDaniel Drake2-20/+0
2006-12-02[PATCH] zd1211rw: Use softmac ERP handling functionalityDaniel Drake4-65/+286
2006-12-02[PATCH] zd1211rw: Rename cs_rate to zd_rateDaniel Drake3-32/+34
2006-12-02[PATCH] zd1211rw: Allow channels 1-13 in JapanDaniel Drake1-1/+6
2006-12-02[PATCH] zd1211rw: Optimized handling of zero length entries in length infoUlrich Kunitz1-0/+2
2006-12-02[PATCH] zd1211rw: cleanupsUlrich Kunitz4-110/+53
2006-12-02[PATCH] zd1211rw: Remove IW_FREQ_AUTO supportDaniel Drake4-33/+6
2006-12-02[PATCH] zd1211rw: Add ID for Belkin F5D7050 v4000Daniel Drake1-0/+1
2006-12-02[PATCH] zd1211rw: Add ID for Planex GW-US54MiniDaniel Drake1-0/+1
2006-12-02[PATCH] prism54: correct overly aggressive check of return from pci_set_mwiJohn W. Linville1-2/+2
2006-12-02[PATCH] bcm43xx: correct "Move IV/ICV stripping into ieee80211_rx"Larry Finger1-0/+1
2006-12-02Revert "[PATCH] Add support for Marvell 88e1111S and 88e1145"Jeff Garzik1-144/+12
2006-12-02[PATCH] Atmel MACB ethernet driverHaavard Skinnemoen4-0/+1610
2006-12-02[PATCH] WAN: DSCC4 driver requires generic HDLCKrzysztof Halasa1-38/+38
2006-12-02[PATCH] Add tsi108/9 On Chip Ethernet device driver supportZang Roy-r619114-0/+2082
2006-12-02[PATCH] sundance: solve host error problem in low performance embedded system...Jesse Huang1-3/+23
2006-12-02e1000 linkage fixAndrew Morton1-0/+1
2006-12-02[PATCH] Add support for Marvell 88e1111S and 88e1145Andy Fleming1-12/+144
2006-12-02[PATCH] add netpoll support for gianfar: respinVitaly Wool1-0/+33
2006-12-02[PATCH] wireless: clean-up some "check return code" warningsJohn W. Linville5-8/+43
2006-12-02[PATCH] bcm43xx: Remove useless core enable/disable messagesLarry Finger1-10/+5
2006-12-02[PATCH] bcm43xx: remove badness variable and related routineLarry Finger1-34/+7
2006-12-02[netdrvr] netxen: build fixesJeff Garzik4-6/+7
2006-12-02[PATCH] sundance: correct initial and close hardware step.Jesse Huang1-0/+8
2006-12-02[PATCH] Fixed a number of bugs in the PHY LayerAndy Fleming2-42/+40
2006-12-02[PATCH] subdance: fix TX Pause bug (reset_tx, intr_handler)Jesse Huang1-2/+14
2006-12-02[PATCH] sundance: remove TxStartThresh and RxEarlyThreshJesse Huang1-6/+2
2006-12-02[PATCH] network: pcnet_cs: remove the code to change the E8390_CMD register f...Komuro1-1/+0
2006-12-02[PATCH] forcedeth: add support for new mcp67 deviceAyaz Abdulla1-0/+16
2006-12-02[PATCH] forcedeth: add recoverable error supportAyaz Abdulla1-4/+74
2006-12-02[PATCH] forcedeth: add mgmt unit supportAyaz Abdulla1-17/+134
2006-12-02[PATCH] defxx: Big-endian hosts supportMaciej W. Rozycki2-23/+31
2006-12-02[PATCH] kmemdup() cleanup in drivers/netEric Sesterhenn2-5/+2
2006-12-02r8169: perform a PHY reset before any other operation at boot timeFrancois Romieu1-2/+20
2006-12-02e1000: increment version to 7.3.15-k2Auke Kok1-1/+1
2006-12-02e1000: add dynamic itr modesJesse Brandeburg3-39/+228
2006-12-02e1000: add dynamic generic MSI interrupt routineJesse Brandeburg1-2/+88
2006-12-02e1000: reorder e1000_param.cAuke Kok1-58/+20
2006-12-02e1000: Only set IDE for tx when we are using TIDV/TADVJesse Brandeburg1-2/+5
2006-12-02e1000: rename ICH8 flash macrosJeff Kirsher3-102/+98
2006-12-02e1000: add queue restart counterJesse Brandeburg3-1/+6
2006-12-02e1000: New hardware supportAuke Kok4-0/+11
2006-12-02e1000: Remove unneeded and unwanted memsetsJesse Brandeburg1-3/+10
2006-12-02e1000: simplify skb_put call.Auke Kok1-4/+3
2006-12-02e1000: reorder pci-e infor structJeff Kirsher1-3/+5
2006-12-02e1000: fix VR powerdown codeJeff Kirsher2-4/+6
2006-12-02e1000: add mmiowb() for IA64 to sync tail writesJesse Brandeburg1-0/+3
2006-12-02e1000: Enble early receive (ERT) on 82573Auke Kok1-0/+6
2006-12-02e1000: FIX: enable hw TSO for IPV6Auke Kok3-5/+24
2006-12-02e1000: Remove DISABLE_MULR debug codeAuke Kok1-8/+0
2006-12-02e1000: whitespace changes, comments, typosAuke Kok5-68/+72
2006-12-02[PATCH] zd1211rw: Add ID for ZyXEL G-220Daniel Drake1-0/+1
2006-12-02Add NetXen 1G/10G ethernet driver.Amit S. Kale14-0/+7250
2006-12-02[PATCH] bcm43xx: add PCI-E codeStefano Brivio3-44/+156
2006-12-02[PATCH] prism54: use BUILD_BUG_ONAlexey Dobriyan1-8/+8
2006-12-02[PATCH] atmel: output signal strength informationHolden Karau1-0/+8
2006-12-02[PATCH] prism54: whitespace cleanupDmitry Torokhov14-102/+89
2006-12-02[PATCH] prism54: fix potential race in reset schedulingDmitry Torokhov1-10/+13
2006-12-02[PATCH] atmel: whitespace cleanupDmitry Torokhov3-45/+45
2006-12-02[PATCH] atmel: use ARRAY_SIZE()Dmitry Torokhov1-10/+10
2006-12-02[PATCH] atmel: save on array initializationDmitry Torokhov1-1/+1
2006-12-02[PATCH] ieee80211: Move IV/ICV stripping into ieee80211_rxDaniel Drake2-19/+1
2006-12-02[PATCH] zd1211rw: Add 3 more device IDsDaniel Drake1-0/+3
2006-12-02[PATCH] bcm43xx: output proper link quality with scansLarry Finger3-3/+5
2006-12-02[PATCH] 8390 fixes - the final chunk (h8300)Al Viro3-13/+16
2006-12-02[PATCH] 8390 cleanup - etherh iomem annotationsAl Viro1-10/+10
2006-12-02[PATCH] 8390 fixes - m68k oddballsAl Viro5-43/+52
2006-12-02[PATCH] beginning of 8390 fixes - generic and arm/etherhAl Viro5-1099/+1135
2006-12-02[PATCH] sk98lin: MII ioctl supportStephen Hemminger1-0/+54
2006-12-02[PATCH] sk98lin: ethtool register dumpStephen Hemminger1-0/+26
2006-12-02[PATCH] pci_module_init() convertion in olympic.cHenrik Kretzschmar1-1/+1
2006-12-02[PATCH] Remove unnecessary check in drivers/net/depca.cEric Sesterhenn1-15/+13
2006-12-02[PATCH] forcedeth: power management supportFrancois Romieu1-1/+46
2006-12-02[PATCH] 2.6.18: sb1250-mac: Phylib IRQ handling fixesMaciej W. Rozycki1-6/+26
2006-12-02[PATCH] 2.6.18: sb1250-mac: Broadcom PHY supportMaciej W. Rozycki3-0/+182
2006-12-01Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds10-73/+74
2006-12-01[PATCH] libata: print cdb[0] in failed qc reportTejun Heo1-2/+3
2006-12-01[PATCH] sata_nv: fix ATAPI in ADMA modeRobert Hancock1-130/+188
2006-12-01[PATCH] pata_marvell: merge Mandriva patchesAlan1-3/+3
2006-12-01[PATCH] pata_hpt3x3: suspend/resume supportAlan1-12/+34
2006-12-01[PATCH] pata : more drivers that need only standard suspend and resumeAlan2-3/+11
2006-12-01[PATCH] hpt36x: Suspend/resume supportAlan1-14/+35
2006-12-01[PATCH] pata_via suspend/resume supportAlan1-18/+76
2006-12-01[PATCH] pata_amd: suspend/resumeAlan1-2/+23
2006-12-01[PATCH] pata_it821x: Suspend/Resume supportAlan1-2/+14