| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-07-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending |  Linus Torvalds | 2 | -3/+3 |
| 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/dledford/rdma |  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/target-pending |  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 | -34/+31 |
| 2017-05-01 | IB/core: Rename ib_destroy_ah to rdma_destroy_ah |  Dasaratharaman Chandramouli | 3 | -6/+6 |
| 2017-05-01 | IB/core: Rename ib_create_ah to rdma_create_ah |  Dasaratharaman Chandramouli | 2 | -2/+2 |
| 2017-05-01 | IB/core: Rename struct ib_ah_attr to rdma_ah_attr |  Dasaratharaman Chandramouli | 5 | -5/+5 |
| 2017-05-01 | IB/IPoIB: Remove 'else' when the 'if' has a return. |  Dasaratharaman Chandramouli | 1 | -10/+9 |
| 2017-04-28 | IB/core: Move opa_class_port_info definition to header file |  Dasaratharaman Chandramouli | 1 | -25/+0 |
| 2017-04-28 | IB/SA: Modify SA to implicitly cache Class Port info |  Dasaratharaman Chandramouli | 3 | -78/+3 |
| 2017-04-25 | IB/iser: fix spelling mistake: "unexepected" -> "unexpected" |  Colin Ian King | 1 | -1/+1 |
| 2017-04-21 | IB/ipoib: Fix deadlock between ipoib_stop and mcast join flow |  Feras Daoud | 1 | -6/+5 |
| 2017-04-21 | IB/ipoib: Update broadcast object if PKey value was changed in index 0 |  Feras Daoud | 1 | -0/+13 |
| 2017-04-20 | IB/IPoIB: Support acceleration options callbacks |  Erez Shitrit | 7 | -76/+188 |
| 2017-04-20 | IB/IPoIB: Use defined function for netdev_priv function |  Erez Shitrit | 10 | -129/+136 |
| 2017-04-20 | IB/IPoIB: Rename qpn to be dqpn in ipoib_send and post_send functions |  Erez Shitrit | 2 | -7/+8 |
| 2017-04-20 | IB/IPoIB: Separate control from HW operation on ipoib_open/stop ndo |  Erez Shitrit | 3 | -103/+131 |
| 2017-04-20 | IB/IPoIB: Separate control and data related initializations |  Erez Shitrit | 4 | -88/+109 |
| 2017-04-20 | IB/opa-vnic: VNIC Ethernet Management Agent (VEMA) function |  Vishwanathapura, Niranjana | 5 | -5/+1106 |
| 2017-04-20 | IB/opa-vnic: VNIC Ethernet Management Agent (VEMA) interface |  Vishwanathapura, Niranjana | 5 | -2/+581 |
| 2017-04-20 | IB/opa-vnic: VNIC MAC table support |  Vishwanathapura, Niranjana | 3 | -0/+291 |
| 2017-04-20 | IB/opa-vnic: VNIC statistics support |  Vishwanathapura, Niranjana | 3 | -0/+132 |
| 2017-04-20 | IB/opa-vnic: VNIC Ethernet Management (EM) structure definitions |  Vishwanathapura, Niranjana | 2 | -0/+456 |
| 2017-04-20 | IB/opa-vnic: Virtual Network Interface Controller (VNIC) netdev |  Vishwanathapura, Niranjana | 8 | -0/+794 |