| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r297298: | np | 2016-04-01 | 1 | -1/+2 |
* | Fixed up version of r294061 that was reverted due to breakage of features | sbruno | 2016-01-28 | 1 | -11/+12 |
* | Sync the e1000 drivers with what's in head as of r294327, modulo parts | marius | 2016-01-27 | 1 | -8/+8 |
* | Unbreak the powerpc/powerpc64 tinderbox | ngie | 2015-12-14 | 1 | -1/+2 |
* | MFC r279232: Add native netmap support to ixl | smh | 2015-12-11 | 1 | -0/+422 |
* | MFC r284179, r283959 | sbruno | 2015-06-17 | 1 | -1/+1 |
* | MFC r282978: | pkelsey | 2015-05-24 | 1 | -16/+67 |
* | MFC r275358 r275483 r276982 - Removing M_FLOWID by hps@ | hiren | 2015-04-24 | 1 | -2/+2 |
* | MFC r281406: | rpaulo | 2015-04-18 | 1 | -0/+6 |
* | sync the code with the version in head. which the exception of | luigi | 2015-02-14 | 8 | -47/+94 |
* | MFC r272111 | luigi | 2014-10-06 | 1 | -15/+10 |
* | MFC r270253: | np | 2014-08-21 | 1 | -7/+7 |
* | MFC 270063: update of netmap code | luigi | 2014-08-20 | 17 | -782/+3069 |
* | MFC 267284 | luigi | 2014-06-10 | 1 | -19/+7 |
* | MFC 267328: | luigi | 2014-06-10 | 1 | -9/+16 |
* | sync netmap code with the version in HEAD: | luigi | 2014-06-09 | 9 | -81/+257 |
* | allow building without INET | luigi | 2014-02-19 | 1 | -0/+8 |
* | missing files from previous commit... | luigi | 2014-02-18 | 8 | -0/+5144 |
* | MFH: sync the netmap code with the one in HEAD | luigi | 2014-02-18 | 8 | -4094/+4340 |
* | Update the Intel igb driver to version 2.4.0 | jfv | 2013-10-09 | 1 | -1/+1 |
* | - fix a bug in the previous commit that was dropping the last packet | luigi | 2013-06-05 | 1 | -11/+39 |
* | Bring in a number of new features, mostly implemented by Michio Honda: | luigi | 2013-05-30 | 2 | -315/+1094 |
* | another minor bugfix in the memory allocator, this time in the free routine. | luigi | 2013-05-10 | 1 | -1/+1 |
* | remove trailing whitespace | luigi | 2013-05-02 | 4 | -11/+11 |
* | Partial cleanup in preparation for upcoming changes: | luigi | 2013-04-30 | 2 | -35/+87 |
* | whitespace - document alternative locking under linux | luigi | 2013-04-29 | 1 | -0/+2 |
* | whitespace changes: | luigi | 2013-04-29 | 8 | -9/+11 |
* | explicitly mark some variables as const | luigi | 2013-04-29 | 1 | -4/+4 |
* | mostly whitespace changes: | luigi | 2013-04-19 | 3 | -47/+34 |
* | fix a bug in the computation of the userspace offset for a give netmap buffer. | luigi | 2013-04-15 | 1 | -1/+1 |
* | Switch vm_object lock to be a rwlock. | attilio | 2013-02-20 | 1 | -0/+1 |
* | Add support for transparent mode while in netmap. | luigi | 2013-01-23 | 1 | -30/+179 |
* | control some debugging messages with dev.netmap.verbose | luigi | 2013-01-23 | 3 | -54/+123 |
* | remove the old memory allocator, not useful anymore | luigi | 2013-01-17 | 1 | -521/+0 |
* | add some definition and driver changes in preparation for | luigi | 2013-01-17 | 6 | -0/+19 |
* | remove an incorrect comment and debugging code | luigi | 2013-01-17 | 1 | -10/+1 |
* | rename the 'tag' and 'map' fields used the rx ring to their | luigi | 2012-12-20 | 1 | -4/+4 |
* | First of a series of 11 patches leading to new ixgbe version 2.5.0 | jfv | 2012-11-30 | 1 | -4/+4 |
* | Use M_NOWAIT when calling malloc with a lock held. | emaste | 2012-10-19 | 1 | -2/+2 |
* | Fix build. | glebius | 2012-10-19 | 1 | -2/+2 |
* | This is an import of code, mostly from Giuseppe Lettieri, | luigi | 2012-10-19 | 3 | -294/+784 |
* | Avoid panic when a netmap instance cannot obtain memory. | emaste | 2012-10-17 | 1 | -1/+2 |
* | Reword comment to try to improve clarity, and fix a typo. | emaste | 2012-08-13 | 1 | -5/+8 |
* | Improve lock and unlock symmetry | emaste | 2012-08-09 | 1 | -15/+14 |
* | Fix whitespace (missing newline) | emaste | 2012-08-08 | 1 | -1/+2 |
* | Clarify comments about number of tx / rx rings | emaste | 2012-08-08 | 2 | -3/+4 |
* | fix some signed/unsigned warnings in the netmap code. | luigi | 2012-08-02 | 5 | -8/+8 |
* | Add a newline on an error message; | luigi | 2012-08-02 | 1 | -7/+13 |
* | remove a redundant MALLOC_DECLARE | luigi | 2012-07-31 | 1 | -4/+0 |
* | - move the inclusion of netmap headers to the common part of the code; | luigi | 2012-07-30 | 2 | -9/+15 |