summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * openvswitch: Delete conntrack entry clashing with an expectation.Jarno Rajahalme2017-04-241-1/+29
| | * netfilter: xt_CT: fix refcnt leak on error pathGao Feng2017-04-241-2/+9
| * | netfilter: conntrack: Force inlining of build check to prevent build failureGeert Uytterhoeven2017-05-031-1/+1
| * | test_bpf: Use ULL suffix for 64-bit constantsGeert Uytterhoeven2017-05-031-5/+5
| * | net: usb: qmi_wwan: add Telit ME910 supportDaniele Palmas2017-05-031-0/+1
| * | tg3: don't clear stats while tg3_closeYueHaibing2017-05-031-4/+0
| * | selftests/bpf: get rid of -D__x86_64__Alexei Starovoitov2017-05-032-2/+3
| * | selftests/bpf: add a test case to check verifier pointer arithmeticYonghong Song2017-05-033-1/+275
| * | 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-261-1/+1
| * | | scsi: stex: make S6flag staticColin Ian King2017-04-261-1/+1
| * | | scsi: mac_esp: fix to pass correct device identity to free_irq()Wei Yongjun2017-04-261-1/+1
| * | | scsi: aacraid: pci_alloc_consistent() failures on ARM64Mahesh Rajashekhara2017-04-266-31/+35
| * | | scsi: ufs: make ufshcd_get_lists_status() register operation obviousTomohiro Kusumi2017-04-262-10/+5
| * | | scsi: ufs: use MASK_EE_STATUSTomohiro Kusumi2017-04-261-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-242-24/+32
| * | | scsi: sd: Fix function descriptionsDamien Le Moal2017-04-241-15/+14
| * | | scsi: mpt3sas: remove redundant wmbSinan Kaya2017-04-241-2/+0
| * | | scsi: mpt: Move scsi_remove_host() out of mptscsih_remove_host()Hannes Reinecke2017-04-243-4/+15
| * | | scsi: sg: reset 'res_in_use' after unlinking reserved arrayHannes Reinecke2017-04-241-0/+2
| * | | scsi: mvumi: remove code handling zero scsi_sg_count(scmd) caseAlexey Khoroshilov2017-04-241-59/+26
| * | | scsi: fusion: fix spelling mistake: "Persistancy" -> "Persistency"Colin Ian King2017-04-241-1/+1
| * | | scsi: pmcraid: use normal copy_from_userArnd Bergmann2017-04-241-33/+7
| * | | scsi: pmcraid: fix minor sparse warningsArnd Bergmann2017-04-241-3/+3
| * | | scsi: pmcraid: fix endianess sparse annotationsArnd Bergmann2017-04-242-52/+51
| * | | scsi: pmcraid: use __iomem pointers for ioctl argumentArnd Bergmann2017-04-241-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-191-2/+2
| * | | scsi: bfa: remove bfa_module_s madnessChristoph Hellwig2017-04-195-298/+108
| * | | scsi: qedi: qedf: Use designated initializersKees Cook2017-04-192-2/+2
| * | | scsi: storvsc: Add support for FC rport.Cathy Avery2017-04-191-5/+18
| * | | scsi: scsi_transport_fc: Add dummy initiator role to rportCathy Avery2017-04-192-4/+7