aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-21IB: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2020-11-02RDMA/ipoib: Add 50Gb and 100Gb link speeds to ethtoolMeir Lichtinger1-0/+4
2020-04-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-3/+0
2020-03-06RDMA/ipoib: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-02-27RDMA/ipoib: Don't set constant driver versionLeon Romanovsky1-3/+0
2019-06-11RDMA/ipoib: Remove check for ETH_SS_TESTKamal Heib1-2/+0
2019-06-07RDMA/ipoib: implement ethtool .get_link() callbackKamal Heib1-0/+1
2018-07-31RDMA: Fix return code check in rdma_set_cq_moderationKamal Heib1-1/+1
2017-11-13RDMA/core: Rename kernel modify_cq to better describe its usageLeon Romanovsky1-2/+3
2017-08-18Merge branch 'k.o/for-4.13-rc' into k.o/for-nextDoug Ledford1-1/+2
2017-08-10RDMA: Simplify get firmware interfaceLeon Romanovsky1-2/+1
2017-07-23IB/ipoib: Add multicast packets statisticsAlex Vesker1-1/+2
2017-06-01RDMA/IPoIB: Replace netdev_priv with ipoib_priv for ipoib_get_link_ksettingsHonggang Li1-1/+1
2017-05-04IB/ipoib: add get_link_ksettings in ethtoolZhu Yanjun1-0/+59
2017-04-20IB/IPoIB: Use defined function for netdev_priv functionErez Shitrit1-3/+3
2017-01-24IB/IPoIB: Switch from dma_device to dev.parentBart Van Assche1-1/+1
2016-06-23IB/ipoib: Use new device FW version stringIra Weiny1-4/+2
2016-05-13IB/ipoib: Add readout of statistics using ethtoolHans Westgaard Ry1-0/+67
2015-12-22IB/ulps: Avoid calling ib_query_deviceOr Gerlitz1-9/+5
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2013-02-19IPoIB: Add version and firmware info to ethtool reportingYan Burman1-1/+18
2011-04-20net: infiniband/ulp/ipoib: convert to hw_featuresMichał Mirosław1-28/+0
2011-01-10IPoIB: Remove LRO supportOr Gerlitz1-51/+0
2010-07-04IB/{nes, ipoib}: Pass supported flags to ethtool_op_set_flags()Ben Hutchings1-1/+6
2010-04-21IPoIB: Allow disabling/enabling TSO on the fly through ethtoolOr Gerlitz1-0/+20
2010-02-11IPoIB: Remove TX moderation settings from ethtool supportOr Gerlitz1-8/+2
2008-10-22IPoIB: Clean up ethtool supportOr Gerlitz1-1/+8
2008-07-14IPoIB: add LRO supportVladimir Sokolovsky1-0/+46
2008-04-29IPoIB: Use separate CQ for UD send completionsEli Cohen1-1/+1
2008-04-16IPoIB: Support modifying IPoIB CQ event moderationEli Cohen1-0/+46
2008-04-16IPoIB: Add basic ethtool supportEli Cohen1-0/+53