aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/netmap
Commit message (Expand)AuthorAgeFilesLines
* 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
* netmap: make sure rings are disabled during resetsVincenzo Maffione2021-04-172-12/+30
* netmap: don't use linux type struct device *Vincenzo Maffione2021-04-111-2/+2
* netmap: vtnet: remove unused variableVincenzo Maffione2021-04-091-2/+1
* netmap: vtnet: add support for netmap offsetsVincenzo Maffione2021-04-071-6/+10
* netmap: several typo fixesVincenzo Maffione2021-04-0211-37/+37
* netmap: fix typo bug in netmap_compute_buf_lenVincenzo Maffione2021-04-022-2/+2
* netmap: monitor: add a flag to distinguish packet directionVincenzo Maffione2021-03-291-2/+6
* netmap: add kernel support for the "offsets" featureVincenzo Maffione2021-03-2911-325/+853
* netmap: fix issues in nm_os_extmem_create()Vincenzo Maffione2021-03-201-6/+10
* netmap: fix memory leak in NETMAP_REQ_PORT_INFO_GETVincenzo Maffione2021-03-151-0/+4