aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/nes (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-28RDMA/nes: don't leak skb if carrier downFlorian Westphal1-3/+0
2016-03-16Merge branches 'nes', 'cxgb4' and 'iwpm' into k.o/for-4.6Doug Ledford8-367/+91
2016-03-16iw_nes: remove port mapper related codeFaisal Latif4-309/+80
2016-03-01IB/core: Add vendor's specific data to alloc mwMatan Barak1-1/+2
2016-02-29nes: handling failed allocation when creating workqueueInsu Yun1-0/+10
2016-02-29RDMA/nes: Replace LRO with GROBen Hutchings4-58/+1
2016-01-19infiniband: Replace memset with eth_zero_addrLucas Tanure1-1/+1
2016-01-19RDMA/nes: checking for NULL instead of IS_ERRDan Carpenter1-2/+2
2015-12-24RDMA/nes: constify nes_cm_ops structureJulia Lawall2-2/+2
2015-12-23nes: simplify nes_reg_phys_mr calling conventionsChristoph Hellwig3-116/+37
2015-12-23IB: remove in-kernel support for memory windowsChristoph Hellwig1-75/+0
2015-12-23IB: remove support for phys MRsChristoph Hellwig3-6/+9
2015-11-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds3-113/+67
2015-10-28RDMA/nes: Remove old FRWR APISagi Grimberg2-167/+1
2015-10-28RDMA/nes: Support the new memory registration APISagi Grimberg2-1/+120
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-3/+0
2015-10-08IB: split struct ib_send_wrChristoph Hellwig1-20/+21
2015-08-30nes: Support ib_alloc_mr verbSagi Grimberg1-5/+14
2015-07-14RDMA/nes: Fix for incorrect recording of the MAC addressTatyana Nikolova1-1/+1
2015-07-14RDMA/nes: Fix for resolving the neighTatyana Nikolova1-2/+3
2015-06-12IB/mad: Add support for additional MAD info to/from driversIra Weiny1-1/+3
2015-06-12IB/core: Pass hardware specific data in query_deviceMatan Barak1-1/+5
2015-06-12IB/core: Change provider's API of create_cq to be extendibleMatan Barak1-3/+8
2015-06-02Merge branch 'for-4.2-misc' into k.o/for-4.2Doug Ledford2-0/+9
2015-06-02IB/core cleanup: Add const on args - device->process_madIra Weiny1-2/+2
2015-06-02RDMA/nes: Enable the use of the tos field in the nes driverFaisal Latif2-0/+9
2015-05-20IB/core: Convert core to use bitfield for capsIra Weiny1-7/+1
2015-05-20IB/core: Add per port immutable struct to ib_deviceIra Weiny1-0/+16
2015-05-18IB/Verbs: Implement new callback query_protocol()Michael Wang1-0/+6
2015-05-05RDMA/nes: Report the actual address of the remote connecting peerTatyana Nikolova2-17/+49
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-6/+7
2014-12-15IB/core: Replace ib_umem's offset field with a full addressHaggai Eran1-3/+3
2014-08-08infiniband: use pci_zalloc_consistentJoe Perches2-9/+8
2014-06-10RDMA/nes: Add support for iWARP Port Mapper user space serviceTatyana Nikolova4-64/+296
2014-04-03Merge branches 'core', 'cxgb4', 'ip-roce', 'iser', 'misc', 'mlx4', 'nes', 'ocrdma', 'qib', 'sgwrapper', 'srp' and 'usnic' into for-nextRoland Dreier5-36/+102
2014-03-17RDMA/nes: Clean up a conditionDan Carpenter1-3/+1
2014-03-17IB/nes: Return an error on ib_copy_from_udata() failure instead of NULLYann Droneaud1-1/+1
2014-03-17RDMA/nes: Fix for passing a valid QP pointer to the user space libraryTatyana Nikolova4-3/+7
2014-03-17RDMA/nes: Fixes for IRD/ORD negotiation with MPA v2Tatyana Nikolova2-29/+93
2014-03-04IB: Refactor umem to use linear SG tableYishai Hadas1-126/+127
2014-02-12RDMA/nes: Fix error return codeJulia Lawall1-1/+4
2014-01-22RDMA/nes: Slight optimization of Ethernet address compareDing Tianhong1-2/+1
2013-11-09RDMA/nes: Remove self-assignment from nes_query_qp()Dave Jones1-1/+1
2013-08-12RDMA/cma: Add IPv6 support for iWARPSteve Wise1-69/+84
2013-07-30Revert "RDMA/nes: Fix compilation error when nes_debug is enabled"Roland Dreier1-2/+2
2013-07-30RDMA/nes: Fix info leaks in nes_create_qp() and nes_create_cq()Dan Carpenter1-1/+2
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-1/+1
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-7/+7
2013-02-26Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-8/+11
2013-02-21IB/core: Add "type 2" memory windows supportShani Michaeli1-8/+11