aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2006-03-22[ALSA] Fix snd_xxx_t typedefsTakashi Iwai3-55/+66
2006-03-20Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds8-27/+619
2006-03-20Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds129-4311/+5127
2006-03-20Merge branch 'block-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds6-12/+15
2006-03-20Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik4-366/+354
2006-03-20Merge branch 'master'Jeff Garzik5-24/+68
2006-03-20[SPARC64] bbc_i2c: Fix cpu check and add missing module license.David S. Miller1-1/+3
2006-03-20[SUNSU]: Fix missing spinlock initialization.David S. Miller1-0/+2
2006-03-20[TG3]: Do not try to access NIC_SRAM_DATA_SIG on Sun parts.David S. Miller1-0/+4
2006-03-20[SPARC] serial: Make sure sysfs nodes get named correctly.David S. Miller4-0/+6
2006-03-20[SPARC64] sunhv: Fix locking in sunhv_start_tx()David S. Miller1-6/+2
2006-03-20[SPARC64]: Put sunhv.o earliest in the list of sparc serial drivers.David S. Miller1-1/+1
2006-03-20[SPARC64] sunhv: Support SYSRQ properly.David S. Miller1-0/+2
2006-03-20[SPARC64]: Fix OOPS on sunhv interrupts.David S. Miller1-16/+36
2006-03-20[SPARC64]: Decode virtual-devices interrupts correctly.David S. Miller1-10/+4
2006-03-20[SPARC64] sunhv: Bug fixes.David S. Miller1-15/+10
2006-03-20[SPARC64] sunhv: Use virtual-devices layer to get interrupt.David S. Miller1-6/+67
2006-03-20[SPARC64]: Prevent registering wrong serial console.David S. Miller3-26/+47
2006-03-20[SPARC64]: Add SUN4V Hypervisor Console driver.David S. Miller3-0/+489
2006-03-19[TG3]: 40-bit DMA workaround part 2Michael Chan2-9/+44
2006-03-18[PATCH] regularize blk_cleanup_queue() useAl Viro6-12/+15
2006-03-18[PATCH] Kconfig: swap VIDEO_CX88_ALSA and VIDEO_CX88_DVBMichael Krufky1-14/+14
2006-03-18[PATCH] Fixed em28xx based system lockupMarkus Rechberger1-0/+3
2006-03-17[PATCH] ipw2100: Update version ipw2100 stamp to 1.2.2Zhu Yi1-1/+1
2006-03-17[PATCH] ipw2100: move mutex.h include from ipw2100.c to ipw2100.hZhu Yi2-1/+1
2006-03-17[PATCH] ipw2100: semaphore to mutexes conversionIngo Molnar2-61/+62
2006-03-17[PATCH] ipw2100: Fix radiotap code gcc warningZhu Yi1-7/+8
2006-03-17[PATCH] ipw2100: add radiotap headers to packtes captured in monitor modeStefan Rompf2-11/+88
2006-03-17[PATCH] ipw2x00: expend Copyright to 2006Zhu Yi4-6/+6
2006-03-17[PATCH] drivers/net/wireless/ipw2200.c: fix an array overunAdrian Bunk1-3/+2
2006-03-17[PATCH] ipw2200: Update ipw2200 version stamp to 1.1.1Zhu Yi1-1/+1
2006-03-17[PATCH] ipw2200: switch to the new ipw2200-fw-3.0 image formatJames Ketrenos1-101/+64
2006-03-17[PATCH] ipw2200: wireless extension sensitivity threshold supportOlivier Hochreutiner2-1/+51
2006-03-17[PATCH] ipw2200: Enables the "slow diversity" algorithmCahill, Ben M2-1/+2
2006-03-17[PATCH] ipw2200: Set a meaningful silence threshold valueCahill, Ben M2-7/+10
2006-03-17[PATCH] ipw2200: export `debug' module param only if CONFIG_IPW2200_DEBUGZhu Yi1-0/+2
2006-03-17[PATCH] ipw2200: Change debug level for firmware error loggingZhu Yi1-5/+5
2006-03-17[PATCH] ipw2200: Filter unsupported channels out in ad-hoc modeZhu Yi1-4/+12
2006-03-17[PATCH] ipw2200: Fix ipw_sw_reset() implementation inconsistent with commentZhu Yi1-2/+2
2006-03-17[PATCH] ipw2200: Fix rf_kill is activated after mode change with 'disable=1'Zhu Yi1-5/+12
2006-03-17[PATCH] ipw2200: remove the WPA card associates to non-WPA AP checkingZhu Yi1-9/+0
2006-03-17[PATCH] ipw2200: Add signal level to iwlist scan outputBill Moss1-3/+4
2006-03-17[PATCH] ipw2200: use generic ieee80211_get_hdrlen() to get packet lengthZhu Yi2-24/+2
2006-03-17[PATCH] ipw2200: fix a potential NULL pointer dereferenceZhu Yi1-2/+0
2006-03-17[PATCH] ipw2200: stop netdev queue if h/w doesn't have space for new packetsJames Ketrenos1-5/+3
2006-03-17[PATCH] ipw2200: print geography code upon module loadHenrik Brix Andersen1-3/+9
2006-03-17[PATCH] drivers/net/wireless/ipw2200.c: make ipw_qos_current_mode() staticAdrian Bunk1-1/+1
2006-03-17[PATCH] Remove duplicated code from ipw2200.cLarry Finger1-112/+16
2006-03-17[PATCH] dm stripe: Fix boundsKevin Corry1-1/+7
2006-03-16Merge branch 'upstream-fixes'Jeff Garzik17-34/+91
2006-03-16[netdrvr] fix array overflows in Chelsio driverScott Bardone1-3/+3
2006-03-16[PATCH] e1000 endianness bugsDavid S. Miller1-4/+4
2006-03-15Merge branch 'upstream-fixes'John W. Linville14-26/+80
2006-03-15e100: fix eeh on pseries during ethtool -tJesse Brandeburg1-1/+4
2006-03-14[PATCH] "s390: multiple subchannel sets support" fixGreg Smith1-0/+3
2006-03-14Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds6-8/+16
2006-03-14[PATCH] EDAC: disable sysfs interfaceDave Peterson1-2/+42
2006-03-14[PATCH] macintosh: correct AC Power info in /proc/pmu/infoBenjamin Herrenschmidt1-1/+1
2006-03-14[PATCH] Restore tuning capabilities in V4L2 MXB driverMichael Hunold1-1/+9
2006-03-14[PATCH] mtd_dataflash, fix block vs page eraseDavid Brownell1-1/+1
2006-03-12Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds1-10/+4
2006-03-11[PATCH] drivers/net/e1000/: proper prototypesAdrian Bunk3-27/+22
2006-03-11[TG3] tg3_bus_string(): remove dead codeAdrian Bunk1-2/+0
2006-03-11[TUN]: Fix leak in tun_get_user()Dave Jones1-1/+4
2006-03-11[PATCH] chelsio/espi.c:tricn_init(): remove dead codeAdrian Bunk1-11/+3
2006-03-11[PATCH] Sparse: Cleanup sgiseeq sparse warnings.Ralf Baechle1-11/+6
2006-03-11[PATCH] 3c509: use proper suspend/resume APIPekka Enberg1-47/+23
2006-03-11[PATCH] CONFIG_FORCEDETH updatesAdrian Bunk1-2/+2
2006-03-11Merge branch 'master'Jeff Garzik7-42/+61
2006-03-11[PATCH] ahci: fix NULL pointer dereference detected by CoverityTejun Heo1-10/+4
2006-03-11Merge branch 'e1000-upstream' of git://198.78.49.142/linux-2.6Jeff Garzik1-3/+3
2006-03-11Merge branch 'upstream-fixes'Jeff Garzik80-366/+537
2006-03-11[PATCH] 3c509: bus registration fixAndrew Morton1-5/+8
2006-03-11[PATCH] de620: fix section mismatch warningSam Ravnborg1-1/+1
2006-03-11[PATCH] NE2000 Kconfig help entry improvementJesper Juhl1-1/+2
2006-03-11[PATCH] dl2k: DMA freeing errorJon Mason1-10/+15
2006-03-11[PATCH] Wrong return value corrupts free object in e1000 driverDavid S. Miller1-1/+1
2006-03-11Merge branch 'for-jeff' of git://electric-eye.fr.zoreil.com/home/romieu/linux...Jeff Garzik2-24/+34
2006-03-11[PATCH] radeonfb: Fix static array overrunAntonino A. Daplas1-0/+4
2006-03-11[PATCH] aty128fb: Fix array overrunAntonino A. Daplas1-3/+4
2006-03-11[PATCH] tdfxfb: Fix buffer overrunAntonino A. Daplas1-19/+23
2006-03-11[PATCH] intelfb: Fix buffer overrunAntonino A. Daplas1-24/+26
2006-03-11[PATCH] savagefb: Fix kfree before useAntonino A. Daplas1-1/+1
2006-03-11[PATCH] imsttfb: Fix resource leakAntonino A. Daplas1-0/+2
2006-03-11[PATCH] s1d13xxxfb: Fix resource leakAntonino A. Daplas1-2/+1
2006-03-11[PATCH] arcfb: Fix dereference before NULL checkAntonino A. Daplas1-1/+1
2006-03-11[PATCH] kyrofb: Fix uninitialized valueAntonino A. Daplas1-1/+1
2006-03-11[PATCH] arcfb: Fix uninitialized valueAntonino A. Daplas1-2/+1
2006-03-11[PATCH] neofb: Fix uninitialized valueAntonino A. Daplas1-3/+1
2006-03-11[PATCH] Altix: small ioc4 oversightPat Gefre1-4/+2
2006-03-11[PATCH] edac: disable a few sysfs files to avoid them becoming an ABIArjan van de Ven1-3/+9
2006-03-10[PATCH] Input: psmouse - disable autoresyncDmitry Torokhov1-1/+1
2006-03-10[PATCH] fix pcmcia_device_probe oopsHugh Dickins1-1/+1
2006-03-09[PATCH] s390: dasd proc interface typoHorst Hummel1-1/+1
2006-03-09[PATCH] edac: mark as experimentalTim Small1-3/+15
2006-03-09[PATCH] ibmasm: use after free fixMax Asbock1-4/+5
2006-03-09[PATCH] md: Fix several raid1 bugs which cause a memory leakNeilBrown1-5/+8
2006-03-09[PATCH] Fix error handling in backlight driversJean Delvare2-2/+2
2006-03-09[PATCH] dcdbas: dcdbas_pdev referenced after platform_device_unregister on exitDoug Warzecha1-2/+6
2006-03-09[SCSI] zfcp: fix device registration issuesAndreas Herrmann3-6/+12
2006-03-09sky2: truncate oversize packetsStephen Hemminger1-5/+11
2006-03-09sky2: force early transmit interruptsStephen Hemminger1-4/+9
2006-03-09sky2: not random enoughStephen Hemminger1-2/+1
2006-03-09de2104x: fix the TX watchdogFrancois Romieu1-0/+2
2006-03-09de2104x: prevent interrupt before the interrupt handler is registeredFrancois Romieu1-13/+11
2006-03-09[SCSI] scsi_transport_fc: fix FC_HOST_NUM_ATTRSAndreas Herrmann1-1/+1
2006-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds5-19/+61
2006-03-08e1000: Fix mii-tool access to setting speed and duplexJeff Kirsher1-3/+3
2006-03-08Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds26-122/+110
2006-03-08[PATCH] dac960: add disk entropy in request completionsMatt Mackall1-1/+2
2006-03-08[PATCH] s390: dasd partition detectionHorst Hummel4-14/+36
2006-03-08[PATCH] s390: iucv message limit for smsgMartin Schwidefsky1-1/+1
2006-03-08[PATCH] serial core: work around sub-driver bugsPavel Machek1-3/+29
2006-03-08Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2-2/+2
2006-03-08Merge branch 'work-fixes'Mauro Carvalho Chehab10-9/+12
2006-03-08V4L/DVB (3413): Typos grab bag of the monthAlexey Dobriyan9-9/+9
2006-03-08V4L/DVB (3403): Workaround to fix initialization for Nexus CAMarco Schluessler1-0/+3
2006-03-07Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2-10/+5
2006-03-07[IA64] SGI SN drivers: don't report !sn2 hardware as an errorBjorn Helgaas2-2/+2
2006-03-07[SERIAL] ip22zilog: Fix oops on runlevel change with serial consoleMartin Michlmayr1-3/+1
2006-03-06[TG3]: Add DMA address workaroundMichael Chan1-28/+59
2006-03-06Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds1-0/+6
2006-03-06[PATCH] s390: improve response code handling in chsc_enable_facility()Cornelia Huck1-0/+5
2006-03-06[PATCH] windfarm license fixBenjamin Herrenschmidt1-0/+4
2006-03-06[PATCH] i4l: fix compatiblity issue with big endian systemsKarsten Keil1-19/+13
2006-03-06[PATCH] i4l: fix refcounting problem with ttyIx devicesKarsten Keil1-0/+1
2006-03-06[PATCH] i4l: add new PCI IDs for HFC-S PCIKarsten Keil2-0/+4
2006-03-06Allocate 96 bytes for SCSI sense data replyLinus Torvalds1-1/+1
2006-03-06[PATCH] USB Serial: fix use-after-free bug in usb-serial coreGreg Kroah-Hartman1-5/+5
2006-03-06Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2-3/+2
2006-03-06Merge branch 'upstream-fixes'Jeff Garzik3-15/+15
2006-03-06[PATCH] chelsio: fix kmalloc failure in t1_espi_createEric Sesterhenn1-3/+1
2006-03-06Merge branch 'master'Jeff Garzik2-12/+14
2006-03-05[SERIAL] Fix two bugs in parport_serialRussell King1-7/+4
2006-03-05[SCSI] scsi: aha152x pcmcia driver needs spi transportDominik Brodowski1-0/+1
2006-03-04[ATM]: [fore200e] fix section mismatch warningsSam Ravnborg1-18/+18
2006-03-04Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+2
2006-03-04[MMC] au1xmmc: Fix a compilation warning ('status' is not used)Martin Michlmayr1-1/+0
2006-03-04[MMC] au1xmmc: Fix linking error because mmc_rsp_type doesn't existMartin Michlmayr1-1/+1
2006-03-04[MMC] au1xmmc: Fix compilation error by using platform_driverMartin Michlmayr1-10/+11
2006-03-04Fix io ordering problems in e100Catalin(ux aka Dino) BOIE1-3/+3
2006-03-04[PATCH] natsemi: NAPI and a bugfixMark Brown1-0/+42
2006-03-04[PATCH] natsemi: NAPI and a bugfixMark Brown1-49/+97
2006-03-04Merge branch 'upstream-fixes'Jeff Garzik1-0/+1
2006-03-04s2io: set_multicast_list bugJeff Garzik1-0/+1
2006-03-04[PATCH] remove obsolete sis900 documentationAdrian Bunk1-5/+1
2006-03-03Merge branch 'net-const'Jeff Garzik61-235/+287
2006-03-03Massive net driver const-ification.Arjan van de Ven43-118/+118
2006-03-03[PATCH] sb1250-mac: Add support for the BCM1480Ralf Baechle1-39/+70
2006-03-03pcnet_cs: add new id (Logitec LPM-LN100TE)Komuro1-0/+1
2006-03-03[PATCH] Add missing ifdef for VIA RNG codeMark Brown1-0/+2
2006-03-03[PATCH] bonding: suppress duplicate packetsJay Vosburgh3-26/+56
2006-03-03IB/srp: Don't send task management commands after target removalRoland Dreier1-0/+6
2006-03-03Merge branch 'work-fixes'Mauro Carvalho Chehab17-113/+98
2006-03-03V4L/DVB (3395): Fixed Pinnacle 300i DVB-T supportHartmut Hackmann3-8/+18
2006-03-03V4L/DVB (3399): ELSA EX-VISION 500TV: fix incorrect PCI subsystem IDMichael Krufky1-1/+1
2006-03-03V4L/DVB (3382): Fix stv0297 for qam128 on tt c1500 (saa7146)Mattias Nordstrom1-4/+0
2006-03-03V4L/DVB (3385): Dvb: fix __init/__exit section references in av7110 driverJohannes Stezenbach2-5/+6
2006-03-03V4L/DVB (3378): Restore power on defaults of tda9887 after tda8290 probeHartmut Hackmann2-5/+7
2006-03-03V4L/DVB (3354): Fix maximum for the saturation and contrast controls.Hans Verkuil2-4/+4
2006-03-03V4L/DVB (3352): Cxusb: fix lgdt3303 namingMichael Krufky1-4/+4
2006-03-03V4L/DVB (3348): Fixed saa7134 ALSA initialization with multiple cardsRicardo Cerqueira1-1/+3
2006-03-03V4L/DVB (3347): Pinnacle PCTV 40i: add filtered Composite2 inputKarsten Suehring1-1/+5
2006-03-03V4L/DVB (3341): Upstream sync - make 2 structs staticAdrian Bunk1-1/+1
2006-03-03V4L/DVB (3340): Make a struct staticManu Abraham1-1/+1
2006-03-03V4L/DVB (3337): Drivers/media/dvb/frontends/mt312.c: cleanupsAdrian Bunk4-78/+48
2006-03-03[PATCH] mv643xx_eth: Remove BIT0-BIT31 #definesDale Farnsworth1-103/+49
2006-03-03[PATCH] mv643xx_eth: Remove non-working feature: task level rx queue refillDale Farnsworth2-55/+12
2006-03-03[PATCH] mv643xx_eth: Clean up interrupt handlingDale Farnsworth2-55/+25
2006-03-03[PATCH] mv643xx_eth: Move #defines of constants to mv643xx_eth.hDale Farnsworth2-62/+51
2006-03-03[PATCH] mv643xx_eth: Refactor/clean up tx queue handlingDale Farnsworth2-177/+84
2006-03-03[PATCH] mv643xx_eth: Refactor tx command queuing codeDale Farnsworth2-410/+158
2006-03-03[PATCH] mv643xx_eth: Select CONFIG_MII on CONFIG_MV643XX_ETHDale Farnsworth1-0/+1
2006-03-03[PATCH] mv643xx_eth: Rename "channels" to "queues"Dale Farnsworth1-22/+22
2006-03-03[PATCH] mv643xx_eth: Fix misplaced parenthesis in mv643xx_eth_port_disable_rxDale Farnsworth1-2/+2
2006-03-03[PATCH] mv643xx_eth: Remove duplicate includes of linux/in.h and linux/ip.hDale Farnsworth1-2/+0
2006-03-03[PATCH] powerpc: Fix windfarm_pm112 not starting all control loopsBenjamin Herrenschmidt1-2/+4
2006-03-03[PATCH] powerpc: Fix old g5 issues with windfarmBenjamin Herrenschmidt5-17/+57
2006-03-02[SCSI] zfcp: correctly set this_id for hostsAndreas Herrmann1-1/+1
2006-03-02[SCSI] Add Brownie to blacklistMatthew Wilcox1-0/+1
2006-03-02e1000: Added driver comments and whitespace changes. Modified long lines of ...Jeff Kirsher4-82/+60
2006-03-02e1000: Added a performance enhancement - prefetchJeff Kirsher1-3/+15
2006-03-02e1000: Add copybreak when using packet splitJeff Kirsher1-0/+30
2006-03-02e1000: Fixed the following issues with ESB2 (requires ESB2 support):Jeff Kirsher3-14/+65
2006-03-02e1000: Add support for new hardware (ESB2)Jeff Kirsher4-16/+964
2006-03-02e1000: Add performance enahancement by balancing TX and RXJeff Kirsher1-0/+8
2006-03-02e1000: Add enabled Jumbo frame support for 82573LJeff Kirsher2-1/+20
2006-03-02e1000: Add 82573 controller support to TSO fixJeff Kirsher1-11/+19
2006-03-02e1000: Fix filling skb descriptors while using packet splitJeff Kirsher1-5/+2
2006-03-02e1000: Fix network problems when forced at 100Mb/s and to fix TSO when forced...Jeff Kirsher4-11/+66
2006-03-02e1000: Fix Quadport Wake on LANJeff Kirsher3-1/+41
2006-03-02e1000: Fix RSS if enabled in mid-connectionJeff Kirsher2-1/+30
2006-03-02e1000: Fix 82543 issue when reading eepromJeff Kirsher1-1/+7
2006-03-02e1000: Fix dhcp issue when the skb structure fields are not filled properlyJeff Kirsher1-1/+1
2006-03-02e1000: Fix AMT losing connectivity when switching VLAN in passive modeJeff Kirsher1-1/+2
2006-03-02e1000: Fix unecessary delay for 82573 controllersJeff Kirsher1-6/+0
2006-03-02e1000: Fix lock up while setting ring parametersJeff Kirsher1-3/+3
2006-03-02e1000: Fix dead countersJeff Kirsher1-1/+0
2006-03-02e1000: Remove Multiqueue code until we have support for MSI-X in our hardwareJeff Kirsher3-292/+4
2006-03-02Merge branch 'lro'Jeff Garzik2-62/+565