summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/i40iw/i40iw_cm.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-02RDMA/irdma: Add irdma Kconfig/Makefile and remove i40iwShiraz Saleem1-4419/+0
2021-03-22RDMA: Fix kernel-doc compilation warningsLeon Romanovsky1-2/+2
2021-01-19RDMA/hw/i40iw/i40iw_cm: Fix a bunch of function documentation issuesLee Jones1-8/+13
2020-12-07RDMA/i40iw: Replace atomic_add_return(1, ..)Yejune Deng1-3/+3
2020-09-22i40iw: Add support to make destroy QP synchronousSindhu, Devale1-5/+5
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-05-12IB/i40iw: Remove bogus call to netdev_master_upper_dev_get()Denis V. Lunev1-8/+0
2019-11-14RDMA/i40iw: Fix potential use after freePan Bian1-1/+1
2019-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-2/+2
2019-07-03IB/i40iw: Use kmemdup rather than open codingFuqian Huang1-2/+2
2019-06-02drivers: use in_dev_for_each_ifa_rtnl/rcuFlorian Westphal1-2/+5
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch1-1/+2
2019-03-27RDMA/i40iw: Handle workqueue allocation failureKangjie Lu1-3/+15
2018-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2018-12-12RDMA: Start use ib_device_opsKamal Heib1-1/+1
2018-11-08i40iw: remove use of VLAN_TAG_PRESENTMichał Mirosław1-4/+4
2018-09-19RDMA/i40iw: Fix incorrect iterator typeHåkon Bugge1-1/+1
2018-07-11infiniband: i40iw, nes: don't use wall time for TCP sequence numbersArnd Bergmann1-5/+21
2018-05-28Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Jason Gunthorpe1-1/+1
2018-05-16i40iw: Extend port reuse support for listenersShiraz Saleem1-38/+25
2018-05-09i40iw: Use correct address in dst_neigh_lookup for IPv6Mustafa Ismail1-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-03-15i40iw: Tear-down connection after CQP Modify QP failureHenry Orosco1-1/+1
2018-03-06i40iw: Improve CM node lookup time on connection setupShiraz Saleem1-33/+94
2017-12-27Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...Jason Gunthorpe1-12/+21
2017-12-27i40iw: Change accelerated flag to boolHenry Orosco1-2/+2
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: Selectively teardown QPs on IP addr change eventShiraz Saleem1-8/+20
2017-12-22i40iw: Use utility function roundup_pow_of_two()Shiraz Saleem1-6/+1
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: Do not free sqbuf when event is I40IW_TIMER_TYPE_CLOSEMustafa Ismail1-3/+3
2017-10-18i40iw: Account for IPv6 header when setting MSSShiraz Saleem1-1/+2
2017-10-18Merge branch 'timer_setup' into for-nextDoug Ledford1-4/+3
2017-10-18RDMA/i40iw: Convert timers to use timer_setup() (part 2)Kees Cook1-4/+3
2017-10-14RDMA/i40iw: Remove a set-but-not-used variableBart Van Assche1-2/+0
2017-10-14RDMA/i40iw: Suppress gcc 7 fall-through complaintsBart Van Assche1-0/+1
2017-10-04i40iw: Do not retransmit MPA request after it is ACKedTatyana Nikolova1-3/+10
2017-09-29i40iw: delete some stray tabsDan Carpenter1-2/+2
2017-09-22i40iw: Add support for port reuse on active side connectionsShiraz Saleem1-76/+75
2017-09-22i40iw: Add missing VLAN priorityMustafa Ismail1-1/+2
2017-08-24RDMA/i40iw: Remove unused argumentYuval Shaia1-12/+6
2017-08-18i40iw: Fixes for static checker warningsShiraz Saleem1-8/+1
2017-07-20i40iw: Release cm_id ref on PCI function resetShiraz Saleem1-1/+4
2017-06-01RDMA/i40iw: ACK MPA Reject frameTatyana Nikolova1-1/+1
2017-06-01RDMA/i40iw: Don't set 0-length FULPDU RTR indication control flagTatyana Nikolova1-1/+0
2017-04-28IB/i40iw: use setup_timerGeliang Tang1-3/+2
2016-12-14Merge branches 'chelsio', 'debug-cleanup', 'hns' and 'i40iw' into merge-testDoug Ledford1-87/+290