| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: flip the default on use_clustering | Christoph Hellwig | 2018-12-19 | 2 | -2/+0 |
* | scsi: target: replace fabric_ops.name with fabric_alias | David Disseldorp | 2018-11-29 | 1 | -1/+0 |
* | scsi: target: drop unnecessary get_fabric_name() accessor from fabric_ops | David Disseldorp | 2018-11-29 | 1 | -6/+1 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2018-10-26 | 10 | -42/+86 |
|\ |
|
| * | ib_srp: Remove WARN_ON in srp_terminate_io() | Hannes Reinecke | 2018-10-17 | 1 | -9/+0 |
| * | IB/ipoib: Clear IPCB before icmp_send | Denis Drozdov | 2018-10-16 | 1 | -2/+6 |
| * | Merge branch 'for-rc' into rdma.git for-next | Jason Gunthorpe | 2018-10-16 | 1 | -3/+3 |
| |\ |
|
| * | | IB/hfi1: Ensure ucast_dlid access doesnt exceed bounds | Dennis Dalessandro | 2018-10-01 | 1 | -1/+2 |
| * | | IB/iser: Fix possible NULL deref at iser_inv_desc() | Israel Rukshin | 2018-09-28 | 1 | -5/+13 |
| * | | RDMA/ulp: Use dev_name instead of ibdev->name | Jason Gunthorpe | 2018-09-26 | 6 | -23/+29 |
| * | | 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 |
| * | | IB/ipoib: Ensure that MTU isn't less than minimum permitted | Muhammad Sammar | 2018-09-06 | 1 | -1/+2 |
| * | | Merge branch 'uverbs_dev_cleanups' into rdma.git for-next | Jason Gunthorpe | 2018-09-06 | 1 | -0/+2 |
| |\ \ |
|
| * | | | IB/srp: Remove unnecessary unlikely() | Igor Stoppa | 2018-09-05 | 1 | -1/+1 |
* | | | | RDMA/netdev: Fix netlink support in IPoIB | Denis Drozdov | 2018-10-11 | 4 | -65/+108 |
* | | | | RDMA/netdev: Hoist alloc_netdev_mqs out of the driver | Denis Drozdov | 2018-10-11 | 1 | -13/+8 |
| |_|/
|/| | |
|
* | | | IB/srp: Avoid that sg_reset -d ${srp_device} triggers an infinite loop | Bart Van Assche | 2018-09-19 | 1 | -3/+3 |
| |/
|/| |
|
* | | IB/ipoib: Avoid a race condition between start_xmit and cm_rep_handler | Aaron Knister | 2018-09-05 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'linus/master' into rdma.git for-next | Jason Gunthorpe | 2018-08-16 | 3 | -10/+7 |
|\ |
|
| * | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2018-08-16 | 1 | -7/+4 |
| |\ |
|
| | * | scsi: target: srp, vscsi, sbp, qla: use target_remove_session | Mike Christie | 2018-08-02 | 1 | -2/+1 |
| | * | scsi: target: rename target_alloc_session | Mike Christie | 2018-08-02 | 1 | -3/+3 |
| | * | scsi: target: Remove second argument from fabric_make_tpg() | Bart Van Assche | 2018-07-02 | 1 | -2/+0 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2018-08-16 | 1 | -2/+2 |
| |\ \ |
|
| | * | | net: allow ndo_select_queue to pass netdev | Alexander Duyck | 2018-07-09 | 1 | -2/+2 |
| | |/ |
|
| * / | block: move ref_tag calculation func to the block layer | Max Gurtovoy | 2018-07-30 | 1 | -1/+1 |
| |/ |
|
* | | IB/ipoib: Consolidate checking of the proposed child interface | Jason Gunthorpe | 2018-08-03 | 2 | -28/+52 |
* | | IB/ipoib: Maintain the child_intfs list from ndo_init/uninit | Jason Gunthorpe | 2018-08-03 | 3 | -26/+16 |
* | | IB/ipoib: Do not remove child devices from within the ndo_uninit | Jason Gunthorpe | 2018-08-03 | 3 | -11/+30 |
* | | IB/ipoib: Get rid of the sysfs_mutex | Jason Gunthorpe | 2018-08-03 | 4 | -48/+65 |
* | | RDMA/netdev: Use priv_destructor for netdev cleanup | Jason Gunthorpe | 2018-08-03 | 3 | -66/+105 |
* | | IB/ipoib: Move init code to ndo_init | Jason Gunthorpe | 2018-08-03 | 4 | -119/+114 |
* | | IB/ipoib: Move all uninit code into ndo_uninit | Jason Gunthorpe | 2018-08-03 | 3 | -32/+34 |
* | | IB/ipoib: Use cancel_delayed_work_sync for neigh-clean task | Erez Shitrit | 2018-08-03 | 2 | -24/+10 |
* | | IB/ipoib: Get rid of IPOIB_FLAG_GOING_DOWN | Jason Gunthorpe | 2018-08-03 | 4 | -13/+18 |
* | | IB/IPoIB: Set ah valid flag in multicast send flow | Denis Drozdov | 2018-08-01 | 1 | -0/+1 |
* | | RDMA: Fix return code check in rdma_set_cq_moderation | Kamal Heib | 2018-08-01 | 1 | -1/+1 |
* | | RDMA/cma: Constify path record, ib_cm_event, listen_id pointers | Parav Pandit | 2018-07-31 | 3 | -11/+17 |
* | | RDMA/ipoib: Fix check for return code from ib_create_srq | Kamal Heib | 2018-07-31 | 1 | -1/+1 |
* | | IB/iser: Inline two work request conversion functions | Bart Van Assche | 2018-07-31 | 1 | -2/+3 |
* | | IB/srpt: Simplify ib_post_(send|recv|srq_recv)() calls | Bart Van Assche | 2018-07-25 | 1 | -9/+8 |
* | | IB/srp: Simplify ib_post_(send|recv|srq_recv)() calls | Bart Van Assche | 2018-07-25 | 1 | -8/+6 |
* | | IB/isert: Simplify ib_post_(send|recv|srq_recv)() calls | Bart Van Assche | 2018-07-25 | 1 | -12/+9 |
* | | IB/iser: Simplify ib_post_(send|recv|srq_recv)() calls | Bart Van Assche | 2018-07-25 | 1 | -7/+7 |
* | | IB/IPoIB: Simplify ib_post_(send|recv|srq_recv)() calls | Bart Van Assche | 2018-07-25 | 2 | -13/+6 |
* | | IB/ipoib: Fix error return code in ipoib_dev_init() | Wei Yongjun | 2018-07-24 | 1 | -1/+2 |
* | | IPoIB: use kvzalloc to allocate an array of bucket pointers | Jan Dakinevich | 2018-07-23 | 1 | -2/+2 |
* | | IB/srpt: Fix srpt_cm_req_recv() error path (2/2) | Bart Van Assche | 2018-07-13 | 1 | -1/+4 |
* | | IB/srpt: Fix srpt_cm_req_recv() error path (1/2) | Bart Van Assche | 2018-07-13 | 1 | -3/+14 |