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