summaryrefslogtreecommitdiffstats
path: root/sys/dev/netmap/netmap.c
Commit message (Expand)AuthorAgeFilesLines
* Don't repeat the the word 'the'eadler2016-05-171-1/+1
* sys/dev: minor spelling fixes.pfg2016-05-031-3/+3
* Fix typo (s/harware/hardware/)kevlo2015-12-251-1/+1
* Don't call enable_all_rings if the adapter has been freed.adrian2015-09-071-2/+5
* add a use count so the netmap module cannot be unloaded while in use.luigi2015-07-191-2/+3
* staticize functions only used in netmap.cluigi2015-07-101-14/+14
* Sync netmap sources with the version in our private tree.luigi2015-07-101-489/+552
* netmap: improve the netmap attach message on FreeBSD.rpaulo2015-04-111-0/+6
* two minor changes from the master netmap version:luigi2015-02-141-4/+3
* whitespace change:luigi2015-02-141-7/+5
* Change the permissions from 0660 to 0600.adrian2015-01-241-2/+2
* add support for private knote lock (reduces lock contention),luigi2014-11-131-9/+34
* fix a panic when passing ifioctl from a netmap file descriptor toluigi2014-09-251-15/+10
* Update to the current version of netmap.luigi2014-08-161-146/+537
* Fixes from Fanco Ficthner on transparent modeluigi2014-06-091-19/+7
* introduce mbq_lock() and mbq_unlock() for the mbq,luigi2014-06-061-4/+4
* align comments with the ones in our development trunkluigi2014-06-061-17/+98
* prevent a panic when the netdev/ifp is not set in attachluigi2014-06-061-1/+2
* Use mtx_lock_spin/mtx_unlock_spin primitives on spin lockzont2014-06-061-4/+4
* whitespace change: remove trailing whitespaceluigi2014-06-051-3/+3
* two small changes:luigi2014-02-181-2/+12
* This new version of netmap brings you the following:luigi2014-02-151-199/+302
* netmap_user.h:luigi2014-01-161-15/+12
* Fix build with VIMAGE.glebius2014-01-091-0/+2
* fix use after free when releasing a netmap adapter.luigi2014-01-071-3/+8
* It is 2014 and we have a new version of netmap.luigi2014-01-061-385/+450
* Fix build.glebius2013-12-181-0/+1
* split netmap code according to functions:luigi2013-12-151-2417/+776
* remove a debugging messageluigi2013-11-061-1/+1
* remove some test code.luigi2013-11-051-117/+0
* fix a bug when a device has 1 tx (or rx) queue and more thanluigi2013-11-051-4/+5
* check errors on return from netmap_attach()luigi2013-11-051-4/+10
* circumvent a couple of warnings:luigi2013-11-021-2/+2
* update to the latest netmap snapshot.luigi2013-11-011-1083/+1938
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* - fix a bug in the previous commit that was dropping the last packetluigi2013-06-051-11/+39
* Bring in a number of new features, mostly implemented by Michio Honda:luigi2013-05-301-313/+1058
* remove trailing whitespaceluigi2013-05-021-3/+3
* Partial cleanup in preparation for upcoming changes:luigi2013-04-301-30/+70
* whitespace changes:luigi2013-04-291-0/+3
* mostly whitespace changes:luigi2013-04-191-7/+3
* Switch vm_object lock to be a rwlock.attilio2013-02-201-0/+1
* Add support for transparent mode while in netmap.luigi2013-01-231-30/+179
* control some debugging messages with dev.netmap.verboseluigi2013-01-231-43/+86
* Fix build.glebius2012-10-191-2/+2
* This is an import of code, mostly from Giuseppe Lettieri,luigi2012-10-191-89/+298
* Improve lock and unlock symmetryemaste2012-08-091-15/+14
* Fix whitespace (missing newline)emaste2012-08-081-1/+2
* Clarify comments about number of tx / rx ringsemaste2012-08-081-1/+2
* fix some signed/unsigned warnings in the netmap code.luigi2012-08-021-4/+4
OpenPOWER on IntegriCloud