summaryrefslogtreecommitdiff
path: root/lib/netdev-offload.c
Commit message (Expand)AuthorAgeFilesLines
* netdev-offload: Fix deadlock/recursive use of the netdev_hmap_rwlock rwlock.Eelco Chaudron2023-05-101-32/+38
* netdev-offload: Set 'miss_api_supported' to be under netdev.Eli Britstein2022-10-251-5/+23
* netdev-offload: Add meter offload APIJianbo Liu2022-07-111-0/+59
* netdev-offload: Add multi-thread API.Gaetan Rivet2022-01-191-2/+90
* netdev: Add flow API uninit function.Gaetan Rivet2022-01-181-0/+4
* bridge: Fix incorrect configuration of netdev's dpif type.Ilya Maximets2021-12-171-4/+4
* netdev-offload: Allow offloading to netdev without ifindex.Ilya Maximets2021-06-241-7/+10
* netdev-offload: Introduce an API to traverse ports.Eli Britstein2021-06-241-0/+18
* netdev-offload: Add HW miss packet state recover API.Eli Britstein2021-06-241-0/+12
* dpif-netlink: Fix issues of the offloaded flows counter.Jianbo Liu2020-12-211-0/+27
* netdev-offload: Use dpif type instead of class.Ilya Maximets2020-07-081-27/+25
* netdev-offload: Implement terse dump supportVlad Buslov2020-06-051-4/+6
* netdev-offload: Introduce a function to validate same flow api handle.Eli Britstein2020-01-161-0/+12
* netdev-offload: replace netdev_hmap_mutex to netdev_hmap_rwlockwenxu2019-10-091-30/+28
* netdev: Split up netdev offloading to separate module.Ilya Maximets2019-06-111-0/+658