aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/netmap
Commit message (Expand)AuthorAgeFilesLines
* 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-324/+852
* 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
* netmap: Stop printing a line to the dmesg in netmap_init()Mark Johnston2021-03-051-0/+2
* netmap: simplify parameter passingVincenzo Maffione2021-01-244-44/+45
* netmap: vtnet: fix RX initialization after netmap_reset()Vincenzo Maffione2021-01-111-7/+12
* netmap: restore hwofs and support it in iflibVincenzo Maffione2021-01-101-13/+34
* netmap: vtnet: enable/disable krings on any interface reinitVincenzo Maffione2021-01-102-6/+4
* netmap: vtnet: stop krings during interface resetVincenzo Maffione2021-01-091-1/+7
* netmap: refactor netmap_resetVincenzo Maffione2021-01-091-45/+20
* netmap: iflib: stop krings during interface resetVincenzo Maffione2021-01-091-1/+1
* netmap: fix mutex double unlock bugVincenzo Maffione2020-10-221-1/+0
* netmap: use FreeBSD guards for epoch callsVincenzo Maffione2020-08-241-1/+5
* netmap: fix parsing of legacy nmr->nr_ringidVincenzo Maffione2020-08-181-2/+2
* netmap: vtnet: fix races in vtnet_netmap_reg()Vincenzo Maffione2020-06-141-47/+11
* netmap: introduce netmap_kring_on()Vincenzo Maffione2020-06-112-19/+18
* netmap: vtnet: clean up rxsync disabled logsVincenzo Maffione2020-06-031-4/+2