aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2006-03-27[PATCH] hostap: Fix EAPOL frame encryptionJouni Malinen1-1/+1
2006-03-27[PATCH] hostap: Make hostap_tx_encrypt() staticJouni Malinen2-6/+3
2006-03-27[PATCH] zd1201 wireless stat updateJean Tourrilhes1-1/+1
2006-03-27[PATCH] PCMCIA_SPECTRUM must select FW_LOADERAdrian Bunk1-0/+1
2006-03-27[PATCH] bcm43xx: don't set the channel on a device, which is down.Michael Buesch1-3/+9
2006-03-27[PATCH] bcm43xx: sync GPHY init with the specs.Michael Buesch3-29/+255
2006-03-27[PATCH] bcm43xx: fix the remaining sparse warnings.Michael Buesch2-5/+10
2006-03-27[PATCH] bcm43xx: remove some compilerwarnings.Michael Buesch4-60/+13
2006-03-27[PATCH] bcm43xx: fix "include" issues on some platforms.Michael Buesch2-2/+2
2006-03-27[PATCH] bcm43xx: get rid of "/* vim: ..." lines at the end of several files.Michael Buesch8-16/+0
2006-03-27[PATCH] bcm43xx: add useless and broken statistics stuff. People seem to want...Michael Buesch3-4/+53
2006-03-27[PATCH] bcm43xx: fix nrssi_threshold calculation.Michael Buesch1-39/+33
2006-03-27[PATCH] bcm43xx: sync interference mitigation code to the specs.Michael Buesch2-150/+309
2006-03-27[PATCH] bcm43xx: set default attenuation values.Michael Buesch5-38/+158
2006-03-27[PATCH] bcm43xx: some IRQ handler cleanups.Michael Buesch1-35/+30
2006-03-27[PATCH] bcm43xx: merge all iwmode code into the set_iwmode function.Michael Buesch1-36/+29
2006-03-27[PATCH] bcm43xx: fix some gpio register trashing (hopefully :D)Michael Buesch3-43/+46
2006-03-27[PATCH] bcm43xx: remove check for mmio length, as it differs among platforms....Michael Buesch1-26/+4
2006-03-27[PATCH] bcm43xx: properly mask txctl1 before writing it to hardware.Michael Buesch1-2/+2
2006-03-27[PATCH] bcm43xx: Do boardflags workarounds for specific boards.Michael Buesch2-0/+13
2006-03-27[PATCH] bcm43xx: Remove the workaround in dummy_transmission,Michael Buesch1-7/+0
2006-03-27[PATCH] bcm43xx: Fix crash on ifdown, by being careful in pio/dma freeing.Michael Buesch2-2/+10
2006-03-27[PATCH] bcm43xx: reduce the size of bcm43xx_private by removing unneeded memb...Michael Buesch13-301/+320
2006-03-27[PATCH] bcm43xx: add functions bcm43xx_dma_read/write, bcm43xx_dma_tx_suspend...Michael Buesch2-28/+51
2006-03-27[PATCH] bcm43xx: receive TX status on MMIO or DMA unconditionally regarding t...Michael Buesch1-12/+7
2006-03-27[PATCH] bcm43xx: fix some stuff, add a few missing mmiowb(), remove dead code.Michael Buesch6-187/+167
2006-03-27[PATCH] bcm43xx: Remove the mmio access printing facility overhead.Michael Buesch2-130/+6
2006-03-27[PATCH] bcm43xx: Abstract the locking mechanism.Michael Buesch7-124/+142
2006-03-27[PATCH] bcm43xx: Set both, the DMAmask and the coherent DMAmask.Michael Buesch1-3/+6
2006-03-27[PATCH] bcm43xx: fix DMA TX skb freeing in case of fragmented packets.Pete Zaitcev2-40/+8
2006-03-27[PATCH] bcm43xx: Add sysfs attributes for device specific tunables.Michael Buesch5-1/+356
2006-03-27[PATCH] bcm43xx: Move TX/RX related functions to its own file. Add basic RTS/...Michael Buesch9-577/+746
2006-03-27[PATCH] bcm43xx: add assert(bcm->initialized) to periodic_tasks_setup().Michael Buesch1-0/+1
2006-03-27[PATCH] bcm43xx: move initialized = 1 to the end of init_board.Michael Buesch1-4/+6
2006-03-27[PATCH] bcm43xx: Workaround init_board vs IRQ race.Michael Buesch1-6/+13
2006-03-27[PATCH] bcm43xx: Fix Kconfig typo (transfer mode default)Michael Buesch1-1/+1
2006-03-27[PATCH] bcm43xx: remove old unused struct.Michael Buesch1-5/+0
2006-03-27[PATCH] bcm43xx: split the channel helper functions, so that they can be used...Michael Buesch3-37/+59
2006-03-27[PATCH] bcm43xx: make bcm43xx_sprom_crc() static.Michael Buesch2-3/+1
2006-03-27[PATCH] bcm43xx: Move sprom lowlevel reading/writing to its own functions.Michael Buesch3-76/+86
2006-03-27[PATCH] bcm43xx: Code cleanups. This removes various "inline" statements and ...Michael Buesch3-181/+127
2006-03-27[PATCH] bcm43xx: rewrite and simplify the periodic task handling.Michael Buesch2-134/+73
2006-03-27[PATCH] bcm43xx: fix LED code.Michael Buesch3-33/+68
2006-03-27[PATCH] Apple Airport: Add Kconfig note that the bcm43xx driver has to be use...Michael Buesch1-1/+4
2006-03-27[PATCH] bcm43xx: add a note that not all devices support PIO.Michael Buesch1-0/+5
2006-03-27[PATCH] bcm43xx: Partially fix PIO code. Add Kconfig option for PIO or DMA mo...Michael Buesch8-248/+438
2006-03-27[PATCH] bcm43xx: remove WX debugging.Michael Buesch1-68/+0
2006-03-27[PATCH] bcm43xx: fix compiletime warning (phy_xmitpower)Michael Buesch1-0/+1
2006-03-27[PATCH] bcm43xx: heavily increase mac_suspend timeout.Michael Buesch1-7/+4
2006-03-27[PATCH] bcm43xx: enable SPROM writing.Michael Buesch1-1/+1
2006-03-27[PATCH] bcm43xx: fix txpower reporting in WE.Michael Buesch4-15/+44
2006-03-27[PATCH] Sync bcm43xx_phy_initb6() with specsDanny van Dyk3-6/+12
2006-03-27[PATCH] bcm43xx: Wireless Ext updateMichael Buesch1-1/+11
2006-03-27[PATCH] bcm43xx: basic ethtool supportMichael Buesch4-1/+62
2006-03-27[PATCH] bcm43xx: Remove function bcm43xx_channel_is_allowed()Michael Buesch1-165/+1
2006-03-27[PATCH] bcm43xx: Add more initvals sanity checks and error out, if one sanity...Michael Buesch1-19/+43
2006-03-27[PATCH] bcm43xx: Fix makefile. Remove all the "out-of-tree" stuff.Michael Buesch4-98/+14
2006-03-27[PATCH] bcm43xx: add DEBUG Kconfig option. Also fix indention.Michael Buesch1-5/+14
2006-03-27[PATCH] bcm43xx: remove redundant COPYING file.Michael Buesch1-340/+0
2006-03-27[PATCH] bcm43xx: Move README file to Documentation directory.Michael Buesch1-36/+0
2006-03-27[PATCH] bcm43xx: remove linux version compatibility code.Michael Buesch1-23/+0
2006-03-27[PATCH] bcm43xx: sync with svn.berlios.deMichael Buesch5-124/+102
2006-03-27[PATCH] bcm43xx: patch Kconfig and wireless/Makefile for importJohn W. Linville2-0/+9
2006-03-27[PATCH] wireless: import bcm43xx sourcesJohn W. Linville24-0/+15093
2006-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds16-57/+33
2006-03-26drivers/char/ftape/lowlevel/fdc-io.c: Correct a commentBastien Roucaries1-1/+1
2006-03-26Kconfig help: MTD_JEDECPROBE already supports IntelAdrian Bunk1-3/+2
2006-03-26[PATCH] bitops: hweight() related cleanupAkinobu Mita1-2/+1
2006-03-26[PATCH] more s/fucn/func/ typo fixesAkinobu Mita2-3/+3
2006-03-26[PATCH] EDAC: use EXPORT_SYMBOL_GPLDave Peterson1-14/+14
2006-03-26[PATCH] EDAC: use sysbus_message in e752x codeDave Peterson1-4/+2
2006-03-26[PATCH] EDAC: formatting cleanupDave Peterson8-602/+558
2006-03-26[PATCH] EDAC: reorder EXPORT_SYMBOL macrosDave Peterson1-25/+13
2006-03-26[PATCH] EDAC: Kconfig dependency changesDave Peterson1-5/+5
2006-03-26[PATCH] EDAC: protect memory controller listDave Peterson8-49/+37
2006-03-26[PATCH] EDAC: kobject/sysfs fixesDave Peterson2-43/+42
2006-03-26[PATCH] EDAC: kobject_init/kobject_put fixesDave Peterson1-24/+7
2006-03-26[PATCH] EDAC: edac_mc_add_mc fix [2/2]Dave Peterson1-8/+9
2006-03-26[PATCH] EDAC: edac_mc_add_mc fix [1/2]Dave Peterson1-18/+18
2006-03-26[PATCH] EDAC: cleanup code for clearing initial errorsDave Peterson7-44/+13
2006-03-26[PATCH] EDAC: e7xxx fix minor logic bugDave Peterson1-1/+1
2006-03-26[PATCH] EDAC: i82875p cleanupDave Peterson1-22/+32
2006-03-26[PATCH] EDAC: i82860 cleanupDave Peterson1-11/+17
2006-03-26[PATCH] EDAC: e752x cleanupDave Peterson1-28/+7
2006-03-26[PATCH] EDAC: amd76x pci_dev_get/pci_dev_put fixesDave Peterson1-6/+2
2006-03-26[PATCH] EDAC: name cleanupDave Peterson7-15/+15
2006-03-26[PATCH] EDAC: printk cleanupDave Peterson8-240/+275
2006-03-26[PATCH] EDAC: switch to kthread_ APIDave Peterson1-78/+10
2006-03-26[PATCH] Dead code in drivers/isdn/avm/avmcard.hEric Sesterhenn1-3/+1
2006-03-26[PATCH] isdn4linux: Siemens Gigaset drivers - M105 USB DECT adapterHansjoerg Lipp2-0/+1605
2006-03-26[PATCH] isdn4linux: Siemens Gigaset drivers - isochronous data handlerHansjoerg Lipp1-0/+1009
2006-03-26[PATCH] isdn4linux: Siemens Gigaset drivers - direct USB connectionHansjoerg Lipp1-0/+2365
2006-03-26[PATCH] isdn4linux: Siemens Gigaset drivers - procfs interfaceHansjoerg Lipp1-0/+81
2006-03-26[PATCH] isdn4linux: Siemens Gigaset drivers - tty interfaceHansjoerg Lipp1-0/+718
2006-03-26[PATCH] isdn4linux: Siemens Gigaset drivers - isdn4linux interfaceHansjoerg Lipp1-0/+567
2006-03-26[PATCH] isdn4linux: Siemens Gigaset drivers - event layerHansjoerg Lipp1-0/+1983
2006-03-26[PATCH] isdn4linux: Siemens Gigaset drivers - common moduleHansjoerg Lipp2-0/+2141
2006-03-26[PATCH] isdn4linux: Siemens Gigaset drivers - Kconfigs and MakefilesHansjoerg Lipp4-0/+50
2006-03-26[PATCH] mempool: use mempool_create_slab_pool()Matthew Dobson10-26/+15
2006-03-26[PATCH] mempool: use common mempool kzalloc allocatorMatthew Dobson1-15/+2
2006-03-26[PATCH] mempool: use common mempool kmalloc allocatorMatthew Dobson6-117/+32
2006-03-26[PATCH] mempool: use common mempool page allocatorMatthew Dobson1-16/+1
2006-03-26[PATCH] 3c59x: minor cleanupsSteffen Klassert1-47/+34
2006-03-26[PATCH] 3c59x: remove per-driver versioningSteffen Klassert1-7/+2
2006-03-26[PATCH] 3c59x: use ethtool_op_get_linkSteffen Klassert1-15/+1
2006-03-26[PATCH] 3c59x: carriercheck for forced mediaSteffen Klassert1-4/+5
2006-03-26[PATCH] 3c59x: decrease polling intervalSteffen Klassert1-0/+4
2006-03-26[PATCH] 3c59x: use mii_check_mediaSteffen Klassert1-77/+49
2006-03-26[PATCH] Update documentation for BLK_DEV_INITRD to match current usageH. Peter Anvin1-6/+9
2006-03-26[PATCH] isicom: select FW_LOADERmaximilian attems1-0/+1
2006-03-26[PATCH] ads7846: sparc32 warning fixAndrew Morton1-1/+1
2006-03-26[PATCH] tlclk: fix handling of device majorAndrew Morton1-0/+1
2006-03-26[PATCH] loop: potential kernel hang waiting for kthreadHerbert Poetzl1-1/+3
2006-03-26[PATCH] ipmi: Increment driver version to v39.0Corey Minyard1-1/+1
2006-03-26[PATCH] ipmi: add full sysfs supportCorey Minyard5-54/+664
2006-03-26[PATCH] ipmi: add generic PCI handlingCorey Minyard2-454/+496
2006-03-26[PATCH] sem2mutex: misc static one-file mutexesIngo Molnar9-71/+78
2006-03-26[PATCH] ACPI: clean up memory attribute checking for map/read/writeBjorn Helgaas1-43/+11
2006-03-26[PATCH] EFI fixesTolentino, Matthew E1-1/+2
2006-03-26[PATCH] EFI: keep physical table addresses in efi structureBjorn Helgaas3-27/+30
2006-03-26[PATCH] EFI, /dev/mem: simplify efi_mem_attribute_range()Bjorn Helgaas1-12/+6
2006-03-26[PATCH] drivers/block/floppy.c: dont free_irq() from irq contextIngo Molnar1-1/+22
2006-03-26BUG_ON() Conversion in drivers/s390/block/dasd_devmap.cEric Sesterhenn1-4/+2
2006-03-26BUG_ON() Conversion in input/serio/hp_sdc_mlc.cEric Sesterhenn1-3/+4
2006-03-26BUG_ON() Conversion in md/dm-table.cEric Sesterhenn1-4/+2
2006-03-26BUG_ON() Conversion in md/dm-path-selector.cEric Sesterhenn1-2/+1
2006-03-26BUG_ON() Conversion in drivers/isdnEric Sesterhenn5-21/+9
2006-03-26BUG_ON() Conversion in drivers/charEric Sesterhenn2-9/+5
2006-03-26BUG_ON() Conversion in drivers/mtd/Eric Sesterhenn3-10/+7
2006-03-25Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds4-253/+50
2006-03-25[PATCH] Fix compilation of processor_idle.c on IA64Andi Kleen1-2/+4
2006-03-25[SERIAL] amba-pl010: Remove accessor macrosRussell King1-61/+49
2006-03-25[SERIAL] remove 8250_acpi (replaced by 8250_pnp and PNPACPI)Bjorn Helgaas3-192/+0
2006-03-25[SERIAL] icom: select FW_LOADERmaximilian attems1-0/+1
2006-03-25Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/aoe-2.6Linus Torvalds7-120/+235
2006-03-25Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds19-106/+103
2006-03-25[PATCH] x86_64: Force broadcast timer on AMD systems with C3 too.Andi Kleen1-10/+15
2006-03-25[PATCH] x86_64: Clean up and tweak ACPI blacklist year codeAndi Kleen1-21/+6
2006-03-25[PATCH] x86_64: Implement compat code for raw1394 read/writeAndi Kleen1-5/+91
2006-03-25[PATCH] x86_64: Fix wrong PCI ID for ALI M1695 AGP bridgeHenrik Kretzschmar1-1/+1
2006-03-25Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds7-91/+136
2006-03-25Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds8-119/+170
2006-03-25Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds7-6/+5
2006-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds19-81/+70
2006-03-25Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+1
2006-03-25Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds185-4618/+6663
2006-03-25[PATCH] git-scsi-misc: min() warning fixAndrew Morton1-1/+1
2006-03-25[PATCH] serial: merge mpsc.h into mpsc.cMark A. Greer2-293/+255
2006-03-25[PATCH] serial: mpsc driver has definition of SUPPORT_SYSRQ below include of ...Mark A. Greer1-4/+5
2006-03-25[PATCH] serial: mpsc driver passes bad devname to request_irq()Mark A. Greer1-1/+1
2006-03-25[PATCH] EISA: Ignore generated file drivers/eisa/devlist.hRalf Baechle1-0/+1
2006-03-25[PATCH] Check if cpu can be onlined before calling smp_prepare_cpu()Ashok Raj1-8/+1
2006-03-25[PATCH] Fix memory leak in isapnpJesper Juhl1-1/+3
2006-03-25[PATCH] Altix: rs422 support for ioc4 serial driverPat Gefre1-138/+249
2006-03-25[PATCH] i4l/isdn_tty.c: fix a check-after-useAdrian Bunk1-1/+4
2006-03-25[PATCH] i2o_dump_hrt() output cleanupVasily Averin1-18/+13
2006-03-25[PATCH] drivers/char/ipmi/ipmi_msghandler.c: fix a memory leakAdrian Bunk1-5/+7
2006-03-25[PATCH] md/bitmap.c:bitmap_mask_state(): fix inconsequent NULL checkingAdrian Bunk1-1/+1
2006-03-25[PATCH] BLK_DEV_INITRD: do not require BLK_DEV_RAM=yZdenek Pavlas1-1/+0
2006-03-25[PATCH] ads7846 build fixAndrew Morton1-0/+1
2006-03-25[PATCH] tpm: sparc32 build fixAndrew Morton1-0/+1
2006-03-25[PATCH] fix hardcoded values in collie frontlightPavel Machek1-13/+10
2006-03-25[PATCH] adjust /dev/{kmem,mem,port} write handlersJan Beulich1-15/+13
2006-03-25[PATCH] amiga: fix driver_register() return handling, remove zorro_module_init()Bjorn Helgaas6-12/+7
2006-03-25[PATCH] EISA: tidy-up driver_register() return valueBjorn Helgaas3-21/+20
2006-03-25[PATCH] hp300: fix driver_register() return handling, remove dio_module_init()Bjorn Helgaas4-14/+11
2006-03-25[PATCH] parport: move PP_MAJOR from ppdev.h to major.hRene Herman1-1/+2
2006-03-25[PATCH] block/floppy: fix section mismatch warningsSam Ravnborg1-1/+1
2006-03-25[PATCH] ide: fix section mismatch warningSam Ravnborg1-1/+1
2006-03-25[PATCH] sysrq cleanupAndrew Morton1-135/+115
2006-03-25[PATCH] Remove MODULE_PARMRusty Russell41-91/+100
2006-03-25[PATCH] hysdn: remove custom typesAndrew Morton12-126/+127
2006-03-25[PATCH] drivers/block/nbd.c: don't defer compile error to runtimeAdrian Bunk1-4/+1
2006-03-25[PATCH] constify tty flip buffer handlingThomas Koeller1-2/+2
2006-03-25[PATCH] ISDN: fix copy_to_user() unused result warning in isdn_pppJesper Juhl1-1/+2
2006-03-25[PATCH] cirrus ep93xx watchdog driverAlessandro Zummo3-0/+268
2006-03-25V4L/DVB (3604): V4l printk fixAndrew Morton1-1/+1
2006-03-25V4L/DVB (3599b): Whitespace cleanups under drivers/mediaMauro Carvalho Chehab102-3012/+3012
2006-03-25V4L/DVB (3599a): Move drivers/usb/media to drivers/media/videoMauro Carvalho Chehab64-283/+281
2006-03-24[AGPGART] x86_64: Enable VIA AGP driver on x86-64 for VIA P4 chipsetsAndi Kleen1-1/+1
2006-03-24[AGPGART] x86_64: Fix wrong PCI ID for ALI M1695 AGP bridgeHenrik Kretzschmar1-1/+1
2006-03-24IPoIB: P_Key change event handlingLeonid Arsh4-19/+44
2006-03-24IB/mthca: Fix modify QP error pathRoland Dreier1-10/+11
2006-03-24IPoIB: Fix network interface "RUNNING" statusLeonid Arsh1-2/+3
2006-03-24IB/mthca: Fix indentationRoland Dreier1-2/+2
2006-03-24IB/mthca: Fix uninitialized variable in mthca_alloc_qp()Jack Morgenstein1-4/+5
2006-03-24IB/mthca: Check SRQ limit in modify SRQ operationJack Morgenstein1-0/+2
2006-03-24IB/mthca: Check that SRQ WQE size does not exceed device's max valueJack Morgenstein1-0/+4
2006-03-24IB/mthca: Check that sgid_index and path_mtu are valid in modify_qpDotan Barak1-4/+23
2006-03-24IB/srp: Use a fake scatterlist for non-SG SCSI commandsRoland Dreier2-77/+75
2006-03-24[WIRELESS]: Fix config dependencies.Dave Jones1-0/+1
2006-03-24IPoIB: Pass correct pointer when flushing child interfacesLeonid Arsh1-1/+1
2006-03-24V4L/DVB (3599): Implement new routing commands for wm8775 and cs53l32a.Hans Verkuil2-10/+20
2006-03-24V4L/DVB (3597): Vivi: fix warning: implicit declaration of function 'in_inter...Michael Krufky1-0/+1
2006-03-24V4L/DVB (3588): Remove VIDIOC_G/S_AUDOUT from msp3400Hans Verkuil1-37/+2
2006-03-24V4L/DVB (3587): Always wake thread after routing change.Hans Verkuil1-2/+1
2006-03-24V4L/DVB (3584): Implement V4L2_TUNER_MODE_LANG1_LANG2 audio modeHans Verkuil8-5/+28
2006-03-24V4L/DVB (3582): Implement correct msp3400 input/output routingHans Verkuil8-111/+176
2006-03-24V4L/DVB (3581): Add new media/msp3400.h header containing the routing macrosHans Verkuil4-6/+7
2006-03-24V4L/DVB (3580): Last round of msp3400 cleanups before adding routing commandsHans Verkuil3-85/+107