mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 11:50:47 -05:00
Upstream commit [1] made if_alloc_domain() never fail, then also do the
wrappers if_alloc(), if_alloc_dev(), and if_gethandle().
Upstream commit [2] removed the NULL check conducted by the driver.
This commit also removes err_customer_metrics_alloc goto label.
Commit [2] leaves behind a floating free() statement that
deallocates customer_metrics_array. This commit places the
deallocation statement where it belongs.
[1] commit
|
||
|---|---|---|
| .. | ||
| ena.c | ||
| ena.h | ||
| ena_datapath.c | ||
| ena_datapath.h | ||
| ena_netmap.c | ||
| ena_netmap.h | ||
| ena_rss.c | ||
| ena_rss.h | ||
| ena_sysctl.c | ||
| ena_sysctl.h | ||