summaryrefslogtreecommitdiff
path: root/sys/dev/netmap
AgeCommit message (Expand)Author
2014-08-16Update to the current version of netmap.Luigi Rizzo
2014-07-11Fix style bug: rename the refcount field of m_ext to ext_cnt, to matchGleb Smirnoff
2014-06-10change the netmap mbuf destructor so the same code works also on FreeBSD 9.Luigi Rizzo
2014-06-09Fixes from Fanco Ficthner on transparent modeLuigi Rizzo
2014-06-09sync the code with the one in stable/10Luigi Rizzo
2014-06-06better handling of netmap emulation over standard device drivers:Luigi Rizzo
2014-06-06introduce mbq_lock() and mbq_unlock() for the mbq,Luigi Rizzo
2014-06-06move netmap_getna() to a freebsd-specific fileLuigi Rizzo
2014-06-06align comments with the ones in our development trunkLuigi Rizzo
2014-06-06rate limit some error messagesLuigi Rizzo
2014-06-06remove two debugging messages, align comments with the codeLuigi Rizzo
2014-06-06add checks for invalid buffer pointers and lengthsLuigi 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-06-02Introduce a procedural interface to the ifnet structure. The newMarcel Moolenaar
2014-02-20compile with NOINETLuigi 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-10Fix netmap emulation when NICs attached to a VALE switch have a differentLuigi Rizzo
2014-01-10sync with our internal repo - small change in debugging messagesLuigi 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-16fix the build using __builtin_prefetch() instead of redefining prefetch()Luigi Rizzo
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-02add missing file from previous netmap update...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-10-09Update the Intel igb driver to version 2.4.0Jack F Vogel
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-10another minor bugfix in the memory allocator, this time in the free routine.Luigi Rizzo
2013-05-02remove trailing whitespaceLuigi Rizzo
2013-04-30Partial cleanup in preparation for upcoming changes:Luigi Rizzo
2013-04-29whitespace - document alternative locking under linuxLuigi Rizzo
2013-04-29whitespace changes:Luigi Rizzo
2013-04-29explicitly mark some variables as constLuigi Rizzo
2013-04-19mostly whitespace changes:Luigi Rizzo
2013-04-15fix a bug in the computation of the userspace offset for a give netmap buffer.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