summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net/mlx4_core: Allow not to specify probe_vf in SRIOV IB modeMatan Barak2014-09-261-2/+2
* r8152: fix the carrier off when autoresuminghayeswang2014-09-261-17/+35
* Revert "net/macb: add pinctrl consumer support"Soren Brinkmann2014-09-261-11/+0
* macvtap: Fix race between device delete and open.Vlad Yasevich2014-09-261-10/+8
* qlcnic: Fix ordering of stats in stats buffer.Manish Chopra2014-09-261-0/+2
* qlcnic: Remove __QLCNIC_DEV_UP bit check to read TX queues statistics.Manish Chopra2014-09-261-1/+1
* qlcnic: Fix memory corruption while reading stats using ethtool.Manish Chopra2014-09-261-4/+2
* qlcnic: Use qlcnic_83xx_flash_read32() API instead of lockless version of the...Sony Chacko2014-09-261-3/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-09-245-10/+20
|\
| * Merge tag 'master-2014-09-23' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-09-245-10/+20
| |\
| | * brcmfmac: Fix off by one bug in brcmf_count_20mhz_channels()Emil Goode2014-09-231-1/+1
| | * ath9k: Fix NULL pointer dereference on early irqWojciech Dubowik2014-09-221-1/+1
| | * Merge tag 'nfc-fixes-3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git...John W. Linville2014-09-223-8/+18
| | |\
| | | * NFC: st21nfca: Fix potential depmod dependency cycleChristophe Ricard2014-09-071-2/+3
| | | * NFC: st21nfcb: Fix depmod dependency cycleChristophe Ricard2014-09-071-2/+3
| | | * NFC: microread: Potential overflows in microread_target_discovered()Dan Carpenter2014-09-051-4/+12
* | | | Merge tag 'pci-v3.17-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-09-242-16/+6
|\ \ \ \
| * | | | PCI: pciehp: Fix pcie_wait_cmd() timeoutYinghai Lu2014-09-221-1/+1
| * | | | Revert "PCI: Make sure bus number resources stay within their parents bounds"Bjorn Helgaas2014-09-191-8/+2
| * | | | Revert "PCI: Don't scan random busses in pci_scan_bridge()"Bjorn Helgaas2014-09-191-7/+3
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-09-243-1/+19
|\ \ \ \ \
| * | | | | crypto: ccp - Check for CCP before registering crypto algsTom Lendacky2014-09-242-0/+18
| * | | | | crypto: qat - Enable all 32 IRQsTadeusz Struk2014-09-181-1/+1
* | | | | | Merge tag 'media/v3.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-09-248-27/+54
|\ \ \ \ \ \
| * | | | | | [media] em28xx-v4l: get rid of field "users" in struct em28xx_v4l2"Frank Schaefer2014-09-212-13/+11
| * | | | | | [media] em28xx: fix VBI handling logicMauro Carvalho Chehab2014-09-211-1/+1
| * | | | | | [media] vb2: fix VBI/poll regressionHans Verkuil2014-09-211-3/+14
| * | | | | | [media] cx2341x: fix kernel oopsHans Verkuil2014-09-211-0/+1
| * | | | | | [media] cx24123: fix kernel oops due to missing parent pointerHans Verkuil2014-09-211-0/+1
| * | | | | | [media] adv7604: fix inverted conditionHans Verkuil2014-09-211-1/+1
| * | | | | | [media] media/radio: fix radio-miropcm20.c build with io.h header fileRandy Dunlap2014-09-211-0/+1
| * | | | | | [media] vb2: fix plane index sanity check in vb2_plane_cookie()Zhaowei Yuan2014-09-211-1/+1
| * | | | | | [media] vb2: fix vb2 state check when start_streaming failsHans Verkuil2014-09-211-7/+10
| * | | | | | [media] videobuf2-core: add comments before the WARN_ONHans Verkuil2014-09-211-0/+12
| * | | | | | [media] videobuf2-dma-sg: fix for wrong GFP mask to sg_alloc_table_from_pagesHans Verkuil2014-09-211-1/+1
* | | | | | | Merge tag 'md/3.17-more-fixes' of git://git.neil.brown.name/mdLinus Torvalds2014-09-241-18/+22
|\ \ \ \ \ \ \
| * | | | | | | md/raid1: fix_read_error should act on all non-faulty devices.NeilBrown2014-09-221-2/+2
| * | | | | | | md/raid1: count resync requests in nr_pending.NeilBrown2014-09-221-0/+2
| * | | | | | | md/raid1: update next_resync under resync_lock.NeilBrown2014-09-221-3/+3
| * | | | | | | md/raid1: Don't use next_resync to determine how far resync has progressedNeilBrown2014-09-221-7/+5
| * | | | | | | md/raid1: make sure resync waits for conflicting writes to complete.NeilBrown2014-09-221-2/+4
| * | | | | | | md/raid1: clean up request counts properly in close_sync()NeilBrown2014-09-221-0/+5
| * | | | | | | md/raid1: be more cautious where we read-balance during resync.NeilBrown2014-09-221-5/+1
| * | | | | | | md/raid1: intialise start_next_window for READ case to avoid hangNeilBrown2014-09-221-0/+1
* | | | | | | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-09-2318-155/+276
|\ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| *-------. \ \ \ \ \ \ \ Merge branches 'core', 'ipoib', 'iser', 'mlx4', 'ocrdma' and 'qib' into for-nextRoland Dreier2014-09-2217-149/+263
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | IB/qib: Correct reference counting in debugfs qp_statsMike Marciniszyn2014-09-192-9/+2
| | | | | | * | | | | | | | IB/qib: Change get_user_pages() usage to always NULL vmasMike Marciniszyn2014-09-191-3/+3
| | | | | | * | | | | | | | IB/ipath: Change get_user_pages() usage to always NULL vmasMike Marciniszyn2014-09-191-3/+3
| | | | | * | | | | | | | | RDMA/ocrdma: Use right macro in query AHdevesh.sharma@emulex.com2014-09-221-1/+1