summaryrefslogtreecommitdiff
path: root/sys/dev/netmap/netmap.c
AgeCommit message (Expand)Author
2016-05-17Don't repeat the the word 'the'Eitan Adler
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2015-12-25Fix typo (s/harware/hardware/)Kevin Lo
2015-09-07Don't call enable_all_rings if the adapter has been freed.Adrian Chadd
2015-07-19add a use count so the netmap module cannot be unloaded while in use.Luigi 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
2015-04-11netmap: improve the netmap attach message on FreeBSD.Rui Paulo
2015-02-14two minor changes from the master netmap version:Luigi Rizzo
2015-02-14whitespace change:Luigi Rizzo
2015-01-24Change the permissions from 0660 to 0600.Adrian Chadd
2014-11-13add support for private knote lock (reduces lock contention),Luigi Rizzo
2014-09-25fix a panic when passing ifioctl from a netmap file descriptor toLuigi Rizzo
2014-08-16Update to the current version of netmap.Luigi Rizzo
2014-06-09Fixes from Fanco Ficthner on transparent modeLuigi Rizzo
2014-06-06introduce mbq_lock() and mbq_unlock() for the mbq,Luigi Rizzo
2014-06-06align comments with the ones in our development trunkLuigi Rizzo
2014-06-06prevent a panic when the netdev/ifp is not set in attachLuigi Rizzo
2014-06-06Use mtx_lock_spin/mtx_unlock_spin primitives on spin lockAndrey Zonov
2014-06-05whitespace change: remove trailing whitespaceLuigi Rizzo
2014-02-18two small changes:Luigi Rizzo
2014-02-15This new version of netmap brings you the following:Luigi Rizzo
2014-01-16netmap_user.h:Luigi Rizzo
2014-01-09Fix build with VIMAGE.Gleb Smirnoff
2014-01-07fix use after free when releasing a netmap adapter.Luigi Rizzo
2014-01-06It is 2014 and we have a new version of netmap.Luigi Rizzo
2013-12-18Fix build.Gleb Smirnoff
2013-12-15split netmap code according to functions:Luigi Rizzo
2013-11-06remove a debugging messageLuigi Rizzo
2013-11-05remove some test code.Luigi Rizzo
2013-11-05fix a bug when a device has 1 tx (or rx) queue and more thanLuigi Rizzo
2013-11-05check errors on return from netmap_attach()Luigi Rizzo
2013-11-02circumvent a couple of warnings:Luigi Rizzo
2013-11-01update to the latest netmap snapshot.Luigi Rizzo
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2013-06-05- fix a bug in the previous commit that was dropping the last packetLuigi Rizzo
2013-05-30Bring in a number of new features, mostly implemented by Michio Honda:Luigi Rizzo
2013-05-02remove trailing whitespaceLuigi Rizzo
2013-04-30Partial cleanup in preparation for upcoming changes:Luigi Rizzo
2013-04-29whitespace changes:Luigi Rizzo
2013-04-19mostly whitespace changes:Luigi Rizzo
2013-03-09Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao
2013-01-23Add support for transparent mode while in netmap.Luigi Rizzo
2013-01-23control some debugging messages with dev.netmap.verboseLuigi Rizzo
2012-10-19Fix build.Gleb Smirnoff
2012-10-19This is an import of code, mostly from Giuseppe Lettieri,Luigi Rizzo
2012-08-09Improve lock and unlock symmetryEd Maste
2012-08-08Fix whitespace (missing newline)Ed Maste
2012-08-08Clarify comments about number of tx / rx ringsEd Maste
2012-08-02fix some signed/unsigned warnings in the netmap code.Luigi Rizzo