aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hyperv/netvsc
Commit message (Expand)AuthorAgeFilesLines
* Hyper-V: hn: just call vf's ioctl when changing mtuWei Hu2025-12-231-3/+5
* hn: use newly exposed RSS hash key API rather than ad-hoc hashingAndrew Gallatin2025-11-221-17/+0
* hyper-v: Fix a couple of typos in kernel messagesGordon Bergling2025-10-281-3/+3
* Hyper-V: hn: rewrite hn rsc swtich to avoid sysctl hangWei Hu2025-02-041-16/+14
* tcp: extend the use of the th_flags accessor functionRichard Scheffenegger2024-11-291-1/+1
* Deprecate contigfree(9) in favour of free(9)Bjoern A. Zeeb2024-07-261-4/+3
* hyperv/hn: Don't return error when setting media to autoselectMark Peek2024-03-141-1/+2
* if_hn: Fix two typos in source code commentsGordon Bergling2024-02-242-2/+2
* netvsc: Fix typo (triple S)Jose Luis Duran2023-12-281-1/+1
* bpf: Add IfAPI analogue for bpf_peers_present()Justin Hibbits2023-10-131-2/+2
* Revert "bpf: Add IfAPI analogue for bpf_peers_present()"Justin Hibbits2023-10-131-2/+2
* bpf: Add IfAPI analogue for bpf_peers_present()Justin Hibbits2023-10-131-2/+2
* Hyper-V: hn: use VF's capabilities when it is attachedWei Hu2023-09-042-52/+13
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-163-6/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-165-10/+0
* Switch to contigmalloc in the Hyper-V codeAndrew Turner2023-06-064-20/+23
* Mechanically convert if_hn(4) to IfAPIJustin Hibbits2023-05-022-318/+355
* hyperv: purge EOL release compatibilityElliott Mitchell2023-02-041-72/+0
* hyperv: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* Hyper-V: hn: add switch to turn on and off RSCWei Hu2022-03-154-1/+44
* hn: plug set-but-not-unused varsMateusz Guzik2021-12-101-4/+4
* ifnet_byindex() actually requires network epochGleb Smirnoff2021-12-061-0/+6
* Revert "wpa: Import wpa_supplicant/hostapd commit 14ab4a816"Cy Schubert2021-12-021-22/+27
* wpa: Import wpa_supplicant/hostapd commit 14ab4a816Cy Schubert2021-12-021-27/+22
* hyperv: Flag hn and storvsc statistics with CTLFLAG_STATS.Don Morris2021-12-021-22/+27
* if_hn: Fix a few typos in comments and a sysctl descriptionGordon Bergling2021-11-301-3/+3
* netvsc: Fix a typo in a commentGordon Bergling2021-10-021-1/+1
* Hyper-V: hn: Enter network epoch when requiredMichael Tuexen2021-08-261-0/+8
* Hyper-V: hn: Initialize the internal field of per packet info on tx pathWei Hu2021-03-151-0/+1
* Hyper-V: hn: Enable vSwitch RSC support in hn netvsc driverWei Hu2021-03-126-89/+263
* Hyper-V: hn: Store host hash value in flowidWei Hu2021-03-051-4/+15
* Hyper-V: hn: Relinquish cpu in HN_LOCK to avoid deadlockWei Hu2020-10-151-1/+6
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-4/+8
* Although most of the NIC drivers are epoch ready, due to peer pressureGleb Smirnoff2020-02-241-2/+1
* Introduce flag IFF_NEEDSEPOCH that marks Ethernet interfaces thatGleb Smirnoff2020-01-231-1/+2
* Fix spelling.Hans Petter Selasky2019-12-301-1/+1
* hyperv/vmbus: Fix the wrong size in ndis_offload structureWei Hu2019-07-091-2/+2
* hyperv/vmbus: Update VMBus version 4.0 and 5.0 support.Wei Hu2019-07-092-2/+34
* Do not trop UDP traffic when TXCSUM_IPV6 flag is onWei Hu2018-10-221-1/+2
* hyperv/hn: Fix panic in hypervisor code upon device detach eventDexuan Cui2018-07-171-0/+7
* if_hn: fix use of uninitialized variableEric van Gyzen2018-05-261-2/+1
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-2/+2
* hyperv/hn: Enable transparent VF by default.Sepherosa Ziehau2017-10-111-1/+1
* hyperv/hn: Workaround erroneous hash type observed on WS2016 for VF.Sepherosa Ziehau2017-10-113-8/+36
* hyperv/hn: Workaround erroneous hash type observed on WS2016.Sepherosa Ziehau2017-10-103-30/+90
* hyperv/hn: Fix options RSS buildingSepherosa Ziehau2017-10-051-4/+0
* hyperv/hn: Unbreak i386 building.Sepherosa Ziehau2017-09-281-1/+1
* hyperv/hn: Fix UDP checksum offload issue in Azure.Sepherosa Ziehau2017-09-271-2/+57
* hyperv/hn: Set tcp header offset for CSUM/LSO offloading.Sepherosa Ziehau2017-09-272-27/+70
* hyperv/hn: Incease max supported MTUSepherosa Ziehau2017-09-191-2/+1