summaryrefslogtreecommitdiff
path: root/sys/dev/netmap/netmap_kern.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r270253:Navdeep Parhar2014-08-211-7/+7
* MFC 270063: update of netmap codeLuigi Rizzo2014-08-201-88/+328
* sync netmap code with the version in HEAD:Luigi Rizzo2014-06-091-10/+11
* MFH: sync the netmap code with the one in HEADLuigi Rizzo2014-02-181-109/+968
* Bring in a number of new features, mostly implemented by Michio Honda:Luigi Rizzo2013-05-301-2/+36
* Partial cleanup in preparation for upcoming changes:Luigi Rizzo2013-04-301-5/+17
* whitespace changes:Luigi Rizzo2013-04-291-3/+8
* mostly whitespace changes:Luigi Rizzo2013-04-191-12/+4
* control some debugging messages with dev.netmap.verboseLuigi Rizzo2013-01-231-0/+3
* add some definition and driver changes in preparation forLuigi Rizzo2013-01-171-0/+5
* This is an import of code, mostly from Giuseppe Lettieri,Luigi Rizzo2012-10-191-11/+63
* Clarify comments about number of tx / rx ringsEd Maste2012-08-081-2/+2
* fix some signed/unsigned warnings in the netmap code.Luigi Rizzo2012-08-021-1/+1
* remove a redundant MALLOC_DECLARELuigi Rizzo2012-07-311-4/+0
* remove unused definition, whitespace cleanupLuigi Rizzo2012-07-271-9/+6
* Add support for VALE bridges to the netmap core, seeLuigi Rizzo2012-07-261-2/+83
* A bit of cleanup in the names of fields of netmap-related structures.Luigi Rizzo2012-04-131-12/+34
* Some code restructuring to bring the memory allocator out of netmap.cLuigi Rizzo2012-04-121-8/+4
* A bunch of netmap fixes:Luigi Rizzo2012-02-271-43/+34
* (This commit only touches code within the DEV_NETMAP blocks)Luigi Rizzo2012-02-151-0/+52
* - use struct ifnet as explicit type of the argument to theLuigi Rizzo2012-02-131-13/+42
* - change the buffer size from a constant to aLuigi Rizzo2012-02-081-9/+3
* ixgbe changes:Luigi Rizzo2012-01-261-2/+5
* indentation and whitespace fixesLuigi Rizzo2012-01-131-10/+9
* Two performance-related fixes:Luigi Rizzo2012-01-131-8/+29
* small code cleanup in preparation for future modifications inLuigi Rizzo2012-01-101-7/+19
* 1. don't use if_pspare directly, but through a macro WMA()Luigi Rizzo2011-12-231-2/+6
* 1. Fix the handling of link reset while in netmap more.Luigi Rizzo2011-12-051-9/+9
* Bring in support for netmap, a framework for very efficient packetLuigi Rizzo2011-11-171-0/+221