aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-2/+7
2011-05-10infiniband: Remove rt->rt_src usage in addr4_resolve()David S. Miller1-2/+7
2011-05-09RDMA/iwcm: Get rid of enum iw_cm_event_statusRoland Dreier1-1/+1
2011-05-09RDMA/cma: Add an ID_REUSEADDR optionHefty, Sean2-67/+130
2011-05-09RDMA/cma: Fix handling of IPv6 addressing in cma_use_portHefty, Sean1-7/+22
2011-03-18IB/mad: Improve an error message so error code is includedMichael Heinz1-1/+2
2011-03-17RDMA/addr: Fix return of uninitialized ret valueSean Hefty1-1/+1
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-18/+13
2011-03-15RDMA/cma: Replace global lock in rdma_destroy_id() with id-specific oneSean Hefty1-27/+16
2011-03-15IB/cm: Cancel pending LAP message when exiting IB_CM_ESTABLISH stateSean Hefty1-1/+18
2011-03-15IB/cm: Bump reference count on cm_id before invoking callbackSean Hefty1-0/+1
2011-03-15RDMA/cma: Fix crash in request handlersSean Hefty1-0/+15
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller1-9/+9
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller1-1/+1
2011-03-12ipv4: Create and use route lookup helpers.David S. Miller1-7/+1
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller1-3/+4
2011-01-29Merge branches 'amso1100', 'cma', 'cxgb4', 'misc', 'mlx4' and 'qib' into for-nextRoland Dreier2-3/+21
2011-01-28RDMA: Update missed conversion of flush_scheduled_work()Tejun Heo1-1/+1
2011-01-28RDMA/ucma: Copy iWARP route information on queriesSteve Wise1-2/+20
2011-01-16RDMA: Update workqueue usageTejun Heo4-6/+13
2010-12-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-73/+60
2010-12-08IB/uverbs: Handle large number of entries in poll CQDan Carpenter1-43/+56
2010-12-01IB: Fix information leak in marshalling codeVasiliy Kulikov1-0/+4
2010-12-01IB/pack: Remove some unused code added by the IBoE patchesOr Gerlitz1-30/+0
2010-11-24infiniband: remove dev_base_lock useEric Dumazet1-3/+3
2010-11-11net: get rid of rtable->idevEric Dumazet1-4/+4
2010-10-26Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iboe', 'ipoib', 'misc', 'mlx4', 'nes', 'qib' and 'srp' into for-nextRoland Dreier12-87/+606
2010-10-25IB/core: Add link layer type information to sysfsEli Cohen1-0/+15
2010-10-25IB/core: Add VLAN support for IBoEEli Cohen3-10/+45
2010-10-25IB/uverbs: Return link layer type to userspace for query port operationEli Cohen1-0/+2
2010-10-23RDMA/ucma: Allow tuning the max listen backlogSteve Wise1-6/+33
2010-10-14IB/pack: IBoE UD packet packing supportEli Cohen1-28/+89
2010-10-13RDMA/cm: Add RDMA CM support for IBoE devicesEli Cohen3-26/+333
2010-10-13IB/mad: IBoE supports only QP1 (no QP0)Eli Cohen4-26/+78
2010-10-11RDMA/iwcm: Fix hang in uninterruptible wait on cm_id destroyAnimesh K Trivedi1-0/+4
2010-09-28IB/umad: Make user_mad semaphore a real oneThomas Gleixner1-1/+1
2010-09-27IB/core: Add link layer property to portsEli Cohen1-0/+16
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds3-8/+8
2010-08-04IB: Rename RAW_ETY to RAW_ETHERTYPEAleksey Senin1-2/+2
2010-07-28IB/cm: Check LAP state before sending an MRASean Hefty1-4/+6
2010-07-14IB/umad: Remove unused-but-set variable 'already_dead'Roland Dreier1-2/+0
2010-06-10net-next: remove useless union keywordChangli Gao1-1/+1
2010-05-25IB/ucm: Use memdup_user()Julia Lawall1-8/+3
2010-05-25Merge branches 'cxgb4', 'misc', 'mlx4', 'nes' and 'qib' into for-nextRoland Dreier4-9/+26
2010-05-23IB/mad: Make needlessly global mad_sendq_size/mad_recvq_size staticRoland Dreier1-2/+2
2010-05-21IB/core: Allow device-specific per-port sysfs filesRalph Campbell3-7/+24
2010-05-15Merge branches 'amso1100', 'bkl', 'cma', 'cxgb3', 'cxgb4', 'ipoib', 'iser', 'masked-atomics', 'misc', 'mthca' and 'nes' into for-nextRoland Dreier6-60/+48
2010-05-15IB/core: Use kmemdup() instead of kmalloc()+memcpy()Julia Lawall2-5/+3
2010-04-21RDMA/cma: Randomize local port allocationTetsuo Handa1-45/+25
2010-04-21IB: Explicitly rule out llseek to avoid BKL in default_llseek()Roland Dreier4-10/+20