aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/nes (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-07IB/nes: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-2/+2
2016-06-23IB/nes: Support device FW version stringIra Weiny1-19/+14
2016-05-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds3-62/+43
2016-05-13Merge branches 'cxgb4-2', 'i40iw-2', 'ipoib', 'misc-4.7' and 'mlx5-fcs' into k.o/for-4.7Doug Ledford3-58/+40
2016-05-13RDMA/nes: replace custom print_hex_dump()Andy Shevchenko1-57/+3
2016-05-13IB/nes: Deinline nes_free_qp_mem, save 1072 bytesDenys Vlasenko1-1/+1
2016-05-13RDMA/nes: Adding queue drain functionsTatyana Nikolova2-0/+36
2016-05-13IB/core: Enhance ib_map_mr_sg()Bart Van Assche1-1/+1
2016-05-13IB/core: Add passing an offset into the SG to ib_map_mr_sgChristoph Hellwig1-4/+3
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+0
2016-04-28RDMA/nes: don't leak skb if carrier downFlorian Westphal1-3/+0
2016-04-26infiniband: nes: Kill unused variable in nes_netdev_start_xmit()David S. Miller1-1/+0
2016-04-26RDMA/nes: remove use of NETDEV_TX_LOCKEDFlorian Westphal1-8/+5
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