summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | scsi: lpfc: Fix NVME CMD IU byte swapped word 1 problemJames Smart2017-03-071-13/+4Star
| | | * | scsi: lpfc: Fix RCTL value on NVME LS request and responseJames Smart2017-03-072-2/+2
| | | * | scsi: lpfc: Fix crash during Hardware error recovery on SLI3 adaptersJames Smart2017-03-071-4/+10
| | | * | scsi: lpfc: fix missing spin_unlock on sql_list_lockJames Smart2017-03-071-1/+1
| | | * | scsi: lpfc: don't dereference dma_buf->iocbq before null checkJames Smart2017-03-071-1/+1
| | | * | scsi: lpfc: sanity check hrq is null before dereferencing itJames Smart2017-03-071-5/+5
| | | * | scsi: lpfc: remove redundant assignment of sgelJames Smart2017-03-071-1/+0Star
| | | * | scsi: lpfc: replace init_timer by setup_timerTomas Jasek2017-03-072-33/+19Star
| | | * | scsi: qedf: Use vsprintf extension %padJoe Perches2017-03-071-2/+2
| | | * | scsi: qedf: Fix defective logging format and argument mismatchesJoe Perches2017-03-073-8/+11
| | | * | scsi: vmw_pvscsi: handle the return value from pci_alloc_irq_vectors correctlyChristoph Hellwig2017-03-071-1/+1
| | | * | scsi: qla2xxx: Fix ql_dump_bufferJoe Perches2017-03-071-8/+4Star
| | | * | scsi: aacraid: Fix typo in blink statusRaghava Aditya Renukunta2017-03-071-1/+1
| | | * | scsi: qedi: fix build error without DEBUG_FSArnd Bergmann2017-03-074-15/+21
| | | * | scsi: mpt3sas: Avoid sleeping in interrupt contextBart Van Assche2017-03-025-12/+16
| | | * | scsi: sd: Check for unaligned partial completionDamien Le Moal2017-03-022-15/+17
| | | * | scsi: ufs: Factor out ufshcd_read_desc_paramPotomski, MichalX2017-03-023-72/+196
| | | * | scsi: libiscsi: add lock around task lists to fix list corruption regressionChris Leech2017-03-012-1/+26
| | | * | scsi: qedi: fix missing return error code check on call to qedi_setup_intColin Ian King2017-03-011-1/+1
| * | | | Merge tag 'gfs2-4.11-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-03-151-1/+1
| |\ \ \ \
| | * | | | gfs2: Avoid alignment hole in struct lm_locknameAndreas Gruenbacher2017-03-151-1/+1
| * | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-03-153-50/+100
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | crypto: s5p-sss - Fix spinlock recursion on LRW(AES)Krzysztof Kozlowski2017-03-091-45/+82
| | * | | | hwrng: omap - Do not access INTMASK_REG on EIP76Thomas Petazzoni2017-03-081-1/+12
| | * | | | hwrng: omap - use devm_clk_get() instead of of_clk_get()Thomas Petazzoni2017-03-081-1/+1
| | * | | | hwrng: omap - write registers after enabling the clockThomas Petazzoni2017-03-081-1/+2
| | * | | | crypto: s5p-sss - Fix completing crypto request in IRQ handlerKrzysztof Kozlowski2017-03-081-2/+3
| | * | | | crypto: powerpc - Fix initialisation of crc32c contextDaniel Axtens2017-03-081-1/+1
| | |/ / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-15139-826/+1447
| |\ \ \ \
| | * \ \ \ Merge branch 'qed-fixes'David S. Miller2017-03-145-8/+44
| | |\ \ \ \
| | | * | | | qed: Enable iSCSI Out-of-OrderMintz, Yuval2017-03-141-0/+3
| | | * | | | qed: Correct out-of-bound access in OOO historyMintz, Yuval2017-03-141-0/+2
| | | * | | | qed: Fix interrupt flags on Rx LL2Ram Amrani2017-03-141-4/+5
| | | * | | | qed: Free previous connections when releasing iSCSIMintz, Yuval2017-03-141-0/+28
| | | * | | | qed: Fix mapping leak on LL2 rx flowMintz, Yuval2017-03-141-0/+2
| | | * | | | qed: Prevent creation of too-big u32-chainsTomer Tayar2017-03-141-3/+2Star
| | | * | | | qed: Align CIDs according to DORQ requirementRam Amrani2017-03-141-1/+2
| | |/ / / /
| | * | | | Merge branch 'mlxsw-small-fixes'David S. Miller2017-03-141-2/+2
| | |\ \ \ \
| | | * | | | mlxsw: reg: Fix SPVMLR max record countJiri Pirko2017-03-141-1/+1
| | | * | | | mlxsw: reg: Fix SPVM max record countJiri Pirko2017-03-141-1/+1
| | |/ / / /
| | * | | | net: Resend IGMP memberships upon peer notification.Vlad Yasevich2017-03-141-0/+1
| | * | | | dccp: fix memory leak during tear-down of unsuccessful connection requestHannes Frederic Sowa2017-03-141-0/+1
| | * | | | tun: fix premature POLLOUT notification on tun devicesHannes Frederic Sowa2017-03-141-3/+15
| | * | | | dccp/tcp: fix routing redirect raceJon Maxwell2017-03-144-8/+14
| | * | | | ucc/hdlc: fix two little issueZhao Qiang2017-03-141-2/+2
| | * | | | vxlan: fix ovs supportNicolas Dichtel2017-03-141-33/+40
| | * | | | net: use net->count to check whether a netns is alive or notAndrey Vagin2017-03-141-3/+3
| | * | | | bridge: drop netfilter fake rtable unconditionallyFlorian Westphal2017-03-132-21/+1Star
| | * | | | ipv6: avoid write to a possibly cloned skbFlorian Westphal2017-03-131-1/+6
| | * | | | net: wimax/i2400m: fix NULL-deref at probeJohan Hovold2017-03-131-0/+3