summaryrefslogtreecommitdiff
path: root/sys/dev/netmap/netmap_kern.h
AgeCommit message (Expand)Author
2023-08-23sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-07-25spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-03-28netmap: get rid of save_if_input for emulated adaptersVincenzo Maffione
2023-02-01netmap: Correct a commentMark Johnston
2022-12-31netmap: several typo fixesVincenzo Maffione
2022-12-31netmap: drop compatibility FreeBSD codeVincenzo Maffione
2022-12-31debug_put_get: don't crash on null pointersVincenzo Maffione
2022-12-24netmap_update_config: update na->name to cope with reconfigurationsVincenzo Maffione
2022-03-20netmap: add a tunable for the maximum number of VALE switchesVincenzo Maffione
2021-01-31netmap: 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
2014-11-13add support for private knote lock (reduces lock contention),Luigi Rizzo
2014-11-11in the Linux section, properly define the NMG_LOCK type.Luigi Rizzo
2014-11-10fix a typoLuigi Rizzo
2014-09-25adapt the code to different freebsd versions.Luigi Rizzo
2014-08-31Provide pointer from struct ifnet to struct netmap_adapter,Gleb Smirnoff
2014-08-20Change netmap's global lock to sx instead of a mutex.Navdeep Parhar
2014-08-16Update to the current version of netmap.Luigi Rizzo
2014-06-09sync the code with the one in stable/10Luigi Rizzo
2014-06-06align comments with the ones in our development trunkLuigi Rizzo
2014-06-05whitespace change: remove trailing whitespaceLuigi Rizzo
2014-06-02Introduce a procedural interface to the ifnet structure. The newMarcel Moolenaar
2014-02-15This new version of netmap brings you the following:Luigi Rizzo