summaryrefslogtreecommitdiff
path: root/sys/dev/netmap
AgeCommit message (Expand)Author
2021-04-18netmap: use safer defaults for hwbuf_lenVincenzo Maffione
2021-04-17wpa: Import wpa_supplicant/hostapd commit f91680c15Cy Schubert
2021-04-17netmap: make sure rings are disabled during resetsVincenzo Maffione
2021-04-11netmap: don't use linux type struct device *Vincenzo Maffione
2021-04-09netmap: vtnet: remove unused variableVincenzo Maffione
2021-04-07netmap: vtnet: add support for netmap offsetsVincenzo Maffione
2021-04-02netmap: several typo fixesVincenzo Maffione
2021-04-02netmap: fix typo bug in netmap_compute_buf_lenVincenzo Maffione
2021-03-29netmap: monitor: add a flag to distinguish packet directionVincenzo Maffione
2021-03-29netmap: add kernel support for the "offsets" featureVincenzo Maffione
2021-03-20netmap: fix issues in nm_os_extmem_create()Vincenzo Maffione
2021-03-15netmap: fix memory leak in NETMAP_REQ_PORT_INFO_GETVincenzo Maffione
2021-03-05netmap: Stop printing a line to the dmesg in netmap_init()Mark Johnston
2021-01-24netmap: simplify parameter passingVincenzo Maffione
2021-01-11netmap: vtnet: fix RX initialization after netmap_reset()Vincenzo Maffione
2021-01-10netmap: restore hwofs and support it in iflibVincenzo Maffione
2021-01-10netmap: vtnet: enable/disable krings on any interface reinitVincenzo Maffione
2021-01-09netmap: vtnet: stop krings during interface resetVincenzo Maffione
2021-01-09netmap: refactor netmap_resetVincenzo Maffione
2021-01-09netmap: iflib: stop krings during interface resetVincenzo Maffione
2020-10-22netmap: fix mutex double unlock bugVincenzo Maffione
2020-08-24netmap: use FreeBSD guards for epoch callsVincenzo Maffione
2020-08-18netmap: fix parsing of legacy nmr->nr_ringidVincenzo Maffione
2020-06-14netmap: vtnet: fix races in vtnet_netmap_reg()Vincenzo Maffione
2020-06-11netmap: introduce netmap_kring_on()Vincenzo Maffione
2020-06-03netmap: vtnet: clean up rxsync disabled logsVincenzo Maffione
2020-06-03netmap: vtnet: fix race condition in rxsyncVincenzo Maffione
2020-06-03netmap: vtnet: add vtnrx_nm_refill index to receive queuesVincenzo Maffione
2020-06-03netmap: vale: fix disabled logsVincenzo Maffione
2020-06-03netmap: vtnet: remove leftover memory barriersVincenzo Maffione
2020-06-01netmap: if_vtnet: avoid netmap ring wraparoundVincenzo Maffione
2020-06-01netmap: if_vtnet: replace vtnet_free_used()Vincenzo Maffione
2020-06-01netmap: vtnet: fix RX virtqueue initialization bugVincenzo Maffione
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2020-02-11Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that processGleb Smirnoff
2020-02-07netmap: improve netmap(4) and vale(4) man pagesVincenzo Maffione
2020-01-26netmap_mem_unmap: fix NULL pointer dereferenceVincenzo Maffione
2020-01-23In netmap() call ether_input() within the network epoch.Gleb Smirnoff
2020-01-13netmap: disable passthrough with no hypervisor supportVincenzo Maffione
2019-12-22Make page busy state deterministic on free. Pages must be xbusy whenJeff Roberson
2019-10-31add valectl to the system commandsVincenzo Maffione
2019-10-28netmap: enter NET_EPOCH on generic txsyncVincenzo Maffione
2019-10-20netmap: minor misc improvementsVincenzo Maffione
2019-10-18tap: add support for virtio-net offloadsVincenzo Maffione
2019-10-15(4/6) Protect page valid with the busy lock.Jeff Roberson
2019-09-09Change synchonization rules for vm_page reference counting.Mark Johnston
2019-09-01netmap: import changes from upstream (SHA 137f537eae513)Vincenzo Maffione
2019-08-25netmap: remove obsolete fileVincenzo Maffione
2019-07-13netmap: fix bug introduced by r349752Vincenzo Maffione
2019-07-04netmap: Remove pointer leakage in netmap_mem2.cVincenzo Maffione