summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-201-2/+7
|\
| * infiniband: Remove rt->rt_src usage in addr4_resolve()David S. Miller2011-05-101-2/+7
* | RDMA/iwcm: Get rid of enum iw_cm_event_statusRoland Dreier2011-05-101-1/+1
* | RDMA/cma: Add an ID_REUSEADDR optionHefty, Sean2011-05-102-67/+130
* | RDMA/cma: Fix handling of IPv6 addressing in cma_use_portHefty, Sean2011-05-101-7/+22
|/
* IB/mad: Improve an error message so error code is includedMichael Heinz2011-03-181-1/+2
* RDMA/addr: Fix return of uninitialized ret valueSean Hefty2011-03-181-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-03-171-18/+13Star
|\
| * ipv6: Convert to use flowi6 where applicable.David S. Miller2011-03-131-9/+9
| * net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-131-1/+1
| * ipv4: Create and use route lookup helpers.David S. Miller2011-03-131-7/+1Star
| * ipv4: Make output route lookup return rtable directly.David S. Miller2011-03-021-3/+4
* | RDMA/cma: Replace global lock in rdma_destroy_id() with id-specific oneSean Hefty2011-03-151-27/+16Star
* | IB/cm: Cancel pending LAP message when exiting IB_CM_ESTABLISH stateSean Hefty2011-03-151-1/+18
* | IB/cm: Bump reference count on cm_id before invoking callbackSean Hefty2011-03-151-0/+1
* | RDMA/cma: Fix crash in request handlersSean Hefty2011-03-151-0/+15
|/
*-. Merge branches 'amso1100', 'cma', 'cxgb4', 'misc', 'mlx4' and 'qib' into for-...Roland Dreier2011-01-302-3/+21
|\ \
| | * RDMA: Update missed conversion of flush_scheduled_work()Tejun Heo2011-01-291-1/+1
| |/ |/|
| * RDMA/ucma: Copy iWARP route information on queriesSteve Wise2011-01-291-2/+20
|/
* RDMA: Update workqueue usageTejun Heo2011-01-174-6/+13
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-273-73/+60Star
|\
| * IB/uverbs: Handle large number of entries in poll CQDan Carpenter2010-12-091-43/+56
| * IB: Fix information leak in marshalling codeVasiliy Kulikov2010-12-021-0/+4
| * IB/pack: Remove some unused code added by the IBoE patchesOr Gerlitz2010-12-021-30/+0Star
* | 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-2712-87/+606
|\ \ \
| | | * RDMA/iwcm: Fix hang in uninterruptible wait on cm_id destroyAnimesh K Trivedi2010-10-121-0/+4
| | | * IB/umad: Make user_mad semaphore a real oneThomas Gleixner2010-09-291-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-143-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-281-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-083-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-291-4/+6
| * IB/umad: Remove unused-but-set variable 'already_dead'Roland Dreier2010-07-141-2/+0Star
* | net-next: remove useless union keywordChangli Gao2010-06-111-1/+1
|/
* IB/ucm: Use memdup_user()Julia Lawall2010-05-261-8/+3Star
*-. 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-241-2/+2
|/
*---. Merge branches 'amso1100', 'bkl', 'cma', 'cxgb3', 'cxgb4', 'ipoib', 'iser', '...Roland Dreier2010-05-166-60/+48Star
|\ \ \
| | | * IB/core: Use kmemdup() instead of kmalloc()+memcpy()Julia Lawall2010-05-162-5/+3Star
| |_|/ |/| |
| | * RDMA/cma: Randomize local port allocationTetsuo Handa2010-04-221-45/+25Star
| |/ |/|
| * IB: Explicitly rule out llseek to avoid BKL in default_llseek()Roland Dreier2010-04-214-10/+20
|/