summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/i40iw
Commit message (Expand)AuthorAgeFilesLines
* i40iw: remove support for ib_get_vector_affinitySagi Grimberg2018-11-081-20/+0Star
* RDMA/drivers: Use core provided API for registering device attributesParav Pandit2018-10-171-47/+23Star
* RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2018-09-261-2/+1Star
* RDMA/i40iw: Fix incorrect iterator typeHÃ¥kon Bugge2018-09-191-1/+1
* RDMA/providers: Remove pointless functionsKamal Heib2018-07-311-40/+0Star
* RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-311-5/+4Star
* infiniband: i40iw, nes: don't use wall time for TCP sequence numbersArnd Bergmann2018-07-112-5/+22
* RDMA/i40w: Hold read semaphore while looking after VMALeon Romanovsky2018-07-041-0/+2
* IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-1/+2
* i40iw: Reorganize acquire/release of locks in i40iw_manage_apbvtShiraz Saleem2018-06-181-32/+51
* Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Jason Gunthorpe2018-05-286-10/+18
|\
| * RDMA/i40iw: Avoid panic when reading back the IRQ affinity hintAndrew Boyer2018-05-092-4/+4
| * RDMA/i40iw: Avoid reference leaks when processing the AEQAndrew Boyer2018-05-091-2/+2
| * RDMA/i40iw: Avoid panic when objects are being created and destroyedAndrew Boyer2018-05-092-2/+10
| * i40iw: Use correct address in dst_neigh_lookup for IPv6Mustafa Ismail2018-05-091-1/+1
| * i40iw: Fix memory leak in error path of create QPMustafa Ismail2018-05-091-1/+1
* | i40iw: Extend port reuse support for listenersShiraz Saleem2018-05-163-42/+59
* | infiniband: i40iw: Replace GFP_ATOMIC with GFP_KERNEL in i40iw_l2param_changeJia-Ju Bai2018-04-181-1/+1
* | infiniband: i40iw: Replace GFP_ATOMIC with GFP_KERNEL in i40iw_make_listen_nodeJia-Ju Bai2018-04-181-1/+1
* | infiniband: i40iw: Replace GFP_ATOMIC with GFP_KERNEL in i40iw_add_mqh_4Jia-Ju Bai2018-04-181-1/+1
|/
* i40iw: Remove pre-production workaround for resource profile 1Shiraz Saleem2018-04-031-2/+0Star
* IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak2018-03-191-0/+1
* i40iw: Tear-down connection after CQP Modify QP failureHenry Orosco2018-03-154-10/+30
* i40iw: Refactor of driver generated AEsHenry Orosco2018-03-156-10/+108
* RDMA/i40iw: Move uapi header to include/uapiJason Gunthorpe2018-03-152-108/+1Star
* RDMA/i40iw: include linux/irq.hArnd Bergmann2018-03-141-0/+1
* i40iw: Implement get_vector_affinity APIShiraz Saleem2018-03-071-0/+20
* i40iw: Improve CM node lookup time on connection setupShiraz Saleem2018-03-074-37/+100
* i40iw: Refactor handling of txpend listMustafa Ismail2018-03-071-6/+2Star
* i40iw: Free IEQ resourcesMustafa Ismail2018-01-173-2/+3
* i40iw: Remove setting of rem_addr.lenMustafa Ismail2018-01-171-3/+0Star
* i40iw: Remove limit on re-posting AEQ entries to HWSindhu Devale2018-01-172-3/+0Star
* i40iw: Zero-out consumer key on allocate stag for FMRShiraz Saleem2018-01-171-0/+1
* i40iw: Remove extra call to i40iw_est_sd()Shiraz Saleem2018-01-171-2/+0Star
* i40iw: Replace mdelay with msleep in i40iw_wait_pe_readyJia-Ju Bai2018-01-051-1/+1
* Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...Jason Gunthorpe2017-12-284-28/+56
|\
| * i40iw: Change accelerated flag to boolHenry Orosco2017-12-282-3/+3
| * i40iw: Notify user of established connection after QP in RTSHenry Orosco2017-12-011-6/+11
| * i40iw: Move MPA request event for loopback after connectTatyana Nikolova2017-12-011-2/+6
| * i40iw: Correct ARP index maskMustafa Ismail2017-12-011-1/+1
| * i40iw: Do not free sqbuf when event is I40IW_TIMER_TYPE_CLOSEMustafa Ismail2017-12-011-3/+3
| * i40iw: Allocate a sdbuf per CQP WQEChien Tin Tung2017-12-012-14/+33
* | i40iw: Fix the connection ORD value for loopbackTatyana Nikolova2017-12-221-12/+14
* | i40iw: Validate correct IRD/ORD connection parametersTatyana Nikolova2017-12-221-2/+3
* | i40iw: Ignore LLP_DOUBT_REACHABILITY AEShiraz Saleem2017-12-221-1/+2
* | i40iw: Fix sequence number for the first partial FPDUShiraz Saleem2017-12-222-1/+2
* | i40iw: Selectively teardown QPs on IP addr change eventShiraz Saleem2017-12-223-10/+24
* | i40iw: Add notifier for network device eventsShiraz Saleem2017-12-223-3/+56
* | i40iw: Correct Q1/XF object count equationShiraz Saleem2017-12-221-2/+4
* | i40iw: Use utility function roundup_pow_of_two()Shiraz Saleem2017-12-223-33/+7Star