aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/netmap
Commit message (Expand)AuthorAgeFilesLines
* kqueue: handle copy for netmap filtersKonstantin Belousov27 hours1-1/+16
* netmap: Fix error handling in nm_os_extmem_create()Mark Johnston43 hours1-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-39/+107
* 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
* Fix unused variable warning in if_re_netmap.hDimitry Andric2022-07-211-2/+1
* netmap: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-102-6/+4
* netmap: Move more_txspace and some_recvd under #ifdef SYNC_KLOOP_POLL.John Baldwin2022-04-091-0/+8
* netmap: Fix TOCTOU vulnerability in nmreq_copyinVincenzo Maffione2022-03-161-34/+17
* netmap: Fix integer overflow in nmreq_copyinVincenzo Maffione2022-03-161-2/+12
* netmap: add a tunable for the maximum number of VALE switchesVincenzo Maffione2022-03-063-7/+14
* netmap: fix refcount bug in netmap allocatorVincenzo Maffione2022-03-062-5/+7
* netmap: fix uint32_t overflow in pool size calculationVincenzo Maffione2021-09-261-1/+1
* netmap: monitor: support offsets in copy modeVincenzo Maffione2021-09-261-5/+7
* netmap: import changes from upstreamVincenzo Maffione2021-08-223-18/+35
* netmap: use safer defaults for hwbuf_lenVincenzo Maffione2021-04-181-14/+32
* wpa: Import wpa_supplicant/hostapd commit f91680c15Cy Schubert2021-04-172-30/+12