summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb3
Commit message (Expand)AuthorAgeFilesLines
* IB/mad: Add support for additional MAD info to/from driversIra Weiny2015-06-121-1/+5
* IB/core: Pass hardware specific data in query_deviceMatan Barak2015-06-121-2/+6
* IB/core: Change provider's API of create_cq to be extendibleMatan Barak2015-06-121-3/+8
* IB/core cleanup: Add const on args - device->process_madIra Weiny2015-06-021-3/+3
* IB/core: Convert core to use bitfield for capsIra Weiny2015-05-201-7/+1Star
* IB/core: Add per port immutable struct to ib_deviceIra Weiny2015-05-201-0/+17
* IB/Verbs: Implement new callback query_protocol()Michael Wang2015-05-181-0/+7
* RDMA/cxgb3: Remove a couple unneeded conditionsDan Carpenter2014-05-281-4/+2Star
* RDMA/cxgb3: Fix information leak in send_abort()Dan Carpenter2014-05-271-0/+1
* IB: Refactor umem to use linear SG tableYishai Hadas2014-03-041-12/+7Star
* RDMA/cma: Add IPv6 support for iWARPSteve Wise2013-08-121-14/+32
* RDMA/cxgb3: Fix stack info leak in iwch_create_cq()Dan Carpenter2013-07-301-0/+1
* RDMA/cxgb3: Timeout condition is never trueDan Carpenter2013-06-201-1/+2
* RDMA: Rename random32() to prandom_u32()Akinobu Mita2013-04-171-2/+2
* RDMA/cxgb3: Fix uninitialized variableCong Ding2013-04-171-1/+1
* IB/cxgb3: convert to idr_alloc()Tejun Heo2013-02-281-13/+11Star
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-02-262-8/+12
|\
| * IB/core: Add "type 2" memory windows supportShani Michaeli2013-02-212-8/+12
* | IB: cxgb3: delay freeing mem untill entirely done with itJesper Juhl2013-01-291-1/+1
|/
* RDMA/cxgb3: use WARNJulia Lawall2012-11-261-4/+2Star
* IB: Fix typos in infiniband driversMasanari Iida2012-08-151-1/+1
* cxgb3: Convert t3_l2t_get() over to dst_neigh_lookup().David S. Miller2012-07-051-2/+3
*-. Merge branches 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iser', 'mad', 'nes', 'qib', ...Roland Dreier2012-03-191-20/+20
|\ \
| | * RDMA/cxgb3: Don't pass irq flags to flush_qp()Steve Wise2012-03-081-20/+20
| |/
* / IB: Use central enum for speed instead of hard-coded valuesOr Gerlitz2012-03-051-1/+1
|/
* cxgb3: Rework t3_l2t_get to take a dst_entry instead of a neighbour.David Miller2011-12-051-13/+2Star
* net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2011-12-051-2/+2
* IB: Fix RCU lockdep splatsEric Dumazet2011-11-291-0/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-11-015-2/+30
|\
| *-. Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', ...Roland Dreier2011-11-015-2/+30
| |\ \
| | | * RDMA/cxgb3: Serialize calls to CQ's comp_handlerKumar Sanghvi2011-10-314-2/+20
| | |/ | |/|
| | * RDMA/{amso1100,cxgb3}: Minimal MPAv2 supportKumar Sanghvi2011-10-061-0/+10
| |/
* | Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-10-071-5/+5
|\|
| * [SCSI] cxgb3i: convert cdev->l2opt to use rcu to prevent NULL dereferenceNeil Horman2011-09-261-5/+5
* | chelsio: Move the Chelsio driversJeff Kirsher2011-08-111-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-07-221-8/+0Star
|\
| * RDMA: Allow for NULL .modify_device() and .modify_port() methodsBart Van Assche2011-07-191-8/+0Star
* | net: Abstract dst->neighbour accesses behind helpers.David S. Miller2011-07-181-4/+8
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-05-263-13/+21
|\
| * RDMA/cxgb3: Don't post zero-byte read if endpoint is going awaySteve Wise2011-05-243-13/+21
* | ipv4: Make caller provide on-stack flow key to ip_route_output_ports().David S. Miller2011-05-041-1/+2
|/
* ipv4: Create and use route lookup helpers.David S. Miller2011-03-131-17/+4Star
* ipv4: Make output route lookup return rtable directly.David S. Miller2011-03-021-1/+2
* ipv4: Kill can_sleep arg to ip_route_output_flow()David S. Miller2011-03-011-1/+1
* ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"David S. Miller2011-03-011-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
|\
| * tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* | RDMA/cxgb3,cxgb4: Remove dead codeStephen Hemminger2011-01-113-58/+2Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-10-278-26/+75
|\
| *-. Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iboe', 'ipoib', ...Roland Dreier2010-10-278-26/+75
| |\ \