index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
ulp
/
ipoib
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-02
RDMA/ipoib: Fix warning caused by destroying non-initial netns
Kamal Heib
1
-0
/
+1
2021-04-20
IB/ipoib: Remove unnecessary struct declaration
Wan Jiabing
1
-2
/
+0
2021-04-19
IB/ipoib: Improve latency in ipoib/cm connection formation
Manjunath Patil
1
-5
/
+1
2021-04-13
RDMA/ipoib: Print a message if only child interface is UP
Jack Wang
1
-1
/
+6
2021-04-07
IB/{ipoib,hfi1}: Add a timeout handler for rdma_netdev
Mike Marciniszyn
1
-0
/
+5
2021-03-26
RDMA: Support more than 255 rdma ports
Mark Bloch
3
-10
/
+10
2021-02-16
RDMA/ipoib: Remove racy Subnet Manager sendonly join checks
Christoph Lameter
3
-15
/
+1
2021-01-07
RDMA: Convert comma to semicolon
Zheng Yongjun
1
-1
/
+1
2020-11-20
RDMA/ipoib: Distribute cq completion vector better
Jack Wang
1
-2
/
+2
2020-11-02
RDMA/ipoib: Add 50Gb and 100Gb link speeds to ethtool
Meir Lichtinger
1
-0
/
+4
2020-10-26
RDMA: Convert sysfs device * show functions to use sysfs_emit()
Joe Perches
3
-6
/
+7
2020-10-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
5
-51
/
+20
2020-10-05
RDMA/ipoib: Set rtnl_link_ops for ipoib interfaces
Kamal Heib
3
-0
/
+15
2020-09-28
net: core: introduce struct netdev_nested_priv for nested interface infrastru...
Taehee Yoo
1
-3
/
+6
2020-09-16
RDMA/ipoib: Convert to use DEFINE_SEQ_ATTRIBUTE macro
Liu Shixin
1
-46
/
+4
2020-09-09
RDMA: Restore ability to fail on SRQ destroy
Leon Romanovsky
1
-5
/
+1
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2
-3
/
+3
2020-07-06
Merge branch 'mlx5_ipoib_qpn' into rdma.git for-next
Jason Gunthorpe
1
-2
/
+9
2020-07-06
RDMA/ipoib: Handle user-supplied address when creating child
Michael Guralnik
1
-2
/
+9
2020-07-02
RDMA/ipoib: Fix ABBA deadlock with ipoib_reap_ah()
Jason Gunthorpe
2
-36
/
+31
2020-06-24
RDMA/ipoib: Return void from ipoib_ib_dev_stop()
Kamal Heib
2
-4
/
+2
2020-06-22
RDMA/ipoib: Return void from ipoib_mcast_stop_thread()
Kamal Heib
2
-4
/
+2
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
1
-4
/
+4
2020-06-05
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
4
-31
/
+35
2020-05-27
IB/ipoib: Fix double free of skb in case of multicast traffic in CM mode
Valentine Fatiev
4
-12
/
+26
2020-05-25
RDMA/ipoib: Remove can_sleep parameter from iboib_mcast_alloc
Kamal Heib
1
-6
/
+5
2020-05-21
IB/ipoib: Add capability to switch between datagram and connected mode
Gary Leshner
1
-8
/
+10
2020-05-21
IB/{hfi1, ipoib, rdma}: Broadcast ping sent packets which exceeded mtu size
Gary Leshner
3
-0
/
+6
2020-05-21
IB/ipoib: Increase ipoib Datagram mode MTU's upper limit
Kaike Wan
2
-7
/
+6
2020-05-21
IB/{rdmavt, hfi1}: Implement creation of accelerated UD QPs
Gary Leshner
1
-0
/
+3
2020-05-06
RDMA: Allow ib_client's to fail when add() is called
Jason Gunthorpe
1
-10
/
+5
2020-04-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
3
-9
/
+0
2020-03-06
RDMA/ipoib: reject unsupported coalescing params
Jakub Kicinski
1
-0
/
+2
2020-02-27
RDMA/ipoib: Don't set constant driver version
Leon Romanovsky
3
-9
/
+0
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
1
-1
/
+1
2019-11-22
IB/ipoib: Add ndo operation for getting VFs GUID attributes
Danit Goldberg
1
-0
/
+10
2019-07-30
net: Use skb_frag_off accessors
Jonathan Lemon
1
-1
/
+2
2019-07-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
5
-23
/
+24
2019-07-04
IB/ipoib: Add child to parent list only if device initialized
Valentine Fatiev
1
-14
/
+20
2019-07-03
IB/ipoib: Remove memset after vzalloc in ipoib_cm.c
Fuqian Huang
1
-1
/
+0
2019-06-28
Merge tag 'v5.2-rc6' into rdma.git for-next
Jason Gunthorpe
1
-0
/
+1
2019-06-25
docs: infiniband: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
1
-1
/
+1
2019-06-18
ipoib: correcly show a VF hardware address
Denis Kirjanov
1
-0
/
+1
2019-06-11
RDMA/ipoib: Remove check for ETH_SS_TEST
Kamal Heib
1
-2
/
+0
2019-06-07
RDMA/ipoib: implement ethtool .get_link() callback
Kamal Heib
1
-0
/
+1
2019-05-21
RDMA/ipoib: Remove check of destroy CQ
Leon Romanovsky
1
-5
/
+2
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-05-07
RDMA/ipoib: Allow user space differentiate between valid dev_port
Leon Romanovsky
1
-1
/
+12
2019-05-07
IB/core, ipoib: Do not overreact to SM LID change event
Dennis Dalessandro
1
-2
/
+1
2019-02-19
RDMA: Add and use rdma_for_each_port
Jason Gunthorpe
1
-2
/
+2
[next]