aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/netmap/netmap.c
Commit message (Expand)AuthorAgeFilesLines
* netmap: Make memory pools NUMA-awareMark Johnston2024-10-141-2/+2
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* netmap: fix copyin/copyout of nmreq options listVincenzo Maffione2023-03-211-27/+42
* Mechanically convert netmap(4) to IfAPIJustin Hibbits2023-02-141-22/+22
* netmap: Try to count packet drops in emulated modeMark Johnston2023-01-231-1/+3
* netmap: Tell the compiler to avoid reloading ring indicesMark Johnston2023-01-231-4/+4
* netmap_update_config: update na->name to cope with reconfigurationsVincenzo Maffione2022-12-031-0/+4
* 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: fix refcount bug in netmap allocatorVincenzo Maffione2022-03-061-4/+6
* netmap: import changes from upstreamVincenzo Maffione2021-08-221-5/+31
* netmap: use safer defaults for hwbuf_lenVincenzo Maffione2021-04-181-14/+32
* wpa: Import wpa_supplicant/hostapd commit f91680c15Cy Schubert2021-04-171-30/+2
* netmap: make sure rings are disabled during resetsVincenzo Maffione2021-04-171-2/+30
* netmap: several typo fixesVincenzo Maffione2021-04-021-9/+9
* netmap: fix typo bug in netmap_compute_buf_lenVincenzo Maffione2021-04-021-1/+1
* netmap: add kernel support for the "offsets" featureVincenzo Maffione2021-03-291-18/+240
* 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-241-37/+41
* netmap: restore hwofs and support it in iflibVincenzo Maffione2021-01-101-13/+34
* netmap: vtnet: enable/disable krings on any interface reinitVincenzo Maffione2021-01-101-0/+4
* netmap: refactor netmap_resetVincenzo Maffione2021-01-091-45/+20
* netmap: iflib: stop krings during interface resetVincenzo Maffione2021-01-091-1/+1
* netmap: use FreeBSD guards for epoch callsVincenzo Maffione2020-08-241-1/+5
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* In netmap() call ether_input() within the network epoch.Gleb Smirnoff2020-01-231-0/+5
* netmap: minor misc improvementsVincenzo Maffione2019-10-201-1/+2
* netmap: import changes from upstream (SHA 137f537eae513)Vincenzo Maffione2019-09-011-46/+127
* netmap: add support for multiple host ringsVincenzo Maffione2019-03-181-0/+42
* netmap: revert netmap_attach_ext() to pre-r343772Vincenzo Maffione2019-02-071-2/+1
* netmap: refactor logging macros and pipesVincenzo Maffione2019-02-051-31/+51
* netmap: upgrade sync-kloop supportVincenzo Maffione2019-02-021-4/+5
* netmap: fix lock order reversal related to kqueue usageVincenzo Maffione2019-01-301-5/+14
* netmap: fix knote() argument to match the mutex stateVincenzo Maffione2019-01-231-3/+2
* netmap: fix txsync check in netmap pollVincenzo Maffione2018-12-221-11/+18
* netmap: fix bug in netmap_poll() optimizationVincenzo Maffione2018-12-221-4/+7
* netmap: move buf_size validation code to its own functionVincenzo Maffione2018-12-211-42/+52
* netmap: netmap_transmit should honor bpf packet tap hookVincenzo Maffione2018-12-061-0/+5
* netmap: align codebase to the current upstream (760279cfb2730a585)Vincenzo Maffione2018-12-051-137/+341
* netmap: align codebase to the current upstream (sha 8374e1a7e6941)Vincenzo Maffione2018-10-231-40/+85
* netmap: pull fix for 32-bit support from upstreamMatt Macy2018-05-181-69/+78
* netmap: align codebase to the current upstream (commit id 3fb001303718146)Vincenzo Maffione2018-04-121-345/+732
* netmap: align codebase to upstream version v11.4Vincenzo Maffione2018-04-091-84/+214
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Update the current version of netmap to bring it in sync with the githubLuiz Otavio O Souza2017-06-121-177/+226
* Various fixes for ptnet/ptnetmap (passthrough of netmap ports). In detail:Luigi Rizzo2016-10-271-6/+15
* remove stale and unused code from various filesLuigi Rizzo2016-10-181-4/+1
* Import the current version of netmap, aligned with the one on github.Luigi Rizzo2016-10-161-543/+709