aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vnic
Commit message (Expand)AuthorAgeFilesLines
* vnic: fix compilation of an IPv6 only kernelMichael Tuexen2024-02-061-1/+6
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-276-6/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-168-16/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1611-22/+0
* vnic: Fix a typo in a source code commentGordon Bergling2023-08-021-1/+1
* thunderx: fix potential sign extension issueEd Maste2023-03-011-1/+1
* Mechanically convert vnic to IfAPIJustin Hibbits2023-02-076-26/+29
* vnic: work_done here only used for debugWarner Losh2022-10-251-1/+6
* vnic: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-095-22/+10
* Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin2022-05-061-1/+1
* vnic: Use __diagused for variables only used in KASSERT().John Baldwin2022-04-132-5/+5
* vnic: Fix a typo in a commentGordon Bergling2021-10-021-1/+1
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-085-5/+0
* vnic: add TODO list item for multicast filter supportEd Maste2021-07-281-0/+1
* Fix the spelling of '*/' in the vnic driverAndrew Turner2021-07-271-1/+1
* vnic: add TODO list item for non-promisc modeEd Maste2021-07-282-4/+13
* vnic: clean up empty lines in .c and .h filesMateusz Guzik2020-09-013-4/+0
* remove extraneous double ;s in sys/Ed Maste2020-03-301-1/+1
* Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that processGleb Smirnoff2020-02-111-2/+2
* vnic: Relax PHY node matching after r336281.Mark Johnston2019-12-181-4/+7
* vnic: correct and simplify SIOCSIFFLAGSEd Maste2019-09-011-6/+6
* vnic: avoid NULL deref in error caseEd Maste2019-08-291-3/+2
* Fix vnic fallback PHY name matching after r334880.Mark Johnston2018-07-141-1/+2
* In the ThunderX BGX network driver we were skipping the NULL terminatorAndrew Turner2018-06-091-16/+16
* Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_allocOleksandr Tymoshenko2018-04-091-1/+1
* Clean up OF_getprop_alloc APIOleksandr Tymoshenko2018-04-081-1/+1
* [ofw] fix errneous checks for OF_finddevice(9) return valueOleksandr Tymoshenko2018-03-201-1/+1
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-1/+1
* dev: make some use of mallocarray(9).Pedro F. Giffuni2018-01-131-1/+1
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-253-7/+1
* vnic: apply hardware L3 checksum only for IPv4Ed Maste2017-12-051-3/+2
* Unbreak IPv6.Bjoern A. Zeeb2017-11-141-62/+71
* vnic: report that the driver supports multicastEd Maste2017-11-141-1/+1
* vnic: apply BPF tap before passing packet to hardwareEd Maste2017-11-101-2/+3
* Rework BGX detection to support both new and old firmwareZbigniew Bodek2017-03-311-33/+156
* Add the folowing set accessor functions for recently-added members of ifnetStephen J. Kiernan2017-01-311-14/+14
* INTRNG: Rework handling with resources. Partially revert r301453.Michal Meloun2016-08-192-4/+0
* INTRNG - change the way how an interrupt mapping data are providedSvatopluk Kraus2016-06-052-0/+4
* Fix VNIC module unloadingWojciech Macek2016-05-202-6/+26
* Allow building VNIC as a moduleWojciech Macek2016-05-205-11/+17
* Add support for MTU chaning and Jumbo frames to VNICZbigniew Bodek2016-05-111-6/+24
* Fix deadlock in VNIC when using single CPU onlyZbigniew Bodek2016-05-111-24/+9
* Add HW RSS support to VNIC driverZbigniew Bodek2016-05-114-2/+182
* Bind CQ interrupts and tasks to separate CPUs in VNICZbigniew Bodek2016-05-112-0/+16
* Fix sending TSO packets larger than single DMA segment on VNICZbigniew Bodek2016-04-081-7/+1
* Speedup BGX link polling on ARM64Wojciech Macek2016-04-081-2/+2
* tcp/lro: Use tcp_lro_flush_all in device drivers to avoid code duplicationSepherosa Ziehau2016-04-011-5/+1
* Fix number of the enabled VFs in VNICZbigniew Bodek2016-03-311-14/+4
* Don't omit m_dup() for non-writeable mbufs that need checksum calculationZbigniew Bodek2016-03-311-7/+8