index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-01-05
scsi: be2iscsi: Add checks to validate CID alloc/free
Jitendra Bhivare
3
-84
/
+87
2017-01-05
scsi: be2iscsi: Remove wq_name from beiscsi_hba
Jitendra Bhivare
2
-5
/
+5
2017-01-05
scsi: be2iscsi: Remove unused struct members
Jitendra Bhivare
8
-124
/
+21
2017-01-05
scsi: be2iscsi: Remove redundant receive buffers posting
Jitendra Bhivare
1
-8
/
+0
2017-01-05
scsi: be2iscsi: Fix iSCSI cmd cleanup IOCTL
Jitendra Bhivare
2
-17
/
+19
2017-01-05
scsi: be2iscsi: Add checks to validate completions
Jitendra Bhivare
1
-7
/
+21
2017-01-05
scsi: be2iscsi: Set WRB invalid bit for SkyHawk
Jitendra Bhivare
2
-6
/
+15
2017-01-05
scsi: be2iscsi: Take iscsi_task ref in abort handler
Jitendra Bhivare
1
-26
/
+19
2017-01-05
scsi: be2iscsi: Fix for crash in beiscsi_eh_device_reset
Jitendra Bhivare
3
-122
/
+114
2017-01-05
scsi: be2iscsi: Fix use of invalidate command table req
Jitendra Bhivare
4
-70
/
+83
2017-01-05
scsi: dpt_i2o: double free if adpt_i2o_online_hba() fails
Dan Carpenter
1
-6
/
+2
2017-01-05
scsi: mptlan: Remove linux/miscdevice.h from mptlan.h
Corentin Labbe
1
-1
/
+0
2017-01-05
scsi: cciss: use designated initializers
Kees Cook
1
-15
/
+15
2017-01-05
scsi: hpsa: use designated initializers
Kees Cook
1
-20
/
+20
2017-01-05
scsi: lpfc: lpfc version change to 11.2.0.4
James Smart
1
-1
/
+1
2017-01-05
scsi: lpfc: Add missing memory barrier
James Smart
1
-0
/
+2
2017-01-05
scsi: lpfc: Correct oops on vport port resets
James Smart
1
-3
/
+4
2017-01-05
scsi: lpfc: Deprecate lpfc_prot_sg_seg_cnt parameter
James Smart
2
-11
/
+0
2017-01-05
scsi: lpfc: Fix Xlane dynamic LUN set for LUN priority.
James Smart
3
-17
/
+31
2017-01-05
scsi: lpfc: FCoE VPort enable-disable does not bring up the VPort
James Smart
1
-0
/
+8
2017-01-05
scsi: lpfc: Correct host name in symbolic_name field
James Smart
1
-0
/
+17
2017-01-05
scsi: lpfc: Correct issue leading to oops during link reset
James Smart
1
-0
/
+1
2017-01-05
scsi: lpfc: Deprecate lpfc_soft_wwn parameter
James Smart
3
-233
/
+3
2017-01-05
scsi: lpfc: Correct error in setting OS Driver Version with FW
James Smart
1
-1
/
+2
2017-01-05
scsi: lpfc: Clear the VendorVersion in the PLOGI/PLOGI ACC payload
James Smart
2
-0
/
+12
2017-01-05
scsi: storvsc: properly set residual data length on errors
Long Li
1
-3
/
+13
2017-01-05
scsi: storvsc: properly handle SRB_ERROR when sense message is present
Long Li
1
-0
/
+7
2017-01-05
scsi: storvsc: use tagged SRB requests if supported by the device
Long Li
1
-0
/
+9
2017-01-05
scsi: storvsc: Enable multi-queue support
K. Y. Srinivasan
1
-3
/
+110
2017-01-05
scsi: storvsc: Remove the restriction on max segment size
K. Y. Srinivasan
1
-2
/
+0
2017-01-05
scsi: storvsc: Enable tracking of queue depth
K. Y. Srinivasan
1
-0
/
+1
2017-01-01
Linux 4.10-rc2
v4.10-rc2
Linus Torvalds
1
-1
/
+1
2016-12-29
mm/filemap: fix parameters to test_bit()
Olof Johansson
1
-1
/
+1
2016-12-29
mm: optimize PageWaiters bit use for unlock_page()
Linus Torvalds
3
-6
/
+45
2016-12-27
Documentation/unaligned-memory-access.txt: fix incorrect comparison operator
Cihangir Akturk
1
-1
/
+1
2016-12-27
docs: Fix build failure
John Brooks
1
-1
/
+1
2016-12-27
net: stmmac: fix incorrect bit set in gmac4 mdio addr register
Kweh, Hock Leong
1
-1
/
+3
2016-12-27
r8169: add support for RTL8168 series add-on card.
Chun-Hao Lin
1
-0
/
+1
2016-12-27
net: xdp: remove unused bfp_warn_invalid_xdp_buffer()
Jason Wang
2
-7
/
+0
2016-12-27
openvswitch: upcall: Fix vlan handling.
pravin shelar
2
-28
/
+27
2016-12-27
ipv4: Namespaceify tcp_tw_reuse knob
Haishuang Yan
4
-10
/
+10
2016-12-27
crypto: testmgr - Use heap buffer for acomp test input
Laura Abbott
1
-2
/
+28
2016-12-27
ext4: Simplify DAX fault path
Jan Kara
1
-38
/
+10
2016-12-27
dax: Call ->iomap_begin without entry lock during dax fault
Jan Kara
1
-55
/
+66
2016-12-27
dax: Finish fault completely when loading holes
Jan Kara
1
-9
/
+18
2016-12-27
dax: Avoid page invalidation races and unnecessary radix tree traversals
Jan Kara
1
-17
/
+11
2016-12-27
mm: Invalidate DAX radix tree entries only if appropriate
Jan Kara
3
-24
/
+125
2016-12-27
ext2: Return BH_New buffers for zeroed blocks
Jan Kara
1
-2
/
+1
2016-12-27
x86/mce/AMD: Make the init code more robust
Thomas Gleixner
1
-0
/
+3
2016-12-27
smp/hotplug: Undo tglxs brainfart
Thomas Gleixner
1
-1
/
+8
[next]