summaryrefslogtreecommitdiff
path: root/sys/dev/netmap/netmap_kern.h
AgeCommit message (Expand)Author
2014-11-13add support for private knote lock (reduces lock contention),Luigi Rizzo
2014-11-11in the Linux section, properly define the NMG_LOCK type.Luigi Rizzo
2014-11-10fix a typoLuigi Rizzo
2014-09-25adapt the code to different freebsd versions.Luigi Rizzo
2014-08-31Provide pointer from struct ifnet to struct netmap_adapter,Gleb Smirnoff
2014-08-20Change netmap's global lock to sx instead of a mutex.Navdeep Parhar
2014-08-16Update to the current version of netmap.Luigi Rizzo
2014-06-09sync the code with the one in stable/10Luigi Rizzo
2014-06-06align comments with the ones in our development trunkLuigi Rizzo
2014-06-05whitespace change: remove trailing whitespaceLuigi Rizzo
2014-06-02Introduce a procedural interface to the ifnet structure. The newMarcel Moolenaar
2014-02-15This new version of netmap brings you the following:Luigi Rizzo
2014-01-07fix use after free when releasing a netmap adapter.Luigi Rizzo
2014-01-06It is 2014 and we have a new version of netmap.Luigi Rizzo
2013-12-16fix the build using __builtin_prefetch() instead of redefining prefetch()Luigi Rizzo
2013-12-15split netmap code according to functions:Luigi Rizzo
2013-11-01update to the latest netmap snapshot.Luigi Rizzo
2013-05-30Bring in a number of new features, mostly implemented by Michio Honda:Luigi Rizzo
2013-04-30Partial cleanup in preparation for upcoming changes:Luigi Rizzo
2013-04-29whitespace changes:Luigi Rizzo
2013-04-19mostly whitespace changes:Luigi Rizzo
2013-01-23control some debugging messages with dev.netmap.verboseLuigi Rizzo
2013-01-17add some definition and driver changes in preparation forLuigi Rizzo
2012-10-19This is an import of code, mostly from Giuseppe Lettieri,Luigi Rizzo
2012-08-08Clarify comments about number of tx / rx ringsEd Maste
2012-08-02fix some signed/unsigned warnings in the netmap code.Luigi Rizzo
2012-07-31remove a redundant MALLOC_DECLARELuigi Rizzo
2012-07-27remove unused definition, whitespace cleanupLuigi Rizzo
2012-07-26Add support for VALE bridges to the netmap core, seeLuigi Rizzo
2012-04-13A bit of cleanup in the names of fields of netmap-related structures.Luigi Rizzo
2012-04-12Some code restructuring to bring the memory allocator out of netmap.cLuigi Rizzo
2012-02-27A bunch of netmap fixes:Luigi Rizzo
2012-02-15(This commit only touches code within the DEV_NETMAP blocks)Luigi Rizzo
2012-02-13- use struct ifnet as explicit type of the argument to theLuigi Rizzo
2012-02-08- change the buffer size from a constant to aLuigi Rizzo
2012-01-26ixgbe changes:Luigi Rizzo
2012-01-13indentation and whitespace fixesLuigi Rizzo
2012-01-13Two performance-related fixes:Luigi Rizzo
2012-01-10small code cleanup in preparation for future modifications inLuigi Rizzo
2011-12-231. don't use if_pspare directly, but through a macro WMA()Luigi Rizzo
2011-12-051. Fix the handling of link reset while in netmap more.Luigi Rizzo
2011-11-17Bring in support for netmap, a framework for very efficient packetLuigi Rizzo