index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
ulp
/
ipoib
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
2
-3
/
+3
*
Merge branch 'mlx5_ipoib_qpn' into rdma.git for-next
Jason Gunthorpe
2020-07-06
1
-2
/
+9
|
\
|
*
RDMA/ipoib: Handle user-supplied address when creating child
Michael Guralnik
2020-07-06
1
-2
/
+9
*
|
RDMA/ipoib: Fix ABBA deadlock with ipoib_reap_ah()
Jason Gunthorpe
2020-07-02
2
-36
/
+31
*
|
RDMA/ipoib: Return void from ipoib_ib_dev_stop()
Kamal Heib
2020-06-24
2
-4
/
+2
*
|
RDMA/ipoib: Return void from ipoib_mcast_stop_thread()
Kamal Heib
2020-06-22
2
-4
/
+2
|
/
*
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-14
1
-4
/
+4
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2020-06-05
4
-31
/
+35
|
\
|
*
RDMA/ipoib: Remove can_sleep parameter from iboib_mcast_alloc
Kamal Heib
2020-05-25
1
-6
/
+5
|
*
IB/ipoib: Add capability to switch between datagram and connected mode
Gary Leshner
2020-05-21
1
-8
/
+10
|
*
IB/{hfi1, ipoib, rdma}: Broadcast ping sent packets which exceeded mtu size
Gary Leshner
2020-05-21
3
-0
/
+6
|
*
IB/ipoib: Increase ipoib Datagram mode MTU's upper limit
Kaike Wan
2020-05-21
2
-7
/
+6
|
*
IB/{rdmavt, hfi1}: Implement creation of accelerated UD QPs
Gary Leshner
2020-05-21
1
-0
/
+3
|
*
RDMA: Allow ib_client's to fail when add() is called
Jason Gunthorpe
2020-05-06
1
-10
/
+5
*
|
IB/ipoib: Fix double free of skb in case of multicast traffic in CM mode
Valentine Fatiev
2020-05-27
4
-12
/
+26
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2020-04-01
3
-9
/
+0
|
\
|
*
RDMA/ipoib: Don't set constant driver version
Leon Romanovsky
2020-02-27
3
-9
/
+0
*
|
RDMA/ipoib: reject unsupported coalescing params
Jakub Kicinski
2020-03-06
1
-0
/
+2
|
/
*
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-12-12
1
-1
/
+1
*
IB/ipoib: Add ndo operation for getting VFs GUID attributes
Danit Goldberg
2019-11-22
1
-0
/
+10
*
net: Use skb_frag_off accessors
Jonathan Lemon
2019-07-30
1
-1
/
+2
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2019-07-15
5
-23
/
+24
|
\
|
*
IB/ipoib: Add child to parent list only if device initialized
Valentine Fatiev
2019-07-04
1
-14
/
+20
|
*
IB/ipoib: Remove memset after vzalloc in ipoib_cm.c
Fuqian Huang
2019-07-03
1
-1
/
+0
|
*
Merge tag 'v5.2-rc6' into rdma.git for-next
Jason Gunthorpe
2019-06-28
1
-0
/
+1
|
|
\
|
*
|
docs: infiniband: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
2019-06-25
1
-1
/
+1
|
*
|
RDMA/ipoib: Remove check for ETH_SS_TEST
Kamal Heib
2019-06-11
1
-2
/
+0
|
*
|
RDMA/ipoib: implement ethtool .get_link() callback
Kamal Heib
2019-06-07
1
-0
/
+1
|
*
|
RDMA/ipoib: Remove check of destroy CQ
Leon Romanovsky
2019-05-21
1
-5
/
+2
*
|
|
ipoib: correcly show a VF hardware address
Denis Kirjanov
2019-06-18
1
-0
/
+1
|
|
/
|
/
|
*
|
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
|
/
*
RDMA/ipoib: Allow user space differentiate between valid dev_port
Leon Romanovsky
2019-05-07
1
-1
/
+12
*
IB/core, ipoib: Do not overreact to SM LID change event
Dennis Dalessandro
2019-05-07
1
-2
/
+1
*
RDMA: Add and use rdma_for_each_port
Jason Gunthorpe
2019-02-19
1
-2
/
+2
*
IB/ipoib: Use __func__ instead of function's name
Erez Alfasi
2019-02-14
1
-2
/
+2
*
Merge tag 'v5.0-rc5' into rdma.git for-next
Jason Gunthorpe
2019-02-04
2
-3
/
+1
|
\
|
*
IB/ipoib: Fix for use-after-free in ipoib_cm_tx_start
Feras Daoud
2019-01-25
2
-3
/
+1
*
|
IB/ipoib: Make ipoib_intercept_dev_id_attr() static
Kamal Heib
2019-01-29
1
-1
/
+1
*
|
infiniband: ipoib: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-01-24
3
-11
/
+4
|
/
*
IB/ipoib: drop useless LIST_HEAD
Julia Lawall
2019-01-02
1
-1
/
+0
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2018-12-28
2
-4
/
+4
|
\
|
*
RDMA: Mark if destroy address handle is in a sleepable context
Gal Pressman
2018-12-19
1
-1
/
+1
|
*
RDMA: Mark if create address handle is in a sleepable context
Gal Pressman
2018-12-19
1
-1
/
+1
|
*
RDMA: Start use ib_device_ops
Kamal Heib
2018-12-12
1
-2
/
+2
*
|
net: core: dev: Add extack argument to dev_change_flags()
Petr Machata
2018-12-06
1
-3
/
+3
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2018-10-26
3
-4
/
+42
|
\
|
*
IB/ipoib: Clear IPCB before icmp_send
Denis Drozdov
2018-10-16
1
-2
/
+6
|
*
RDMA/ulp: Use dev_name instead of ibdev->name
Jason Gunthorpe
2018-09-26
1
-1
/
+1
|
*
IB/ipoib: Log sysfs 'dev_id' accesses from userspace
Arseny Maslennikov
2018-09-13
1
-0
/
+31
|
*
IB/ipoib: Use dev_port to expose network interface port numbers
Arseny Maslennikov
2018-09-13
1
-0
/
+2
[next]