summaryrefslogtreecommitdiff
path: root/sys/dev/vnic
AgeCommit message (Expand)Author
2025-12-09bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHODJohn Baldwin
2025-10-31vnic: Fix a typo in a device messsageGordon Bergling
2025-01-02bus_generic_detach: Delete children after detaching themJohn Baldwin
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-07-24newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2024-02-06vnic: fix compilation of an IPv6 only kernelMichael Tuexen
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-08-02vnic: Fix a typo in a source code commentGordon Bergling
2023-03-01thunderx: fix potential sign extension issueEd Maste
2023-02-07Mechanically convert vnic to IfAPIJustin Hibbits
2022-10-25vnic: work_done here only used for debugWarner Losh
2022-05-09vnic: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin
2022-04-13vnic: Use __diagused for variables only used in KASSERT().John Baldwin
2021-10-02vnic: Fix a typo in a commentGordon Bergling
2021-08-08Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste
2021-07-28vnic: add TODO list item for multicast filter supportEd Maste
2021-07-27Fix the spelling of '*/' in the vnic driverAndrew Turner
2021-07-27vnic: add TODO list item for non-promisc modeEd Maste
2020-09-01vnic: clean up empty lines in .c and .h filesMateusz Guzik
2020-03-30remove extraneous double ;s in sys/Ed Maste
2020-02-11Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that processGleb Smirnoff
2019-12-18vnic: Relax PHY node matching after r336281.Mark Johnston
2019-09-01vnic: correct and simplify SIOCSIFFLAGSEd Maste
2019-08-29vnic: avoid NULL deref in error caseEd Maste
2018-07-14Fix vnic fallback PHY name matching after r334880.Mark Johnston
2018-06-09In the ThunderX BGX network driver we were skipping the NULL terminatorAndrew Turner
2018-04-09Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_allocOleksandr Tymoshenko
2018-04-08Clean up OF_getprop_alloc APIOleksandr Tymoshenko
2018-03-20[ofw] fix errneous checks for OF_finddevice(9) return valueOleksandr Tymoshenko
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-12-25Do pass removing some write-only variables from the kernel.Alexander Kabaev
2017-12-05vnic: apply hardware L3 checksum only for IPv4Ed Maste
2017-11-14Unbreak IPv6.Bjoern A. Zeeb
2017-11-14vnic: report that the driver supports multicastEd Maste
2017-11-10vnic: apply BPF tap before passing packet to hardwareEd Maste
2017-03-31Rework BGX detection to support both new and old firmwareZbigniew Bodek
2017-01-31Add the folowing set accessor functions for recently-added members of ifnetStephen J. Kiernan
2016-08-19INTRNG: Rework handling with resources. Partially revert r301453.Michal Meloun
2016-06-05INTRNG - change the way how an interrupt mapping data are providedSvatopluk Kraus
2016-05-20Fix VNIC module unloadingWojciech Macek
2016-05-20Allow building VNIC as a moduleWojciech Macek
2016-05-11Add support for MTU chaning and Jumbo frames to VNICZbigniew Bodek
2016-05-11Fix deadlock in VNIC when using single CPU onlyZbigniew Bodek
2016-05-11Add HW RSS support to VNIC driverZbigniew Bodek