summaryrefslogtreecommitdiff
path: root/sys/dev/netmap
AgeCommit message (Expand)Author
2025-12-15netmap: Fix error handling in nm_os_extmem_create()Mark Johnston
2024-10-08net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2023-08-23sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-23sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-08-23sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-23sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-07-25spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-12netmap: Handle packet batches in generic modeMark Johnston
2023-04-05netmap: fix copyin/copyout of nmreq options listVincenzo Maffione
2023-03-28netmap: get rid of save_if_input for emulated adaptersVincenzo Maffione
2023-03-16netmap: Remove obsolete compatibility definesMark Johnston
2023-02-01netmap: Tell the compiler to avoid reloading ring indicesMark Johnston
2023-02-01netmap: Correct a commentMark Johnston
2023-02-01netmap: Fix a queue length check in the generic port rx pathMark Johnston
2022-12-31netmap: several typo fixesVincenzo Maffione
2022-12-31netmap: drop compatibility FreeBSD codeVincenzo Maffione
2022-12-31netmap: monitor: add missing netmap_adapter_put()Vincenzo Maffione
2022-12-31debug_put_get: don't crash on null pointersVincenzo Maffione
2022-12-31monitor: fix cb restore when monitored adapter unregistersVincenzo Maffione
2022-12-24netmap_update_config: update na->name to cope with reconfigurationsVincenzo Maffione
2022-09-07netmap(4): Remove a double word in a source code commentGordon Bergling
2022-07-24Fix unused variable warning in if_re_netmap.hDimitry Andric
2022-03-20netmap: add a tunable for the maximum number of VALE switchesVincenzo Maffione
2022-03-19netmap: Fix TOCTOU vulnerability in nmreq_copyinVincenzo Maffione
2022-03-19netmap: Fix integer overflow in nmreq_copyinVincenzo Maffione
2021-09-26netmap: monitor: add a flag to distinguish packet directionVincenzo Maffione
2021-04-19netmap: don't use linux type struct device *Vincenzo Maffione
2021-03-23netmap: fix issues in nm_os_extmem_create()Vincenzo Maffione
2021-03-18netmap: fix memory leak in NETMAP_REQ_PORT_INFO_GETVincenzo Maffione
2021-03-12netmap: Stop printing a line to the dmesg in netmap_init()Mark Johnston
2021-01-31netmap: simplify parameter passingVincenzo Maffione
2021-01-11netmap: vtnet: fix RX initialization after netmap_reset()Vincenzo Maffione
2021-01-10netmap: restore hwofs and support it in iflibVincenzo Maffione
2021-01-10netmap: vtnet: enable/disable krings on any interface reinitVincenzo Maffione
2021-01-09netmap: vtnet: stop krings during interface resetVincenzo Maffione
2021-01-09netmap: refactor netmap_resetVincenzo Maffione
2021-01-09netmap: iflib: stop krings during interface resetVincenzo Maffione
2020-10-22netmap: fix mutex double unlock bugVincenzo Maffione
2020-08-24netmap: use FreeBSD guards for epoch callsVincenzo Maffione
2020-08-18netmap: fix parsing of legacy nmr->nr_ringidVincenzo Maffione
2020-06-14netmap: vtnet: fix races in vtnet_netmap_reg()Vincenzo Maffione
2020-06-11netmap: introduce netmap_kring_on()Vincenzo Maffione
2020-06-03netmap: vtnet: clean up rxsync disabled logsVincenzo Maffione
2020-06-03netmap: vtnet: fix race condition in rxsyncVincenzo Maffione
2020-06-03netmap: vtnet: add vtnrx_nm_refill index to receive queuesVincenzo Maffione
2020-06-03netmap: vale: fix disabled logsVincenzo Maffione
2020-06-03netmap: vtnet: remove leftover memory barriersVincenzo Maffione
2020-06-01netmap: if_vtnet: avoid netmap ring wraparoundVincenzo Maffione
2020-06-01netmap: if_vtnet: replace vtnet_free_used()Vincenzo Maffione
2020-06-01netmap: vtnet: fix RX virtqueue initialization bugVincenzo Maffione