summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* infiniband: remove dev_base_lock useEric Dumazet2010-11-241-3/+3
* net: get rid of rtable->idevEric Dumazet2010-11-111-4/+4
*---. Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iboe', 'ipoib', ...Roland Dreier2010-10-2612-87/+606
|\ \ \
| | | * RDMA/iwcm: Fix hang in uninterruptible wait on cm_id destroyAnimesh K Trivedi2010-10-111-0/+4
| | | * IB/umad: Make user_mad semaphore a real oneThomas Gleixner2010-09-281-1/+1
| |_|/ |/| |
| | * IB/core: Add link layer type information to sysfsEli Cohen2010-10-251-0/+15
| | * IB/core: Add VLAN support for IBoEEli Cohen2010-10-253-10/+45
| | * IB/uverbs: Return link layer type to userspace for query port operationEli Cohen2010-10-251-0/+2
| | * IB/pack: IBoE UD packet packing supportEli Cohen2010-10-141-28/+89
| | * RDMA/cm: Add RDMA CM support for IBoE devicesEli Cohen2010-10-133-26/+333
| | * IB/mad: IBoE supports only QP1 (no QP0)Eli Cohen2010-10-134-26/+78
| | * IB/core: Add link layer property to portsEli Cohen2010-09-271-0/+16
| |/ |/|
| * RDMA/ucma: Allow tuning the max listen backlogSteve Wise2010-10-231-6/+33
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-08-073-8/+8
|\
| * IB: Rename RAW_ETY to RAW_ETHERTYPEAleksey Senin2010-08-041-2/+2
| * IB/cm: Check LAP state before sending an MRASean Hefty2010-07-281-4/+6
| * IB/umad: Remove unused-but-set variable 'already_dead'Roland Dreier2010-07-141-2/+0
* | net-next: remove useless union keywordChangli Gao2010-06-101-1/+1
|/
* IB/ucm: Use memdup_user()Julia Lawall2010-05-251-8/+3
*-. Merge branches 'cxgb4', 'misc', 'mlx4', 'nes' and 'qib' into for-nextRoland Dreier2010-05-254-9/+26
|\ \
| | * IB/core: Allow device-specific per-port sysfs filesRalph Campbell2010-05-213-7/+24
| |/ |/|
| * IB/mad: Make needlessly global mad_sendq_size/mad_recvq_size staticRoland Dreier2010-05-231-2/+2
|/
*---. Merge branches 'amso1100', 'bkl', 'cma', 'cxgb3', 'cxgb4', 'ipoib', 'iser', '...Roland Dreier2010-05-156-60/+48
|\ \ \
| | | * IB/core: Use kmemdup() instead of kmalloc()+memcpy()Julia Lawall2010-05-152-5/+3
| |_|/ |/| |
| | * RDMA/cma: Randomize local port allocationTetsuo Handa2010-04-211-45/+25
| |/ |/|
| * IB: Explicitly rule out llseek to avoid BKL in default_llseek()Roland Dreier2010-04-214-10/+20
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-04-092-1/+2
|\
| *-. Merge branches 'cma', 'misc', 'mlx4' and 'nes' into for-linusRoland Dreier2010-04-091-1/+1
| |\ \
| | * | IB/cm: Fix device_create() return value checkJani Nikula2010-03-311-1/+1
| | |/
| * | RDMA/cm: Set num_paths when manually assigning path recordsSean Hefty2010-04-071-0/+1
| |/
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3013-0/+14
|/
* sysfs: fix sysfs lockdep warning in infiniband codeGreg Kroah-Hartman2010-03-191-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-03-131-0/+3
|\
| * IB/mad: Ignore iWARP devices on device removalSteve Wise2010-03-111-0/+3
* | Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-072-2/+2
* | driver core: Convert some drivers to CLASS_ATTR_STRINGAndi Kleen2010-03-073-26/+11
* | driver-core: Add attribute argument to class_attribute show/storeAndi Kleen2010-03-073-3/+9
|/
* infiniband: use for_each_set_bit()Akinobu Mita2010-03-061-16/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-03-043-26/+25
|\
| * switch infiniband uverbs to anon_inodesAl Viro2010-03-033-81/+28
* | Merge branch 'misc' into for-nextRoland Dreier2010-03-013-67/+10
|\ \
| * | IB/uverbs: Use anon_inodes instead of private infinibandeventfsRoland Dreier2010-02-241-56/+4
| * | IB/core: Fix and clean up ib_ud_header_init()Eli Cohen2010-02-241-10/+4
| * | RDMA: Use rlimit helpersJiri Slaby2010-02-111-1/+1
| |/
* | 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
OpenPOWER on IntegriCloud