summaryrefslogtreecommitdiff
path: root/sys/dev/netmap/netmap_freebsd.c
AgeCommit message (Expand)Author
2016-10-16Import the current version of netmap, aligned with the one on github.Luigi Rizzo
2015-07-19add a use count so the netmap module cannot be unloaded while in use.Luigi Rizzo
2015-07-13set the refcount for the structure (dropped by mistake in the last commit).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-02-23add MODULE_VERSION, needed to track module dependenciesLuigi Rizzo
2014-12-01Start process of removing the use of the deprecated "M_FLOWID" flagHans Petter Selasky
2014-11-13add support for private knote lock (reduces lock contention),Luigi Rizzo
2014-11-10initialize *color if passed as an argumentLuigi Rizzo
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-06better handling of netmap emulation over standard device drivers:Luigi Rizzo
2014-06-06move netmap_getna() to a freebsd-specific fileLuigi Rizzo
2014-02-20compile with NOINETLuigi Rizzo
2014-02-15This new version of netmap brings you the following:Luigi Rizzo
2014-01-06It is 2014 and we have a new version of netmap.Luigi Rizzo
2013-12-15split netmap code according to functions:Luigi Rizzo