summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | IB/cm: cm_init_av_by_path should find a GID by its netdeviceMatan Barak2015-10-221-2/+5
| * | | | | IB/core: Add netdev to path recordMatan Barak2015-10-222-2/+13
| * | | | | IB/core: Expose and rename ib_find_cached_gid_by_port cache APIMatan Barak2015-10-223-11/+7
| * | | | | IB/core: Add netdev and gid attributes paramteres to cacheMatan Barak2015-10-2217-32/+48
| * | | | | IB/mlx4: Add support for blocking multicast loopback QP creation user flagEran Ben Elisha2015-10-222-6/+10
| * | | | | IB/mlx4: Add counter based implementation for QP multicast loopback blockEran Ben Elisha2015-10-222-0/+68
| * | | | | IB/mlx4: Add IB counters tableEran Ben Elisha2015-10-224-24/+81
| * | | | | IB/core: Allow setting create flags in QP init attributeEran Ben Elisha2015-10-221-1/+1
| * | | | | IB/core: Extend ib_uverbs_create_qpEran Ben Elisha2015-10-223-65/+191
| * | | | | iw_cxgb4: Adds support for T6 adapterHariprasad S2015-10-225-146/+204
| * | | | | RDMA/ocrdma: Bump up ocrdma version number to 11.0.0.0Selvin Xavier2015-10-211-1/+1
| * | | | | RDMA/ocrdma: Prevent CQ-Doorbell floodsDevesh Sharma2015-10-211-8/+3
| * | | | | RDMA/ocrdma: Check resource ids received in Async CQENaga Irrinki2015-10-211-4/+26
| * | | | | RDMA/ocrdma: Avoid a possible crash in ocrdma_rem_port_statsSelvin Xavier2015-10-211-1/+1
| * | | | | RDMA/ocrdma: Cleanup unused device list and rcu variablesSelvin Xavier2015-10-212-15/+2
| * | | | | iw_cxgb4: reverse the ord/ird in the ESTABLISHED upcallHariprasad S2015-10-211-2/+2
| * | | | | iw_cxgb4: fix misuse of ep->ord for minimum ird calculationHariprasad S2015-10-211-1/+1
| * | | | | iw_cxgb4: pass the ord/ird in connect reply eventsHariprasad S2015-10-211-0/+4
| * | | | | iw_cxgb4: detect fatal errors while creating listening filtersHariprasad S2015-10-211-0/+4
| * | | | | IB/core: avoid 32-bit warningArnd Bergmann2015-10-211-1/+1
| * | | | | RDMA/cxgb4: re-fix 32-bit build warningArnd Bergmann2015-10-211-1/+1
| * | | | | IB/iser: fix a comment typoGeliang Tang2015-10-211-1/+1
| * | | | | usnic: correctly handle kzalloc return valueInsu Yun2015-10-211-4/+4
| * | | | | usnic: correctly check failed allocationInsu Yun2015-10-211-5/+4
| * | | | | Merge branch 'k.o/for-4.3-v1' into k.o/for-4.4Doug Ledford2015-10-2140-200/+591
| |\ \ \ \ \
| * | | | | | IB/mlx4: Report checksum offload cap for RAW QP when query deviceBodong Wang2015-09-291-0/+2
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-061-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | mlx5: stop including <asm-generic/kmap_types.h>Christoph Hellwig2015-10-151-1/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-015-14/+46
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-10-245-14/+46
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | IB/cm: Fix rb-tree duplicate free and use-after-freeDoron Tsur2015-10-211-1/+9
| | * | | | | IB/cma: Use inner P_Key to determine netdevHaggai Eran2015-10-201-2/+2
| | * | | | | IB/ucma: check workqueue allocation before usageSasha Levin2015-10-201-1/+6
| | * | | | | IB/cma: Potential NULL dereference in cma_id_from_eventHaggai Eran2015-10-201-1/+1
| | * | | | | IB/core: Fix use after free of ifaMatan Barak2015-10-201-8/+27
| | * | | | | IB/core: Fix memory corruption in ib_cache_gid_set_default_gidDoron Tsur2015-10-151-1/+1
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-2029-89/+478
|\| | | | | |
| * | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-10-1529-89/+478
| |\| | | | | | | |/ / / / | |/| | | |
| | * | | | IB/ipoib: For sendonly join free the multicast group on leaveChristoph Lameter2015-10-133-2/+5
| | | |/ / | | |/| |
| | * | | IB/cma: Accept connection without a valid netdev on RoCEHaggai Eran2015-10-061-14/+40
| | * | | usnic: add missing clauses to BSD licenseJeff Squyres2015-10-0625-73/+433
* | | | | drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-3/+0
|/ / / /
* | / / Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-10-0110-98/+68
|\| | | | |/ / |/| |
| * | IB/ipoib: increase the max mcast backlog queueDoug Ledford2015-09-261-1/+1
| * | IB/ipoib: Make sendonly multicast joins create the mcast groupDoug Ledford2015-09-251-10/+12
| * | IB/ipoib: Expire sendonly multicast joinsChristoph Lameter2015-09-253-2/+22
| * | IB/mlx5: Remove pa_lkey usagesSagi Grimberg2015-09-253-62/+1
| * | IB/mlx5: Remove support for IB_DEVICE_LOCAL_DMA_LKEYSagi Grimberg2015-09-251-9/+1
| * | IB/iser: Add module parameter for always register memorySagi Grimberg2015-09-254-14/+31
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2015-09-272-119/+195
|\ \ \ | |/ / |/| |