| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't call enable_all_rings if the adapter has been freed. | adrian | 2015-09-07 | 1 | -2/+5 |
* | add a use count so the netmap module cannot be unloaded while in use. | luigi | 2015-07-19 | 3 | -2/+18 |
* | properly destroy persistent vale ports | luigi | 2015-07-19 | 1 | -12/+6 |
* | do not free NULL if pipe allocation fails | luigi | 2015-07-19 | 1 | -1/+3 |
* | release a reference when stopping a monitor | luigi | 2015-07-19 | 1 | -0/+1 |
* | small documentation update | luigi | 2015-07-19 | 1 | -3/+4 |
* | Add netmap support for ixgbe SRIOV VFs (that is, to if_ixv). | pkelsey | 2015-07-15 | 1 | -13/+14 |
* | set the refcount for the structure (dropped by mistake in the last commit). | luigi | 2015-07-13 | 1 | -0/+1 |
* | staticize functions only used in netmap.c | luigi | 2015-07-10 | 4 | -69/+38 |
* | Sync netmap sources with the version in our private tree. | luigi | 2015-07-10 | 16 | -1404/+1896 |
* | Change EM_MULTIQUEUE to a real kernconf entry and enable support for | sbruno | 2015-06-03 | 1 | -1/+1 |
* | When a netmap process terminates without the full set of buffers it | pkelsey | 2015-05-15 | 1 | -16/+67 |
* | netmap: improve the netmap attach message on FreeBSD. | rpaulo | 2015-04-11 | 1 | -0/+6 |
* | Make ix_crcstrip a public symbol for the moment; it probably is not | bz | 2015-03-24 | 1 | -1/+2 |
* | Add native netmap support to ixl. | luigi | 2015-02-24 | 1 | -0/+422 |
* | add MODULE_VERSION, needed to track module dependencies | luigi | 2015-02-23 | 1 | -0/+1 |
* | two minor changes from the master netmap version: | luigi | 2015-02-14 | 1 | -4/+3 |
* | whitespace change: | luigi | 2015-02-14 | 1 | -7/+5 |
* | Change the permissions from 0660 to 0600. | adrian | 2015-01-24 | 1 | -2/+2 |
* | Start process of removing the use of the deprecated "M_FLOWID" flag | hselasky | 2014-12-01 | 1 | -2/+2 |
* | add support for private knote lock (reduces lock contention), | luigi | 2014-11-13 | 3 | -19/+50 |
* | we need full barriers here | luigi | 2014-11-13 | 2 | -6/+6 |
* | in the Linux section, properly define the NMG_LOCK type. | luigi | 2014-11-11 | 1 | -7/+21 |
* | - fix typo: use ring size from the rx ring, not the tx one (they should be | luigi | 2014-11-11 | 1 | -2/+2 |
* | fix a typo | luigi | 2014-11-10 | 1 | -1/+1 |
* | initialize *color if passed as an argument | luigi | 2014-11-10 | 1 | -0/+2 |
* | sync a comment with our internal repo | luigi | 2014-11-10 | 1 | -1/+1 |
* | fix a panic when passing ifioctl from a netmap file descriptor to | luigi | 2014-09-25 | 1 | -15/+10 |
* | adapt the code to different freebsd versions. | luigi | 2014-09-25 | 1 | -3/+6 |
* | Mechanically convert to if_inc_counter(). | glebius | 2014-09-19 | 2 | -2/+2 |
* | Provide pointer from struct ifnet to struct netmap_adapter, | glebius | 2014-08-31 | 1 | -1/+1 |
* | Change netmap's global lock to sx instead of a mutex. | np | 2014-08-20 | 1 | -7/+7 |
* | staticize two functions, and use proper format for a struct sglist | luigi | 2014-08-17 | 1 | -7/+7 |
* | Update to the current version of netmap. | luigi | 2014-08-16 | 17 | -781/+3068 |
* | Fix style bug: rename the refcount field of m_ext to ext_cnt, to match | glebius | 2014-07-11 | 2 | -7/+7 |
* | change the netmap mbuf destructor so the same code works also on FreeBSD 9. | luigi | 2014-06-10 | 1 | -9/+16 |
* | Fixes from Fanco Ficthner on transparent mode | luigi | 2014-06-09 | 1 | -19/+7 |
* | sync the code with the one in stable/10 | luigi | 2014-06-09 | 1 | -1/+3 |
* | better handling of netmap emulation over standard device drivers: | luigi | 2014-06-06 | 2 | -29/+83 |
* | introduce mbq_lock() and mbq_unlock() for the mbq, | luigi | 2014-06-06 | 3 | -9/+19 |
* | move netmap_getna() to a freebsd-specific file | luigi | 2014-06-06 | 2 | -6/+8 |
* | align comments with the ones in our development trunk | luigi | 2014-06-06 | 2 | -24/+104 |
* | rate limit some error messages | luigi | 2014-06-06 | 1 | -1/+1 |
* | remove two debugging messages, align comments with the code | luigi | 2014-06-06 | 1 | -5/+12 |
* | add checks for invalid buffer pointers and lengths | luigi | 2014-06-06 | 1 | -0/+14 |
* | prevent a panic when the netdev/ifp is not set in attach | luigi | 2014-06-06 | 1 | -1/+2 |
* | Use mtx_lock_spin/mtx_unlock_spin primitives on spin lock | zont | 2014-06-06 | 2 | -8/+8 |
* | whitespace change: remove trailing whitespace | luigi | 2014-06-05 | 5 | -14/+14 |
* | Introduce a procedural interface to the ifnet structure. The new | marcel | 2014-06-02 | 2 | -1/+7 |
* | compile with NOINET | luigi | 2014-02-20 | 1 | -0/+8 |