aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/infiniband/hw/hfi1/netdev_rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-17IB/hfi1: switch to netif_napi_add_weight()Jakub Kicinski1-1/+1
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-85/+87
2021-04-13IB/hfi1: Rework AIP and VNIC dummy netdev usageMike Marciniszyn1-84/+86
2021-04-07IB/hfi1: Fix probe time panic when AIP is enabled with a buggy BIOSMike Marciniszyn1-2/+1
2021-03-22RDMA: Fix kernel-doc compilation warningsLeon Romanovsky1-1/+1
2021-01-28RDMA/hw/hfi1/netdev_rx: Fix misdocumentation of the 'start_id' paramLee Jones1-1/+1
2020-06-24IB/hfi1: Restore kfree in dummy_netdev cleanupDennis Dalessandro1-1/+1
2020-06-02IB/hfi1: Use free_netdev() in hfi1_netdev_free()YueHaibing1-4/+1
2020-05-21IB/hfi1: Activate the dummy netdevGrzegorz Andrejczuk1-1/+45
2020-05-21IB/hfi1: Add rx functions for dummy netdevGrzegorz Andrejczuk1-0/+361
2020-05-21IB/hfi1: Add functions to receive accelerated ipoib packetsKaike Wan1-0/+79