summaryrefslogtreecommitdiff
path: root/sys/dev/oce
AgeCommit message (Expand)Author
2025-12-13oce(4): Fix a typo in a device debug messageGordon Bergling
2025-10-31oce(4): Fix a couple of typos in a sysctl descriptionsGordon Bergling
2025-01-27Revert "oce(4): deprecate"Ed Maste
2024-11-29tcp: extend the use of the th_flags accessor functionRichard Scheffenegger
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2024-06-16oce: Use device_set_descf()Mark Johnston
2024-04-18oce(4): Fix a typo in a source code commentGordon Bergling
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-06-15oce(4): deprecateBrooks Davis
2023-06-15oce(4): Don't directly access usespaceBrooks Davis
2023-04-17net: replace IFF_KNOWSEPOCH with IFF_NEEDSEPOCHGleb Smirnoff
2023-02-07Mechanically convert oce(4) to IfAPIJustin Hibbits
2022-05-09oce: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-04-20oce(4): Fix a typo in a sysctl descriptionGordon Bergling
2022-04-07oce: Remove unused variables.John Baldwin
2021-12-18if_oce: fix epoch handlingMichael Tuexen
2021-08-28Fix some common typos in source code commentsGordon Bergling
2021-05-26oce: Fix handling of m_pullup() errors in oce_tso_setup()Mark Johnston
2020-09-01oce: clean up empty lines in .c and .h filesMateusz Guzik
2020-06-20oce(4): Account and trace mbufs before handing to hwConrad Meyer
2020-06-15Avoid trying to toggle TSO twiceRyan Moeller
2020-02-27Remove FreeBSD 7-9 support from oceWarner Losh
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2019-12-26random(9): Deprecate random(9), remove meaningless srandom(9)Conrad Meyer
2019-12-23oce: Disallow the passthrough ioctl for unprivileged users.Mark Johnston
2019-12-18oce: Tighten input validation in the SIOCGI2C handler.Mark Johnston
2019-11-04net: prefer ETHER_ADDR_LEN over ETH_ADDR_LENEric Joyner
2019-10-21Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff
2019-08-06oce(4): potential out of bounds access before vector validationKyle Evans
2019-05-28Fix array out of bound panic introduced in r306219.Alexander Motin
2019-01-08Added support for the SIOCGI2C ioctl.Xin LI
2018-09-26Add PNP info to PCI attachments of cbb, cxgb, ida, iwn, ixl, ixlv,Warner Losh
2018-05-18ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy
2018-05-01Add ability to perform a firmware reset during driver initialization.Josh Paetzel
2018-03-30Use an accessor function to access ifr_data.Brooks Davis
2017-11-20sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-09-22Update oce to version 11.0.50.0Josh Paetzel
2016-09-22Revert r306148 to fix buildConrad Meyer
2016-09-21Update oce driver to 11.0.50.0Josh Paetzel
2016-04-10Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni
2016-04-01tcp/lro: Use tcp_lro_flush_all in device drivers to avoid code duplicationSepherosa Ziehau
2016-03-01Remove taskqueue_enqueue_fast().John Baldwin
2016-02-27Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits
2016-02-01These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff
2015-05-22CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim
2015-02-13srandom has no influence on read_random, at least not this late...John-Mark Gurney
2014-12-01Start process of removing the use of the deprecated "M_FLOWID" flagHans Petter Selasky
2014-10-21Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky
2014-09-22Improve transmit sending offload, TSO, algorithm in general.Hans Petter Selasky
2014-09-19Mechanically convert to if_inc_counter().Gleb Smirnoff