summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/rxe
AgeCommit message (Expand)Author
2018-04-27IB/rxe: change rxe_set_mtu function type to voidZhu Yanjun
2018-04-27IB/rxe: Change rxe_rcv to return voidYuval Shaia
2018-04-19IB/rxe: replace refcount_inc with skb_getZhu Yanjun
2018-04-19IB/rxe: optimize the function duplicate_requestZhu Yanjun
2018-04-19IB/rxe: make rxe_release_udp_tunnel staticZhu Yanjun
2018-04-17IB/rxe: avoid export symbolsZhu Yanjun
2018-04-17IB/rxe: make the variable staticZhu Yanjun
2018-04-05IB/rxe: Fix for oops in rxe_register_device on ppc64le archMikhail Malygin
2018-04-05IB/rxe: Removed GID add/del dummy routinesParav Pandit
2018-04-03RDMA: Use ib_gid_attr during GID modificationParav Pandit
2018-04-03IB/providers: Avoid null netdev check for RoCEParav Pandit
2018-04-03RDMA/providers: Simplify query_gid callback of RoCE providersParav Pandit
2018-03-29IB/rxe: optimize mcast recv processZhu Yanjun
2018-03-27RDMA/rxe: Fix uABI structure layouts for 32/64 compatJason Gunthorpe
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak
2018-03-15RDMA/rxe: Use structs to describe the uABI instead of opencodingJason Gunthorpe
2018-03-15RDMA/rxe: Get rid of confusing udata parameter to rxe_cq_chk_attrJason Gunthorpe
2018-03-14rdma_rxe: make rxe work over 802.1q VLAN devicesMartin Wilck
2018-03-07IB/rxe: change the function rxe_init_device_param typeZhu Yanjun
2018-03-07IB/rxe: remove unnecessary rxe in rxe_sendZhu Yanjun
2018-03-07IB/rxe: remove unnecessary skb_cloneZhu Yanjun
2018-03-06RDMA/rxe: Fix an out-of-bounds readBart Van Assche
2018-02-28IB/rxe: Remove unused variable (char *rxe_qp_state_name[])HernĂ¡n Gonzalez
2018-02-14rxe: Do not use 'struct sockaddr' in a uapi headerJason Gunthorpe
2018-01-31IB/rxe: remove redudant parameter in rxe_av_fill_ip_infoZhu Yanjun
2018-01-31IB/rxe: change the function rxe_av_fill_ip_info to voidZhu Yanjun
2018-01-31IB/rxe: change the function to void from intZhu Yanjun
2018-01-31IB/rxe: remove unnecessary parameter in rxe_av_to_attrZhu Yanjun
2018-01-31IB/rxe: change the function to void from intZhu Yanjun
2018-01-31IB/rxe: remove redudant parameter in functionZhu Yanjun
2018-01-29IB/rxe: Change RDMA_RXE kconfig to use selectJason Gunthorpe
2018-01-18RDMA/rxe: Fix rxe_qp_cleanup()Bart Van Assche
2018-01-18RDMA/rxe: Fix a race condition in rxe_requester()Bart Van Assche
2018-01-15RDMA: Mark imm_data as be32 in the verbs uapi headerJason Gunthorpe
2018-01-10RDMA/rxe: Fix a race condition related to the QP error stateBart Van Assche
2018-01-08IB/rxe: remove unnecessary skb_clone in xmitZhu Yanjun
2018-01-08IB/rxe: add the static type to the variableZhu Yanjun
2018-01-02RDMA/rxe: Remove useless EXPORT_SYMBOLLeon Romanovsky
2017-12-18IB/rxe: Avoid passing unused index pointer which is optionalParav Pandit
2017-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2017-11-10IB/rxe: don't crash, if allocation of crc algorithm failedThomas Bogendoerfer
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-25IB/rxe: Convert timers to use timer_setup()Kees Cook
2017-10-14RDMA/rxe: Suppress gcc 7 fall-through complaintsBart Van Assche
2017-10-09IB/rxe: put the pool on allocation failureDoug Ledford
2017-10-09IB/rxe: check for allocation failure on elemColin Ian King
2017-08-28IB/rxe: Handle NETDEV_CHANGE eventsAndrew Boyer
2017-08-28IB/rxe: Avoid ICRC errors by copying into the skb firstAndrew Boyer
2017-08-28IB/rxe: Another fix for broken receive queue drainingAndrew Boyer
2017-08-28IB/rxe: Remove unneeded initialization in prepare6()Andrew Boyer