summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-02[SCSI] ibmvfc: Properly set cancel flags when cancelling abortBrian King1-1/+1
2013-05-02[SCSI] be2iscsi: Bump the driver version to 10.0.467.0Jayamohan Kallickal1-1/+1
2013-05-02[SCSI] be2iscsi: Fix issue in passing the exp_cmdsn and max_cmdsnJayamohan Kallickal1-8/+9
2013-05-02[SCSI] be2iscsi: Fix possible reentrancy issue in be_iopollShlomo Pongratz1-1/+1
2013-05-02[SCSI] be2scsi: Update copyright dates to 2013Jayamohan Kallickal9-9/+9
2013-05-02[SCSI] be2iscsi: Fix checking Adapter state while establishing CXNJayamohan Kallickal1-0/+7
2013-05-02[SCSI] be2iscsi: Fix dynamic CID allocation Mechanism in driverJayamohan Kallickal3-70/+133
2013-05-02[SCSI] be2iscsi : Fix the NOP-In handling code pathJayamohan Kallickal3-15/+12
2013-05-02[SCSI] be2iscsi: Fix the Port Link Status issueJayamohan Kallickal2-16/+16
2013-05-02[SCSI] be2iscsi: Fix displaying the Active Session Count from driverJayamohan Kallickal3-0/+25
2013-05-02[SCSI] be2iscsi: Fix displaying the FW Version from driver.Jayamohan Kallickal4-13/+42
2013-05-02[SCSI] be2iscsi: Fix support for DEFQ extensionJayamohan Kallickal2-12/+44
2013-05-02[SCSI] be2iscsi: Fix MACRO for checking the adapter typeJayamohan Kallickal3-76/+79
2013-05-02[SCSI] be2iscsi: Fix freeing CXN specific driver resources.Jayamohan Kallickal3-22/+62
2013-05-02[SCSI] be2iscsi: Fix MSIX support in SKH-R to 32Jayamohan Kallickal2-1/+2
2013-05-02[SCSI] be2iscsi: Fix MBX Command issuesJayamohan Kallickal2-5/+12
2013-05-02[SCSI] be2iscsi: Fix returning Failure when MBX fails with Insufficient buffe...Jayamohan Kallickal2-0/+17
2013-05-02[SCSI] be2iscsi: Fix lack of uninitialize pattern to FWJayamohan Kallickal3-0/+53
2013-05-02[SCSI] csiostor: off by one errorDan Carpenter2-2/+2
2013-05-02[SCSI] bnx2fc: Bumped version to 1.0.14Bhanu Prakash Gollapudi2-2/+2
2013-05-02[SCSI] bnx2fc: Update copyright datesBhanu Prakash Gollapudi6-6/+6
2013-05-02[SCSI] bnx2fc: Fix race condition between IO completion and abortBhanu Prakash Gollapudi1-2/+5
2013-05-02[SCSI] bnx2fc: Include chip number in the symbolic nameBhanu Prakash Gollapudi3-7/+54
2013-05-02[SCSI] bnx2fc: Enable cached tasks to improve performanceBhanu Prakash Gollapudi1-1/+5
2013-05-02[SCSI] fnic: Incremented driver versionHiral Patel1-1/+1
2013-05-02[SCSI] fnic: Kernel panic due to FIP mode misconfigurationHiral Patel1-0/+6
2013-05-02[SCSI] fnic: FIP VLAN Discovery Feature SupportHiral Patel7-4/+784
2013-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1506-37021/+86321
2013-05-02filter: fix va_list build errorXi Wang1-0/+1
2013-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds49-444/+2917
2013-05-01af_unix: fix a fatal race with bit fieldsEric Dumazet2-8/+9
2013-05-01Merge branch 'bnx2x'David S. Miller1-2/+6
2013-05-01bnx2x: Prevent memory leak when cnic is absentYuval Mintz1-0/+2
2013-05-01bnx2x: correct reading of speed capabilitiesYaniv Rosner1-2/+4
2013-05-01net: sctp: attribute printl with __printf for gcc fmt checksDaniel Borkmann1-1/+1
2013-05-01netlink: kconfig: move mmap i/o into netlink kconfigDaniel Borkmann2-9/+9
2013-05-01netpoll: convert mutex into a semaphoreNeil Horman2-8/+8
2013-05-01netlink: Fix skb ref counting.Pravin B Shelar1-1/+0
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds11-49/+93
2013-05-01init: Do not warn on non-zero initcall returnSteven Rostedt1-4/+1
2013-05-01net_sched: act_ipt forward compat with xtablesJamal Hadi Salim1-3/+30
2013-05-01Merge branch 'topic/omap3isp' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-84/+225
2013-05-01Merge branch 'next' into for-linusDmitry Torokhov17369-589942/+1081675
2013-05-01Merge branch 'ipc-scalability'Linus Torvalds7-341/+540
2013-05-01ipc: sysv shared memory limited to 8TiBRobin Holt2-2/+2
2013-05-01ipc/msg.c: use list_for_each_entry_[safe] for list traversingNikola Pajkovsky1-27/+8
2013-05-01ipc,sem: fine grained locking for semtimedopRik van Riel4-125/+203
2013-05-01ipc,sem: have only one list in struct sem_queueRik van Riel1-31/+34
2013-05-01ipc,sem: open code and rename sem_lockRik van Riel1-6/+23
2013-05-01ipc,sem: do not hold ipc lock more than necessaryDavidlohr Bueso2-48/+118