summaryrefslogtreecommitdiffstats
path: root/sys/dev/netmap
Commit message (Expand)AuthorAgeFilesLines
* netmap_user.h:luigi2014-01-163-24/+33
* Fix netmap emulation when NICs attached to a VALE switch have a differentluigi2014-01-101-3/+6
* sync with our internal repo - small change in debugging messagesluigi2014-01-101-4/+3
* Fix build with VIMAGE.glebius2014-01-091-0/+2
* fix use after free when releasing a netmap adapter.luigi2014-01-072-5/+10
* It is 2014 and we have a new version of netmap.luigi2014-01-0614-1499/+1655
* Fix build.glebius2013-12-181-0/+1
* fix the build using __builtin_prefetch() instead of redefining prefetch()luigi2013-12-163-8/+5
* split netmap code according to functions:luigi2013-12-1514-3475/+5600
* remove a debugging messageluigi2013-11-061-1/+1
* remove some test code.luigi2013-11-051-117/+0
* fix a bug when a device has 1 tx (or rx) queue and more thanluigi2013-11-051-4/+5
* check errors on return from netmap_attach()luigi2013-11-051-4/+10
* circumvent a couple of warnings:luigi2013-11-021-2/+2
* add missing file from previous netmap update...luigi2013-11-021-0/+216
* update to the latest netmap snapshot.luigi2013-11-018-1687/+2764
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Update the Intel igb driver to version 2.4.0jfv2013-10-091-1/+1
* - fix a bug in the previous commit that was dropping the last packetluigi2013-06-051-11/+39
* Bring in a number of new features, mostly implemented by Michio Honda:luigi2013-05-302-315/+1094
* another minor bugfix in the memory allocator, this time in the free routine.luigi2013-05-101-1/+1
* remove trailing whitespaceluigi2013-05-024-11/+11
* Partial cleanup in preparation for upcoming changes:luigi2013-04-302-35/+87
* whitespace - document alternative locking under linuxluigi2013-04-291-0/+2
* whitespace changes:luigi2013-04-298-9/+11
* explicitly mark some variables as constluigi2013-04-291-4/+4
* mostly whitespace changes:luigi2013-04-193-47/+34
* fix a bug in the computation of the userspace offset for a give netmap buffer.luigi2013-04-151-1/+1
* Switch vm_object lock to be a rwlock.attilio2013-02-201-0/+1
* Add support for transparent mode while in netmap.luigi2013-01-231-30/+179
* control some debugging messages with dev.netmap.verboseluigi2013-01-233-54/+123
* remove the old memory allocator, not useful anymoreluigi2013-01-171-521/+0
* add some definition and driver changes in preparation forluigi2013-01-176-0/+19
* remove an incorrect comment and debugging codeluigi2013-01-171-10/+1
* rename the 'tag' and 'map' fields used the rx ring to theirluigi2012-12-201-4/+4
* First of a series of 11 patches leading to new ixgbe version 2.5.0jfv2012-11-301-4/+4
* Use M_NOWAIT when calling malloc with a lock held.emaste2012-10-191-2/+2
* Fix build.glebius2012-10-191-2/+2
* This is an import of code, mostly from Giuseppe Lettieri,luigi2012-10-193-294/+784
* Avoid panic when a netmap instance cannot obtain memory.emaste2012-10-171-1/+2
* Reword comment to try to improve clarity, and fix a typo.emaste2012-08-131-5/+8
* Improve lock and unlock symmetryemaste2012-08-091-15/+14
* Fix whitespace (missing newline)emaste2012-08-081-1/+2
* Clarify comments about number of tx / rx ringsemaste2012-08-082-3/+4
* fix some signed/unsigned warnings in the netmap code.luigi2012-08-025-8/+8
* Add a newline on an error message;luigi2012-08-021-7/+13
* remove a redundant MALLOC_DECLAREluigi2012-07-311-4/+0
* - move the inclusion of netmap headers to the common part of the code;luigi2012-07-302-9/+15
* use __builtin_prefetch() for prefetch.luigi2012-07-271-26/+160
* remove unused definition, whitespace cleanupluigi2012-07-271-9/+6
OpenPOWER on IntegriCloud