summaryrefslogtreecommitdiff
path: root/sys/dev/netmap
AgeCommit message (Expand)Author
2019-07-04netmap: fix kernel pointer printing in netmap_generic.cVincenzo Maffione
2019-07-01netmap: fix two panics with emulated adapterVincenzo Maffione
2019-05-21Add two missing eventhandler.h headersConrad Meyer
2019-05-17netmap: align if_ptnet to the changes introduced by r347233Vincenzo Maffione
2019-03-18netmap: add support for multiple host ringsVincenzo Maffione
2019-02-25netmap: remove redundant call to nm_set_native_flags()Vincenzo Maffione
2019-02-18netmap: don't schedule kqueue notify task when kqueue is not usedVincenzo Maffione
2019-02-07netmap: revert netmap_attach_ext() to pre-r343772Vincenzo Maffione
2019-02-05netmap: refactor logging macros and pipesVincenzo Maffione
2019-02-02netmap: upgrade sync-kloop supportVincenzo Maffione
2019-01-30netmap: fix lock order reversal related to kqueue usageVincenzo Maffione
2019-01-29netmap: add notifications on kloop stopVincenzo Maffione
2019-01-24netmap: fix crash with monitors and VALE portsVincenzo Maffione
2019-01-23netmap: improvements to the netmap kloop (CSB mode)Vincenzo Maffione
2019-01-23netmap: fix knote() argument to match the mutex stateVincenzo Maffione
2018-12-22netmap: fix txsync check in netmap pollVincenzo Maffione
2018-12-22netmap: fix bug in netmap_poll() optimizationVincenzo Maffione
2018-12-21netmap: move buf_size validation code to its own functionVincenzo Maffione
2018-12-21netmap: pipes: make sure both ends use the same number of slotsVincenzo Maffione
2018-12-12netmap: fix warning in netmap_kloop.cVincenzo Maffione
2018-12-07netmap: remove dead code obsoleted by iflibVincenzo Maffione
2018-12-06netmap: netmap_transmit should honor bpf packet tap hookVincenzo Maffione
2018-12-05netmap: align codebase to the current upstream (760279cfb2730a585)Vincenzo Maffione
2018-11-28netmap: set IFCAP_NETMAP in if_capabilitiesVincenzo Maffione
2018-11-14vtnet: fix netmap supportVincenzo Maffione
2018-10-24Remove redundant redeclaration of netmap_vp_reg().Bjoern A. Zeeb
2018-10-23netmap: align codebase to the current upstream (sha 8374e1a7e6941)Vincenzo Maffione
2018-08-14Fix several memory leaks.David Bright
2018-05-19netmap and iflib drivers, silence unused var warningsMatt Macy
2018-05-19netmap: compare e1 with e2, not with itselfMatt Macy
2018-05-18netmap: pull fix for 32-bit support from upstreamMatt Macy
2018-04-13Fix build on 32-bit systems.Brooks Davis
2018-04-12netmap: align codebase to the current upstream (commit id 3fb001303718146)Vincenzo Maffione
2018-04-09netmap: align codebase to upstream version v11.4Vincenzo Maffione
2018-04-04netmap: align if_ptnet guest driver to the upstream code (commit 0e15788)Vincenzo Maffione
2018-01-21Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni
2018-01-13dev: make some use of mallocarray(9).Pedro F. Giffuni
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-09Shorten list of arguments to mbuf external storage freeing function.Gleb Smirnoff
2017-07-21Restore the changes done in r313982: Replace zero with NULL for pointers.Luiz Otavio O Souza
2017-07-21Do not allow the use of the loopback interface in netmap.Luiz Otavio O Souza
2017-06-12Update the current version of netmap to bring it in sync with the githubLuiz Otavio O Souza
2017-02-20sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni
2017-02-14Unbreak the gcc build of netmap.Mark Johnston
2017-01-12Fix panic on mb_free_ext() due to NULL destructor.Sean Bruno
2017-01-02[netmap] call RLOCK /and/ RUNLOCK.Adrian Chadd
2016-12-30[netmap] fix locking regressionsAdrian Chadd
2016-11-30netmap: add cast to fix powerpc64 LINT kernelEd Maste
2016-10-28The buffer address is always overwritten in the extended descriptor format,Sean Bruno
2016-10-27Various fixes for ptnet/ptnetmap (passthrough of netmap ports). In detail:Luigi Rizzo