summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_vlan.c
Commit message (Expand)AuthorAgeFilesLines
* IB/ipoib: Consolidate checking of the proposed child interfaceJason Gunthorpe2018-08-031-25/+52
* IB/ipoib: Maintain the child_intfs list from ndo_init/uninitJason Gunthorpe2018-08-031-12/+0Star
* IB/ipoib: Do not remove child devices from within the ndo_uninitJason Gunthorpe2018-08-031-0/+6
* IB/ipoib: Get rid of the sysfs_mutexJason Gunthorpe2018-08-031-34/+64
* RDMA/netdev: Use priv_destructor for netdev cleanupJason Gunthorpe2018-08-031-29/+39
* IB/ipoib: Move init code to ndo_initJason Gunthorpe2018-08-031-28/+3Star
* IB/ipoib: Move all uninit code into ndo_uninitJason Gunthorpe2018-08-031-4/+1Star
* IB/ipoib: Get rid of IPOIB_FLAG_GOING_DOWNJason Gunthorpe2018-08-031-6/+12
* RDMA/ipoib: Fix use of sizeof()Kamal Heib2018-07-091-1/+1
* IB/ipoib: Fix inconsistency with free_netdev and free_rdma_netdevAlex Vesker2017-09-251-2/+8
* IB/ipoib: Fix sysfs Pkey create<->remove possible deadlockShalom Lagziel2017-09-251-6/+14
* IB/ipoib: Sync between remove_one to sysfs calls that use rtnl_lockErez Shitrit2017-08-241-4/+18
* IB/ipoib: Fix memory leak in create child syscallFeras Daoud2017-06-141-3/+3
* IB/ipoib: Fix memory leaks for child interfaces privAlex Vesker2017-06-141-1/+4
* IB/IPoIB: Support acceleration options callbacksErez Shitrit2017-04-201-2/+3
* IB/IPoIB: Use defined function for netdev_priv functionErez Shitrit2017-04-201-2/+2
* IB/IPoIB: ibX: failed to create mcg debug fileShamir Rabinovitch2017-04-051-3/+0Star
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* IB/ipoib: Remove unnecessary returned value checkZhu Yanjun2017-01-241-3/+1Star
* IB/ipoib: rtnl_unlock can not come after free_netdevFeras Daoud2017-01-121-2/+2
* IB/ipoib: Fix deadlock over vlan_mutexFeras Daoud2017-01-121-1/+5
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* IB/IPoIB: Fix race between ipoib_remove_one to sysfs functionsErez Shitrit2016-06-071-0/+6
* IB/IPoIB: Allow setting the device addressMark Bloch2016-05-251-0/+2
* IB/ipoib: Fix ndo_get_iflinkErez Shitrit2015-04-171-2/+1Star
* infiniband/ipoib: implement ndo_get_iflinkNicolas Dichtel2015-04-021-1/+0Star
* IPoIB: Fix deadlock between dev_change_flags() and __ipoib_dev_flush()Erez Shitrit2013-11-081-4/+6
* IB/ipoib: Add more rtnl_link_ops callbacksOr Gerlitz2012-10-011-10/+14
* IB/ipoib: Add rtnl_link_ops supportOr Gerlitz2012-09-201-45/+57
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0Star
* net: Fix ipoib rtnl_lock sysfs deadlock.Eric W. Biederman2009-05-191-2/+4
* IPoIB: Avoid free_netdev() BUG when destroying a child interfaceRoland Dreier2009-03-311-10/+15
* IPoIB: Fix deadlock between ipoib_open() and child interface createRoland Dreier2009-01-151-3/+8
* IPoIB: Set netdev offload features properly for child (VLAN) interfacesOr Gerlitz2008-10-231-0/+4
* RDMA: Remove subversion $Id tagsRoland Dreier2008-07-151-2/+0Star
* IPoIB: Copy child MTU from parentEli Cohen2008-04-291-0/+3
* IPoIB: Handle 4K IB MTU for UD (datagram) modeShirley Ma2008-04-231-0/+1
* IPoIB: Allow setting policy to ignore multicast groupsOr Gerlitz2007-10-101-0/+2
* IPoIB: Connected mode experimental supportMichael S. Tsirkin2007-02-101-0/+2
* Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman2007-02-071-6/+5Star
* IPoIB: Free child interfaces properlyRoland Dreier2006-05-101-3/+1Star
* IB: convert from semaphores to mutexesIngo Molnar2006-01-131-5/+5
* [IPoIB] add path record information in debugfsRoland Dreier2005-11-101-5/+2Star
* [PATCH] IB: Remove unnecessary includes of <linux/version.h>Olaf Hering2005-08-271-1/+0Star
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+177