aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-06powerpc/44x: Add more changes for APM821XX EMAC driverDuc Dang3-3/+41
2012-03-06net/mlx4: defining functions as staticYevgeny Petrilin1-4/+2
2012-03-06net/mlx4: remove unused functionsYevgeny Petrilin2-85/+0
2012-03-06net/mlx4: fixing sparse warnings for not declared, functionsYevgeny Petrilin1-4/+0
2012-03-06net/mlx4: fixing sparse warnings when copying mac, address to gid entryYevgeny Petrilin1-4/+6
2012-03-06net/mlx4: fix sparse warnings on wrong type for RSS keysYevgeny Petrilin1-1/+1
2012-03-06net/mlx4: fix sparse warnings on TX blue flame bufferOr Gerlitz1-1/+1
2012-03-06net/mlx4: fix sparse warnings on TX control flags, endianessOr Gerlitz1-1/+1
2012-03-06net/mlx4_en: Saving mem access on data pathYevgeny Petrilin4-16/+13
2012-03-06qla3xxx: ethernet: Silence static checker warning.Santosh Nayak1-1/+1
2012-03-068139too: Add 64bit statisticsJunchang Wang1-8/+38
2012-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller72-231/+442
2012-03-05Merge tag 'usb-3.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2-10/+2
2012-03-05Merge tag 'tty-3.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+1
2012-03-05Merge tag 'md-3.3-fixes' of git://neil.brown.name/mdLinus Torvalds2-12/+28
2012-03-05Merge branch 'akpm' (Andrew's patch bomb)Linus Torvalds6-15/+16
2012-03-05rapidio/tsi721: fix queue wrapping bug in inbound doorbell handlerAlexandre Bounine1-2/+3
2012-03-05floppy/scsi: fix setting of BIO flagsMuthu Kumar2-2/+2
2012-03-05drivers/rtc/rtc-r9701.c: fix crash in r9701_remove()Anatolij Gustschin1-7/+7
2012-03-05c2port: class_create() returns an ERR_PTRDan Carpenter1-2/+2
2012-03-05pps: class_create() returns an ERR_PTR, not NULLDan Carpenter1-2/+2
2012-03-06r8169: add byte queue limit support.Igor Maravic1-5/+22
2012-03-06r8169: add 64bit statistics.Junchang Wang1-14/+45
2012-03-06md/raid10: fix assembling of arrays with replacement devices.NeilBrown1-1/+0
2012-03-05drm, gma500: Fix Cedarview boot failures in 3.3-rcAlan Cox3-6/+6
2012-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds15-77/+82
2012-03-05qla3xxx: ethernet: Fix bogus interrupt state flag.Santosh Nayak1-3/+2
2012-03-05mlx4_en: remove sparse errorsEric Dumazet1-2/+2
2012-03-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville170-8388/+8231
2012-03-05Merge tag 'mmc-fixes-for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds8-23/+36
2012-03-05Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds3-2/+11
2012-03-05HID: hid-input: allow array fields out of rangeNikolai Kondrashov1-2/+7
2012-03-04Merge branch 'master' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller13-18/+4490
2012-03-04vmxnet3: Fix log messages and corrects some typosShreyas Bhatewara1-9/+10
2012-03-04tg3: Recode PCI MRRS adjustment as a PCI quirkMatt Carlson2-6/+18
2012-03-04ucc_geth: separate out rx/tx ring alloc and free operationsPaul Gortmaker1-196/+257
2012-03-04ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras7-7/+7
2012-03-04ppp: Move ioctl definitions from if_ppp.h to new ppp-ioctl.hPaul Mackerras2-4/+4
2012-03-04ppp: Change copyright notices from ANU to mePaul Mackerras1-26/+4
2012-03-04tg3: Fix poor tx performance on 57766 after MTU changeMichael Chan1-2/+8
2012-03-04tg3: Add memory barriers to sync BD dataMichael Chan1-0/+9
2012-03-04tg3: Fix jumbo loopback test on 5719Michael Chan1-3/+11
2012-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds8-7/+22
2012-03-04mmc: core: Fixup suspend/resume issues for UHS-I cardsUlf Hansson4-5/+17
2012-03-04mmc: mmci: reduce max_blk_count to avoid overflowing max_req_sizeWill Deacon1-3/+4
2012-03-04mmc: sdhci-esdhc-imx: fix for mmc cards on i.MX5Sascha Hauer1-2/+3
2012-03-04mmc: core: fix regression: set default clock gating delay to 0Guennadi Liakhovetski1-2/+2
2012-03-03Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds1-2/+2
2012-03-03Merge tag 'parisc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6Linus Torvalds1-0/+2
2012-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+1