index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
ulp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-23
IB/ipoib: Notify on modify QP failure only when relevant
Erez Shitrit
1
-1
/
+22
2017-07-23
IB/ipoib: Remove double pointer assigning
Leon Romanovsky
1
-1
/
+0
2017-07-23
IB/ipoib: Clean error paths in add port
Leon Romanovsky
1
-6
/
+8
2017-07-23
IB/ipoib: Add get statistics support to SRIOV VF
Feras Daoud
1
-0
/
+1
2017-07-23
IB/ipoib: Add multicast packets statistics
Alex Vesker
2
-1
/
+4
2017-07-23
IB/ipoib: Set IPOIB_NEIGH_TBL_FLUSH after flushed completion initialization
Feras Daoud
1
-1
/
+1
2017-07-23
IB/ipoib: Prevent setting negative values to max_nonsrq_conn_qp
Alex Vesker
1
-0
/
+1
2017-07-23
IB/ipoib: Make sure no in-flight joins while leaving that mcast
Erez Shitrit
1
-16
/
+8
2017-07-23
IB/ipoib: Use cancel_delayed_work_sync when needed
Erez Shitrit
1
-6
/
+1
2017-07-23
IB/ipoib: Fix race between light events and interface restart
Feras Daoud
3
-0
/
+4
2017-07-20
RDMA/iser: don't send an rkey if all data is written as immadiate-data
Sagi Grimberg
1
-2
/
+4
2017-07-20
IB/IPoIB: Fix error code in ipoib_add_port()
Dan Carpenter
1
-0
/
+1
2017-07-17
IB/ipoib: Let lower driver handle get_stats64 call
Erez Shitrit
1
-0
/
+12
2017-07-17
IB/IPoIB: Convert IPoIB to memalloc_noio_* calls
Leon Romanovsky
1
-9
/
+7
2017-07-17
IB/IPoIB: Forward MTU change to driver below
Erez Shitrit
1
-2
/
+17
2017-07-17
IB: Convert msleep below 20ms to usleep_range
Leon Romanovsky
2
-3
/
+3
2017-07-17
IB/iser: Fix connection teardown race condition
Vladimir Neyelov
1
-0
/
+11
2017-07-17
Merge tag 'v4.13-rc1' into k.o/for-4.13-rc
Doug Ledford
6
-11
/
+13
2017-07-13
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
2
-3
/
+3
2017-07-11
IB/iser: Handle lack of memory management extentions correctly
Mike Marciniszyn
1
-2
/
+8
2017-07-06
iser-target: Avoid isert_conn->cm_id dereference in isert_login_recv_done
Nicholas Bellinger
1
-1
/
+1
2017-07-06
IB/srpt: Make a debug statement in srpt_abort_cmd() more informative
Bart Van Assche
1
-2
/
+2
2017-07-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
6
-21
/
+19
2017-07-05
IB/core, opa_vnic, hfi1, mlx5: Properly free rdma_netdev
Niranjana Vishwanathapura
2
-8
/
+8
2017-06-29
IB/opa_vnic: Use spinlock instead of mutex for stats_lock
Vishwanathapura, Niranjana
4
-12
/
+10
2017-06-29
IB/opa_vnic: Use GFP_ATOMIC while sending trap
Vishwanathapura, Niranjana
1
-1
/
+1
2017-06-26
net: add netlink_ext_ack argument to rtnl_link_ops.changelink
Matthias Schiffer
1
-3
/
+4
2017-06-26
net: add netlink_ext_ack argument to rtnl_link_ops.newlink
Matthias Schiffer
1
-1
/
+2
2017-06-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-7
/
+20
2017-06-16
networking: make skb_push & __skb_push return void pointers
Johannes Berg
3
-4
/
+4
2017-06-14
IB/ipoib: Fix memory leak in create child syscall
Feras Daoud
1
-3
/
+3
2017-06-14
IB/ipoib: Fix access to un-initialized napi struct
Alex Vesker
1
-1
/
+0
2017-06-14
IB/ipoib: Delete napi in device uninit default
Alex Vesker
1
-0
/
+3
2017-06-14
IB/ipoib: Limit call to free rdma_netdev for capable devices
Alex Vesker
1
-1
/
+4
2017-06-14
IB/ipoib: Fix memory leaks for child interfaces priv
Alex Vesker
2
-2
/
+10
2017-06-01
RDMA/SA: Fix kernel panic in CMA request handler flow
Majd Dibbiny
1
-1
/
+1
2017-06-01
RDMA/srp: Fix NULL deref at srp_destroy_qp()
Israel Rukshin
1
-1
/
+1
2017-06-01
RDMA/IPoIB: Limit the ipoib_dev_uninit_default scope
Leon Romanovsky
1
-1
/
+1
2017-06-01
RDMA/IPoIB: Replace netdev_priv with ipoib_priv for ipoib_get_link_ksettings
Honggang Li
1
-1
/
+1
2017-05-12
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
1
-6
/
+3
2017-05-07
IB/srpt: Avoid that aborting a command triggers a kernel warning
Bart Van Assche
1
-1
/
+2
2017-05-07
IB/srpt: Fix abort handling
Bart Van Assche
1
-5
/
+1
2017-05-04
IB/ipoib: add get_link_ksettings in ethtool
Zhu Yanjun
1
-0
/
+59
2017-05-01
IB/SA: Add support to query OPA path records
Dasaratharaman Chandramouli
2
-2
/
+9
2017-05-01
IB/SA: Add OPA path record type
Dasaratharaman Chandramouli
3
-9
/
+9
2017-05-01
IB/SA: Split struct sa_path_rec based on IB and ROCE specific fields
Dasaratharaman Chandramouli
3
-10
/
+14
2017-05-01
IB/SA: Rename ib_sa_path_rec to sa_path_rec
Dasaratharaman Chandramouli
5
-7
/
+7
2017-05-01
IB/core: Define 'ib' and 'roce' rdma_ah_attr types
Dasaratharaman Chandramouli
2
-0
/
+2
2017-05-01
IB/core: Use rdma_ah_attr accessor functions
Dasaratharaman Chandramouli
2
-36
/
+33
2017-05-01
IB/core: Rename ib_destroy_ah to rdma_destroy_ah
Dasaratharaman Chandramouli
3
-6
/
+6
[next]