Age | Commit message (Expand) | Author |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-08-06 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds |
2020-08-04 | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-07-31 | RDMA/rxe: Remove pkey table | Kamal Heib |
2020-07-29 | IB/rdmavt: Fix RQ counting issues causing use of an invalid RWQE | Mike Marciniszyn |
2020-07-20 | RDMA/siw: Remove the query_pkey callback | Kamal Heib |
2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook |
2020-07-16 | RDMA/rxe: Prevent access to wr->next ptr afrer wr is posted to send queue | Mikhail Malygin |
2020-07-16 | RDMA/rxe: Remove rxe_link_layer() | Kamal Heib |
2020-07-16 | RDMA/rxe: Return void from rxe_mem_init_dma() | Kamal Heib |
2020-07-16 | RDMA/rxe: Return void from rxe_init_port_param() | Kamal Heib |
2020-07-16 | RDMA/rxe: Drop pointless checks in rxe_init_ports | Kamal Heib |
2020-07-08 | RDMA/siw: Fix reporting vendor_part_id | Kamal Heib |
2020-07-07 | RDMA/rxe: Skip dgid check in loopback mode | Zhu Yanjun |
2020-07-06 | RDMA: Remove the udata parameter from alloc_mr callback | Gal Pressman |
2020-06-22 | RDMA/rxe: Remove unused rxe_mem_map_pages | Kamal Heib |
2020-06-22 | RDMA: Correct trivial kernel-doc inconsistencies | Colton Lewis |
2020-06-18 | RDMA/rvt: Fix potential memory leak caused by rvt_alloc_rq | Aditya Pakki |
2020-06-15 | RDMA/siw: Fix pointer-to-int-cast warning in siw_rx_pbl() | Tom Seewald |
2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada |
2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse |
2020-06-09 | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport |
2020-06-05 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds |
2020-06-02 | RDMA: Remove 'max_fmr' | Jason Gunthorpe |
2020-06-02 | RDMA/rdmavt: Remove FMR memory registration | Max Gurtovoy |
2020-05-28 | tcp: add tcp_sock_set_nodelay | Christoph Hellwig |
2020-05-28 | net: add sock_set_reuseaddr | Christoph Hellwig |
2020-05-21 | Merge tag 'v5.7-rc6' into rdma.git for-next | Jason Gunthorpe |
2020-05-21 | IB/{rdmavt, hfi1}: Implement creation of accelerated UD QPs | Gary Leshner |
2020-05-19 | RDMA/siw: Replace one-element array and use struct_size() helper | Gustavo A. R. Silva |
2020-05-12 | RDMA/rxe: Always return ERR_PTR from rxe_create_mmap_info() | Sudip Mukherjee |
2020-05-02 | RDMA: Group create AH arguments in struct | Maor Gottlieb |
2020-04-24 | IB/rdmavt: Always return ERR_PTR from rvt_create_mmap_info() | Sudip Mukherjee |
2020-04-15 | RDMA/siw: Fix potential siw_mem refcnt leak in siw_fastreg_mr() | Jason Gunthorpe |
2020-04-14 | RDMA/rxe: Set default vendor ID | Zhu Yanjun |
2020-04-01 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds |
2020-03-26 | RDMA/rxe: Set sys_image_guid to be aligned with HW IB devices | Zhu Yanjun |
2020-03-23 | RDMA/siw: Suppress uninitialized var warning | Andrew Morton |
2020-03-18 | IB/rdmavt: Delete unused routine | Mike Marciniszyn |
2020-03-13 | IB/rdmavt: Free kernel completion queue when done | Kaike Wan |
2020-03-10 | Merge tag 'v5.6-rc5' into rdma.git for-next | Jason Gunthorpe |
2020-03-04 | RDMA/siw: Fix failure handling during device creation | Bernard Metzler |
2020-03-04 | RDMA/siw: Fix passive connection establishment | Bernard Metzler |
2020-03-04 | Merge tag 'v5.6-rc4' into rdma.git for-next | Jason Gunthorpe |
2020-03-04 | RDMA/providers: Fix return value when QP type isn't supported | Kamal Heib |
2020-02-27 | RDMA/siw: Fix setting active_{speed, width} attributes | Kamal Heib |
2020-02-20 | RDMA: Replace zero-length array with flexible-array member | Gustavo A. R. Silva |
2020-02-19 | RDMA/rxe: Fix configuration of atomic queue pair attributes | Bart Van Assche |
2020-02-13 | RDMA/rxe: Fix soft lockup problem due to using tasklets in softirq | Zhu Yanjun |
2020-02-11 | RDMA/siw: Remove unwanted WARN_ON in siw_cm_llp_data_ready() | Krishnamraju Eraparaju |