aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller858-16931/+67538
2009-11-18Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds3-12/+44
2009-11-18Merge branch 'agp-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/agp-2.6Linus Torvalds1-6/+5
2009-11-19agp/intel-agp: Set dma_mask for capable chipsets before agp_add_bridge()David Woodhouse1-6/+5
2009-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds35-442/+352
2009-11-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller101-2149/+1843
2009-11-18drivers/net/wireless/rtl818x: remove exceptional & on function nameJulia Lawall1-1/+1
2009-11-18drivers/net/wireless/p54: remove exceptional & on function nameJulia Lawall1-1/+1
2009-11-18drivers/net/wireless/iwlwifi: remove exceptional & on function nameJulia Lawall1-1/+1
2009-11-18drivers/net/adm8211.c: remove exceptional & on function nameJulia Lawall1-1/+1
2009-11-18drivers/net/wan: remove exceptional & on function nameJulia Lawall1-1/+1
2009-11-18drivers/net/via-velocity.c: remove exceptional & on function nameJulia Lawall1-1/+1
2009-11-18drivers/net/via-rhine.c: remove exceptional & on function nameJulia Lawall1-1/+1
2009-11-18drivers/net/typhoon.c: remove exceptional & on function nameJulia Lawall1-1/+1
2009-11-18drivers/net/smsc9420.c: remove exceptional & on function nameJulia Lawall1-1/+1
2009-11-18drivers/net/r6040.c: remove exceptional & on function nameJulia Lawall1-1/+1
2009-11-18drivers/net/pppol2tp.c: remove exceptional & on function nameJulia Lawall1-1/+1
2009-11-18drivers/net/irda: remove exceptional & on function nameJulia Lawall1-1/+1
2009-11-18drivers/net/ipg.c: remove exceptional & on function nameJulia Lawall1-1/+1
2009-11-18drivers/net: remove exceptional & on function nameJulia Lawall5-7/+6
2009-11-18drivers/net/can: remove exceptional & on function nameJulia Lawall1-1/+1
2009-11-18drivers/net/atl1c: remove exceptional & on function nameJulia Lawall1-1/+1
2009-11-18Merge branch 'sh/for-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-0/+1
2009-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds9-22/+78
2009-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2-0/+24
2009-11-18cxgb3: fix premature page unmapDivy Le Ray1-2/+2
2009-11-18ibm_newemac: Fix EMACx_TRTR[TRT] bit shiftsDave Mitchell1-2/+2
2009-11-18drivers/atm/solos-pci.c: fix warning/bug, clean up codeAndrew Morton1-13/+16
2009-11-18qlge: Bonding fix for mode 6.Ron Mercer1-3/+0
2009-11-18netns: net_identifiers should be read_mostlyEric Dumazet4-4/+4
2009-11-18can: fix setting mcp251x bit timing on openChristian Pellegrin1-8/+10
2009-11-18bnx2x: Don't set netdev->trans_startVladislav Zolotarov1-3/+0
2009-11-17macvlan: Precise RX stats accountingEric Dumazet1-10/+66
2009-11-17vmxnet3: using csum_ipv6_magic requires including net/ip6_checksum.hStephen Rothwell1-0/+2
2009-11-17[CPUFREQ] Fix stale cpufreq_cpu_governor pointerPrarit Bhargava1-2/+30
2009-11-17[CPUFREQ] Resolve time unit thinko in ondemand/conservative govsPallipadi, Venkatesh2-4/+4
2009-11-17[CPUFREQ] Fix use after free on governor restoreDmitry Monakhov1-6/+10
2009-11-17drivers/video/da8xx-fb.c: fix error returnRoel Kluin1-1/+1
2009-11-17spi: error status should be negativeRoel Kluin1-1/+1
2009-11-17USB: option.c: add support for D-Link DWM-162-U5Zhang Le1-0/+2
2009-11-17USB: usbmon: fix bug in mon_buff_area_shrinkAlan Stern1-4/+7
2009-11-17USB: xhci: Fix scratchpad deallocation.Sarah Sharp1-1/+1
2009-11-17USB: xhci: Fix TRB physical to virtual address translation.Sarah Sharp1-2/+5
2009-11-17USB: xhci: Fix bug memory free after failed initialization.Sarah Sharp1-3/+5
2009-11-17USB: cdc_acm: Fix memory leak after hangupFrancesco Lavra1-5/+11
2009-11-17USB: cdc_acm: Fix race condition when opening ttyHenry Gebhardt1-1/+1
2009-11-17USB: ohci: quirk AMD prefetch for USB 1.1 ISO transferLibin Yang4-6/+46
2009-11-17tty: cp210x: Fix carrier handlingAlan Cox1-0/+21
2009-11-17tty_port: If we are opened non blocking we still need to raise the carrierAlan Cox1-0/+3
2009-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds8-17/+46