IB/uverbs: Allow all DESTROY commands to succeed after disassociate
[sfrench/cifs-2.6.git] / include /
2018-08-01 Jason GunthorpeIB/uverbs: Allow all DESTROY commands to succeed after...
2018-08-01 Jason GunthorpeIB/uverbs: Do not pass struct ib_device to the ioctl...
2018-08-01 Jason GunthorpeIB/uverbs: Do not pass struct ib_device to the write...
2018-08-01 Jason GunthorpeIB/uverbs: Allow RDMA_REMOVE_DESTROY to work concurrent...
2018-08-01 Jason GunthorpeIB/uverbs: Convert 'bool exclusive' into an enum
2018-08-01 Jason GunthorpeIB/uverbs: Consolidate uobject destruction
2018-08-01 Jason GunthorpeIB/uverbs: Make the write path destroy methods use...
2018-07-31 Parav PanditRDMA/core: Return bool instead of int
2018-07-31 Parav PanditRDMA/cma: Constify path record, ib_cm_event, listen_id...
2018-07-31 Parav PanditRDMA/core: Constify dst_addr argument
2018-07-31 Jason GunthorpeIB/uverbs: Add UVERBS_ATTR_FLAGS_IN to the specs language
2018-07-31 Bart Van AsscheRDMA, core and ULPs: Declare ib_post_send() and ib_post...
2018-07-31 Bart Van AsscheRDMA: Constify the argument of the work request convers...
2018-07-27 Jason GunthorpeIB/cache: Restore compatibility for ib_query_gid
2018-07-26 Parav PanditIB/core: Introduce and use sgid_attr in CM requests
2018-07-26 Raju Rangojurdma/cxgb4: Add support for srq functions & structs
2018-07-25 Jason GunthorpeIB/uverbs: Fix locking around struct ib_uverbs_file...
2018-07-25 Jason GunthorpeIB/uverbs: Move the FD uobj type struct file allocation...
2018-07-25 Jason GunthorpeIB/uverbs: Always propagate errors from rdma_alloc_comm...
2018-07-25 Jason GunthorpeIB/uverbs: Rework the locking for cleaning up the ucontext
2018-07-25 Jason GunthorpeIB/uverbs: Handle IDR and FD types without truncation
2018-07-24 Bart Van AsscheIB/core: Allow ULPs to specify NULL as the third ib_pos...
2018-07-24 Yishai HadasIB/mlx5: Introduce driver create and destroy flow methods
2018-07-24 Yishai HadasIB: Support ib_flow creation in drivers
2018-07-24 Yishai HadasIB/mlx5: Introduce flow steering matcher uapi object
2018-07-24 Jason GunthorpeMerge branch 'mellanox/mlx5-next' into rdma.git for...
2018-07-24 Yishai Hadasnet/mlx5: Add support for flow table destination number
2018-07-23 Jason GunthorpeIB/uverbs: Move ib_access_flags and ib_read_counters_fl...
2018-07-18 Tariq Toukannet/mlx5: Better return types for CQE API
2018-07-18 Jianbo Liunet/mlx5: Add core support for double vlan push/pop...
2018-07-18 Eran Ben Elishanet/mlx5: Expose MPEGC (Management PCIe General Configu...
2018-07-18 Feras Daoudnet/mlx5: FW tracer, add hardware structures
2018-07-13 Raju Rangojurdma/cxgb4: Add support for 64Byte cqes
2018-07-10 Yishai HadasIB: Enable uverbs_destroy_def_handler to be used by...
2018-07-10 Artemy KovalyovIB/uverbs: Pass IB_UVERBS_QPF_GRH_REQUIRED to user...
2018-07-10 Artemy KovalyovRDMA: Validate grh_required when handling AVs
2018-07-10 Jason GunthorpeRDMA: Fix storage of PortInfo CapabilityMask in the...
2018-07-09 Jason GunthorpeIB/uverbs: Remove ib_uobject_file
2018-07-09 Jason GunthorpeIB/uverbs: Replace file->ucontext with file in uverbs_cmd.c
2018-07-09 Jason GunthorpeIB/uverbs: Replace ib_ucontext with ib_uverbs_file...
2018-07-09 Jason GunthorpeIB/uverbs: Move non driver related elements from ib_uco...
2018-07-09 Jason GunthorpeIB/uverbs: Add a uobj_perform_destroy helper
2018-07-04 Jason GunthorpeRDMA/uverbs: Combine MIN_SZ_OR_ZERO with UVERBS_ATTR_STRUCT
2018-07-04 Jason GunthorpeRDMA/uverbs: Use UVERBS_ATTR_MIN_SIZE correctly and...
2018-07-04 Jason GunthorpeRDMA/uverbs: Remove UA_FLAGS
2018-07-04 Jason GunthorpeRDMA/uverbs: Get rid of the & in method specifications
2018-07-04 Jason GunthorpeRDMA/uverbs: Simplify UVERBS_OBJECT and _TREE family...
2018-07-04 Jason GunthorpeRDMA/uverbs: Simplify method definition macros
2018-07-04 Jason GunthorpeRDMA/uverbs: Simplify UVERBS_ATTR family of macros
2018-07-04 Jason GunthorpeRDMA/uverbs: Split UVERBS_ATTR_FLOW_ACTION_ESP_HANDLE
2018-07-04 Jason GunthorpeRDMA/uverbs: Store the specs_root in the struct ib_uver...
2018-07-04 Jason GunthorpeMerge branch 'mlx5-dump-fill-mkey' into rdma.git for...
2018-07-04 Yonatan CohenIB/mlx5: Expose dump and fill memory key
2018-07-04 Leon Romanovskynet/mlx5: Add hardware definitions for dump_fill_mkey
2018-07-04 Yonatan Cohennet/mlx5: Limit scope of dump_fill_mkey function
2018-07-03 Bart Van Asscheinclude/rdma/opa_addr.h: Fix an endianness issue
2018-06-29 Yishai HadasIB: Improve uverbs_cleanup_ucontext algorithm
2018-06-25 Leon RomanovskyRDMA/verbs: Drop kernel variant of destroy_flow
2018-06-25 Leon RomanovskyRDMA/verbs: Drop kernel variant of create_flow
2018-06-25 Jason GunthorpeRDMA/core: Remove unused ib cache functions
2018-06-25 Parav PanditIB/cm: Replace members of sa_path_rec with 'struct...
2018-06-25 Parav PanditIB/cm: Pass the sgid_attr through various events
2018-06-25 Parav PanditIB/cm: Keep track of the sgid_attr that created the...
2018-06-25 Parav PanditIB: Make ib_init_ah_attr_from_wc set sgid_attr
2018-06-22 Jason GunthorpeIB/uverbs: Delete type and id from uverbs_obj_attr
2018-06-22 Jason GunthorpeMerge branch 'icrc-counter' into rdma.git for-next
2018-06-21 Talat Batheeshnet/mlx5: Add RoCE RX ICRC encapsulated counter
2018-06-19 Mike MarciniszynIB/rdmavt, IB/hfi1: Create device dependent s_flags
2018-06-19 Yishai HadasIB/mlx5: Add DEVX query EQN support
2018-06-19 Yishai HadasIB/mlx5: Add DEVX support for memory registration
2018-06-19 Yishai HadasIB/mlx5: Add support for DEVX query UAR
2018-06-19 Yishai HadasIB/mlx5: Add DEVX support for modify and query commands
2018-06-19 Yishai HadasIB/mlx5: Add obj create and destroy functionality
2018-06-19 Yishai HadasIB/mlx5: Add support for DEVX general command
2018-06-19 Yishai HadasIB/mlx5: Introduce DEVX
2018-06-19 Yishai HadasIB/core: Expose ib_ucontext from a given ib_uverbs_file
2018-06-19 Yishai HadasIB/core: Introduce DECLARE_UVERBS_GLOBAL_METHODS
2018-06-19 Matan BarakIB/uverbs: Add a macro to define a type with no kernel...
2018-06-19 Matan BarakIB/uverbs: Add PTR_IN attributes that are allocated...
2018-06-19 Jason GunthorpeMerge branch 'mellanox/mlx5-next' into RDMA for-next
2018-06-19 Yishai Hadasnet/mlx5: Expose DEVX specification
2018-06-18 Steve WiseIB/core: add max_send_sge and max_recv_sge attributes
2018-06-18 willy@infradead.orgIDR: Expose the XArray lock
2018-06-18 Jason GunthorpeRDMA: Hold the sgid_attr inside the struct ib_ah/qp
2018-06-18 Parav PanditRDMA: Convert drivers to use sgid_attr instead of sgid_...
2018-06-18 Jason GunthorpeIB{cm, core}: Introduce and use ah_attr copy, move...
2018-06-18 Jason GunthorpeIB/core: Add a sgid_attr pointer to struct rdma_ah_attr
2018-06-18 Parav PanditIB: Replace ib_query_gid/ib_get_cached_gid with rdma_qu...
2018-06-18 Jason GunthorpeIB/core: Provide rdma_ versions of the gid cache API
2018-06-18 Parav PanditIB/core: Introduce GID attribute get, put and hold...
2018-06-18 Parav PanditRDMA: Use GID from the ib_gid_attr during the add_gid...
2018-06-18 Parav PanditIB/core: Introduce GID entry reference counts
2018-06-16 Linus TorvaldsMerge tag 'for-linus-20180616' of git://git.kernel...
2018-06-16 Linus TorvaldsMerge tag 'docs-broken-links' of git://linuxtv.org...
2018-06-16 Linus TorvaldsMerge tag 'fsnotify_for_v4.18-rc1' of git://git./linux...
2018-06-16 Linus TorvaldsMerge tag 'fbdev-v4.18' of git://github.com/bzolnier...
2018-06-16 Linus TorvaldsMerge branch 'afs-proc' of git://git./linux/kernel...
2018-06-16 Linus TorvaldsMerge branch 'work.compat' of git://git./linux/kernel...
2018-06-16 Linus TorvaldsMerge branch 'work.aio' of git://git./linux/kernel...
2018-06-15 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
next