summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-11-2521-239/+385
|\
| * tcmu: Add a missing unlock on an error pathDan Carpenter2017-11-081-0/+1
| * tcmu: Fix some memory corruptionDan Carpenter2017-11-081-3/+2
| * iscsi-target: Fix non-immediate TMR reference leakNicholas Bellinger2017-11-081-3/+5
| * iscsi-target: Make TASK_REASSIGN use proper se_cmd->cmd_krefNicholas Bellinger2017-11-081-13/+9
| * target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASKNicholas Bellinger2017-11-082-0/+11
| * target: Fix quiese during transport_write_pending_qf endless loopNicholas Bellinger2017-11-081-0/+13
| * target: Fix caw_sem leak in transport_generic_request_failureNicholas Bellinger2017-11-081-3/+4
| * target: Fix QUEUE_FULL + SCSI task attribute handlingNicholas Bellinger2017-11-081-0/+4
| * iSCSI-target: Use common error handling code in iscsi_decode_text_input()Markus Elfring2017-11-041-21/+18
| * target/iscsi: Detect conn_cmd_list corruption earlyBart Van Assche2017-11-041-0/+4
| * target/iscsi: Fix a race condition in iscsit_add_reject_from_cmd()Bart Van Assche2017-11-041-1/+2
| * target/iscsi: Modify iscsit_do_crypto_hash_buf() prototypeBart Van Assche2017-11-041-24/+17
| * target/iscsi: Fix endianness in an error messageBart Van Assche2017-11-041-3/+3
| * target/iscsi: Use min() in iscsit_dump_data_payload() instead of open-coding itBart Van Assche2017-11-041-4/+3
| * target/iscsi: Define OFFLOAD_BUF_SIZE onceBart Van Assche2017-11-041-2/+0
| * target: Inline transport_put_cmd()Bart Van Assche2017-11-041-20/+3
| * target: Suppress gcc 7 fallthrough warningsBart Van Assche2017-11-043-2/+5
| * target: Move a declaration of a global variable into a header fileBart Van Assche2017-11-042-2/+1
| * tcmu: fix double se_cmd completionMike Christie2017-11-041-23/+31
| * target: return SAM_STAT_TASK_SET_FULL for TCM_OUT_OF_RESOURCESMike Christie2017-11-041-7/+9
| * target: fix ALUA state file path truncationDavid Disseldorp2017-11-042-32/+28
| * target: fix PR state file path truncationDavid Disseldorp2017-11-041-9/+7
| * cxgbit: Abort the TCP connection in case of data out timeoutVarun Prakash2017-11-043-0/+55
| * target: Add netlink command reply supported option for each deviceKenjiro Nakayama2017-11-041-1/+58
| * target/tcmu: Use macro to call container_of in tcmu_cmd_time_out_showKenjiro Nakayama2017-11-041-2/+1
| * tcmu: fix crash when removing the tcmu deviceXiubo Li2017-11-041-45/+47
| * iscsi-target: fix memory leak in iscsit_release_discovery_tpg()tangwenji2017-11-041-2/+5
| * iscsi-target: fix memory leak in lio_target_tiqn_addtpg()tangwenji2017-11-041-1/+2
| * target:fix condition return in core_pr_dump_initiator_port()tangwenji2017-11-041-1/+3
| * target: fix match_token option in target_core_configfs.ctangwenji2017-11-041-7/+7
| * target: add sense code INSUFFICIENT REGISTRATION RESOURCEStangwenji2017-11-042-8/+23
| * target: fix double unmap data sg in core_scsi3_emulate_pro_register_and_move()tangwenji2017-11-041-2/+0
| * target: fix buffer offset in core_scsi3_pri_read_full_statustangwenji2017-11-041-0/+1
| * target: fix null pointer regression in core_tmr_drain_tmr_listtangwenji2017-11-041-1/+2
| * target/file: Do not return error for UNMAP if length is zeroJiang Yi2017-11-041-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-2434-240/+569
|\ \
| * | ipvlan: Fix insufficient skb linear check for ipv6 icmpGao Feng2017-11-231-1/+19
| * | ipvlan: Fix insufficient skb linear check for arpGao Feng2017-11-231-8/+8
| * | geneve: only configure or fill UDP_ZERO_CSUM6_RX/TX info when CONFIG_IPV6Hangbin Liu2017-11-231-1/+15
| * | Merge tag 'wireless-drivers-for-davem-2017-11-22' of git://git.kernel.org/pub...David S. Miller2017-11-2310-90/+335
| |\ \
| | * | wcn36xx: fix iris child-node lookupJohan Hovold2017-11-201-1/+1
| | * | ath10k: fix data rx for CCMP-256, GCMP and GCMP-256 in raw modeVasanthakumar Thiagarajan2017-11-201-13/+38
| | * | Merge tag 'iwlwifi-for-kalle-2017-11-19' of git://git.kernel.org/pub/scm/linu...Kalle Valo2017-11-208-76/+296
| | |\ \
| | | * | iwlwifi: fix firmware names for 9000 and A000 series hwThomas Backlund2017-11-162-8/+8
| | | * | iwlwifi: fix PCI IDs and configuration mapping for 9000 seriesLuca Coelho2017-11-163-34/+170
| | | * | iwlwifi: mvm: support version 7 of the SCAN_REQ_UMAC FW commandLuca Coelho2017-11-154-34/+118
| * | | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-11-2316-120/+154
| |\ \ \ \
| | * | | | i40evf: Use smp_rmb rather than read_barrier_dependsBrian King2017-11-221-1/+1
| | * | | | fm10k: Use smp_rmb rather than read_barrier_dependsBrian King2017-11-221-1/+1