aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/netmap/netmap_generic.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r349966Vincenzo Maffione2019-07-151-1/+2
* MFC r349752Vincenzo Maffione2019-07-111-2/+2
* MFC r343772, r343867Vincenzo Maffione2019-02-121-25/+2
* MFC r341516, r341589Vincenzo Maffione2018-12-111-37/+35
* MFC r339639:Vincenzo Maffione2018-10-301-115/+5
* netmap: pull fix for 32-bit support from upstreamMatt Macy2018-05-181-11/+11
* netmap: align codebase to the current upstream (commit id 3fb001303718146)Vincenzo Maffione2018-04-121-3/+3
* netmap: align codebase to upstream version v11.4Vincenzo Maffione2018-04-091-21/+24
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Shorten list of arguments to mbuf external storage freeing function.Gleb Smirnoff2017-10-091-2/+2
* Do not allow the use of the loopback interface in netmap.Luiz Otavio O Souza2017-07-211-0/+8
* Update the current version of netmap to bring it in sync with the githubLuiz Otavio O Souza2017-06-121-35/+34
* Unbreak the gcc build of netmap.Mark Johnston2017-02-141-9/+15
* Fix panic on mb_free_ext() due to NULL destructor.Sean Bruno2017-01-121-3/+3
* remove stale and unused code from various filesLuigi Rizzo2016-10-181-20/+1
* Import the current version of netmap, aligned with the one on github.Luigi Rizzo2016-10-161-267/+669
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Plug leak in m_unshare.Navdeep Parhar2016-03-261-1/+2
* Sync netmap sources with the version in our private tree.Luigi Rizzo2015-07-101-14/+16
* sync a comment with our internal repoLuigi Rizzo2014-11-101-1/+1
* Update to the current version of netmap.Luigi Rizzo2014-08-161-52/+70
* Fix style bug: rename the refcount field of m_ext to ext_cnt, to matchGleb Smirnoff2014-07-111-4/+4
* change the netmap mbuf destructor so the same code works also on FreeBSD 9.Luigi Rizzo2014-06-101-9/+16
* better handling of netmap emulation over standard device drivers:Luigi Rizzo2014-06-061-12/+37
* move netmap_getna() to a freebsd-specific fileLuigi Rizzo2014-06-061-6/+0
* remove two debugging messages, align comments with the codeLuigi Rizzo2014-06-061-5/+12
* Introduce a procedural interface to the ifnet structure. The newMarcel Moolenaar2014-06-021-0/+6
* This new version of netmap brings you the following:Luigi Rizzo2014-02-151-13/+28
* netmap_user.h:Luigi Rizzo2014-01-161-3/+12
* It is 2014 and we have a new version of netmap.Luigi Rizzo2014-01-061-480/+444
* split netmap code according to functions:Luigi Rizzo2013-12-151-0/+818