summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw
AgeCommit message (Expand)AuthorFilesLines
2011-03-17mm: export __get_user_pagesHuang Ying2-6/+6
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds4-40/+15
2011-03-15Merge branches 'cma', 'cxgb4', 'ipath' and 'qib' into for-nextRoland Dreier9-20/+51
2011-03-15IB/ipath: Don't reset disabled devicesNicolas Kaiser1-0/+1
2011-03-14IB/qib: Fix M_Key field in SubnGet and SubnGetResp MADsMitko Haralanov1-2/+3
2011-03-14IB/qib: Set default LE2 value for active cables to 0Mitko Haralanov2-3/+12
2011-03-14RDMA/cxgb4: Debugfs dump_qp() updatesSteve Wise1-4/+9
2011-03-14RDMA/cxgb4: Dispatch FATAL event on EEH errorsSteve Wise1-1/+9
2011-03-14RDMA/cxgb4: Use ULP_MODE_TCPDDPSteve Wise1-0/+2
2011-03-14RDMA/cxgb4: Enable on-chip SQ support by defaultSteve Wise1-2/+2
2011-03-14RDMA/cxgb4: Do CIDX_INC updates every 1/16 CQ depth CQE reapsSteve Wise1-1/+7
2011-03-14RDMA/cxgb4: Remove db_drop_taskSteve Wise2-2/+0
2011-03-14RDMA/cxgb4: Turn on delayed ACKSteve Wise1-2/+2
2011-03-13ipv4: Create and use route lookup helpers.David S. Miller3-38/+9
2011-03-03ipv4: Make output route lookup return rtable directly.David S. Miller3-3/+6
2011-03-02ipv4: Kill can_sleep arg to ip_route_output_flow()David S. Miller2-2/+2
2011-03-02ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"David S. Miller2-2/+2
2011-02-23IB/qib: Return correct MAD when setting link width to 255Mitko Haralanov1-3/+4
2011-02-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller6-38/+41
2011-02-18Merge branches 'nes' and 'qib' into for-nextRoland Dreier1-1/+4
2011-02-18IB/qib: Prevent double completions after a timeout or RNR errorMike Marciniszyn1-1/+2
2011-02-13net: make dev->master generalJiri Pirko2-2/+3
2011-02-10IB/qib: Fix double add_timer()Mike Marciniszyn1-0/+2
2011-02-04RDMA/nes: Don't generate async events for unregistered devicesMaciej Sosnowski1-12/+20
2011-02-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds4-25/+17
2011-01-30Merge branches 'amso1100', 'cma', 'cxgb4', 'misc', 'mlx4' and 'qib' into for-...Roland Dreier3-22/+14
2011-01-29RDMA/amso1100: Fix compile warningsRalf Thielow1-3/+3
2011-01-29RDMA/cxgb4: Set the correct device physical function for iWARP connectionsSteve Wise1-1/+1
2011-01-29RDMA/cxgb4: Limit MAXBURST EQ context field to 256BSteve Wise1-2/+2
2011-01-29IB/qib: Hold link for TX SERDES settingsMitko Haralanov1-19/+11
2011-01-21kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes1-1/+1
2011-01-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds24-97/+294
2011-01-17Merge branches 'misc', 'mlx4', 'mthca', 'nes' and 'srp' into for-nextRoland Dreier13-30/+262
2011-01-17RDMA: Update workqueue usageTejun Heo7-42/+21
2011-01-17RDMA/nes: Fix incorrect SFP+ link status detection on driver initMaciej Sosnowski1-4/+39
2011-01-17RDMA/nes: Fix SFP+ link down detection issue with switch port disableMaciej Sosnowski4-0/+100
2011-01-17RDMA/nes: Generate IB_EVENT_PORT_ERR/PORT_ACTIVE eventsMaciej Sosnowski4-9/+83
2011-01-17RDMA/nes: Fix bonding on iw_nesMaciej Sosnowski2-6/+26
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds3-3/+2
2011-01-13IB/mlx4: Handle protocol field in multicast tableAleksey Senin1-4/+5
2011-01-12RDMA: Use vzalloc() to replace vmalloc()+memset(0)Joe Perches6-25/+11
2011-01-12mlx4_{core, ib, en}: Fix driver when sizeof (phys_addr_t) > sizeof (long)Roland Dreier1-1/+2
2011-01-12IB/mthca: Fix driver when sizeof (phys_addr_t) > sizeof (long)John L. Burr5-6/+7
2011-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds27-255/+676
2011-01-11Merge branches 'cxgb4', 'ipath', 'ipoib', 'mlx4', 'mthca', 'nes', 'qib' and '...Roland Dreier22-164/+674
2011-01-11IB/qib: Fix refcount leak in lkey/rkey validationMike Marciniszyn1-16/+14
2011-01-11IB/qib: Improve SERDES tunning on QMH boardsMike Marciniszyn1-3/+23
2011-01-11IB/qib: Unnecessary delayed completions on RC connectionMike Marciniszyn1-0/+24
2011-01-11IB/qib: Issue pre-emptive NAKs on eager buffer overflowMike Marciniszyn1-4/+137
2011-01-11IB/qib: RDMA lkey/rkey validation is inefficient for large MRsMike Marciniszyn3-23/+60