aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/netmap
Commit message (Expand)AuthorAgeFilesLines
* netmap: Use ckdint.h helpers to check for overflowMark Johnston2026-08-271-7/+3
* vtnet: move offload functions to virtio_net.hTimo Völker2026-08-271-3/+19
* Revert "vtnet: move offload functions to virtio_net.h to share them"Michael Tuexen2026-08-211-19/+3
* vtnet: move offload functions to virtio_net.h to share themTimo Völker2026-08-181-3/+19
* netmap: Handle overflow when computing ring sizesMark Johnston2026-08-071-4/+18
* netmap: Fix a race in kqueue registrationMark Johnston2026-08-071-6/+6
* netmap: Fix driver name handlingMark Johnston2026-08-072-6/+21
* netmap: Don't assume that user-provided strings are nul-terminatedMark Johnston2026-07-091-0/+4
* netmap: Drain selinfo sleepers in nm_os_selinfo_uninit()Mark Johnston2026-05-201-0/+1
* netmap: check for possible out-of-bound write with optionsVincenzo Maffione2026-04-291-0/+1
* netmap: silence -Wdefault-const-init-field-unsafe warningAlex Richardson2025-12-161-2/+4
* netmap: Let memory allocator parameters be settable via loader.confMark Johnston2025-12-141-15/+19
* kqueue: handle copy for netmap filtersKonstantin Belousov2025-10-181-1/+16
* netmap: Fix error handling in nm_os_extmem_create()Mark Johnston2025-10-171-0/+1
* vtnet, ptnet: include opt_*.h files earlyMichael Tuexen2025-08-211-4/+2
* netmap: Add a cdev_pg_path hook that returns the name of the cdevJohn Baldwin2025-03-271-0/+9
* kern: Make fileops and filterops tables const where possibleMark Johnston2024-11-261-2/+2
* netmap: Make memory pools NUMA-awareMark Johnston2024-10-144-24/+63
* netmap: Make the memory ops function pointer table constMark Johnston2024-09-191-4/+4
* Deprecate contigfree(9) in favour of free(9)Bjoern A. Zeeb2024-07-262-7/+4
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-06-282-10/+0
* netmap: Use device_set_descf()Mark Johnston2024-06-161-5/+1
* netmap: Address errors on memory free in netmap_genericTom Jones2024-03-262-8/+25
* netmap: Ignore errors in CSB_WRITE()Mark Johnston2023-12-271-2/+13
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-164-8/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-165-5/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-168-8/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1214-14/+14
* netmap: Handle packet batches in generic modeMark Johnston2023-04-051-4/+11
* netmap: Fix queue stalls with generic interfacesMark Johnston2023-04-053-38/+106
* netmap: fix copyin/copyout of nmreq options listVincenzo Maffione2023-03-211-27/+42
* netmap: get rid of save_if_input for emulated adaptersVincenzo Maffione2023-03-142-21/+2
* netmap: get rid of WNA() macroVincenzo Maffione2023-03-112-9/+4
* netmap: Remove obsolete compatibility definesMark Johnston2023-03-091-5/+0
* Mechanically convert netmap(4) to IfAPIJustin Hibbits2023-02-1416-196/+194
* netmap: drop redundant if_mtu assignmentVincenzo Maffione2023-02-081-1/+0
* netmap: Try to count packet drops in emulated modeMark Johnston2023-01-232-1/+5
* netmap: Correct a commentMark Johnston2023-01-231-1/+1
* netmap: Fix a queue length check in the generic port rx pathMark Johnston2023-01-231-1/+1
* netmap: Tell the compiler to avoid reloading ring indicesMark Johnston2023-01-231-4/+4
* if_lagg: Allow lagg interfaces to be used with netmapTom Jones2023-01-131-0/+4
* netmap: monitor: add missing netmap_adapter_put()Vincenzo Maffione2022-12-241-0/+2
* debug_put_get: don't crash on null pointersVincenzo Maffione2022-12-241-3/+6
* monitor: fix cb restore when monitored adapter unregistersVincenzo Maffione2022-12-241-6/+6
* netmap: drop compatibility FreeBSD codeVincenzo Maffione2022-12-244-117/+1
* netmap_update_config: update na->name to cope with reconfigurationsVincenzo Maffione2022-12-033-1/+6
* sys: Nuke double-semicolonsElliott Mitchell2022-11-021-1/+1
* netmap(4): Remove a double word in a source code commentGordon Bergling2022-09-041-1/+1