aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_vlan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-28RDMA/ipoib: Delete useless module.h includeLeon Romanovsky1-1/+0
2021-05-28IB/ipoib: Use DEVICE_ATTR_*() macrosYueHaibing1-2/+2
2020-10-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches1-1/+1
2020-10-05RDMA/ipoib: Set rtnl_link_ops for ipoib interfacesKamal Heib1-0/+2
2020-05-21IB/{hfi1, ipoib, rdma}: Broadcast ping sent packets which exceeded mtu sizeGary Leshner1-0/+3
2018-10-10RDMA/netdev: Fix netlink support in IPoIBDenis Drozdov1-8/+11
2018-08-02IB/ipoib: Consolidate checking of the proposed child interfaceJason Gunthorpe1-25/+52
2018-08-02IB/ipoib: Maintain the child_intfs list from ndo_init/uninitJason Gunthorpe1-12/+0
2018-08-02IB/ipoib: Do not remove child devices from within the ndo_uninitJason Gunthorpe1-0/+6
2018-08-02IB/ipoib: Get rid of the sysfs_mutexJason Gunthorpe1-34/+64
2018-08-02RDMA/netdev: Use priv_destructor for netdev cleanupJason Gunthorpe1-29/+39
2018-08-02IB/ipoib: Move init code to ndo_initJason Gunthorpe1-28/+3
2018-08-02IB/ipoib: Move all uninit code into ndo_uninitJason Gunthorpe1-4/+1
2018-08-02IB/ipoib: Get rid of IPOIB_FLAG_GOING_DOWNJason Gunthorpe1-6/+12
2018-07-09RDMA/ipoib: Fix use of sizeof()Kamal Heib1-1/+1
2017-09-25IB/ipoib: Fix inconsistency with free_netdev and free_rdma_netdevAlex Vesker1-2/+8
2017-09-25IB/ipoib: Fix sysfs Pkey create<->remove possible deadlockShalom Lagziel1-6/+14
2017-08-24IB/ipoib: Sync between remove_one to sysfs calls that use rtnl_lockErez Shitrit1-4/+18
2017-06-14IB/ipoib: Fix memory leak in create child syscallFeras Daoud1-3/+3
2017-06-14IB/ipoib: Fix memory leaks for child interfaces privAlex Vesker1-1/+4
2017-04-20IB/IPoIB: Support acceleration options callbacksErez Shitrit1-2/+3
2017-04-20IB/IPoIB: Use defined function for netdev_priv functionErez Shitrit1-2/+2
2017-04-05IB/IPoIB: ibX: failed to create mcg debug fileShamir Rabinovitch1-3/+0
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-01-24IB/ipoib: Remove unnecessary returned value checkZhu Yanjun1-3/+1
2017-01-12IB/ipoib: rtnl_unlock can not come after free_netdevFeras Daoud1-2/+2
2017-01-12IB/ipoib: Fix deadlock over vlan_mutexFeras Daoud1-1/+5
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-06-07IB/IPoIB: Fix race between ipoib_remove_one to sysfs functionsErez Shitrit1-0/+6
2016-05-25IB/IPoIB: Allow setting the device addressMark Bloch1-0/+2
2015-04-17IB/ipoib: Fix ndo_get_iflinkErez Shitrit1-2/+1
2015-04-02infiniband/ipoib: implement ndo_get_iflinkNicolas Dichtel1-1/+0
2013-11-08IPoIB: Fix deadlock between dev_change_flags() and __ipoib_dev_flush()Erez Shitrit1-4/+6
2012-10-01IB/ipoib: Add more rtnl_link_ops callbacksOr Gerlitz1-10/+14
2012-09-20IB/ipoib: Add rtnl_link_ops supportOr Gerlitz1-45/+57
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2009-05-18net: Fix ipoib rtnl_lock sysfs deadlock.Eric W. Biederman1-2/+4
2009-03-31IPoIB: Avoid free_netdev() BUG when destroying a child interfaceRoland Dreier1-10/+15
2009-01-14IPoIB: Fix deadlock between ipoib_open() and child interface createRoland Dreier1-3/+8
2008-10-22IPoIB: Set netdev offload features properly for child (VLAN) interfacesOr Gerlitz1-0/+4
2008-07-14RDMA: Remove subversion $Id tagsRoland Dreier1-2/+0
2008-04-29IPoIB: Copy child MTU from parentEli Cohen1-0/+3
2008-04-23IPoIB: Handle 4K IB MTU for UD (datagram) modeShirley Ma1-0/+1
2007-10-10IPoIB: Allow setting policy to ignore multicast groupsOr Gerlitz1-0/+2
2007-02-10IPoIB: Connected mode experimental supportMichael S. Tsirkin1-0/+2
2007-02-07Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman1-6/+5
2006-05-09IPoIB: Free child interfaces properlyRoland Dreier1-3/+1
2006-01-13IB: convert from semaphores to mutexesIngo Molnar1-5/+5
2005-11-10[IPoIB] add path record information in debugfsRoland Dreier1-5/+2
2005-08-26[PATCH] IB: Remove unnecessary includes of <linux/version.h>Olaf Hering1-1/+0