summaryrefslogtreecommitdiff
path: root/sys/dev/netmap/netmap_freebsd.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r349581Vincenzo Maffione2019-07-151-0/+3
* MFC r343579, r344253Vincenzo Maffione2019-02-251-23/+72
* MFC r343772, r343867Vincenzo Maffione2019-02-121-2/+0
* MFC r343549Vincenzo Maffione2019-02-061-43/+40
* MFC r343344Vincenzo Maffione2019-02-061-46/+39
* MFC r341516, r341589Vincenzo Maffione2018-12-131-82/+17
* MFC r341144Vincenzo Maffione2018-12-041-0/+1
* MFC r339639Vincenzo Maffione2018-12-041-59/+859
* MFC r337812,r337814,r337820,r341068:David Bright2018-11-301-1/+1
* Revert r330897:Eitan Adler2018-03-291-3/+1
* Partial merge of the SPDX changesEitan Adler2018-03-141-1/+3
* Fix a crash in netmap when using the emulated mode.Luiz Otavio O Souza2017-01-251-22/+8
* 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