aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe
Commit message (Expand)AuthorAgeFilesLines
* IB/rxe: remove redudant parameter in rxe_av_fill_ip_infoZhu Yanjun2018-01-314-7/+5
* IB/rxe: change the function rxe_av_fill_ip_info to voidZhu Yanjun2018-01-313-6/+4
* IB/rxe: change the function to void from intZhu Yanjun2018-01-312-3/+2
* IB/rxe: remove unnecessary parameter in rxe_av_to_attrZhu Yanjun2018-01-314-10/+5
* IB/rxe: change the function to void from intZhu Yanjun2018-01-313-6/+4
* IB/rxe: remove redudant parameter in functionZhu Yanjun2018-01-314-8/+7
* IB/rxe: Change RDMA_RXE kconfig to use selectJason Gunthorpe2018-01-291-2/+2
* RDMA/rxe: Fix rxe_qp_cleanup()Bart Van Assche2018-01-182-2/+13
* RDMA/rxe: Fix a race condition in rxe_requester()Bart Van Assche2018-01-183-10/+2
* RDMA: Mark imm_data as be32 in the verbs uapi headerJason Gunthorpe2018-01-151-2/+1
* RDMA/rxe: Fix a race condition related to the QP error stateBart Van Assche2018-01-101-0/+2
* IB/rxe: remove unnecessary skb_clone in xmitZhu Yanjun2018-01-081-11/+5
* IB/rxe: add the static type to the variableZhu Yanjun2018-01-082-2/+1
* RDMA/rxe: Remove useless EXPORT_SYMBOLLeon Romanovsky2018-01-022-7/+5
* IB/rxe: Avoid passing unused index pointer which is optionalParav Pandit2017-12-181-2/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-11-157-21/+28
|\
| * IB/rxe: don't crash, if allocation of crc algorithm failedThomas Bogendoerfer2017-11-101-4/+6
| * IB/rxe: Convert timers to use timer_setup()Kees Cook2017-10-254-8/+8
| * RDMA/rxe: Suppress gcc 7 fall-through complaintsBart Van Assche2017-10-143-3/+4
| * IB/rxe: put the pool on allocation failureDoug Ledford2017-10-091-7/+9
| * IB/rxe: check for allocation failure on elemColin Ian King2017-10-091-0/+2
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* IB/rxe: Handle NETDEV_CHANGE eventsAndrew Boyer2017-08-281-1/+6
* IB/rxe: Avoid ICRC errors by copying into the skb firstAndrew Boyer2017-08-281-6/+6
* IB/rxe: Another fix for broken receive queue drainingAndrew Boyer2017-08-281-1/+3
* IB/rxe: Remove unneeded initialization in prepare6()Andrew Boyer2017-08-281-1/+1
* IB/rxe: Fix up rxe_qp_cleanup()Andrew Boyer2017-08-281-7/+2
* IB/rxe: Add dst_clone() in prepare_ipv6_hdr()Andrew Boyer2017-08-281-1/+1
* IB/rxe: Fix destination cache for IPv6Andrew Boyer2017-08-282-1/+7
* IB/rxe: Fix up the responder's find_resources() functionAndrew Boyer2017-08-281-1/+1
* IB/rxe: Remove dangling prototypeAndrew Boyer2017-08-281-2/+0
* IB/rxe: Disable completion upcalls when a CQ is destroyedAndrew Boyer2017-08-284-0/+24
* IB/rxe: Move refcounting earlier in rxe_send()Andrew Boyer2017-08-281-3/+5
* IB/rxe: Make rxe_counter_name staticKamal Heib2017-08-241-1/+1
* Merge branch 'misc' into k.o/for-nextDoug Ledford2017-08-181-6/+1
|\
| * IB/rxe: Remove unneeded checkYuval Shaia2017-08-181-5/+0
| * IB/rxe: Convert pr_info to pr_warnYuval Shaia2017-08-181-1/+1
* | Merge branch 'misc' into k.o/for-nextDoug Ledford2017-07-272-48/+6
|\ \
| * | RDMA: Remove useless MODULE_VERSIONLeon Romanovsky2017-07-241-1/+0
| * | IB/core: Add generic function to extract IB speed from netdevYuval Shaia2017-07-241-47/+6
| |/
* | IB/rxe: Constify static rxe_vm_opsKamal Heib2017-07-241-1/+1
* | IB/rxe: Use __func__ to print function's nameKamal Heib2017-07-242-5/+5
* | IB/rxe: Use DEVICE_ATTR_RO macro to show parent fieldKamal Heib2017-07-241-3/+3
* | IB/rxe: Prefer 'unsigned int' to bare use of 'unsigned'Kamal Heib2017-07-243-3/+3
* | IB/rxe: Use "foo *bar" instead of "foo * bar"Kamal Heib2017-07-241-1/+1
|/
* rxe: fix broken receive queue drainingVijay Immanuel2017-07-202-0/+6
* IB/rxe: Set dma_mask and coherent_dma_maskyonatanc2017-07-171-0/+2
* IB/rxe: Fix kernel panic from skb destructorYonatan Cohen2017-07-171-0/+3
* IB/rxe: do not copy extra stack memory to skbKees Cook2017-07-121-1/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-06-161-7/+2
|\