summaryrefslogtreecommitdiff
path: root/sys/dev/netmap
AgeCommit message (Expand)Author
2025-12-16netmap: silence -Wdefault-const-init-field-unsafe warningAlex Richardson
2025-12-14netmap: Let memory allocator parameters be settable via loader.confMark Johnston
2025-10-18kqueue: handle copy for netmap filtersKonstantin Belousov
2025-10-17netmap: Fix error handling in nm_os_extmem_create()Mark Johnston
2025-08-21vtnet, ptnet: include opt_*.h files earlyMichael Tuexen
2025-03-27netmap: Add a cdev_pg_path hook that returns the name of the cdevJohn Baldwin
2024-11-26kern: Make fileops and filterops tables const where possibleMark Johnston
2024-10-14netmap: Make memory pools NUMA-awareMark Johnston
2024-09-19netmap: Make the memory ops function pointer table constMark Johnston
2024-07-26Deprecate contigfree(9) in favour of free(9)Bjoern A. Zeeb
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2024-06-16netmap: Use device_set_descf()Mark Johnston
2024-03-26netmap: Address errors on memory free in netmap_genericTom Jones
2023-12-27netmap: Ignore errors in CSB_WRITE()Mark Johnston
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-05netmap: Handle packet batches in generic modeMark Johnston
2023-04-05netmap: Fix queue stalls with generic interfacesMark Johnston
2023-03-21netmap: fix copyin/copyout of nmreq options listVincenzo Maffione
2023-03-14netmap: get rid of save_if_input for emulated adaptersVincenzo Maffione
2023-03-11netmap: get rid of WNA() macroVincenzo Maffione
2023-03-09netmap: Remove obsolete compatibility definesMark Johnston
2023-02-14Mechanically convert netmap(4) to IfAPIJustin Hibbits
2023-02-08netmap: drop redundant if_mtu assignmentVincenzo Maffione
2023-01-23netmap: Try to count packet drops in emulated modeMark Johnston
2023-01-23netmap: Correct a commentMark Johnston
2023-01-23netmap: Fix a queue length check in the generic port rx pathMark Johnston
2023-01-23netmap: Tell the compiler to avoid reloading ring indicesMark Johnston
2023-01-13if_lagg: Allow lagg interfaces to be used with netmapTom Jones
2022-12-24netmap: monitor: add missing netmap_adapter_put()Vincenzo Maffione
2022-12-24debug_put_get: don't crash on null pointersVincenzo Maffione
2022-12-24monitor: fix cb restore when monitored adapter unregistersVincenzo Maffione
2022-12-24netmap: drop compatibility FreeBSD codeVincenzo Maffione
2022-12-03netmap_update_config: update na->name to cope with reconfigurationsVincenzo Maffione
2022-11-02sys: Nuke double-semicolonsElliott Mitchell
2022-09-04netmap(4): Remove a double word in a source code commentGordon Bergling
2022-07-21Fix unused variable warning in if_re_netmap.hDimitry Andric
2022-05-10netmap: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-04-08netmap: Move more_txspace and some_recvd under #ifdef SYNC_KLOOP_POLL.John Baldwin
2022-03-16netmap: Fix TOCTOU vulnerability in nmreq_copyinVincenzo Maffione
2022-03-16netmap: Fix integer overflow in nmreq_copyinVincenzo Maffione
2022-03-06netmap: add a tunable for the maximum number of VALE switchesVincenzo Maffione
2022-03-06netmap: fix refcount bug in netmap allocatorVincenzo Maffione
2021-09-26netmap: fix uint32_t overflow in pool size calculationVincenzo Maffione
2021-09-26netmap: monitor: support offsets in copy modeVincenzo Maffione
2021-08-22netmap: import changes from upstreamVincenzo Maffione