aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_ib.c
AgeCommit message (Expand)Author
2020-06-03IB/ipoib: Fix double free of skb in case of multicast traffic in CM modeValentine Fatiev
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon
2019-01-02IB/ipoib: drop useless LIST_HEADJulia Lawall
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman
2018-07-24IB/IPoIB: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche
2018-07-09RDMA/ipoib: Fix use of sizeof()Kamal Heib
2018-07-09RDMA/ipoib: Prefer unsigned int to bare use of unsignedKamal Heib
2018-06-18IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gidParav Pandit
2018-03-15IB/{core, ipoib}: Simplify ib_find_gid() for unused ndevParav Pandit
2018-01-03IB/ipoib: Fix for notify send CQ failure messagesAlex Estrin
2017-12-27Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...Jason Gunthorpe
2017-12-21IB/ipoib: Fix lockdep issue found on ipoib_ib_dev_heavy_flushAlex Vesker
2017-12-18IB/{core, ipoib}: Simplify ib_find_gid to search only for IB link layerParav Pandit
2017-10-25IB/ipoib: Use NAPI in UD/TX flowsErez Shitrit
2017-10-25IB/ipoib: Get rid of the tx_outstanding variable in all modesErez Shitrit
2017-10-18Merge branch 'timer_setup' into for-nextDoug Ledford
2017-10-18Merge branch 'for-next-early' into for-nextDoug Ledford
2017-10-14IB/ipoib: Add ability to set PKEY index to lower device driverAlex Vesker
2017-10-14IB/ipoib: Grab rtnl lock on heavy flush when calling ndo_open/stopAlex Vesker
2017-10-09IB/ipoib: Convert timers to use timer_setup()Kees Cook
2017-09-29IB/{ipoib, iser}: Consistent print format of vendor errorAjaykumar Hotchandani
2017-09-27Revert "IB/ipoib: Update broadcast object if PKey value was changed in index 0"Alex Estrin
2017-07-23IB/ipoib: Notify on modify QP failure only when relevantErez Shitrit
2017-07-23IB/ipoib: Add multicast packets statisticsAlex Vesker
2017-07-17IB: Convert msleep below 20ms to usleep_rangeLeon Romanovsky
2017-06-14IB/ipoib: Fix access to un-initialized napi structAlex Vesker
2017-05-01IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli
2017-05-01IB/core: Rename ib_create_ah to rdma_create_ahDasaratharaman Chandramouli
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli
2017-04-21IB/ipoib: Update broadcast object if PKey value was changed in index 0Feras Daoud
2017-04-20IB/IPoIB: Support acceleration options callbacksErez Shitrit
2017-04-20IB/IPoIB: Use defined function for netdev_priv functionErez Shitrit
2017-04-20IB/IPoIB: Rename qpn to be dqpn in ipoib_send and post_send functionsErez Shitrit
2017-04-20IB/IPoIB: Separate control from HW operation on ipoib_open/stop ndoErez Shitrit
2017-04-20IB/IPoIB: Separate control and data related initializationsErez Shitrit
2017-01-24IB/ipoib: Remove the unnecessary error checkZhu Yanjun
2017-01-24IB/ipoib: function interface changeZhu Yanjun
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-12-03IB/ipoib: Remove and fix debug prints after allocation failureLeon Romanovsky
2016-10-14IB/ipoib: move back IB LL address into the hard headerPaolo Abeni
2016-09-16IB/ipoib: Don't allow MC joins during light MC flushAlex Vesker
2016-06-07IB/IPoIB: Disable bottom half when dealing with device addressMark Bloch
2016-05-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-05-25IB/IPoIB: Allow setting the device addressMark Bloch
2016-05-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-05-13infiniband/ulp/ipoib: remove pkey_mutexSebastian Andrzej Siewior
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2016-03-21IB/ipoib: Allow mcast packets from other VFsEli Cohen
2016-03-03IB/ipoib: Add handling for sending of skb with many fragsHans Westgaard Ry