Age | Commit message (Expand) | Author |
2019-08-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2019-08-20 | infiniband: hfi1: fix memory leaks | Wenwen Wang |
2019-08-20 | infiniband: hfi1: fix a memory leak bug | Wenwen Wang |
2019-08-20 | IB/hfi1: Drop stale TID RDMA packets that cause TIDErr | Kaike Wan |
2019-08-20 | IB/hfi1: Add additional checks when handling TID RDMA WRITE DATA packet | Kaike Wan |
2019-08-20 | IB/hfi1: Add additional checks when handling TID RDMA READ RESP packet | Kaike Wan |
2019-08-20 | IB/hfi1: Unsafe PSN checking for TID RDMA READ Resp packet | Kaike Wan |
2019-08-20 | IB/hfi1: Drop stale TID RDMA packets | Kaike Wan |
2019-08-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2019-08-01 | IB/hfi1: Fix Spectre v1 vulnerability | Gustavo A. R. Silva |
2019-07-30 | net: Use skb_frag_off accessors | Jonathan Lemon |
2019-07-22 | net: Use skb accessors in network drivers | Matthew Wilcox (Oracle) |
2019-07-22 | IB/hfi1: Drop all TID RDMA READ RESP packets after r_next_psn | Kaike Wan |
2019-07-22 | IB/hfi1: Field not zero-ed when allocating TID flow memory | Kaike Wan |
2019-07-22 | IB/hfi1: Unreserve a flushed OPFN request | Kaike Wan |
2019-07-22 | IB/hfi1: Check for error on call to alloc_rsm_map_table | John Fleck |
2019-07-15 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds |
2019-06-28 | IB/hfi1: No need to use try_module_get for debugfs | Dennis Dalessandro |
2019-06-28 | IB/hfi1: Add missing INVALIDATE opcodes for trace | Mike Marciniszyn |
2019-06-28 | IB/hfi1: Reduce excessive aspm inlines | Michael J. Ruhl |
2019-06-28 | IB/{rdmavt, hfi1, qib}: Add helpers to hide SWQE WR details | Michael J. Ruhl |
2019-06-28 | IB/{rdmavt, hfi1, qib}: Remove AH refcount for UD QPs | Michael J. Ruhl |
2019-06-28 | IB/{hfi1, qib, rdmavt}: Put qp in error state when cq is full | Kamenee Arumugam |
2019-06-28 | IB/hfi1: Move rvt_cq_wc struct into uapi directory | Kamenee Arumugam |
2019-06-28 | Merge tag 'v5.2-rc6' into rdma.git for-next | Jason Gunthorpe |
2019-06-24 | Merge tag 'v5.2-rc6' into sched/core, to refresh the branch | Ingo Molnar |
2019-06-20 | IB/{rdmavt, qib, hfi1}: Convert to new completion API | Mike Marciniszyn |
2019-06-18 | IB/hfi1: Spelling s/statisfied/satisfied/ | Geert Uytterhoeven |
2019-06-17 | IB/hfi1: Handle port down properly in pio | Mike Marciniszyn |
2019-06-17 | IB/hfi1: Handle wakeup of orphaned QPs for pio | Mike Marciniszyn |
2019-06-17 | IB/hfi1: Wakeup QPs orphaned on wait list after flush | Mike Marciniszyn |
2019-06-17 | IB/hfi1: Use aborts to trigger RC throttling | Mike Marciniszyn |
2019-06-17 | IB/hfi1: Create inline to get extended headers | Mike Marciniszyn |
2019-06-17 | IB/hfi1: Silence txreq allocation warnings | Mike Marciniszyn |
2019-06-17 | IB/hfi1: Avoid hardlockup with flushlist_lock | Mike Marciniszyn |
2019-06-17 | Merge tag 'v5.2-rc5' into sched/core, to pick up fixes | Ingo Molnar |
2019-06-11 | IB/hfi1: Correct tid qp rcd to match verbs context | Mike Marciniszyn |
2019-06-11 | IB/hfi1: Close PSM sdma_progress sleep window | Mike Marciniszyn |
2019-06-11 | IB/hfi1: Validate fault injection opcode user input | Kaike Wan |
2019-06-10 | RDMA: Move owner into struct ib_device_ops | Jason Gunthorpe |
2019-06-10 | RDMA: Move driver_id into struct ib_device_ops | Jason Gunthorpe |
2019-06-07 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds |
2019-06-03 | sched/core: Provide a pointer to the valid CPU mask | Sebastian Andrzej Siewior |
2019-05-30 | IB/hfi1: Use struct_size() helper | Gustavo A. R. Silva |
2019-05-29 | IB/hfi1: Remove extra brackets from an if | Dennis Dalessandro |
2019-05-29 | IB/hfi1: Validate page aligned for a given virtual address | Kamenee Arumugam |
2019-05-29 | IB/{qib, hfi1, rdmavt}: Correct ibv_devinfo max_mr value | Mike Marciniszyn |
2019-05-29 | IB/hfi1: Insure freeze_work work_struct is canceled on shutdown | Mike Marciniszyn |
2019-05-27 | RDMA: Convert put_page() to put_user_page*() | John Hubbard |
2019-05-27 | IB/hfi1: Remove set but not used variables 'offset' and 'fspsn' | YueHaibing |