Age | Commit message (Expand) | Author | Files | Lines |
2017-11-22 | treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts | Kees Cook | 1 | -1/+1 |
2017-11-22 | treewide: setup_timer() -> timer_setup() (2 field) | Kees Cook | 1 | -3/+3 |
2017-11-22 | treewide: setup_timer() -> timer_setup() | Kees Cook | 1 | -3/+3 |
2017-11-22 | treewide: init_timer() -> setup_timer() | Kees Cook | 1 | -3/+1 |
2017-11-16 | Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -10/+10 |
2017-11-16 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -3/+4 |
2017-11-16 | drivers/infiniband/sw/rdmavt/qp.c: use kmalloc_array_node() | Johannes Thumshirn | 1 | -1/+1 |
2017-11-16 | drivers/infiniband/hw/qib/qib_init.c: use kmalloc_array_node() | Johannes Thumshirn | 1 | -2/+3 |
2017-11-16 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 214 | -3680/+12721 |
2017-11-16 | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -3/+3 |
2017-11-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2 | -3/+13 |
2017-11-15 | Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfs | Linus Torvalds | 1 | -4/+4 |
2017-11-14 | RDMA/core: Rename kernel modify_cq to better describe its usage | Leon Romanovsky | 3 | -5/+6 |
2017-11-14 | IB/mlx5: Add CQ moderation capability to query_device | Yonatan Cohen | 1 | -0/+7 |
2017-11-14 | IB/mlx4: Add CQ moderation capability to query_device | Yonatan Cohen | 1 | -0/+3 |
2017-11-14 | IB/uverbs: Add CQ moderation capability to query_device | Yonatan Cohen | 1 | -0/+9 |
2017-11-14 | IB/mlx5: Exposing modify CQ callback to uverbs layer | Yonatan Cohen | 2 | -1/+5 |
2017-11-14 | IB/mlx4: Exposing modify CQ callback to uverbs layer | Yonatan Cohen | 2 | -0/+4 |
2017-11-14 | IB/uverbs: Allow CQ moderation with modify CQ | Yonatan Cohen | 3 | -0/+44 |
2017-11-14 | iw_cxgb4: atomically flush the qp | Steve Wise | 1 | -8/+11 |
2017-11-14 | iw_cxgb4: only call the cq comp_handler when the cq is armed | Steve Wise | 2 | -11/+17 |
2017-11-14 | iw_cxgb4: Fix possible circular dependency locking warning | Bharat Potnuri | 3 | -25/+39 |
2017-11-14 | RDMA/bnxt_re: report vlan_id and sl in qp1 recv completion | Devesh Sharma | 2 | -1/+35 |
2017-11-14 | IB/core: Only maintain real QPs in the security lists | Daniel Jurgens | 1 | -23/+28 |
2017-11-14 | IB/ocrdma_hw: remove unnecessary code in ocrdma_mbx_dealloc_lkey | Gustavo A. R. Silva | 1 | -4/+2 |
2017-11-14 | RDMA/core: Make function rdma_copy_addr return void | Yuval Shaia | 2 | -19/+16 |
2017-11-14 | RDMA/vmw_pvrdma: Add shared receive queue support | Bryan Tan | 8 | -14/+521 |
2017-11-14 | RDMA/core: avoid uninitialized variable warning in create_udata | Arnd Bergmann | 1 | -11/+10 |
2017-11-13 | RDMA/bnxt_re: synchronize poll_cq and req_notify_cq verbs | Selvin Xavier | 1 | -5/+10 |
2017-11-13 | RDMA/bnxt_re: Flush CQ notification Work Queue before destroying QP | Selvin Xavier | 3 | -0/+9 |
2017-11-13 | RDMA/bnxt_re: Set QP state in case of response completion errors | Selvin Xavier | 1 | -0/+3 |
2017-11-13 | RDMA/bnxt_re: Add memory barriers when processing CQ/EQ entries | Somnath Kotur | 2 | -0/+25 |
2017-11-13 | IB/hfi1: Handle initial value of 0 for CCTI setting | Dennis Dalessandro | 1 | -1/+5 |
2017-11-13 | IB/hfi1: Mask upper 16Bits of Extended LID prior to rvt_cq_entry | Don Hiatt | 4 | -6/+6 |
2017-11-13 | IB/core: Convert OPA AH to IB for Extended LIDs only | Don Hiatt | 1 | -2/+1 |
2017-11-13 | IB/hfi1: Send 'reboot' as planned down remote reason | Jan Sokolowski | 1 | -3/+3 |
2017-11-13 | IB/hfi1: Prohibit invalid Init to Armed state transition | Grzegorz Morys | 1 | -14/+18 |
2017-11-13 | IB/hfi1: Do not allocate PIO send contexts for VNIC | Niranjana Vishwanathapura | 6 | -68/+10 |
2017-11-13 | IB/hfi1: Remove unnecessary if check | Jan Sokolowski | 1 | -15/+15 |
2017-11-13 | IB/hfi1: Fix a wrapping test to insure the correct timeout | Mike Marciniszyn | 3 | -5/+5 |
2017-11-13 | IB/hfi1: Remove wrapper function in mmu_rb | Kamenee Arumugam | 1 | -17/+7 |
2017-11-13 | IB/hfi1: Reduce 8051 command timeout | Jakub Byczkowski | 1 | -1/+1 |
2017-11-13 | IB/hfi1: Allow MgmtAllowed on B2B setups | Jan Sokolowski | 3 | -38/+47 |
2017-11-13 | IB/srpt: Ensure that modifying the use_srq configfs attribute works | Bart Van Assche | 1 | -0/+12 |
2017-11-13 | IB/srpt: Wait until channel release has finished during module unload | Bart Van Assche | 1 | -23/+20 |
2017-11-13 | IB/srpt: Introduce srpt_disconnect_ch_sync() | Bart Van Assche | 1 | -16/+35 |
2017-11-13 | IB/srpt: Introduce helper functions for SRQ allocation and freeing | Bart Van Assche | 1 | -43/+72 |
2017-11-13 | IB/srpt: Post receive work requests after qp transition to INIT state | Mike Marciniszyn | 1 | -4/+4 |
2017-11-13 | iw_cxgb4: remove BUG_ON() usage. | Steve Wise | 7 | -38/+13 |
2017-11-13 | bnxt_re: changing the ip address shouldn't affect new connections | Sriharsha Basavapatna | 1 | -0/+1 |