summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mlx4_core: fix bug in modify_cq wrapper for resize flow.Jack Morgenstein2012-03-081-2/+1
* atl1c: set ATL1C_WORK_EVENT_RESET bit correctlyDan Carpenter2012-03-081-1/+1
* ehea: restore multicast and rx_errors fieldsEric Dumazet2012-03-081-1/+3
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-03-073-4/+8
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-03-063-4/+8
| |\
| | * iwlwifi: fix wowlan suspendJohannes Berg2012-03-051-1/+1
| | * mwifiex: reset encryption mode flag before associationAmitkumar Karwar2012-02-291-0/+1
| | * carl9170: fix frame delivery if sta is in powersave modeChristian Lamparter2012-02-291-3/+5
| | * carl9170: Fix memory accounting when sta is in power-save mode.Nicolas Cavallari2012-02-291-0/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-03-075-8/+11
|\ \ \
| * | | Input: wacom - fix 3rd-gen Bamboo MT when 4+ fingers are in useJason Gerecke2012-03-071-1/+1
| * | | Input: twl4030-vibra - use proper guard for PM methodsDmitry Torokhov2012-02-241-4/+2
| * | | Input: evdev - fix variable initialisationHeiko Stübner2012-02-241-1/+1
| * | | Input: wacom - add missing LEDS_CLASS to KconfigChris Bagwell2012-02-241-0/+2
| * | | Input: ALPS - fix touchpad detection when buttons are pressedAkio Idehara2012-02-241-2/+5
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-03-066-9/+13
|\ \ \ \
| * | | | caif-hsi: Set default MTU to 4096Sjur Brændeland2012-03-061-1/+1
| * | | | cxgb4vf: Add support for Chelsio's T480-CR and T440-LP-CR adaptersVipul Pandya2012-03-061-0/+2
| * | | | cxgb4: Add support for Chelsio's T480-CR and T440-LP-CR adaptersVipul Pandya2012-03-061-0/+2
| * | | | mlx4_core: remove buggy sched_queue maskingYevgeny Petrilin2012-03-061-5/+0
| * | | | r8169: runtime resume before shutdown.françois romieu2012-03-061-0/+5
| | |/ / | |/| |
| * | | tg3: Fix to use multi queue BQL interfacesTom Herbert2012-03-061-3/+3
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-03-061-2/+2
|\ \ \ \
| * | | | [S390] qdio: fix handler function arguments for zfcp data routerSteffen Maier2012-03-021-2/+2
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2012-03-061-4/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | regulator: Fix mask parameter in da9052_reg_update callsAxel Lin2012-03-051-4/+4
* | | | | Merge tag 'usb-3.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-03-052-10/+2
|\ \ \ \ \
| * | | | | Revert "powerpc/usb: fix issue of CPU halt when missing USB PHY clock"Greg Kroah-Hartman2012-03-022-10/+2
* | | | | | Merge tag 'tty-3.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-03-051-1/+1
|\ \ \ \ \ \
| * | | | | | tty/powerpc: early udbg consoles can't be modulesStephen Rothwell2012-02-241-1/+1
* | | | | | | Merge tag 'md-3.3-fixes' of git://neil.brown.name/mdLinus Torvalds2012-03-052-12/+28
|\ \ \ \ \ \ \
| * | | | | | | md/raid10: fix assembling of arrays with replacement devices.NeilBrown2012-03-061-1/+0
| * | | | | | | md/raid10: fix handling of error on last working device in array.NeilBrown2012-02-141-10/+27
| * | | | | | | md/raid1: fix buglet in md_raid1_contested.NeilBrown2012-02-131-1/+1
* | | | | | | | Merge branch 'akpm' (Andrew's patch bomb)Linus Torvalds2012-03-056-15/+16
|\ \ \ \ \ \ \ \
| * | | | | | | | rapidio/tsi721: fix queue wrapping bug in inbound doorbell handlerAlexandre Bounine2012-03-051-2/+3
| * | | | | | | | floppy/scsi: fix setting of BIO flagsMuthu Kumar2012-03-052-2/+2
| * | | | | | | | drivers/rtc/rtc-r9701.c: fix crash in r9701_remove()Anatolij Gustschin2012-03-051-7/+7
| * | | | | | | | c2port: class_create() returns an ERR_PTRDan Carpenter2012-03-051-2/+2
| * | | | | | | | pps: class_create() returns an ERR_PTR, not NULLDan Carpenter2012-03-051-2/+2
* | | | | | | | | drm, gma500: Fix Cedarview boot failures in 3.3-rcAlan Cox2012-03-053-6/+6
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-03-0515-77/+82
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | qla3xxx: ethernet: Fix bogus interrupt state flag.Santosh Nayak2012-03-051-3/+2
| * | | | | | | | r8169: corrupted IP fragments fix for large mtu.françois romieu2012-03-021-0/+8
| * | | | | | | | packetengines: fix config defaultstephen hemminger2012-03-021-0/+1
| * | | | | | | | vmxnet3: Fix transport header sizeShreyas Bhatewara2012-03-012-8/+3
| * | | | | | | | enic: fix an endian bug in enic_probe()Dan Carpenter2012-03-012-2/+2
| * | | | | | | | pch_gbe: memory corruption calling pch_gbe_validate_option()Dan Carpenter2012-03-011-7/+8
| * | | | | | | | tg3: Fix tg3_get_stats64 for 5700 / 5701 devsMatt Carlson2012-02-291-22/+23
| * | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-276-35/+35
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
OpenPOWER on IntegriCloud