aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
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. Miller4-45/+10
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller4-6/+10
2011-03-01ipv4: Kill can_sleep arg to ip_route_output_flow()David S. Miller2-2/+2
2011-03-01ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"David S. Miller2-2/+2
2011-02-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller8-41/+62
2011-02-17Merge branches 'nes' and 'qib' into for-nextRoland Dreier1-1/+4
2011-02-17IB/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-03RDMA/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/roland/infinibandLinus Torvalds6-28/+38
2011-01-29Merge branches 'amso1100', 'cma', 'cxgb4', 'misc', 'mlx4' and 'qib' into for-nextRoland Dreier5-25/+35
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-28RDMA/amso1100: Fix compile warningsRalf Thielow1-3/+3
2011-01-28RDMA/cxgb4: Set the correct device physical function for iWARP connectionsSteve Wise1-1/+1
2011-01-28RDMA/cxgb4: Limit MAXBURST EQ context field to 256BSteve Wise1-2/+2
2011-01-28IB/qib: Hold link for TX SERDES settingsMitko Haralanov1-19/+11
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes2-2/+2
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds31-122/+320
2011-01-16Merge branches 'misc', 'mlx4', 'mthca', 'nes' and 'srp' into for-nextRoland Dreier14-38/+269
2011-01-16RDMA: Update workqueue usageTejun Heo12-50/+36
2011-01-16RDMA/nes: Fix incorrect SFP+ link status detection on driver initMaciej Sosnowski1-4/+39
2011-01-16RDMA/nes: Fix SFP+ link down detection issue with switch port disableMaciej Sosnowski4-0/+100
2011-01-16RDMA/nes: Generate IB_EVENT_PORT_ERR/PORT_ACTIVE eventsMaciej Sosnowski4-9/+83
2011-01-16RDMA/nes: Fix bonding on iw_nesMaciej Sosnowski2-6/+26
2011-01-13IB/srp: Test only once whether iu allocation succeededBart Van Assche1-8/+7
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-3/+2
2011-01-12IB/mlx4: Handle protocol field in multicast tableAleksey Senin1-4/+5
2011-01-12RDMA: Use vzalloc() to replace vmalloc()+memset(0)Joe Perches8-34/+15
2011-01-12mlx4_{core, ib, en}: Fix driver when sizeof (phys_addr_t) > sizeof (long)Roland Dreier1-1/+2
2011-01-11IB/mthca: Fix driver when sizeof (phys_addr_t) > sizeof (long)John L. Burr5-6/+7
2011-01-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds35-618/+886
2011-01-10Merge branches 'cxgb4', 'ipath', 'ipoib', 'mlx4', 'mthca', 'nes', 'qib' and 'srp' into for-nextRoland Dreier30-527/+884
2011-01-10IB/qib: Fix refcount leak in lkey/rkey validationMike Marciniszyn1-16/+14
2011-01-10IB/qib: Improve SERDES tunning on QMH boardsMike Marciniszyn1-3/+23
2011-01-10IB/qib: Unnecessary delayed completions on RC connectionMike Marciniszyn1-0/+24
2011-01-10IB/qib: Issue pre-emptive NAKs on eager buffer overflowMike Marciniszyn1-4/+137
2011-01-10IB/qib: RDMA lkey/rkey validation is inefficient for large MRsMike Marciniszyn3-23/+60
2011-01-10IB/qib: Change QPN incrementMike Marciniszyn1-1/+1
2011-01-10IB/qib: Add fix missing from earlier patchMike Marciniszyn1-31/+24
2011-01-10IB/qib: Change receive queue/QPN selectionMike Marciniszyn4-31/+15
2011-01-10IB/qib: Fix interrupt mitigationMike Marciniszyn5-8/+12
2011-01-10IB/qib: Avoid duplicate writes to the rcv head registerMike Marciniszyn1-1/+9
2011-01-10IB/qib: Add a few new SERDES tuningsMike Marciniszyn1-3/+26
2011-01-10IB/qib: Reset packet list after freeingMike Marciniszyn1-0/+1
2011-01-10IB/qib: New SERDES init routine and improvements to SI qualityMike Marciniszyn1-15/+255
2011-01-10IB/qib: Clear WAIT_SEND flags when setting QP to error stateMike Marciniszyn1-0/+4