summaryrefslogtreecommitdiff
path: root/sys/dev/netmap
AgeCommit message (Expand)Author
2016-10-21netmap: fix kernel build on GCC-using architecturesEd Maste
2016-10-21netmap: Unbreak LINT-VIMAGE buildingSepherosa Ziehau
2016-10-21netmap: Unbreak i386 LINT buildingSepherosa Ziehau
2016-10-18remove stale and unused code from various filesLuigi Rizzo
2016-10-18remove trailing whitespace. No code changes.Luigi Rizzo
2016-10-18Restore svn r306772 that was overwritten by netmap import at svn r307394Sean Bruno
2016-10-16add two missing files for the netmap importLuigi Rizzo
2016-10-16Import the current version of netmap, aligned with the one on github.Luigi Rizzo
2016-10-06Move netmap selinfo.h in to sensible location.Sean Bruno
2016-09-01Fix linker warnings (errors on gcc) that resulted from r304510.Eric Joyner
2016-08-09Consistently use `device_t`Jean-Sébastien Pédron
2016-05-17Don't repeat the the word 'the'Eitan Adler
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-03-26Plug leak in m_unshare.Navdeep Parhar
2016-02-01These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff
2016-01-07Switch em(4) to the extended RX descriptor format. This matches theSean Bruno
2015-12-25Fix typo (s/harware/hardware/)Kevin Lo
2015-09-07Don't call enable_all_rings if the adapter has been freed.Adrian Chadd
2015-07-19add a use count so the netmap module cannot be unloaded while in use.Luigi Rizzo
2015-07-19properly destroy persistent vale portsLuigi Rizzo
2015-07-19do not free NULL if pipe allocation failsLuigi Rizzo
2015-07-19release a reference when stopping a monitorLuigi Rizzo
2015-07-19small documentation updateLuigi Rizzo
2015-07-15Add netmap support for ixgbe SRIOV VFs (that is, to if_ixv).Patrick Kelsey
2015-07-13set the refcount for the structure (dropped by mistake in the last commit).Luigi Rizzo
2015-07-10staticize functions only used in netmap.cLuigi Rizzo
2015-07-10Sync netmap sources with the version in our private tree.Luigi Rizzo
2015-06-03Change EM_MULTIQUEUE to a real kernconf entry and enable support forSean Bruno
2015-05-15When a netmap process terminates without the full set of buffers itPatrick Kelsey
2015-04-11netmap: improve the netmap attach message on FreeBSD.Rui Paulo
2015-03-24Make ix_crcstrip a public symbol for the moment; it probably is notBjoern A. Zeeb
2015-02-24Add native netmap support to ixl.Luigi Rizzo
2015-02-23add MODULE_VERSION, needed to track module dependenciesLuigi Rizzo
2015-02-14two minor changes from the master netmap version:Luigi Rizzo
2015-02-14whitespace change:Luigi Rizzo
2015-01-24Change the permissions from 0660 to 0600.Adrian Chadd
2014-12-01Start process of removing the use of the deprecated "M_FLOWID" flagHans Petter Selasky
2014-11-13add support for private knote lock (reduces lock contention),Luigi Rizzo
2014-11-13we need full barriers hereLuigi Rizzo
2014-11-11in the Linux section, properly define the NMG_LOCK type.Luigi Rizzo
2014-11-11- fix typo: use ring size from the rx ring, not the tx one (they should beLuigi Rizzo
2014-11-10fix a typoLuigi Rizzo
2014-11-10initialize *color if passed as an argumentLuigi Rizzo
2014-11-10sync a comment with our internal repoLuigi Rizzo
2014-09-25fix a panic when passing ifioctl from a netmap file descriptor toLuigi Rizzo
2014-09-25adapt the code to different freebsd versions.Luigi Rizzo
2014-09-19Mechanically convert to if_inc_counter().Gleb Smirnoff
2014-08-31Provide pointer from struct ifnet to struct netmap_adapter,Gleb Smirnoff
2014-08-20Change netmap's global lock to sx instead of a mutex.Navdeep Parhar
2014-08-17staticize two functions, and use proper format for a struct sglistLuigi Rizzo