summaryrefslogtreecommitdiff
path: root/sys/dev/netmap/netmap_freebsd.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC 270063: update of netmap codeLuigi Rizzo2014-08-201-9/+140
| | | | | | | (vtnet and cxgbe not merged yet because we need some other mfc first) Notes: svn path=/stable/10/; revision=270252
* sync netmap code with the version in HEAD:Luigi Rizzo2014-06-091-17/+54
| | | | | | | | | | - fix handling of tx mbufs in emulated netmap mode; - introduce mbq_lock() and mbq_unlock() - rate limit some error messages - many whitespace and comment fixes Notes: svn path=/stable/10/; revision=267282
* allow building without INETLuigi Rizzo2014-02-191-0/+8
| | | | Notes: svn path=/stable/10/; revision=262214
* missing files from previous commit...Luigi Rizzo2014-02-181-0/+655
Notes: svn path=/stable/10/; revision=262152