summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/rxe
AgeCommit message (Expand)Author
2017-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2017-11-10IB/rxe: don't crash, if allocation of crc algorithm failedThomas Bogendoerfer
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-25IB/rxe: Convert timers to use timer_setup()Kees Cook
2017-10-14RDMA/rxe: Suppress gcc 7 fall-through complaintsBart Van Assche
2017-10-09IB/rxe: put the pool on allocation failureDoug Ledford
2017-10-09IB/rxe: check for allocation failure on elemColin Ian King
2017-08-28IB/rxe: Handle NETDEV_CHANGE eventsAndrew Boyer
2017-08-28IB/rxe: Avoid ICRC errors by copying into the skb firstAndrew Boyer
2017-08-28IB/rxe: Another fix for broken receive queue drainingAndrew Boyer
2017-08-28IB/rxe: Remove unneeded initialization in prepare6()Andrew Boyer
2017-08-28IB/rxe: Fix up rxe_qp_cleanup()Andrew Boyer
2017-08-28IB/rxe: Add dst_clone() in prepare_ipv6_hdr()Andrew Boyer
2017-08-28IB/rxe: Fix destination cache for IPv6Andrew Boyer
2017-08-28IB/rxe: Fix up the responder's find_resources() functionAndrew Boyer
2017-08-28IB/rxe: Remove dangling prototypeAndrew Boyer
2017-08-28IB/rxe: Disable completion upcalls when a CQ is destroyedAndrew Boyer
2017-08-28IB/rxe: Move refcounting earlier in rxe_send()Andrew Boyer
2017-08-24IB/rxe: Make rxe_counter_name staticKamal Heib
2017-08-18Merge branch 'misc' into k.o/for-nextDoug Ledford
2017-08-18IB/rxe: Remove unneeded checkYuval Shaia
2017-08-18IB/rxe: Convert pr_info to pr_warnYuval Shaia
2017-07-27Merge branch 'misc' into k.o/for-nextDoug Ledford
2017-07-24RDMA: Remove useless MODULE_VERSIONLeon Romanovsky
2017-07-24IB/core: Add generic function to extract IB speed from netdevYuval Shaia
2017-07-24IB/rxe: Constify static rxe_vm_opsKamal Heib
2017-07-24IB/rxe: Use __func__ to print function's nameKamal Heib
2017-07-24IB/rxe: Use DEVICE_ATTR_RO macro to show parent fieldKamal Heib
2017-07-24IB/rxe: Prefer 'unsigned int' to bare use of 'unsigned'Kamal Heib
2017-07-24IB/rxe: Use "foo *bar" instead of "foo * bar"Kamal Heib
2017-07-20rxe: fix broken receive queue drainingVijay Immanuel
2017-07-17IB/rxe: Set dma_mask and coherent_dma_maskyonatanc
2017-07-17IB/rxe: Fix kernel panic from skb destructorYonatan Cohen
2017-07-12IB/rxe: do not copy extra stack memory to skbKees Cook
2017-06-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2017-06-14rxe: Fix a sleep-in-atomic bug in post_one_sendJia-Ju Bai
2017-06-08crypto: Work around deallocated stack frame reference gcc bug on sparc.David Miller
2017-05-04rxe: expose num_possible_cpus() cnum_comp_vectorsSagi Grimberg
2017-05-04IB/rxe: Update caller's CRC for RXE_MEM_TYPE_DMA memory typeLeon Romanovsky
2017-05-01IB/rxe: Don't clamp residual length to mtuJohannes Thumshirn
2017-05-01IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli
2017-05-01IB/rxe: Initialize ib_ah_attr during query_ahDasaratharaman Chandramouli
2017-04-28IB/rxe: fix typo: "algorithmi" -> "algorithm"Colin Ian King
2017-04-25IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov
2017-04-25{net,IB}/{rxe,usnic}: Utilize generic mac to eui32 functionYuval Shaia
2017-04-21IB/rxe: Cache dst in QP instead of getting it for each sendyonatanc
2017-04-21IB/rxe: Offload CRC calculation when possibleyonatanc
2017-04-21IB/rxe: Do not export module's private functionParav Pandit