summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* b44: call netif_napi_del()Hauke Mehrtens2015-06-071-0/+2
* be2net: Replace dma/pci_alloc_coherent() calls with dma_zalloc_coherent()Sriharsha Basavapatna2015-06-073-53/+67
* amd-xgbe: Use disable_irq_nosync from within timer functionLendacky, Thomas2015-06-071-1/+1
* i40e: Make sure to be in VEB mode if SRIOV is enabled at probeAnjali Singhai Jain2015-06-041-3/+17
* i40e: start up in VEPA mode by defaultAnjali Singhai Jain2015-06-044-5/+36
* i40e/i40evf: Fix mixed size frags and linearizationAnjali Singhai Jain2015-06-042-30/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-06-0114-76/+94
|\
| * Merge tag 'wireless-drivers-for-davem-2015-06-01' of git://git.kernel.org/pub...David S. Miller2015-06-015-27/+20
| |\
| | * Merge tag 'iwlwifi-for-kalle-2015-05-28' of https://git.kernel.org/pub/scm/li...Kalle Valo2015-05-284-20/+15
| | |\
| | | * iwlwifi: nvm: fix otp parsing in 8000 hw familyLiad Kaufman2015-05-281-1/+1
| | | * iwlwifi: pcie: fix tracking of cmd_in_flightIlan Peer2015-05-283-19/+14
| | * | brcmfmac: avoid null pointer access when brcmf_msgbuf_get_pktid() failsArend van Spriel2015-05-281-7/+5
| * | | bnx2x: Move statistics implementation into semaphoresYuval Mintz2015-06-013-11/+20
| * | | xen: netback: read hotplug script once at start of day.Ian Campbell2015-06-011-14/+19
| * | | xen: netback: fix printf format string warningIan Campbell2015-06-011-1/+1
| * | | sfc: free multiple Rx buffers when requiredDaniel Pieczko2015-05-311-17/+25
| * | | bna: fix soft lock-up during firmware initialization failureIvan Vecera2015-05-301-2/+2
| * | | bna: remove unreasonable iocpf timer startIvan Vecera2015-05-301-4/+0
| * | | bna: fix firmware loading on big-endian machinesIvan Vecera2015-05-301-0/+7
* | | | Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/ralf...Linus Torvalds2015-05-312-10/+11
|\ \ \ \
| * | | | ttyFDC: Fix to use native endian MMIO readsJames Hogan2015-05-261-8/+9
| * | | | MIPS: Fix CDMM to use native endian MMIO readsJames Hogan2015-05-261-2/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2015-05-3120-254/+166
|\ \ \ \ \
| * | | | | iser-target: Fix error path in isert_create_pi_ctx()Roland Dreier2015-05-301-3/+3
| * | | | | target: Use a PASSTHROUGH flag instead of transport_typesAndy Grover2015-05-3010-18/+15
| * | | | | target: Move passthrough CDB parsing into a common functionAndy Grover2015-05-303-94/+76
| * | | | | target/user: Only support full command pass-throughAndy Grover2015-05-301-50/+74
| * | | | | target/pscsi: Don't leak scsi_host if hba is VIRTUAL_HOSTAndy Grover2015-05-302-0/+4
| * | | | | target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystemChristoph Hellwig2015-05-306-61/+31
| * | | | | target: Drop signal_pending checks after interruptible lock acquireNicholas Bellinger2015-05-193-6/+3
| * | | | | target: Add missing parenthesesBart Van Assche2015-05-141-2/+2
| * | | | | target: Fix bidi command handlingBart Van Assche2015-05-141-2/+1
| * | | | | target/user: Disallow full passthrough (pass_level=0)Andy Grover2015-05-021-65/+3
| * | | | | ISCSI: fix minor memory leakEvgenii Lepikhin2015-05-021-0/+1
* | | | | | Merge tag 'hwmon-for-linus-v4.1-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-05-314-1/+14
|\ \ \ \ \ \
| * | | | | | hwmon: (nct6683) Add missing sysfs attribute initializationGuenter Roeck2015-05-291-0/+2
| * | | | | | hwmon: (nct6775) Add missing sysfs attribute initializationGuenter Roeck2015-05-291-0/+2
| * | | | | | hwmon: (tmp401) Do not auto-detect chip on I2C address 0x37Guenter Roeck2015-05-291-1/+1
| * | | | | | hwmon: (ntc_thermistor) Ensure iio channel is of type IIO_VOLTAGEChris Lesiak2015-05-261-0/+9
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'dm-4.1-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2015-05-293-24/+36
|\ \ \ \ \ \
| * | | | | | dm: fix casting bug in dm_merge_bvec()Joe Thornber2015-05-291-5/+12
| * | | | | | dm: fix reload failure of 0 path multipath mapping on blk-mq devicesJunichi Nomura2015-05-291-7/+9
| * | | | | | dm: fix false warning in free_rq_clone() for unmapped requestsMike Snitzer2015-05-291-5/+3
| * | | | | | dm: requeue from blk-mq dm_mq_queue_rq() using BLK_MQ_RQ_QUEUE_BUSYMike Snitzer2015-05-271-4/+6
| * | | | | | dm mpath: fix leak of dm_mpath_io structure in blk-mq .queue_rq error pathMike Snitzer2015-05-271-1/+3
| * | | | | | dm: fix NULL pointer when clone_and_map_rq returns !DM_MAPIO_REMAPPEDJunichi Nomura2015-05-271-2/+2
| * | | | | | dm: run queue on re-queueJunichi Nomura2015-05-261-0/+1
| |/ / / / /
* | | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-05-293-13/+9
|\ \ \ \ \ \
| * | | | | | cpumask_set_cpu_local_first => cpumask_local_spread, lamentRusty Russell2015-05-283-13/+9
* | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-05-2921-152/+42
|\ \ \ \ \ \ \