index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
ulp
/
ipoib
/
ipoib_vlan.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-03
IB/ipoib: Consolidate checking of the proposed child interface
Jason Gunthorpe
1
-25
/
+52
2018-08-03
IB/ipoib: Maintain the child_intfs list from ndo_init/uninit
Jason Gunthorpe
1
-12
/
+0
2018-08-03
IB/ipoib: Do not remove child devices from within the ndo_uninit
Jason Gunthorpe
1
-0
/
+6
2018-08-03
IB/ipoib: Get rid of the sysfs_mutex
Jason Gunthorpe
1
-34
/
+64
2018-08-03
RDMA/netdev: Use priv_destructor for netdev cleanup
Jason Gunthorpe
1
-29
/
+39
2018-08-03
IB/ipoib: Move init code to ndo_init
Jason Gunthorpe
1
-28
/
+3
2018-08-03
IB/ipoib: Move all uninit code into ndo_uninit
Jason Gunthorpe
1
-4
/
+1
2018-08-03
IB/ipoib: Get rid of IPOIB_FLAG_GOING_DOWN
Jason Gunthorpe
1
-6
/
+12
2018-07-09
RDMA/ipoib: Fix use of sizeof()
Kamal Heib
1
-1
/
+1
2017-09-25
IB/ipoib: Fix inconsistency with free_netdev and free_rdma_netdev
Alex Vesker
1
-2
/
+8
2017-09-25
IB/ipoib: Fix sysfs Pkey create<->remove possible deadlock
Shalom Lagziel
1
-6
/
+14
2017-08-24
IB/ipoib: Sync between remove_one to sysfs calls that use rtnl_lock
Erez Shitrit
1
-4
/
+18
2017-06-14
IB/ipoib: Fix memory leak in create child syscall
Feras Daoud
1
-3
/
+3
2017-06-14
IB/ipoib: Fix memory leaks for child interfaces priv
Alex Vesker
1
-1
/
+4
2017-04-20
IB/IPoIB: Support acceleration options callbacks
Erez Shitrit
1
-2
/
+3
2017-04-20
IB/IPoIB: Use defined function for netdev_priv function
Erez Shitrit
1
-2
/
+2
2017-04-05
IB/IPoIB: ibX: failed to create mcg debug file
Shamir Rabinovitch
1
-3
/
+0
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-0
/
+1
2017-01-25
IB/ipoib: Remove unnecessary returned value check
Zhu Yanjun
1
-3
/
+1
2017-01-12
IB/ipoib: rtnl_unlock can not come after free_netdev
Feras Daoud
1
-2
/
+2
2017-01-12
IB/ipoib: Fix deadlock over vlan_mutex
Feras Daoud
1
-1
/
+5
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-06-07
IB/IPoIB: Fix race between ipoib_remove_one to sysfs functions
Erez Shitrit
1
-0
/
+6
2016-05-25
IB/IPoIB: Allow setting the device address
Mark Bloch
1
-0
/
+2
2015-04-17
IB/ipoib: Fix ndo_get_iflink
Erez Shitrit
1
-2
/
+1
2015-04-02
infiniband/ipoib: implement ndo_get_iflink
Nicolas Dichtel
1
-1
/
+0
2013-11-09
IPoIB: Fix deadlock between dev_change_flags() and __ipoib_dev_flush()
Erez Shitrit
1
-4
/
+6
2012-10-02
IB/ipoib: Add more rtnl_link_ops callbacks
Or Gerlitz
1
-10
/
+14
2012-09-21
IB/ipoib: Add rtnl_link_ops support
Or Gerlitz
1
-45
/
+57
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-1
/
+0
2009-05-19
net: Fix ipoib rtnl_lock sysfs deadlock.
Eric W. Biederman
1
-2
/
+4
2009-03-31
IPoIB: Avoid free_netdev() BUG when destroying a child interface
Roland Dreier
1
-10
/
+15
2009-01-15
IPoIB: Fix deadlock between ipoib_open() and child interface create
Roland Dreier
1
-3
/
+8
2008-10-23
IPoIB: Set netdev offload features properly for child (VLAN) interfaces
Or Gerlitz
1
-0
/
+4
2008-07-15
RDMA: Remove subversion $Id tags
Roland Dreier
1
-2
/
+0
2008-04-30
IPoIB: Copy child MTU from parent
Eli Cohen
1
-0
/
+3
2008-04-23
IPoIB: Handle 4K IB MTU for UD (datagram) mode
Shirley Ma
1
-0
/
+1
2007-10-11
IPoIB: Allow setting policy to ignore multicast groups
Or Gerlitz
1
-0
/
+2
2007-02-10
IPoIB: Connected mode experimental support
Michael S. Tsirkin
1
-0
/
+2
2007-02-07
Network: convert network devices to use struct device instead of class_device
Greg Kroah-Hartman
1
-6
/
+5
2006-05-10
IPoIB: Free child interfaces properly
Roland Dreier
1
-3
/
+1
2006-01-14
IB: convert from semaphores to mutexes
Ingo Molnar
1
-5
/
+5
2005-11-10
[IPoIB] add path record information in debugfs
Roland Dreier
1
-5
/
+2
2005-08-27
[PATCH] IB: Remove unnecessary includes of <linux/version.h>
Olaf Hering
1
-1
/
+0
2005-04-17
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+177