aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/netmap/netmap_kern.h
Commit message (Expand)AuthorAgeFilesLines
* netmap: Make memory pools NUMA-awareMark Johnston2024-10-141-3/+24
* netmap: Address errors on memory free in netmap_genericTom Jones2024-03-261-1/+3
* netmap: Ignore errors in CSB_WRITE()Mark Johnston2023-12-271-2/+13
* 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 queue stalls with generic interfacesMark Johnston2023-04-051-15/+38
* netmap: get rid of save_if_input for emulated adaptersVincenzo Maffione2023-03-141-3/+0
* netmap: get rid of WNA() macroVincenzo Maffione2023-03-111-5/+4
* Mechanically convert netmap(4) to IfAPIJustin Hibbits2023-02-141-37/+37
* netmap: Correct a commentMark Johnston2023-01-231-1/+1
* debug_put_get: don't crash on null pointersVincenzo Maffione2022-12-241-3/+6
* netmap: drop compatibility FreeBSD codeVincenzo Maffione2022-12-241-81/+0
* netmap_update_config: update na->name to cope with reconfigurationsVincenzo Maffione2022-12-031-0/+2
* sys: Nuke double-semicolonsElliott Mitchell2022-11-021-1/+1
* netmap: add a tunable for the maximum number of VALE switchesVincenzo Maffione2022-03-061-1/+3
* netmap: import changes from upstreamVincenzo Maffione2021-08-221-10/+0
* wpa: Import wpa_supplicant/hostapd commit f91680c15Cy Schubert2021-04-171-0/+10
* netmap: make sure rings are disabled during resetsVincenzo Maffione2021-04-171-10/+0
* netmap: several typo fixesVincenzo Maffione2021-04-021-7/+7
* 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-3/+116
* netmap: simplify parameter passingVincenzo Maffione2021-01-241-3/+2
* netmap: introduce netmap_kring_on()Vincenzo Maffione2020-06-111-0/+18
* netmap: improve netmap(4) and vale(4) man pagesVincenzo Maffione2020-02-071-2/+0
* netmap: disable passthrough with no hypervisor supportVincenzo Maffione2020-01-131-1/+0
* netmap: import changes from upstream (SHA 137f537eae513)Vincenzo Maffione2019-09-011-2/+1
* netmap: don't schedule kqueue notify task when kqueue is not usedVincenzo Maffione2019-02-181-0/+3
* netmap: refactor logging macros and pipesVincenzo Maffione2019-02-051-12/+15
* netmap: upgrade sync-kloop supportVincenzo Maffione2019-02-021-0/+9
* netmap: fix lock order reversal related to kqueue usageVincenzo Maffione2019-01-301-1/+4
* netmap: improvements to the netmap kloop (CSB mode)Vincenzo Maffione2019-01-231-50/+3
* netmap: fix knote() argument to match the mutex stateVincenzo Maffione2019-01-231-1/+0
* netmap: move buf_size validation code to its own functionVincenzo Maffione2018-12-211-0/+1
* netmap: align codebase to the current upstream (760279cfb2730a585)Vincenzo Maffione2018-12-051-131/+210
* netmap: align codebase to the current upstream (sha 8374e1a7e6941)Vincenzo Maffione2018-10-231-98/+229
* netmap: pull fix for 32-bit support from upstreamMatt Macy2018-05-181-4/+4
* netmap: align codebase to the current upstream (commit id 3fb001303718146)Vincenzo Maffione2018-04-121-53/+102
* netmap: align codebase to upstream version v11.4Vincenzo Maffione2018-04-091-92/+116
* netmap: align if_ptnet guest driver to the upstream code (commit 0e15788)Vincenzo Maffione2018-04-041-9/+12
* 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-29/+88
* Various fixes for ptnet/ptnetmap (passthrough of netmap ports). In detail:Luigi Rizzo2016-10-271-6/+5
* remove stale and unused code from various filesLuigi Rizzo2016-10-181-3/+2
* Restore svn r306772 that was overwritten by netmap import at svn r307394Sean Bruno2016-10-181-0/+1
* Import the current version of netmap, aligned with the one on github.Luigi Rizzo2016-10-161-122/+536
* Move netmap selinfo.h in to sensible location.Sean Bruno2016-10-061-0/+1
* add a use count so the netmap module cannot be unloaded while in use.Luigi Rizzo2015-07-191-0/+1
* small documentation updateLuigi Rizzo2015-07-191-3/+4
* staticize functions only used in netmap.cLuigi Rizzo2015-07-101-38/+13
* Sync netmap sources with the version in our private tree.Luigi Rizzo2015-07-101-148/+202