aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/netmap/netmap_freebsd.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r349581Vincenzo Maffione2019-07-151-0/+3
* MFC r344253Vincenzo Maffione2019-02-251-7/+22
* MFC r343579Vincenzo Maffione2019-02-131-17/+51
* 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-111-82/+17
* MFC r341144Vincenzo Maffione2018-12-011-0/+1
* MFC r339639:Vincenzo Maffione2018-10-301-4/+34
* Fix several memory leaks.David Bright2018-08-141-1/+1
* netmap: compare e1 with e2, not with itselfMatt Macy2018-05-191-1/+1
* netmap: pull fix for 32-bit support from upstreamMatt Macy2018-05-181-23/+23
* Fix build on 32-bit systems.Brooks Davis2018-04-131-2/+2
* netmap: align codebase to the current upstream (commit id 3fb001303718146)Vincenzo Maffione2018-04-121-8/+112
* netmap: align codebase to upstream version v11.4Vincenzo Maffione2018-04-091-3/+21
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Restore the changes done in r313982: Replace zero with NULL for pointers.Luiz Otavio O Souza2017-07-211-1/+1
* Update the current version of netmap to bring it in sync with the githubLuiz Otavio O Souza2017-06-121-34/+57
* sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-201-1/+1
* [netmap] call RLOCK /and/ RUNLOCK.Adrian Chadd2017-01-021-1/+1
* [netmap] fix locking regressionsAdrian Chadd2016-12-301-4/+4
* netmap: add cast to fix powerpc64 LINT kernelEd Maste2016-11-301-3/+3
* Various fixes for ptnet/ptnetmap (passthrough of netmap ports). In detail:Luigi Rizzo2016-10-271-70/+40
* netmap: Unbreak LINT-VIMAGE buildingSepherosa Ziehau2016-10-211-3/+3
* netmap: Unbreak i386 LINT buildingSepherosa Ziehau2016-10-211-2/+2
* remove stale and unused code from various filesLuigi Rizzo2016-10-181-4/+5
* Import the current version of netmap, aligned with the one on github.Luigi Rizzo2016-10-161-61/+701
* 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