aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/netmap
Commit message (Expand)AuthorAgeFilesLines
* Don't call enable_all_rings if the adapter has been freed.Adrian Chadd2015-09-071-2/+5
* add a use count so the netmap module cannot be unloaded while in use.Luigi Rizzo2015-07-193-2/+18
* properly destroy persistent vale portsLuigi Rizzo2015-07-191-12/+6
* do not free NULL if pipe allocation failsLuigi Rizzo2015-07-191-1/+3
* release a reference when stopping a monitorLuigi Rizzo2015-07-191-0/+1
* small documentation updateLuigi Rizzo2015-07-191-3/+4
* Add netmap support for ixgbe SRIOV VFs (that is, to if_ixv).Patrick Kelsey2015-07-151-13/+14
* set the refcount for the structure (dropped by mistake in the last commit).Luigi Rizzo2015-07-131-0/+1
* staticize functions only used in netmap.cLuigi Rizzo2015-07-104-69/+38
* Sync netmap sources with the version in our private tree.Luigi Rizzo2015-07-1016-1404/+1896
* Change EM_MULTIQUEUE to a real kernconf entry and enable support forSean Bruno2015-06-031-1/+1
* When a netmap process terminates without the full set of buffers itPatrick Kelsey2015-05-151-16/+67
* netmap: improve the netmap attach message on FreeBSD.Rui Paulo2015-04-111-0/+6
* Make ix_crcstrip a public symbol for the moment; it probably is notBjoern A. Zeeb2015-03-241-1/+2
* Add native netmap support to ixl.Luigi Rizzo2015-02-241-0/+422
* add MODULE_VERSION, needed to track module dependenciesLuigi Rizzo2015-02-231-0/+1
* two minor changes from the master netmap version:Luigi Rizzo2015-02-141-4/+3
* whitespace change:Luigi Rizzo2015-02-141-7/+5
* Change the permissions from 0660 to 0600.Adrian Chadd2015-01-241-2/+2
* Start process of removing the use of the deprecated "M_FLOWID" flagHans Petter Selasky2014-12-011-2/+2
* add support for private knote lock (reduces lock contention),Luigi Rizzo2014-11-133-19/+50
* we need full barriers hereLuigi Rizzo2014-11-132-6/+6
* in the Linux section, properly define the NMG_LOCK type.Luigi Rizzo2014-11-111-7/+21
* - fix typo: use ring size from the rx ring, not the tx one (they should beLuigi Rizzo2014-11-111-2/+2
* fix a typoLuigi Rizzo2014-11-101-1/+1
* initialize *color if passed as an argumentLuigi Rizzo2014-11-101-0/+2
* sync a comment with our internal repoLuigi Rizzo2014-11-101-1/+1
* fix a panic when passing ifioctl from a netmap file descriptor toLuigi Rizzo2014-09-251-15/+10
* adapt the code to different freebsd versions.Luigi Rizzo2014-09-251-3/+6
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-192-2/+2
* Provide pointer from struct ifnet to struct netmap_adapter,Gleb Smirnoff2014-08-311-1/+1
* Change netmap's global lock to sx instead of a mutex.Navdeep Parhar2014-08-201-7/+7
* staticize two functions, and use proper format for a struct sglistLuigi Rizzo2014-08-171-7/+7
* Update to the current version of netmap.Luigi Rizzo2014-08-1617-781/+3068
* Fix style bug: rename the refcount field of m_ext to ext_cnt, to matchGleb Smirnoff2014-07-112-7/+7
* change the netmap mbuf destructor so the same code works also on FreeBSD 9.Luigi Rizzo2014-06-101-9/+16
* Fixes from Fanco Ficthner on transparent modeLuigi Rizzo2014-06-091-19/+7
* sync the code with the one in stable/10Luigi Rizzo2014-06-091-1/+3
* better handling of netmap emulation over standard device drivers:Luigi Rizzo2014-06-062-29/+83
* introduce mbq_lock() and mbq_unlock() for the mbq,Luigi Rizzo2014-06-063-9/+19
* move netmap_getna() to a freebsd-specific fileLuigi Rizzo2014-06-062-6/+8
* align comments with the ones in our development trunkLuigi Rizzo2014-06-062-24/+104
* rate limit some error messagesLuigi Rizzo2014-06-061-1/+1
* remove two debugging messages, align comments with the codeLuigi Rizzo2014-06-061-5/+12
* add checks for invalid buffer pointers and lengthsLuigi Rizzo2014-06-061-0/+14
* prevent a panic when the netdev/ifp is not set in attachLuigi Rizzo2014-06-061-1/+2
* Use mtx_lock_spin/mtx_unlock_spin primitives on spin lockAndrey Zonov2014-06-062-8/+8
* whitespace change: remove trailing whitespaceLuigi Rizzo2014-06-055-14/+14
* Introduce a procedural interface to the ifnet structure. The newMarcel Moolenaar2014-06-022-1/+7
* compile with NOINETLuigi Rizzo2014-02-201-0/+8