summaryrefslogtreecommitdiff
path: root/sys/dev/netmap/netmap.c
AgeCommit message (Expand)Author
2012-08-02Add a newline on an error message;Luigi 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-26define prefetch as a noop on !x86Luigi Rizzo
2012-07-26Add support for VALE bridges to the netmap core, seeLuigi Rizzo
2012-05-03print 'netmap stack ring full' only in verbose mode.Luigi 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-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-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-10other simplifications in the internal interfaces to theLuigi 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-05revise the implementation of the rings connected to the host stackLuigi Rizzo
2011-12-051. Fix the handling of link reset while in netmap more.Luigi Rizzo
2011-11-23fix formatting warning using casts. The numbers involvedLuigi Rizzo
2011-11-17Bring in support for netmap, a framework for very efficient packetLuigi Rizzo