aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/ipoib
AgeCommit message (Expand)AuthorFilesLines
2017-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Gravatar Linus Torvalds 6-100/+158
2017-11-13RDMA/core: Rename kernel modify_cq to better describe its usageGravatar Leon Romanovsky 1-2/+3
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-25IB/ipoib: Change number of TX wqe to 64Gravatar Erez Shitrit 1-1/+1
2017-10-25IB/ipoib: Use NAPI in UD/TX flowsGravatar Erez Shitrit 5-79/+136
2017-10-25IB/ipoib: Get rid of the tx_outstanding variable in all modesGravatar Erez Shitrit 3-11/+10
2017-10-18Merge branch 'timer_setup' into for-nextGravatar Doug Ledford 3-5/+6
2017-10-18Merge branch 'for-next-early' into for-nextGravatar Doug Ledford 3-11/+11
2017-10-14IB/ipoib: Add ability to set PKEY index to lower device driverGravatar Alex Vesker 1-2/+6
2017-10-14IB/ipoib: Grab rtnl lock on heavy flush when calling ndo_open/stopGravatar Alex Vesker 1-1/+6
2017-10-09IB/ipoib: Convert timers to use timer_setup()Gravatar Kees Cook 3-5/+6
2017-09-29IB/{ipoib, iser}: Consistent print format of vendor errorGravatar Ajaykumar Hotchandani 2-9/+9
2017-09-27Revert "IB/ipoib: Update broadcast object if PKey value was changed in index 0"Gravatar Alex Estrin 1-13/+0
2017-09-27IB/ipoib: Remove device when one port fails to initGravatar Yuval Shaia 1-1/+2
2017-09-27IB: Move PCI dependency from root KConfig to HW's KConfigsGravatar Yuval Shaia 1-1/+0
2017-09-25IB/ipoib: Fix inconsistency with free_netdev and free_rdma_netdevGravatar Alex Vesker 2-6/+19
2017-09-25IB/ipoib: Fix sysfs Pkey create<->remove possible deadlockGravatar Shalom Lagziel 1-6/+14
2017-09-22IB/ipoib: Suppress the retry related completion errorsGravatar Santosh Shilimkar 1-5/+11
2017-08-24Merge branch 'mellanox' into k.o/for-nextGravatar Doug Ledford 4-14/+32
2017-08-24IB/ipoib: Enable ioctl for to IPoIB rdma netdevsGravatar Feras Daoud 1-0/+15
2017-08-24IB/ipoib: Sync between remove_one to sysfs calls that use rtnl_lockGravatar Erez Shitrit 4-5/+31
2017-08-24RDMA/(core, ulp): Convert register/unregister event handler to be voidGravatar Leon Romanovsky 1-9/+1
2017-08-18Merge branch 'k.o/for-4.13-rc' into k.o/for-nextGravatar Doug Ledford 6-32/+50
2017-08-10Merge branch 'rdma-netlink' into k.o/merge-testGravatar Doug Ledford 1-2/+1
2017-08-10Merge branches '32bit_lid' and 'irq_affinity' into k.o/merge-testGravatar Doug Ledford 1-1/+1
2017-08-10RDMA: Simplify get firmware interfaceGravatar Leon Romanovsky 1-2/+1
2017-08-08IB/IPoIB: Increase local_lid to 32 bitsGravatar Dasaratharaman Chandramouli 1-1/+1
2017-07-24RDMA: Remove useless MODULE_VERSIONGravatar Leon Romanovsky 1-1/+0
2017-07-23IB/ipoib: Notify on modify QP failure only when relevantGravatar Erez Shitrit 1-1/+22
2017-07-23IB/ipoib: Remove double pointer assigningGravatar Leon Romanovsky 1-1/+0
2017-07-23IB/ipoib: Clean error paths in add portGravatar Leon Romanovsky 1-6/+8
2017-07-23IB/ipoib: Add get statistics support to SRIOV VFGravatar Feras Daoud 1-0/+1
2017-07-23IB/ipoib: Add multicast packets statisticsGravatar Alex Vesker 2-1/+4
2017-07-23IB/ipoib: Set IPOIB_NEIGH_TBL_FLUSH after flushed completion initializationGravatar Feras Daoud 1-1/+1
2017-07-23IB/ipoib: Prevent setting negative values to max_nonsrq_conn_qpGravatar Alex Vesker 1-0/+1
2017-07-23IB/ipoib: Make sure no in-flight joins while leaving that mcastGravatar Erez Shitrit 1-16/+8
2017-07-23IB/ipoib: Use cancel_delayed_work_sync when neededGravatar Erez Shitrit 1-6/+1
2017-07-23IB/ipoib: Fix race between light events and interface restartGravatar Feras Daoud 3-0/+4
2017-07-20IB/IPoIB: Fix error code in ipoib_add_port()Gravatar Dan Carpenter 1-0/+1
2017-07-17IB/ipoib: Let lower driver handle get_stats64 callGravatar Erez Shitrit 1-0/+12
2017-07-17IB/IPoIB: Convert IPoIB to memalloc_noio_* callsGravatar Leon Romanovsky 1-9/+7
2017-07-17IB/IPoIB: Forward MTU change to driver belowGravatar Erez Shitrit 1-2/+17
2017-07-17IB: Convert msleep below 20ms to usleep_rangeGravatar Leon Romanovsky 2-3/+3
2017-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Gravatar Linus Torvalds 1-4/+4
2017-07-05IB/core, opa_vnic, hfi1, mlx5: Properly free rdma_netdevGravatar Niranjana Vishwanathapura 1-4/+4
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkGravatar Matthias Schiffer 1-3/+4
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkGravatar Matthias Schiffer 1-1/+2
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-7/+20
2017-06-16networking: make skb_push & __skb_push return void pointersGravatar Johannes Berg 1-2/+2