]> asedeno.scripts.mit.edu Git - linux.git/shortlog
linux.git
2018-03-15 Leon RomanovskyRDMA/mlx5: Simplify clean and destroy MR calls
2018-03-15 Leon RomanovskyRDMA/mlx5: Guard ODP specific assignments with specific...
2018-03-15 Leon RomanovskyRDMA/mlx5: Unify error flows in rereg MR failure paths
2018-03-15 Leon RomanovskyRDMA/mlx5: Return proper value for not-supported command
2018-03-15 Leon RomanovskyRDMA/mlx5: Protect from NULL pointer derefence
2018-03-14 Doug LedfordMerge branch 'k.o/wip/dl-for-rc' into k.o/wip/dl-for-next
2018-03-14 Arnd Bergmanninfiniband: bnxt_re: use BIT_ULL() for 64-bit bit masks
2018-03-14 Arnd Bergmanninfiniband: qplib_fp: fix pointer cast
2018-03-14 Andrew Mortondrivers/infiniband/ulp/srpt/ib_srpt.c: fix build with...
2018-03-14 Andrew Mortondrivers/infiniband/core/verbs.c: fix build with gcc-4.4.4
2018-03-14 Mark BlochIB/mlx5: Fix cleanup order on unload
2018-03-14 Martin Wilckrdma_rxe: make rxe work over 802.1q VLAN devices
2018-03-14 Leon RomanovskyRDMA/ucma: Don't allow join attempts for unsupported...
2018-03-14 Leon RomanovskyRDMA/ucma: Fix access to non-initialized CM_ID object
2018-03-14 Arnd BergmannRDMA/i40iw: include linux/irq.h
2018-03-14 Ilya LesokhinIB/mlx5: Maintain a single emergency page
2018-03-14 Daniel JurgensIB/mlx5: Only synchronize RCU once when removing mkeys
2018-03-14 Mark BlochIB/mlx5: Expose more priorities for bypass namespace
2018-03-14 Tatyana NikolovaRDMA/core: Do not use invalid destination in determinin...
2018-03-14 Bart Van AsscheIB/srp: Fix IPv6 address parsing
2018-03-14 Leon RomanovskyRDMA/mlx5: Fix crash while accessing garbage pointer...
2018-03-14 Leon RomanovskyRDMA/verbs: Simplify modify QP check
2018-03-14 Leon RomanovskyRDMA/pvrdma: Properly annotate QP states
2018-03-14 Leon RomanovskyRDMA/uverbs: Ensure validity of current QP state value
2018-03-14 Leon RomanovskyRDMA/mlx5: Fix NULL dereference while accessing XRC_TGT QPs
2018-03-13 Zhu YanjunIB: remove duplicate header files
2018-03-13 Yixian LiuRDMA/hns: Support cq record doorbell for kernel space
2018-03-13 Yixian LiuRDMA/hns: Support rq record doorbell for kernel space
2018-03-13 Yixian LiuRDMA/hns: Support cq record doorbell for the user space
2018-03-13 Yixian LiuRDMA/hns: Support rq record doorbell for the user space
2018-03-13 Boris PismennyIB/mlx5: Fix integer overflows in mlx5_ib_create_srq
2018-03-13 Boris PismennyIB/mlx5: Fix out-of-bounds read in create_raw_packet_qp_rq
2018-03-13 Bart Van AsscheRDMA/bnxt_re: Remove an unused variable
2018-03-13 Bart Van AsscheIB/hfi1: Fix a kernel-doc warning
2018-03-13 Doug LedfordMerge tag 'mlx5-updates-2018-02-28-2' of git://git...
2018-03-09 Leon RomanovskyRDMA/mlx5: Fix integer overflow while resizing CQ
2018-03-09 Doug LedfordRevert "RDMA/mlx5: Fix integer overflow while resizing CQ"
2018-03-08 Steve WiseRDMA/nldev: provide detailed PD information
2018-03-08 Steve Wisemlx4_ib: zero out struct ib_pd when allocating
2018-03-08 Steve WiseRDMA/nldev: provide detailed MR information
2018-03-08 Steve Wisemlx4_ib: set user mr attributes in struct ib_mr
2018-03-08 Steve Wiseiw_cxgb4: initialize ib_mr fields for user mrs
2018-03-08 Steve WiseRDMA/nldev: provide detailed CQ information
2018-03-08 Steve WiseRDMA/nldev: provide detailed CM_ID information
2018-03-08 Steve WiseRDMA/CM: move rdma_id_private to cma_priv.h
2018-03-08 Steve WiseRDMA/nldev: common resource dumpit function
2018-03-08 Steve WiseRDMA/restrack: clean up res_to_dev()
2018-03-07 Leon Romanovskynet/mlx5: Fix wrongly assigned CQ reference counter
2018-03-07 Aviad Yehezkelnet/mlx5: IPSec, Add support for ESN
2018-03-07 Aviad Yehezkelnet/mlx5e: Added common function for to_ipsec_sa_entry
2018-03-07 Aviad Yehezkelnet/mlx5: Add flow-steering commands for FPGA IPSec...
2018-03-07 Aviad Yehezkelnet/mlx5: Refactor accel IPSec code
2018-03-07 Aviad Yehezkelnet/mlx5: Added required metadata capability for ipsec
2018-03-07 Aviad Yehezkelnet/mlx5: Export ipsec capabilities
2018-03-07 Aviad Yehezkelnet/mlx5: IPSec, Add command V2 support
2018-03-07 Yossi Kupermannet/mlx5e: IPSec, Add support for ESP trailer removal...
2018-03-07 Yossi Kupermannet/mlx5: IPSec, Generalize sandbox QP commands
2018-03-07 Saeed Mahameednet/mlx5: Use MLX5_IPSEC_DEV macro for ipsec caps
2018-03-07 Yishai HadasIB/mlx4: Move mlx4_uverbs_ex_query_device_resp to inclu...
2018-03-07 Doug LedfordMerge tag 'mlx5-updates-2018-02-28-1' of git://git...
2018-03-07 Zhu YanjunIB/rxe: change the function rxe_init_device_param type
2018-03-07 Zhu YanjunIB/rxe: remove unnecessary rxe in rxe_send
2018-03-07 Zhu YanjunIB/rxe: remove unnecessary skb_clone
2018-03-07 Bart Van AsscheIB/srpt: Add RDMA/CM support
2018-03-07 Leon RomanovskyRDMA/ucma: Check that user doesn't overflow QP state
2018-03-07 Leon RomanovskyRDMA/mlx5: Fix integer overflow while resizing CQ
2018-03-07 Leon RomanovskyRDMA/ucma: Limit possible option size
2018-03-07 Parav PanditIB/core: Fix possible crash to access NULL netdev
2018-03-07 Aviad Yehezkelnet/mlx5: Flow steering cmd interface should get the...
2018-03-07 Boris Pismenny{net,IB}/mlx5: Add flow steering helpers
2018-03-07 Matan Baraknet/mlx5: Embed mlx5_flow_act into fs_fte
2018-03-07 Aviad Yehezkelnet/mlx5: Add empty egress namespace to flow steering core
2018-03-07 Matan Baraknet/mlx5: Add shim layer between fs and cmd
2018-03-07 Matan Barak{net,IB}/mlx5: Add has_tag to mlx5_flow_act
2018-03-07 Boris PismennyIB/mlx5: Pass mlx5_flow_act struct instead of multiple...
2018-03-07 Matan Baraknet/mlx5: FPGA and IPSec initialization to be before...
2018-03-07 Aviad Yehezkelnet/mlx5e: Removed not need synchronize_rcu
2018-03-07 Aviad Yehezkelnet/mlx5e: Fixed sleeping inside atomic context
2018-03-07 Aviad Yehezkelnet/mlx5e: Wait for FPGA command responses with a timeout
2018-03-07 Aviad Yehezkelnet/mlx5: Fixed compilation issue when CONFIG_MLX5_ACCE...
2018-03-07 Aviad YehezkelIB/mlx5: Removed not used parameters
2018-03-07 Selvin XavierRDMA/bnxt_re: Avoid Hard lockup during error CQE processing
2018-03-07 Max GurtovoyRDMA/core: Reduce poll batch for direct cq polling
2018-03-07 Dan CarpenterIB/mlx5: Fix an error code in __mlx5_ib_modify_qp()
2018-03-07 Mark BlochIB/mlx5: When not in dual port RoCE mode, use provided...
2018-03-07 Jack MIB/mlx4: Include GID type when deleting GIDs from HW...
2018-03-07 Jack MorgensteinIB/mlx4: Fix corruption of RoCEv2 IPv4 GIDs
2018-03-07 Kalderon, MichalRDMA/qedr: Fix iWARP write and send with immediate
2018-03-07 Kalderon, MichalRDMA/qedr: Fix kernel panic when running fio over NFSoRDMA
2018-03-07 Kalderon, MichalRDMA/qedr: Fix iWARP connect with port mapper
2018-03-07 Kalderon, MichalRDMA/qedr: Fix ipv6 destination address resolution
2018-03-06 Gustavo A. R. SilvaRDMA/bnxt_re/qplib_sp: Use true and false for boolean...
2018-03-06 Sergey GorenkoIB/srp: Use the IB_DEVICE_SG_GAPS_REG HCA feature if...
2018-03-06 Bart Van AsscheIB/hfi1: Add a missing rcu_read_unlock()
2018-03-06 Arushiinfiniband: hw: Drop unnecessary continue
2018-03-06 Shiraz Saleemi40iw: Implement get_vector_affinity API
2018-03-06 Shiraz Saleemi40iw: Improve CM node lookup time on connection setup
2018-03-06 Mustafa Ismaili40iw: Refactor handling of txpend list
2018-03-06 Bart Van AsscheIB/srpt: Fix an out-of-bounds stack access in srpt_zero...
2018-03-06 Bart Van AsscheRDMA/rxe: Fix an out-of-bounds read
next