summaryrefslogtreecommitdiff
path: root/sys/dev/netmap/netmap_kern.h
AgeCommit message (Expand)Author
2024-10-14netmap: Make memory pools NUMA-awareMark Johnston
2024-03-26netmap: Address errors on memory free in netmap_genericTom Jones
2023-12-27netmap: Ignore errors in CSB_WRITE()Mark Johnston
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-05netmap: Fix queue stalls with generic interfacesMark Johnston
2023-03-14netmap: get rid of save_if_input for emulated adaptersVincenzo Maffione
2023-03-11netmap: get rid of WNA() macroVincenzo Maffione
2023-02-14Mechanically convert netmap(4) to IfAPIJustin Hibbits
2023-01-23netmap: Correct a commentMark Johnston
2022-12-24debug_put_get: don't crash on null pointersVincenzo Maffione
2022-12-24netmap: drop compatibility FreeBSD codeVincenzo Maffione
2022-12-03netmap_update_config: update na->name to cope with reconfigurationsVincenzo Maffione
2022-11-02sys: Nuke double-semicolonsElliott Mitchell
2022-03-06netmap: add a tunable for the maximum number of VALE switchesVincenzo Maffione
2021-08-22netmap: import changes from upstreamVincenzo Maffione
2021-04-17wpa: Import wpa_supplicant/hostapd commit f91680c15Cy Schubert
2021-04-17netmap: make sure rings are disabled during resetsVincenzo Maffione
2021-04-02netmap: several typo fixesVincenzo Maffione
2021-04-02netmap: fix typo bug in netmap_compute_buf_lenVincenzo Maffione
2021-03-29netmap: add kernel support for the "offsets" featureVincenzo Maffione
2021-01-24netmap: simplify parameter passingVincenzo Maffione
2020-06-11netmap: introduce netmap_kring_on()Vincenzo Maffione
2020-02-07netmap: improve netmap(4) and vale(4) man pagesVincenzo Maffione
2020-01-13netmap: disable passthrough with no hypervisor supportVincenzo Maffione
2019-09-01netmap: import changes from upstream (SHA 137f537eae513)Vincenzo Maffione
2019-02-18netmap: don't schedule kqueue notify task when kqueue is not usedVincenzo Maffione
2019-02-05netmap: refactor logging macros and pipesVincenzo Maffione
2019-02-02netmap: upgrade sync-kloop supportVincenzo Maffione
2019-01-30netmap: fix lock order reversal related to kqueue usageVincenzo Maffione
2019-01-23netmap: improvements to the netmap kloop (CSB mode)Vincenzo Maffione
2019-01-23netmap: fix knote() argument to match the mutex stateVincenzo Maffione
2018-12-21netmap: move buf_size validation code to its own functionVincenzo Maffione
2018-12-05netmap: align codebase to the current upstream (760279cfb2730a585)Vincenzo Maffione
2018-10-23netmap: align codebase to the current upstream (sha 8374e1a7e6941)Vincenzo Maffione
2018-05-18netmap: pull fix for 32-bit support from upstreamMatt Macy
2018-04-12netmap: align codebase to the current upstream (commit id 3fb001303718146)Vincenzo Maffione
2018-04-09netmap: align codebase to upstream version v11.4Vincenzo Maffione
2018-04-04netmap: align if_ptnet guest driver to the upstream code (commit 0e15788)Vincenzo Maffione
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-06-12Update the current version of netmap to bring it in sync with the githubLuiz Otavio O Souza
2016-10-27Various fixes for ptnet/ptnetmap (passthrough of netmap ports). In detail:Luigi Rizzo
2016-10-18remove stale and unused code from various filesLuigi Rizzo
2016-10-18Restore svn r306772 that was overwritten by netmap import at svn r307394Sean Bruno
2016-10-16Import the current version of netmap, aligned with the one on github.Luigi Rizzo
2016-10-06Move netmap selinfo.h in to sensible location.Sean Bruno
2015-07-19add a use count so the netmap module cannot be unloaded while in use.Luigi Rizzo
2015-07-19small documentation updateLuigi Rizzo
2015-07-10staticize functions only used in netmap.cLuigi Rizzo
2015-07-10Sync netmap sources with the version in our private tree.Luigi Rizzo