summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | IB/iser: Revert commit bba7ebb "avoid recv buffer exhaustion"Or Gerlitz2010-02-243-95/+41
| | |/ / / / /
| * | | | | | Merge branch 'ipoib' into for-nextRoland Dreier2010-03-011-8/+2
| |\ \ \ \ \ \
| | * | | | | | IPoIB: Remove TX moderation settings from ethtool supportOr Gerlitz2010-02-111-8/+2
| | |/ / / / /
| * | | | | | Merge branch 'ehca' into for-nextRoland Dreier2010-03-013-7/+4
| |\ \ \ \ \ \
| | * | | | | | IB/ehca: Require in_wc in process_mad()Alexander Schmidt2010-02-191-1/+1
| | * | | | | | IB/ehca: Allow access for ib_query_qp()Alexander Schmidt2010-02-121-3/+1
| | * | | | | | IB/ehca: Do not turn off irqs in tasklet contextAlexander Schmidt2010-02-121-3/+2
| | |/ / / / /
| * | | | | | Merge branch 'cxgb3' into for-nextRoland Dreier2010-03-0113-24/+203
| |\ \ \ \ \ \
| | * | | | | | RDMA/cxgb3: Mark RDMA device with CXIO_ERROR_FATAL when removingSteve Wise2010-02-241-0/+1
| | * | | | | | RDMA/cxgb3: Don't allocate the SW queue for user mode CQsSteve Wise2010-02-243-9/+9
| | * | | | | | RDMA/cxgb3: Increase the max CQ depthSteve Wise2010-02-241-1/+1
| | * | | | | | RDMA/cxgb3: Doorbell overflow avoidance and recoverySteve Wise2010-02-2410-13/+192
| | * | | | | | RDMA/cxgb3: Remove BUG_ON() on CQ rearm failureSteve Wise2010-02-111-1/+0
| | |/ / / / /
| * | | | | | Merge branch 'cma' into for-nextRoland Dreier2010-03-011-1/+0
| |\ \ \ \ \ \
| | * | | | | | RDMA/cm: Remove unused definition of RDMA_PS_SCTPSean Hefty2010-02-111-1/+0
| | |/ / / / /
| * | | | | | IB/core: Pack struct ib_device a little tighterAlexander Chiang2010-02-241-2/+2
| * | | | | | IB/ucm: Clean whitespace errorsAlexander Chiang2010-02-241-3/+3
| * | | | | | IB/ucm: Increase maximum devices supportedAlexander Chiang2010-02-241-8/+45
| * | | | | | IB/ucm: Use stack variable 'base' in ib_ucm_add_oneAlexander Chiang2010-02-241-1/+3
| * | | | | | IB/ucm: Use stack variable 'devnum' in ib_ucm_add_oneAlexander Chiang2010-02-241-5/+7
| * | | | | | IB/umad: Clean whitespaceAlexander Chiang2010-02-241-13/+13
| * | | | | | IB/umad: Increase maximum devices supportedAlexander Chiang2010-02-241-6/+44
| * | | | | | IB/umad: Use stack variable 'base' in ib_umad_init_portAlexander Chiang2010-02-241-2/+5
| * | | | | | IB/umad: Use stack variable 'devnum' in ib_umad_init_portAlexander Chiang2010-02-241-6/+9
| * | | | | | IB/umad: Remove port_table[]Alexander Chiang2010-02-241-36/+9
| * | | | | | IB/umad: Convert *cdev to cdev in struct ib_umad_portAlexander Chiang2010-02-241-26/+20
| * | | | | | IB/uverbs: Whitespace cleanupAlexander Chiang2010-02-241-34/+34
| * | | | | | IB/uverbs: Pack struct ib_uverbs_event_file tighterAlexander Chiang2010-02-241-2/+2
| * | | | | | IB/uverbs: Increase maximum devices supportedAlexander Chiang2010-02-241-6/+50
| * | | | | | IB/uverbs: use stack variable 'base' in ib_uverbs_add_oneAlexander Chiang2010-02-241-1/+3
| * | | | | | IB/uverbs: Use stack variable 'devnum' in ib_uverbs_add_oneAlexander Chiang2010-02-241-5/+7
| * | | | | | IB/uverbs: Remove dev_tableAlexander Chiang2010-02-241-19/+5
| * | | | | | IB/uverbs: Convert *cdev to cdev in struct ib_uverbs_deviceAlexander Chiang2010-02-242-16/+14
| |/ / / / /
* | | | | | docbook: fix errors from x86 headers mergerRandy Dunlap2010-03-032-2/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2010-03-039-254/+145
|\ \ \ \ \ \
| * | | | | | [CIFS] pSesInfo->sesSem is used as mutex. Rename it to session_mutex andSteve French2010-02-254-12/+12
| * | | | | | [CIFS] Use unsigned ea length for claritySteve French2010-02-241-1/+1
| * | | | | | cifs: set server_eof in cifs_fattr_to_inodeJeff Layton2010-02-231-0/+1
| * | | | | | [CIFS] Minor cleanup to EA patchSteve French2010-02-232-2/+3
| * | | | | | cifs: merge CIFSSMBQueryEA with CIFSSMBQAllEAsJeff Layton2010-02-234-177/+54
| * | | | | | cifs: verify lengths of QueryAllEAs replyJeff Layton2010-02-231-18/+31
| * | | | | | cifs: increase maximum buffer size in CIFSSMBQAllEAsJeff Layton2010-02-231-1/+1
| * | | | | | cifs: rename name_len to list_len in CIFSSMBQAllEAsJeff Layton2010-02-231-19/+19
| * | | | | | cifs: clean up indentation in CIFSSMBQAllEAsJeff Layton2010-02-231-76/+75
| * | | | | | cifs: add parens around smb_var in BCC macrosJeff Layton2010-02-231-3/+3
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2010-03-0230-1708/+2030
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'next' into for-linusJames Morris2010-03-0130-1708/+2030
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | SELinux: Make selinux_kernel_create_files_as() shouldn't just always return 0David Howells2010-02-261-1/+1
| | * | | | | | TOMOYO: Protect find_task_by_vpid() with RCU.Tetsuo Handa2010-02-261-0/+4
| | * | | | | | Security: add static to security_ops and default_security_ops variablewzt.wzt@gmail.com2010-02-244-18/+12