aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/netmap
Commit message (Expand)AuthorAgeFilesLines
* 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
* netmap: vtnet: fix race condition in rxsyncVincenzo Maffione2020-06-031-3/+18
* netmap: vtnet: add vtnrx_nm_refill index to receive queuesVincenzo Maffione2020-06-031-20/+30
* netmap: vale: fix disabled logsVincenzo Maffione2020-06-031-2/+2
* netmap: vtnet: remove leftover memory barriersVincenzo Maffione2020-06-031-2/+0
* netmap: if_vtnet: avoid netmap ring wraparoundVincenzo Maffione2020-06-011-2/+2
* netmap: if_vtnet: replace vtnet_free_used()Vincenzo Maffione2020-06-011-38/+2
* netmap: vtnet: fix RX virtqueue initialization bugVincenzo Maffione2020-06-011-7/+19
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that processGleb Smirnoff2020-02-111-3/+4
* netmap: improve netmap(4) and vale(4) man pagesVincenzo Maffione2020-02-071-2/+0
* netmap_mem_unmap: fix NULL pointer dereferenceVincenzo Maffione2020-01-261-1/+2
* In netmap() call ether_input() within the network epoch.Gleb Smirnoff2020-01-231-0/+5
* netmap: disable passthrough with no hypervisor supportVincenzo Maffione2020-01-132-1/+3
* Make page busy state deterministic on free. Pages must be xbusy whenJeff Roberson2019-12-221-4/+1
* add valectl to the system commandsVincenzo Maffione2019-10-311-1/+1