summaryrefslogtreecommitdiff
path: root/sys/dev/netmap
AgeCommit message (Expand)Author
2013-01-17remove the old memory allocator, not useful anymoreLuigi Rizzo
2013-01-17add some definition and driver changes in preparation forLuigi Rizzo
2013-01-17remove an incorrect comment and debugging codeLuigi Rizzo
2012-12-20rename the 'tag' and 'map' fields used the rx ring to theirLuigi Rizzo
2012-11-30First of a series of 11 patches leading to new ixgbe version 2.5.0Jack F Vogel
2012-10-19Use M_NOWAIT when calling malloc with a lock held.Ed Maste
2012-10-19Fix build.Gleb Smirnoff
2012-10-19This is an import of code, mostly from Giuseppe Lettieri,Luigi Rizzo
2012-10-17Avoid panic when a netmap instance cannot obtain memory.Ed Maste
2012-08-13Reword comment to try to improve clarity, and fix a typo.Ed Maste
2012-08-09Improve lock and unlock symmetryEd Maste
2012-08-08Fix whitespace (missing newline)Ed Maste
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-08-02Add a newline on an error message;Luigi Rizzo
2012-07-31remove a redundant MALLOC_DECLARELuigi Rizzo
2012-07-30- move the inclusion of netmap headers to the common part of the code;Luigi Rizzo
2012-07-27use __builtin_prefetch() for prefetch.Luigi Rizzo
2012-07-27remove unused definition, whitespace cleanupLuigi Rizzo
2012-07-26define prefetch as a noop on !x86Luigi Rizzo
2012-07-26Add support for VALE bridges to the netmap core, seeLuigi Rizzo
2012-05-17this file is too old and not interesting anymore now that netmapLuigi Rizzo
2012-05-03print 'netmap stack ring full' only in verbose mode.Luigi Rizzo
2012-04-14i prefer this fix for the -Wformat warning (just one cast,Luigi Rizzo
2012-04-14Make compile on 64bit somehow for now after a first try at r234242 onBjoern A. Zeeb
2012-04-13fix build with -Wformat -Wmissing-prototypesLuigi Rizzo
2012-04-13Properly disable crc stripping when operating in netmap mode.Luigi Rizzo
2012-04-13add the new memory allocator for netmap, which allocates memoryLuigi Rizzo
2012-04-13A bit of cleanup in the names of fields of netmap-related structures.Luigi Rizzo
2012-04-13do not use a deprecated field in a structure.Luigi Rizzo
2012-04-12Apparently the length field in advanced descriptorsLuigi Rizzo
2012-04-12Some code restructuring to bring the memory allocator out of netmap.cLuigi Rizzo
2012-04-12use correct selinfo pointer for the generic interrupt handlerLuigi Rizzo
2012-04-11A couple of changes related to ixgbe operation in netmap mode:Luigi Rizzo
2012-02-27A bunch of netmap fixes:Luigi Rizzo
2012-02-17Various cleanups for readability (no functional changes)Luigi Rizzo
2012-02-15(This commit only touches code within the DEV_NETMAP blocks)Luigi Rizzo
2012-02-15reduce the differences between these three files.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-13fix indentationLuigi Rizzo
2012-01-13Two performance-related fixes:Luigi Rizzo
2012-01-10other simplifications in the internal interfaces to theLuigi Rizzo
2012-01-10small code cleanup in preparation for future modifications inLuigi Rizzo
2011-12-25remove a variable definition which shadows the correct one.Luigi Rizzo
2011-12-231. don't use if_pspare directly, but through a macro WMA()Luigi Rizzo
2011-12-23whitespace fixes (one missing newline, one extra tab)Luigi Rizzo
2011-12-18Fix compilation on sparc64 by actually supplying the bus_dma_tag_t memberMarius Strobl