summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | xprtrdma, svcrdma: Convert to ib_alloc_mrSagi Grimberg2015-08-312-4/+4
| * | | | | | | IB/srp: Convert to ib_alloc_mrSagi Grimberg2015-08-311-1/+2
| * | | | | | | iser-target: Convert to ib_alloc_mrSagi Grimberg2015-08-311-2/+4
| * | | | | | | IB/iser: Convert to ib_alloc_mrSagi Grimberg2015-08-311-3/+4
| * | | | | | | IB: Modify ib_create_mr APISagi Grimberg2015-08-317-46/+58
| * | | | | | | IB/core: Get rid of redundant verb ib_destroy_mrSagi Grimberg2015-08-317-61/+15
| * | | | | | | IB/cma: Fix net_dev reference leak with failed requestsHaggai Eran2015-08-311-0/+4
| * | | | | | | IB/cm: Remove compare_data checksHaggai Eran2015-08-305-107/+23
| * | | | | | | IB/cma: Share ib_cm_ids between rdma_cm_idsHaggai Eran2015-08-301-55/+4
| * | | | | | | IB/cma: Use found net_dev for passive connectionsHaggai Eran2015-08-301-27/+49
| * | | | | | | IB/cma: Validate routing of incoming requestsHaggai Eran2015-08-301-3/+92
| * | | | | | | IB/cma: Add net_dev and private data checks to RDMA CMHaggai Eran2015-08-301-3/+185
| * | | | | | | IB/cm: Expose BTH P_Key in CM and SIDR request eventsHaggai Eran2015-08-302-0/+26
| * | | | | | | IB/cma: Helper functions to access port space IDRsHaggai Eran2015-08-301-21/+60
| * | | | | | | IB/cma: Refactor RDMA IP CM private-data parsing codeHaggai Eran2015-08-301-65/+105
| * | | | | | | IB/cm: Share listening CM IDsHaggai Eran2015-08-302-6/+120
| * | | | | | | IB/cm: Expose service ID in request eventsHaggai Eran2015-08-302-0/+4
| * | | | | | | IB/ipoib: Return IPoIB devices matching connection parametersGuy Shapiro2015-08-301-1/+228
| * | | | | | | IB/core: Find the network device matching connection parametersYotam Kenneth2015-08-302-0/+73
| * | | | | | | IB/core: lock client data with lists_rwsemHaggai Eran2015-08-3016-52/+82
| * | | | | | | IB/core: Add rwsem to allow reading device list or client listHaggai Eran2015-08-301-12/+28
| * | | | | | | RDMA/Core: remove rdma_cap_read_multi_sge() helperSteve Wise2015-08-291-28/+0
| * | | | | | | svcrdma: Use max_sge_rd for destination read depthsSteve Wise2015-08-293-11/+6
| * | | | | | | ipath,qib: Expose max_sge_rd correctlySteve Wise2015-08-292-0/+2
| * | | | | | | mlx4, mlx5, mthca: Expose max_sge_rd correctlySagi Grimberg2015-08-293-0/+3
| * | | | | | | staging/hfi1: replace indent spaces with tabsJeff Becker2015-08-291-5/+5
| * | | | | | | IB/hfi1: add driver filesMike Marciniszyn2015-08-2960-0/+57480
| * | | | | | | IB/core: Add core header changes needed for OPADennis Dalessandro2015-08-296-139/+1055
| * | | | | | | RDMA/amso1100: Deprecate the amso1100 driver and move to stagingSteve Wise2015-08-2928-2/+7
| * | | | | | | IB/ipath: Deprecate ipath driver and move to staging.Dennis Dalessandro2015-08-2943-4/+12
| * | | | | | | Staging: Add staging/rdma directory and update MAINTAINERSDoug Ledford2015-08-295-0/+30
| * | | | | | | iw_cxgb4: Add support for clipHariprasad S2015-08-291-4/+72
| * | | | | | | RDMA/cma: fix IPv6 address resolutionSpencer Baugh2015-08-291-2/+5
| * | | | | | | IB/ucma: Fix theoretical user triggered use-after-freeJason Gunthorpe2015-08-291-3/+3
| * | | | | | | iw_cxgb4: set the default MPA version to 2Hariprasad S2015-08-291-2/+2
| * | | | | | | RDMA/iser: Limit sgs to the device fastreg depthSteve Wise2015-08-291-0/+9
| * | | | | | | IB/mlx5: Remove dead code from alloc_cached_mr()Roland Dreier2015-08-291-3/+0
| * | | | | | | IB/qib: Change lkey table allocation to support more MRsMike Marciniszyn2015-08-293-4/+16
| * | | | | | | mlx5: Expose correct page_size_cap in device attributesSagi Grimberg2015-08-291-1/+2
| * | | | | | | mlx5: Fix missing device local_dma_lkeySagi Grimberg2015-08-294-1/+42
* | | | | | | | Merge tag 'for-linus-4.3' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds2015-09-0911-280/+437
|\ \ \ \ \ \ \ \
| * | | | | | | | ipmi:ssif: Add a module parm to specify that SMBus alerts don't workCorey Minyard2015-09-031-0/+8
| * | | | | | | | ipmi: add of_device_id in MODULE_DEVICE_TABLEBrijesh Singh2015-09-031-0/+1
| * | | | | | | | ipmi: Compensate for BMCs that wont set the irq enable bitCorey Minyard2015-09-031-43/+137
| * | | | | | | | ipmi: Don't call receive handler in the panic contextHidehiro Kawai2015-09-031-1/+7
| * | | | | | | | ipmi: Avoid touching possible corrupted lists in the panic contextHidehiro Kawai2015-09-031-0/+17
| * | | | | | | | ipmi: Don't flush messages in sender() in run-to-completion modeHidehiro Kawai2015-09-033-5/+13
| * | | | | | | | ipmi: Factor out message flushing procedureHidehiro Kawai2015-09-031-21/+18
| * | | | | | | | ipmi: Remove unneeded set_run_to_completion callHidehiro Kawai2015-09-031-2/+0
| * | | | | | | | ipmi: Make some data const that was only readCorey Minyard2015-09-037-37/+40