summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* rtl8180: Add error check for pci_map_single return value in TX pathandrea.merello2014-02-061-0/+7
* rtl8180: Add error check for pci_map_single return value in RX pathandrea.merello2014-02-061-3/+13
* ath9k: Fix TX power calculationSujith Manoharan2014-02-041-0/+4
* ath9k: Do not support PowerSave by defaultSujith Manoharan2014-02-041-1/+7
* ath9k: Fix build error on ARMSujith Manoharan2014-02-041-3/+2
* ath9k_htc: avoid scheduling while atomic on sta_rc_updateStanislaw Gruszka2014-02-042-22/+40
* ar5523: fix usb id for Gigaset.Oleksij Rempel2014-02-041-1/+1
* ath9k_htc: Do not support PowerSave by defaultOleksij Rempel2014-02-041-1/+7
* rt2500: disable PS by defaultStanislaw Gruszka2014-02-042-0/+10
* rt2800: disable PS by default on USBStanislaw Gruszka2014-02-041-3/+2
* ath9k_htc: make ->sta_rc_update atomic for most callsStanislaw Gruszka2014-02-041-12/+13
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2014-02-048-41/+59
|\
| * iwlwifi: mvm: don't allow A band if SKU forbids itEmmanuel Grumbach2014-02-021-0/+5
| * iwlwifi: mvm: BT Coex - disable BT when TXing probe request in scanEmmanuel Grumbach2014-02-021-1/+2
| * iwlwifi: mvm: don't leak a station when we drainEmmanuel Grumbach2014-01-301-36/+37
| * iwlwifi: mvm: notify match found without filteringDavid Spinadel2014-01-302-1/+5
| * iwlwifi: add more 7265 HW IDsOren Givon2014-01-301-1/+6
| * iwlwifi: mvm: print the version of the firmware when it assertsEmmanuel Grumbach2014-01-301-0/+2
| * iwlwifi: mvm: disable scheduled scanJohannes Berg2014-01-301-1/+1
| * iwlwifi: mvm: make local pointer non-staticJohannes Berg2014-01-301-1/+1
* | Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-3033-1887/+2420
|\ \
| * | mg_disk: Spelling s/finised/finished/Geert Uytterhoeven2014-01-221-1/+1
| * | null_blk: Null pointer deference problem in alloc_page_buffersRaghavendra K T2014-01-221-0/+5
| * | mtip32xx: Correctly handle security locked conditionSam Bradshaw2014-01-222-3/+15
| * | mtip32xx: Make SGL container per-command to eliminate high order dma allocationSam Bradshaw2014-01-222-97/+149
| * | Merge branch 'for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Jens Axboe2014-01-221-9/+27
| |\ \
| | * | floppy: bail out in open() if drive is not responding to block0 readJiri Kosina2014-01-171-9/+27
| * | | drivers/block/loop.c: fix comment typo in loop_config_discardOlaf Hering2014-01-221-1/+1
| * | | drivers/block/cciss.c:cciss_init_one(): use proper errnosAndrew Morton2014-01-221-2/+2
| * | | drivers/block/paride/pg.c: underflow bug in pg_write()Dan Carpenter2014-01-221-1/+1
| * | | drivers/block/sx8.c: remove unnecessary pci_set_drvdata()Jingoo Han2014-01-221-1/+0
| * | | drivers/block/sx8.c: use module_pci_driver()Jingoo Han2014-01-221-14/+1
| * | | bcache: Fix auxiliary search trees for key size > cacheline sizeKent Overstreet2014-01-081-14/+14
| * | | bcache: Don't return -EINTR when insert finishedKent Overstreet2014-01-081-2/+4
| * | | bcache: Improve bucket_prio() calculationKent Overstreet2014-01-082-3/+16
| * | | bcache: Add bch_bkey_equal_header()Nicholas Swenson2014-01-083-8/+11
| * | | bcache: update bch_bkey_try_mergeNicholas Swenson2014-01-083-16/+28
| * | | bcache: Move insert_fixup() to btree_keys_opsKent Overstreet2014-01-084-229/+257
| * | | bcache: Convert sorting to btree_keysKent Overstreet2014-01-083-36/+33
| * | | bcache: Convert debug code to btree_keysKent Overstreet2014-01-089-217/+264
| * | | bcache: Convert btree_iter to struct btree_keysKent Overstreet2014-01-086-38/+41
| * | | bcache: Refactor bset_tree sysfs statsKent Overstreet2014-01-083-47/+54
| * | | bcache: Add bch_btree_keys_u64s_remaining()Kent Overstreet2014-01-082-13/+30
| * | | bcache: Add struct btree_keysKent Overstreet2014-01-088-263/+322
| * | | bcache: Abstract out stuff needed for sortingKent Overstreet2014-01-089-289/+423
| * | | bcache: Rename/shuffle various code aroundKent Overstreet2014-01-088-276/+341
| * | | bcache: Add struct bset_sort_stateKent Overstreet2014-01-086-49/+87
| * | | bcache: Split out sort_extent_cmp()Kent Overstreet2014-01-084-32/+73
| * | | bcache: Bkey indexing renamingKent Overstreet2014-01-086-52/+62
| * | | bcache: Make bch_keylist_realloc() take u64s, not nptrsKent Overstreet2014-01-084-16/+26