summaryrefslogtreecommitdiff
path: root/sys/dev/netmap
Commit message (Expand)AuthorAgeFilesLines
* netmap: ixl: add CRC to outbound framesVincenzo Maffione2020-03-251-1/+2
* MFC r357663Vincenzo Maffione2020-02-151-1/+0
* MFC r357159Vincenzo Maffione2020-01-291-1/+2
* MFC r356704Vincenzo Maffione2020-01-161-1/+0
* MFC r351488Vincenzo Maffione2019-09-031-1498/+0
* MFC r349581Vincenzo Maffione2019-07-151-0/+3
* MFC r349966Vincenzo Maffione2019-07-151-1/+2
* MFC r349752Vincenzo Maffione2019-07-111-2/+2
* MFC r339683:Ravi Pokala2019-03-291-1/+0
* MFC r344510Vincenzo Maffione2019-02-281-1/+0
* MFC r343579, r344253Vincenzo Maffione2019-02-253-29/+93
* MFC r343772, r343867Vincenzo Maffione2019-02-1213-430/+391
* MFC r343689Vincenzo Maffione2019-02-073-102/+323
* MFC r343549Vincenzo Maffione2019-02-063-54/+66
* MFC r343346Vincenzo Maffione2019-02-062-101/+98
* MFC r343344Vincenzo Maffione2019-02-063-50/+41
* netmap: small cleanup on em, lem, igb, ixgbeVincenzo Maffione2019-02-054-12/+12
* ixl: remove unnecessary limitations related to netmapVincenzo Maffione2019-01-291-8/+6
* MFC r343413Vincenzo Maffione2019-01-281-1/+10
* MFC r342368, r342369Vincenzo Maffione2018-12-311-12/+22
* MFC r342300Vincenzo Maffione2018-12-242-42/+53
* MFC r342299Vincenzo Maffione2018-12-241-1/+3
* MFC r341992Vincenzo Maffione2018-12-151-0/+2
* MFC r341624Vincenzo Maffione2018-12-131-0/+5
* MFC r341516, r341589Vincenzo Maffione2018-12-1315-835/+2263
* MFC r341144Vincenzo Maffione2018-12-041-0/+1
* MFC r340436Vincenzo Maffione2018-12-041-207/+315
* MFC r339639Vincenzo Maffione2018-12-0423-4116/+11101
* MFC r337812,r337814,r337820,r341068:David Bright2018-11-301-1/+1
* Revert r330897:Eitan Adler2018-03-2916-48/+16
* Partial merge of the SPDX changesEitan Adler2018-03-1416-16/+48
* Fix a crash in netmap when using the emulated mode.Luiz Otavio O Souza2017-01-253-109/+52
* MFC r308038:Sean Bruno2016-10-311-1/+1
* Don't repeat the the word 'the'Eitan Adler2016-05-171-1/+1
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-033-5/+5
* Plug leak in m_unshare.Navdeep Parhar2016-03-261-1/+2
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-011-0/+1
* Switch em(4) to the extended RX descriptor format. This matches theSean Bruno2016-01-071-8/+8
* Fix typo (s/harware/hardware/)Kevin Lo2015-12-251-1/+1
* 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-1392/+1884
* Change EM_MULTIQUEUE to a real kernconf entry and enable support forSean Bruno2015-06-031-1/+1