aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/netmap/netmap_freebsd.c
Commit message (Expand)AuthorAgeFilesLines
* add a use count so the netmap module cannot be unloaded while in use.Luigi Rizzo2015-07-191-0/+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-101-15/+11
* Sync netmap sources with the version in our private tree.Luigi Rizzo2015-07-101-13/+26
* add MODULE_VERSION, needed to track module dependenciesLuigi Rizzo2015-02-231-0/+1
* Start process of removing the use of the deprecated "M_FLOWID" flagHans Petter Selasky2014-12-011-2/+2
* add support for private knote lock (reduces lock contention),Luigi Rizzo2014-11-131-9/+8
* initialize *color if passed as an argumentLuigi Rizzo2014-11-101-0/+2
* Update to the current version of netmap.Luigi Rizzo2014-08-161-8/+139
* Fix style bug: rename the refcount field of m_ext to ext_cnt, to matchGleb Smirnoff2014-07-111-3/+3
* better handling of netmap emulation over standard device drivers:Luigi Rizzo2014-06-061-17/+46
* move netmap_getna() to a freebsd-specific fileLuigi Rizzo2014-06-061-0/+8
* compile with NOINETLuigi Rizzo2014-02-201-0/+8
* This new version of netmap brings you the following:Luigi Rizzo2014-02-151-19/+246
* It is 2014 and we have a new version of netmap.Luigi Rizzo2014-01-061-4/+22
* split netmap code according to functions:Luigi Rizzo2013-12-151-0/+410