summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/cxgb3
AgeCommit message (Expand)Author
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds
2011-07-18RDMA: Allow for NULL .modify_device() and .modify_port() methodsBart Van Assche
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds
2011-05-24RDMA/cxgb3: Don't post zero-byte read if endpoint is going awaySteve Wise
2011-05-03ipv4: Make caller provide on-stack flow key to ip_route_output_ports().David S. Miller
2011-03-12ipv4: Create and use route lookup helpers.David S. Miller
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller
2011-03-01ipv4: Kill can_sleep arg to ip_route_output_flow()David S. Miller
2011-03-01ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"David S. Miller
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2011-01-10RDMA/cxgb3,cxgb4: Remove dead codeStephen Hemminger
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds
2010-10-26Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iboe', 'ipoib', ...Roland Dreier
2010-10-26RDMA/cxgb3: Remove unnecessary KERN_<level> useJoe Perches
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-10-23IB: Replace EXTRA_CFLAGS with ccflags-ymatt mooney
2010-10-22RDMA/cxgb3: When a user QP is marked in error, also mark the CQs in errorSteve Wise
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock
2010-09-27RDMA/cxgb3: Turn off RX coalescing for iWARP connectionsSteve Wise
2010-09-02RDMA/cxgb3: Don't exceed the max HW CQ depthSteve Wise
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-08-04RDMA/cxgb3: Make needlessly global iwch_l2t_send() staticOr Gerlitz
2010-07-21RDMA/cxgb3: Clean up signed check of unsigned variableDan Carpenter
2010-06-16Merge branch 'master' into for-nextJiri Kosina
2010-06-16fix typos concerning "hierarchy"Uwe Kleine-König
2010-06-10net-next: remove useless union keywordChangli Gao
2010-05-21IB/core: Allow device-specific per-port sysfs filesRalph Campbell
2010-04-28RDMA/cxgb3: Shrink .text with compile-time init of handlers arraysRoland Dreier
2010-04-21RDMA/cxgb3: Don't free skbs on NET_XMIT_* indications from LLDSteve Wise
2010-04-21RDMA/cxgb3: Use the dma state API instead of pci equivalentsFUJITA Tomonori
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-11RDMA/cxgb3: Wait at least one schedule cycle during device removalSteve Wise
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds
2010-02-24RDMA/cxgb3: Mark RDMA device with CXIO_ERROR_FATAL when removingSteve Wise
2010-02-24RDMA/cxgb3: Don't allocate the SW queue for user mode CQsSteve Wise
2010-02-24RDMA/cxgb3: Increase the max CQ depthSteve Wise
2010-02-24RDMA/cxgb3: Doorbell overflow avoidance and recoverySteve Wise
2010-02-11RDMA/cxgb3: Remove BUG_ON() on CQ rearm failureSteve Wise
2010-01-07drivers/infiniband/hw/cxgb3/iwch_cm.c: use %pM to show MAC addressH Hartley Sweeten
2009-12-22kfifo: fix warn_unused_resultStefani Seibold
2009-12-22kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold
2009-12-22kfifo: cleanup namespaceStefani Seibold
2009-12-22kfifo: move out spinlockStefani Seibold
2009-12-22kfifo: move struct kfifo in placeStefani Seibold
2009-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds
2009-12-15RDMA/cxgb3: Fix error paths in post_send and post_recvFrank Zago
2009-11-09tree-wide: fix typos "aquire" -> "acquire", "cumsumed" -> "consumed"Uwe Kleine-König