| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't repeat the the word 'the' | Eitan Adler | 2016-05-17 | 1 | -1/+1 |
| * | sys/dev: minor spelling fixes. | Pedro F. Giffuni | 2016-05-03 | 3 | -5/+5 |
| * | Plug leak in m_unshare. | Navdeep Parhar | 2016-03-26 | 1 | -1/+2 |
| * | These files were getting sys/malloc.h and vm/uma.h with header pollution | Gleb Smirnoff | 2016-02-01 | 1 | -0/+1 |
| * | Switch em(4) to the extended RX descriptor format. This matches the | Sean Bruno | 2016-01-07 | 1 | -8/+8 |
| * | Fix typo (s/harware/hardware/) | Kevin Lo | 2015-12-25 | 1 | -1/+1 |
| * | Don't call enable_all_rings if the adapter has been freed. | Adrian Chadd | 2015-09-07 | 1 | -2/+5 |
| * | add a use count so the netmap module cannot be unloaded while in use. | Luigi Rizzo | 2015-07-19 | 3 | -2/+18 |
| * | properly destroy persistent vale ports | Luigi Rizzo | 2015-07-19 | 1 | -12/+6 |
| * | do not free NULL if pipe allocation fails | Luigi Rizzo | 2015-07-19 | 1 | -1/+3 |
| * | release a reference when stopping a monitor | Luigi Rizzo | 2015-07-19 | 1 | -0/+1 |
| * | small documentation update | Luigi Rizzo | 2015-07-19 | 1 | -3/+4 |
| * | Add netmap support for ixgbe SRIOV VFs (that is, to if_ixv). | Patrick Kelsey | 2015-07-15 | 1 | -13/+14 |
| * | set the refcount for the structure (dropped by mistake in the last commit). | Luigi Rizzo | 2015-07-13 | 1 | -0/+1 |
| * | staticize functions only used in netmap.c | Luigi Rizzo | 2015-07-10 | 4 | -69/+38 |
| * | Sync netmap sources with the version in our private tree. | Luigi Rizzo | 2015-07-10 | 16 | -1392/+1884 |
| * | Change EM_MULTIQUEUE to a real kernconf entry and enable support for | Sean Bruno | 2015-06-03 | 1 | -1/+1 |
| * | When a netmap process terminates without the full set of buffers it | Patrick Kelsey | 2015-05-15 | 1 | -16/+67 |
| * | netmap: improve the netmap attach message on FreeBSD. | Rui Paulo | 2015-04-11 | 1 | -0/+6 |
| * | Make ix_crcstrip a public symbol for the moment; it probably is not | Bjoern A. Zeeb | 2015-03-24 | 1 | -1/+2 |
| * | Add native netmap support to ixl. | Luigi Rizzo | 2015-02-24 | 1 | -0/+422 |
| * | add MODULE_VERSION, needed to track module dependencies | Luigi Rizzo | 2015-02-23 | 1 | -0/+1 |
| * | two minor changes from the master netmap version: | Luigi Rizzo | 2015-02-14 | 1 | -4/+3 |
| * | whitespace change: | Luigi Rizzo | 2015-02-14 | 1 | -7/+5 |
| * | Change the permissions from 0660 to 0600. | Adrian Chadd | 2015-01-24 | 1 | -2/+2 |
| * | Start process of removing the use of the deprecated "M_FLOWID" flag | Hans Petter Selasky | 2014-12-01 | 1 | -2/+2 |
| * | add support for private knote lock (reduces lock contention), | Luigi Rizzo | 2014-11-13 | 3 | -18/+49 |
| * | we need full barriers here | Luigi Rizzo | 2014-11-13 | 2 | -6/+6 |
| * | in the Linux section, properly define the NMG_LOCK type. | Luigi Rizzo | 2014-11-11 | 1 | -7/+21 |
| * | - fix typo: use ring size from the rx ring, not the tx one (they should be | Luigi Rizzo | 2014-11-11 | 1 | -2/+2 |
| * | fix a typo | Luigi Rizzo | 2014-11-10 | 1 | -1/+1 |
| * | initialize *color if passed as an argument | Luigi Rizzo | 2014-11-10 | 1 | -0/+2 |
| * | sync a comment with our internal repo | Luigi Rizzo | 2014-11-10 | 1 | -1/+1 |
| * | fix a panic when passing ifioctl from a netmap file descriptor to | Luigi Rizzo | 2014-09-25 | 1 | -15/+10 |
| * | adapt the code to different freebsd versions. | Luigi Rizzo | 2014-09-25 | 1 | -3/+6 |
| * | Mechanically convert to if_inc_counter(). | Gleb Smirnoff | 2014-09-19 | 2 | -2/+2 |
| * | Provide pointer from struct ifnet to struct netmap_adapter, | Gleb Smirnoff | 2014-08-31 | 1 | -1/+1 |
| * | Change netmap's global lock to sx instead of a mutex. | Navdeep Parhar | 2014-08-20 | 1 | -7/+7 |
| * | staticize two functions, and use proper format for a struct sglist | Luigi Rizzo | 2014-08-17 | 1 | -7/+7 |
| * | Update to the current version of netmap. | Luigi Rizzo | 2014-08-16 | 17 | -781/+3068 |
| * | Fix style bug: rename the refcount field of m_ext to ext_cnt, to match | Gleb Smirnoff | 2014-07-11 | 2 | -7/+7 |
| * | change the netmap mbuf destructor so the same code works also on FreeBSD 9. | Luigi Rizzo | 2014-06-10 | 1 | -9/+16 |
| * | Fixes from Fanco Ficthner on transparent mode | Luigi Rizzo | 2014-06-09 | 1 | -19/+7 |
| * | sync the code with the one in stable/10 | Luigi Rizzo | 2014-06-09 | 1 | -1/+3 |
| * | better handling of netmap emulation over standard device drivers: | Luigi Rizzo | 2014-06-06 | 2 | -29/+83 |
| * | introduce mbq_lock() and mbq_unlock() for the mbq, | Luigi Rizzo | 2014-06-06 | 3 | -9/+19 |
| * | move netmap_getna() to a freebsd-specific file | Luigi Rizzo | 2014-06-06 | 2 | -6/+8 |
| * | align comments with the ones in our development trunk | Luigi Rizzo | 2014-06-06 | 2 | -24/+104 |
| * | rate limit some error messages | Luigi Rizzo | 2014-06-06 | 1 | -1/+1 |
| * | remove two debugging messages, align comments with the code | Luigi Rizzo | 2014-06-06 | 1 | -5/+12 |