summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * rxe: Fix a sleep-in-atomic bug in post_one_sendJia-Ju Bai2017-06-141-7/+2
* | crypto: Work around deallocated stack frame reference gcc bug on sparc.David Miller2017-06-081-1/+4
|/
* rxe: expose num_possible_cpus() cnum_comp_vectorsSagi Grimberg2017-05-042-2/+1
* IB/rxe: Update caller's CRC for RXE_MEM_TYPE_DMA memory typeLeon Romanovsky2017-05-041-1/+1
* IB/rxe: Don't clamp residual length to mtuJohannes Thumshirn2017-05-011-2/+0
* IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli2017-05-012-0/+2
* IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli2017-05-013-19/+23
* IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-013-12/+13
* IB/rxe: Initialize ib_ah_attr during query_ahDasaratharaman Chandramouli2017-05-012-0/+2
* IB/rxe: fix typo: "algorithmi" -> "algorithm"Colin Ian King2017-04-281-1/+1
* IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov2017-04-251-5/+3
* {net,IB}/{rxe,usnic}: Utilize generic mac to eui32 functionYuval Shaia2017-04-254-32/+6
* IB/rxe: Cache dst in QP instead of getting it for each sendyonatanc2017-04-212-4/+59
* IB/rxe: Offload CRC calculation when possibleyonatanc2017-04-219-9/+44
* IB/rxe: Do not export module's private functionParav Pandit2017-04-211-1/+0
OpenPOWER on IntegriCloud