summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | xdp: use common helper for netlink extended ack reportingDaniel Borkmann2017-05-033-17/+14
| * | net: ipv6: Do not duplicate DAD on link upDavid Ahern2017-05-031-2/+3
| * | smsc911x: Adding support for Micochip LAN9250 Ethernet controllerDavid Cai2017-05-032-19/+49
| * | Merge branch 'sample-bpf-loader-fixes'David S. Miller2017-05-036-82/+201
| |\ \
| | * | samples/bpf: export map_data[] for more info on mapsJesper Dangaard Brouer2017-05-031-1/+7
| | * | samples/bpf: load_bpf.c make callback fixup more flexibleJesper Dangaard Brouer2017-05-033-18/+23
| | * | samples/bpf: make bpf_load.c code compatible with ELF maps section changesJesper Dangaard Brouer2017-05-031-69/+155
| | * | samples/bpf: adjust rlimit RLIMIT_MEMLOCK for traceex2, tracex3 and tracex4Jesper Dangaard Brouer2017-05-033-0/+22
| |/ /
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-05-04119-2748/+4299
|\ \ \
| * | | scsi: qla4xxx: fix spelling mistake: "Tempalate" -> "Template"Colin Ian King2017-04-271-1/+1
| * | | scsi: stex: make S6flag staticColin Ian King2017-04-271-1/+1
| * | | scsi: mac_esp: fix to pass correct device identity to free_irq()Wei Yongjun2017-04-271-1/+1
| * | | scsi: aacraid: pci_alloc_consistent() failures on ARM64Mahesh Rajashekhara2017-04-276-31/+35
| * | | scsi: ufs: make ufshcd_get_lists_status() register operation obviousTomohiro Kusumi2017-04-272-10/+5
| * | | scsi: ufs: use MASK_EE_STATUSTomohiro Kusumi2017-04-271-2/+2
| * | | scsi: mac_esp: Replace bogus memory barrier with spinlockFinn Thain2017-04-251-10/+23
| * | | scsi: fcoe: make fcoe_e_d_tov and fcoe_r_a_tov staticColin Ian King2017-04-251-2/+2
| * | | scsi: sd_zbc: Do not write lock zones for resetDamien Le Moal2017-04-251-26/+16
| * | | scsi: sd_zbc: Remove superfluous assignmentsBart Van Assche2017-04-251-3/+1
| * | | scsi: sd: sd_zbc: Rename sd_zbc_setup_write_cmndDamien Le Moal2017-04-253-15/+11
| * | | scsi: Improve scsi_get_sense_info_fldDamien Le Moal2017-04-252-25/+17
| * | | scsi: sd: Cleanup sd_done sense data handlingChristoph Hellwig2017-04-251-10/+9
| * | | scsi: sd: Improve sd_completed_bytesDamien Le Moal2017-04-252-24/+32
| * | | scsi: sd: Fix function descriptionsDamien Le Moal2017-04-251-15/+14
| * | | scsi: mpt3sas: remove redundant wmbSinan Kaya2017-04-251-2/+0
| * | | scsi: mpt: Move scsi_remove_host() out of mptscsih_remove_host()Hannes Reinecke2017-04-253-4/+15
| * | | scsi: sg: reset 'res_in_use' after unlinking reserved arrayHannes Reinecke2017-04-251-0/+2
| * | | scsi: mvumi: remove code handling zero scsi_sg_count(scmd) caseAlexey Khoroshilov2017-04-251-59/+26
| * | | scsi: fusion: fix spelling mistake: "Persistancy" -> "Persistency"Colin Ian King2017-04-251-1/+1
| * | | scsi: pmcraid: use normal copy_from_userArnd Bergmann2017-04-251-33/+7
| * | | scsi: pmcraid: fix minor sparse warningsArnd Bergmann2017-04-251-3/+3
| * | | scsi: pmcraid: fix endianess sparse annotationsArnd Bergmann2017-04-252-52/+51
| * | | scsi: pmcraid: use __iomem pointers for ioctl argumentArnd Bergmann2017-04-251-28/+16
| * | | scsi: pmcraid: fix lock imbalance in pmcraid_reset_reload()Christoph Hellwig2017-04-241-31/+28
| * | | scsi: sas: move scsi_remove_host call into sas_remove_hostJohannes Thumshirn2017-04-217-8/+6
| * | | scsi: BusLogic: fix incorrect spelling of adatper_reset_reqColin Ian King2017-04-212-4/+12
| * | | scsi: bfa: use designated initializersKees Cook2017-04-211-10/+21
| * | | scsi: aic7xxx: fix order of arguments in function prototypeColin Ian King2017-04-201-2/+2
| * | | scsi: bfa: remove bfa_module_s madnessChristoph Hellwig2017-04-205-298/+108
| * | | scsi: qedi: qedf: Use designated initializersKees Cook2017-04-202-2/+2
| * | | scsi: storvsc: Add support for FC rport.Cathy Avery2017-04-201-5/+18
| * | | scsi: scsi_transport_fc: Add dummy initiator role to rportCathy Avery2017-04-202-4/+7
| * | | scsi: virtio_scsi: Always try to read VPD pagesDavid Gibson2017-04-201-0/+24
| * | | scsi: lpfc: fix potential buffer overflow.Maurizio Lombardi2017-04-191-2/+2
| * | | scsi: cxgb4i: update module descriptionVarun Prakash2017-04-191-1/+1
| * | | scsi: fc: remove redundant check of an unsigned long being less than zeroColin Ian King2017-04-191-1/+1
| * | | scsi: ibmvfc: don't check for failure from mempool_alloc()NeilBrown2017-04-191-6/+0
| * | | scsi: storvsc: remove return at end of void functionMiguel Bernal Marin2017-04-141-2/+0
| * | | scsi: storvsc: Prefer kcalloc over kzalloc with multiplyMiguel Bernal Marin2017-04-141-1/+1
| * | | scsi: cxlflash: Introduce hardware queue steeringMatthew R. Ochs2017-04-142-6/+126