summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/nes
Commit message (Expand)AuthorAgeFilesLines
* infiniband: use pci_zalloc_consistentJoe Perches2014-08-092-9/+8Star
* RDMA/nes: Add support for iWARP Port Mapper user space serviceTatyana Nikolova2014-06-104-64/+296
*---. Merge branches 'core', 'cxgb4', 'ip-roce', 'iser', 'misc', 'mlx4', 'nes', 'oc...Roland Dreier2014-04-035-36/+102
|\ \ \
| | | * IB/nes: Return an error on ib_copy_from_udata() failure instead of NULLYann Droneaud2014-03-181-1/+1
| | |/ | |/|
| | * RDMA/nes: Clean up a conditionDan Carpenter2014-03-181-3/+1Star
| | * RDMA/nes: Fix for passing a valid QP pointer to the user space libraryTatyana Nikolova2014-03-174-3/+7
| | * RDMA/nes: Fixes for IRD/ORD negotiation with MPA v2Tatyana Nikolova2014-03-172-29/+93
| |/
* / IB: Refactor umem to use linear SG tableYishai Hadas2014-03-041-126/+127
|/
* RDMA/nes: Fix error return codeJulia Lawall2014-02-121-1/+4
* RDMA/nes: Slight optimization of Ethernet address compareDing Tianhong2014-01-231-2/+1Star
* RDMA/nes: Remove self-assignment from nes_query_qp()Dave Jones2013-11-091-1/+1
* RDMA/cma: Add IPv6 support for iWARPSteve Wise2013-08-121-69/+84
* Revert "RDMA/nes: Fix compilation error when nes_debug is enabled"Roland Dreier2013-07-311-2/+2
* RDMA/nes: Fix info leaks in nes_create_qp() and nes_create_cq()Dan Carpenter2013-07-301-1/+2
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-1/+1
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-7/+7
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-02-261-8/+11
|\
| * IB/core: Add "type 2" memory windows supportShani Michaeli2013-02-211-8/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-01-151-3/+3
|\|
| * Drivers: infinband: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-3/+3
* | remove init of dev->perm_addr in driversJiri Pirko2013-01-091-1/+0Star
* | ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-071-5/+7
* | nes: remove usage of dev->masterJiri Pirko2013-01-042-4/+6
|/
* RDMA/nes: Fix for crash when registering zero length MR for CQTatyana Nikolova2012-12-081-0/+5
* RDMA/nes: Fix for terminate timer crashTatyana Nikolova2012-12-083-8/+6Star
* RDMA/nes: Fix for BUG_ON due to adding already-pending timerTatyana Nikolova2012-12-081-18/+6Star
* RDMA/nes: Use WARN()Julia Lawall2012-11-222-9/+5Star
* RDMA/nes: Fix for incorrect multicast address in the perfect filter tableTatyana Nikolova2012-11-221-6/+7
* RDMA/nes: Fix for sending fpdus in order to hardwareTatyana Nikolova2012-11-221-13/+10Star
* RDMA/nes: Fix for unlinking skbs from empty listTatyana Nikolova2012-11-221-4/+7
* RDMA/nes: Fix incorrect address of IP headerTatyana Nikolova2012-11-221-1/+1
* RDMA/nes: Bump the version number of nes driverTatyana Nikolova2012-10-031-1/+1
* RDMA/nes: Remove unused module parameter "send_first"Tatyana Nikolova2012-10-032-6/+0Star
* RDMA/nes: Remove unnecessary if-else statementTatyana Nikolova2012-10-031-12/+3Star
* RDMA/nes: Add missing break to switch.Tatyana Nikolova2012-10-031-0/+1
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-036-61/+48Star
|\
| * RDMA/nes: Fix compilation error when nes_debug is enabledTatyana Nikolova2012-10-011-2/+2
| * RDMA/nes: Print hardware resource typeTatyana Nikolova2012-10-013-11/+20
| * RDMA/nes: Fix for crash when TX checksum offload is offTatyana Nikolova2012-10-011-0/+2
| * RDMA/nes: Cosmetic changesTatyana Nikolova2012-10-011-19/+13Star
| * RDMA/nes: Fix for incorrect MSS when TSO is onTatyana Nikolova2012-10-011-7/+7
| * RDMA/nes: Fix incorrect resolving of the loopback MAC addressTatyana Nikolova2012-10-011-25/+7Star
* | workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo2012-08-142-7/+4Star
|/
* RDMA/nes: Don't call event handler if pointer is NULLTatyana Nikolova2012-05-141-1/+2
* RDMA/nes: Fix for the ORD value of the connecting peerTatyana Nikolova2012-05-141-0/+4
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-03-212-18/+23
|\
| *-. Merge branches 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iser', 'mad', 'nes', 'qib', ...Roland Dreier2012-03-191-17/+22
| |\ \
| | | * RDMA/nes: Fixes for sparse endianness warningsTatyana Nikolova2012-02-261-17/+22
| | |/
| * / IB: Use central enum for speed instead of hard-coded valuesOr Gerlitz2012-03-051-1/+1
| |/
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-1114-15/+20
|\|