aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/netmap/if_lem_netmap.h
Commit message (Collapse)AuthorAgeFilesLines
* MFH: sync the netmap code with the one in HEADLuigi Rizzo2014-02-181-156/+126
| | | | | | | | (enhanced VALE switch, netmap pipes, emulated netmap mode). See details in the log for svn 261909. Notes: svn path=/stable/9/; revision=262153
* Merge from head: sync the netmap code with the one in HEADLuigi Rizzo2013-11-061-48/+30
| | | | Notes: svn path=/stable/9/; revision=257768
* MFC: sync the version of netmap with the one in HEAD, including deviceLuigi Rizzo2013-05-101-1/+0
| | | | | | | | | | drivers (mostly simplifying the code in the interrupt handlers). On passing, also merge r250414, which is related to netmap and the use of lem/em in virtual machines. Notes: svn path=/stable/9/; revision=250458
* MFH: sync netmap with the version in HEADLuigi Rizzo2013-02-051-0/+3
| | | | Notes: svn path=/stable/9/; revision=246355
* MFC: the netmap code from HEAD, now supported in the ixgbe/ and e1000/Luigi Rizzo2012-05-171-107/+105
| | | | | | | drivers (re/ will come in the next commit) Notes: svn path=/stable/9/; revision=235549
* MFC: import netmap core files into RELENG_9.Luigi Rizzo2012-02-141-0/+359
This is the same code as in HEAD. Device driver modifications will be imported separately because the base drivers differ and patches might be slightly different between the various releases. The code is disconnected from the main build targets unless you explicitly put a 'device netmap' in your kernel config file. Notes: svn path=/stable/9/; revision=231650