aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/i40iw (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-11infiniband: i40iw, nes: don't use wall time for TCP sequence numbersArnd Bergmann2-5/+22
2018-07-04RDMA/i40w: Hold read semaphore while looking after VMALeon Romanovsky1-0/+2
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise1-1/+2
2018-06-18i40iw: Reorganize acquire/release of locks in i40iw_manage_apbvtShiraz Saleem1-32/+51
2018-05-28Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma for-nextJason Gunthorpe6-10/+18
2018-05-16i40iw: Extend port reuse support for listenersShiraz Saleem3-42/+59
2018-05-09RDMA/i40iw: Avoid panic when reading back the IRQ affinity hintAndrew Boyer2-4/+4
2018-05-09RDMA/i40iw: Avoid reference leaks when processing the AEQAndrew Boyer1-2/+2
2018-05-09RDMA/i40iw: Avoid panic when objects are being created and destroyedAndrew Boyer2-2/+10
2018-05-09i40iw: Use correct address in dst_neigh_lookup for IPv6Mustafa Ismail1-1/+1
2018-05-09i40iw: Fix memory leak in error path of create QPMustafa Ismail1-1/+1
2018-04-17infiniband: i40iw: Replace GFP_ATOMIC with GFP_KERNEL in i40iw_l2param_changeJia-Ju Bai1-1/+1
2018-04-17infiniband: i40iw: Replace GFP_ATOMIC with GFP_KERNEL in i40iw_make_listen_nodeJia-Ju Bai1-1/+1
2018-04-17infiniband: i40iw: Replace GFP_ATOMIC with GFP_KERNEL in i40iw_add_mqh_4Jia-Ju Bai1-1/+1
2018-04-03i40iw: Remove pre-production workaround for resource profile 1Shiraz Saleem1-2/+0
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak1-0/+1
2018-03-15i40iw: Tear-down connection after CQP Modify QP failureHenry Orosco4-10/+30
2018-03-15i40iw: Refactor of driver generated AEsHenry Orosco6-10/+108
2018-03-15RDMA/i40iw: Move uapi header to include/uapiJason Gunthorpe2-108/+1
2018-03-14RDMA/i40iw: include linux/irq.hArnd Bergmann1-0/+1
2018-03-06i40iw: Implement get_vector_affinity APIShiraz Saleem1-0/+20
2018-03-06i40iw: Improve CM node lookup time on connection setupShiraz Saleem4-37/+100
2018-03-06i40iw: Refactor handling of txpend listMustafa Ismail1-6/+2
2018-01-16i40iw: Free IEQ resourcesMustafa Ismail3-2/+3
2018-01-16i40iw: Remove setting of rem_addr.lenMustafa Ismail1-3/+0
2018-01-16i40iw: Remove limit on re-posting AEQ entries to HWSindhu Devale2-3/+0
2018-01-16i40iw: Zero-out consumer key on allocate stag for FMRShiraz Saleem1-0/+1
2018-01-16i40iw: Remove extra call to i40iw_est_sd()Shiraz Saleem1-2/+0
2018-01-05i40iw: Replace mdelay with msleep in i40iw_wait_pe_readyJia-Ju Bai1-1/+1
2017-12-27Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.gitJason Gunthorpe4-28/+56
2017-12-27i40iw: Change accelerated flag to boolHenry Orosco2-3/+3
2017-12-22i40iw: Fix the connection ORD value for loopbackTatyana Nikolova1-12/+14
2017-12-22i40iw: Validate correct IRD/ORD connection parametersTatyana Nikolova1-2/+3
2017-12-22i40iw: Ignore LLP_DOUBT_REACHABILITY AEShiraz Saleem1-1/+2
2017-12-22i40iw: Fix sequence number for the first partial FPDUShiraz Saleem2-1/+2
2017-12-22i40iw: Selectively teardown QPs on IP addr change eventShiraz Saleem3-10/+24
2017-12-22i40iw: Add notifier for network device eventsShiraz Saleem3-3/+56
2017-12-22i40iw: Correct Q1/XF object count equationShiraz Saleem1-2/+4
2017-12-22i40iw: Use utility function roundup_pow_of_two()Shiraz Saleem3-33/+7
2017-12-22i40iw: Set MAX_IRD_SIZE to 64Shiraz Saleem1-1/+1
2017-12-11i40iw: Reinitialize add_sd_cntMustafa Ismail1-0/+1
2017-12-11i40iw: Use sqsize to initialize cqp_requests elementsChien Tin Tung1-1/+1
2017-12-11i40iw: remove unused 'timeval' struct memberArnd Bergmann1-2/+0
2017-12-11i40w: Remove garbage at end of INFINIBAND_I40IW Kconfig sectionGeert Uytterhoeven1-1/+0
2017-12-01i40iw: Notify user of established connection after QP in RTSHenry Orosco1-6/+11
2017-12-01i40iw: Move MPA request event for loopback after connectTatyana Nikolova1-2/+6
2017-12-01i40iw: Correct ARP index maskMustafa Ismail1-1/+1
2017-12-01i40iw: Do not free sqbuf when event is I40IW_TIMER_TYPE_CLOSEMustafa Ismail1-3/+3
2017-12-01i40iw: Allocate a sdbuf per CQP WQEChien Tin Tung2-14/+33
2017-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds16-149/+256