aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_net.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-29RDMA/rxe: Remove error/warning messages from packet receiver pathDaisuke Matsuda1-1/+0
2022-03-16RDMA/rxe: Use standard names for ref countingBob Pearson1-3/+3
2022-03-15RDMA/rxe: Fix ref error in rxe_av.cBob Pearson1-8/+9
2022-01-28RDMA/rxe: Move rxe_mcast_add/delete to rxe_mcast.cBob Pearson1-18/+0
2022-01-05RDMA/rxe: Remove the unused xmit_errors memberZhu Yanjun1-1/+0
2022-01-05RDMA/rxe: Remove redundant err variableMinghao Chi1-6/+2
2021-08-30Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe1-0/+1
2021-08-02RDMA/rxe: Restore setting tot_len in the IPv4 headerBob Pearson1-0/+1
2021-07-16RDMA/rxe: Move ICRC generation to a subroutineBob Pearson1-3/+3
2021-07-16RDMA/rxe: Fixup rxe_send and rxe_loopbackBob Pearson1-14/+14
2021-07-16RDMA/rxe: Move rxe_xmit_packet to a subroutineBob Pearson1-0/+43
2021-06-22RDMA/rxe: Fix redundant skb_put_zeroBob Pearson1-1/+1
2021-06-22RDMA/rxe: Fix redundant call to ip_send_checkBob Pearson1-2/+0
2021-06-03RDMA/rxe: Fix failure during driver loadKamal Heib1-3/+7
2021-03-05RDMA/rxe: Fix missed IB reference counting in loopbackBob Pearson1-1/+9
2021-02-18Merge tag 'v5.11' into rdma.git for-nextJason Gunthorpe1-0/+3
2021-02-08RDMA/rxe: Fix FIXME in rxe_udp_encap_recv()Bob Pearson1-7/+5
2021-02-05RDMA/rxe: Correct skb on loopback pathBob Pearson1-0/+5
2021-01-20Revert "RDMA/rxe: Remove VLAN code leftovers from RXE"Martin Wilck1-0/+6
2020-11-23RDMA/siw,rxe: Make emulated devices virtual in the device treeJason Gunthorpe1-9/+0
2020-11-17Merge branch 'for-rc' into rdma.gitJason Gunthorpe1-1/+1
2020-11-12RDMA/rxe: Remove VLAN code leftovers from RXEZhu Yanjun1-9/+0
2020-10-26RDMA/rxe: Fix small problem in network_type patchBob Pearson1-1/+1
2020-10-16RDMA/rxe: Move the definitions for rxe_av.network_type to uAPIJason Gunthorpe1-4/+4
2020-08-31RDMA/rxe: Add SPDX hdrs to rxe source filesBob Pearson1-28/+1
2020-08-27RDMA/rxe: Fix style warningsBob Pearson1-1/+1
2020-07-16RDMA/rxe: Remove rxe_link_layer()Kamal Heib1-5/+0
2019-12-04net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca1-3/+5
2019-05-03RDMA/rxe: Use rdma_read_gid_attr_ndev_rcu to access netdevParav Pandit1-3/+12
2019-05-03RDMA/rxe: Consider skb reserve space based on netdev of GIDParav Pandit1-1/+2
2019-03-27IB/rxe: Replace av->network_type with skb->protocolZhu Yanjun1-16/+12
2019-02-19rdma_rxe: Use netlink messages to add/delete linksSteve Wise1-2/+2
2019-02-19RDMA/rxe: Close a race after ib_register_deviceJason Gunthorpe1-4/+4
2019-02-19RDMA/rxe: Add ib_device_get_by_name() and use it in rxeJason Gunthorpe1-22/+0
2019-02-19RDMA/rxe: Use driver_unregister and new unregistration APIJason Gunthorpe1-19/+2
2019-02-19RDMA/rxe: Use ib_device_get_by_netdev() instead of open codingJason Gunthorpe1-24/+15
2019-02-04RDMA/rxe: Improve loopback markingKamal Heib1-6/+3
2019-01-30RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky1-1/+1
2018-12-20IB/rxe: Reuse code which sets port stateYuval Shaia1-4/+9
2018-11-08RDMA/rxe: Add link_down, rdma_sends, rdma_recvs stats countersAndrew Boyer1-0/+1
2018-11-08RDMA/rxe: Distinguish between down links and disabled linksAndrew Boyer1-2/+0
2018-10-03RDMA/rxe: Remove unused addr_same()Kamal Heib1-5/+0
2018-09-26RDMA/drivers: Use dev_name instead of ibdev->nameJason Gunthorpe1-1/+1
2018-09-26RDMA/drivers: Use dev_err/dbg/etc instead of pr_* + ibdev->nameJason Gunthorpe1-2/+2
2018-08-30IB/rxe: Simplify rxe_find_route() to avoid GID query for netdevParav Pandit1-20/+10
2018-08-30IB/rxe: vary the source udp port for receive scalingVijay Immanuel1-4/+4
2018-06-29IB/rxe: don't clear the tx queue on every transferVijay Immanuel1-10/+7
2018-06-18IB/rxe: Use rdma GID APIParav Pandit1-34/+16
2018-05-28IB/rxe: avoid unnecessary exportZhu Yanjun1-1/+0
2018-05-01IB/cxgb4: use skb_put_zero()/__skb_put_zeroYueHaibing1-3/+1