aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_net.c
AgeCommit message (Expand)Author
2020-01-31net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca
2019-05-03RDMA/rxe: Use rdma_read_gid_attr_ndev_rcu to access netdevParav Pandit
2019-05-03RDMA/rxe: Consider skb reserve space based on netdev of GIDParav Pandit
2019-03-27IB/rxe: Replace av->network_type with skb->protocolZhu Yanjun
2019-02-19rdma_rxe: Use netlink messages to add/delete linksSteve Wise
2019-02-19RDMA/rxe: Close a race after ib_register_deviceJason Gunthorpe
2019-02-19RDMA/rxe: Add ib_device_get_by_name() and use it in rxeJason Gunthorpe
2019-02-19RDMA/rxe: Use driver_unregister and new unregistration APIJason Gunthorpe
2019-02-19RDMA/rxe: Use ib_device_get_by_netdev() instead of open codingJason Gunthorpe
2019-02-04RDMA/rxe: Improve loopback markingKamal Heib
2019-01-30RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky
2018-12-20IB/rxe: Reuse code which sets port stateYuval Shaia
2018-11-08RDMA/rxe: Add link_down, rdma_sends, rdma_recvs stats countersAndrew Boyer
2018-11-08RDMA/rxe: Distinguish between down links and disabled linksAndrew Boyer
2018-10-03RDMA/rxe: Remove unused addr_same()Kamal Heib
2018-09-26RDMA/drivers: Use dev_name instead of ibdev->nameJason Gunthorpe
2018-09-26RDMA/drivers: Use dev_err/dbg/etc instead of pr_* + ibdev->nameJason Gunthorpe
2018-08-30IB/rxe: Simplify rxe_find_route() to avoid GID query for netdevParav Pandit
2018-08-30IB/rxe: vary the source udp port for receive scalingVijay Immanuel
2018-06-29IB/rxe: don't clear the tx queue on every transferVijay Immanuel
2018-06-18IB/rxe: Use rdma GID APIParav Pandit
2018-05-28IB/rxe: avoid unnecessary exportZhu Yanjun
2018-05-01IB/cxgb4: use skb_put_zero()/__skb_put_zeroYueHaibing
2018-04-27IB/rxe: Change rxe_rcv to return voidYuval Shaia
2018-04-19IB/rxe: make rxe_release_udp_tunnel staticZhu Yanjun
2018-04-17IB/rxe: make the variable staticZhu Yanjun
2018-03-14rdma_rxe: make rxe work over 802.1q VLAN devicesMartin Wilck
2018-03-07IB/rxe: remove unnecessary rxe in rxe_sendZhu Yanjun
2018-01-08IB/rxe: remove unnecessary skb_clone in xmitZhu Yanjun
2018-01-08IB/rxe: add the static type to the variableZhu Yanjun
2017-08-28IB/rxe: Handle NETDEV_CHANGE eventsAndrew Boyer
2017-08-28IB/rxe: Remove unneeded initialization in prepare6()Andrew Boyer
2017-08-28IB/rxe: Add dst_clone() in prepare_ipv6_hdr()Andrew Boyer
2017-08-28IB/rxe: Fix destination cache for IPv6Andrew Boyer
2017-08-28IB/rxe: Move refcounting earlier in rxe_send()Andrew Boyer
2017-07-17IB/rxe: Fix kernel panic from skb destructorYonatan Cohen
2017-04-25{net,IB}/{rxe,usnic}: Utilize generic mac to eui32 functionYuval Shaia
2017-04-21IB/rxe: Cache dst in QP instead of getting it for each sendyonatanc
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2017-02-19Merge branch 'k.o/for-4.10-rc' into HEADDoug Ledford
2017-02-06net-next: treewide use is_vlan_dev() helper function.Parav Pandit
2017-01-24IB/rxe: Fix rxe dev insertion to rxe_dev_listMaor Gottlieb
2017-01-10IB/rxe: Remove a pointless indirection layerBart Van Assche
2017-01-10IB/rxe: Suppress sparse warningsBart Van Assche
2016-12-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-12-22IB/rxe: Don't check for null ptr in send()Andrew Boyer
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-12-12IB/rxe: Unblock loopback by moving skb_out incrementAndrew Boyer
2016-12-12IB/rxe: Use DEFINE_SPINLOCK() for spinlockWei Yongjun
2016-11-16IB/rxe: Fix kernel panic in UDP tunnel with GRO and RX checksumYonatan Cohen