aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/netmap
Commit message (Expand)AuthorAgeFilesLines
...
* netmap: align if_ptnet guest driver to the upstream code (commit 0e15788)Vincenzo Maffione2018-04-043-174/+204
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-1/+1
* dev: make some use of mallocarray(9).Pedro F. Giffuni2018-01-131-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2716-16/+48
* Shorten list of arguments to mbuf external storage freeing function.Gleb Smirnoff2017-10-091-2/+2
* Restore the changes done in r313982: Replace zero with NULL for pointers.Luiz Otavio O Souza2017-07-212-2/+2
* Do not allow the use of the loopback interface in netmap.Luiz Otavio O Souza2017-07-211-0/+8
* Update the current version of netmap to bring it in sync with the githubLuiz Otavio O Souza2017-06-1212-830/+1230
* sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-202-2/+2
* Unbreak the gcc build of netmap.Mark Johnston2017-02-141-9/+15
* Fix panic on mb_free_ext() due to NULL destructor.Sean Bruno2017-01-121-3/+3
* [netmap] call RLOCK /and/ RUNLOCK.Adrian Chadd2017-01-021-1/+1
* [netmap] fix locking regressionsAdrian Chadd2016-12-301-4/+4
* netmap: add cast to fix powerpc64 LINT kernelEd Maste2016-11-301-3/+3
* The buffer address is always overwritten in the extended descriptor format,Sean Bruno2016-10-281-1/+1
* Various fixes for ptnet/ptnetmap (passthrough of netmap ports). In detail:Luigi Rizzo2016-10-278-285/+214
* netmap: fix kernel build on GCC-using architecturesEd Maste2016-10-211-1/+1
* netmap: Unbreak LINT-VIMAGE buildingSepherosa Ziehau2016-10-211-3/+3
* netmap: Unbreak i386 LINT buildingSepherosa Ziehau2016-10-211-2/+2
* remove stale and unused code from various filesLuigi Rizzo2016-10-187-104/+60
* remove trailing whitespace. No code changes.Luigi Rizzo2016-10-184-11/+11
* Restore svn r306772 that was overwritten by netmap import at svn r307394Sean Bruno2016-10-181-0/+1
* add two missing files for the netmap importLuigi Rizzo2016-10-162-0/+3739
* Import the current version of netmap, aligned with the one on github.Luigi Rizzo2016-10-1615-1602/+4404
* Move netmap selinfo.h in to sensible location.Sean Bruno2016-10-061-0/+1
* Fix linker warnings (errors on gcc) that resulted from r304510.Eric Joyner2016-09-011-1/+0
* Consistently use `device_t`Jean-Sébastien Pédron2016-08-091-2/+2
* Don't repeat the the word 'the'Eitan Adler2016-05-171-1/+1
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-033-5/+5
* Plug leak in m_unshare.Navdeep Parhar2016-03-261-1/+2
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-011-0/+1
* Switch em(4) to the extended RX descriptor format. This matches theSean Bruno2016-01-071-8/+8
* Fix typo (s/harware/hardware/)Kevin Lo2015-12-251-1/+1
* Don't call enable_all_rings if the adapter has been freed.Adrian Chadd2015-09-071-2/+5
* add a use count so the netmap module cannot be unloaded while in use.Luigi Rizzo2015-07-193-2/+18
* properly destroy persistent vale portsLuigi Rizzo2015-07-191-12/+6
* do not free NULL if pipe allocation failsLuigi Rizzo2015-07-191-1/+3
* release a reference when stopping a monitorLuigi Rizzo2015-07-191-0/+1
* small documentation updateLuigi Rizzo2015-07-191-3/+4
* Add netmap support for ixgbe SRIOV VFs (that is, to if_ixv).Patrick Kelsey2015-07-151-13/+14
* set the refcount for the structure (dropped by mistake in the last commit).Luigi Rizzo2015-07-131-0/+1
* staticize functions only used in netmap.cLuigi Rizzo2015-07-104-69/+38
* Sync netmap sources with the version in our private tree.Luigi Rizzo2015-07-1016-1392/+1884
* Change EM_MULTIQUEUE to a real kernconf entry and enable support forSean Bruno2015-06-031-1/+1
* When a netmap process terminates without the full set of buffers itPatrick Kelsey2015-05-151-16/+67
* netmap: improve the netmap attach message on FreeBSD.Rui Paulo2015-04-111-0/+6
* Make ix_crcstrip a public symbol for the moment; it probably is notBjoern A. Zeeb2015-03-241-1/+2
* Add native netmap support to ixl.Luigi Rizzo2015-02-241-0/+422
* add MODULE_VERSION, needed to track module dependenciesLuigi Rizzo2015-02-231-0/+1
* two minor changes from the master netmap version:Luigi Rizzo2015-02-141-4/+3