| Age | Commit message (Expand) | Author |
| 2026-02-24 | chore: replace {0, 0} with {DEV,KOBJ}METHOD_END | Enji Cooper |
| 2024-06-28 | net: Remove unneeded NULL check for the allocated ifnet | Zhenlei Huang |
| 2023-12-26 | ti: Handle errors from copyin() and copyout() | Mark Johnston |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .h pattern | Warner Losh |
| 2023-08-16 | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2023-02-06 | Mechanically convert if_ti(4) to IfAPI | Justin Hibbits |
| 2022-05-06 | ti: Remove unused devclass argument to DRIVER_MODULE. | John Baldwin |
| 2021-12-03 | Fix "set but not used" for the ti driver | Scott Long |
| 2021-10-19 | Convert vm_page_alloc() callers to use vm_page_alloc_noobj(). | Mark Johnston |
| 2021-08-28 | Fix a common typo in man pages and src comments | Gordon Bergling |
| 2020-09-01 | ti: clean up empty lines in .c and .h files | Mateusz Guzik |
| 2019-10-21 | Convert to if_foreach_llmaddr() KPI. | Gleb Smirnoff |
| 2019-06-07 | Replace uses of vm_page_unwire(m, PQ_NONE) with vm_page_unwire_noq(m). | Mark Johnston |
| 2018-05-18 | ifnet: Replace if_addr_lock rwlock with epoch + mutex | Matt Macy |
| 2017-11-18 | spdx: initial adoption of licensing ID tags. | Pedro F. Giffuni |
| 2017-09-24 | Since the page "frame" doesn't belong to a vm object, it can't be paged | Alan Cox |
| 2016-05-03 | sys/dev: minor spelling fixes. | Pedro F. Giffuni |
| 2016-04-21 | sys: use our roundup2/rounddown2() macros when param.h is available. | Pedro F. Giffuni |
| 2016-04-10 | Cleanup unnecessary semicolons from the kernel. | Pedro F. Giffuni |
| 2016-01-08 | New sendfile(2) syscall. A joint effort of NGINX and Netflix from 2013 and | Gleb Smirnoff |
| 2015-06-23 | Fix r284722, by making it actually compile. | Dimitry Andric |
| 2015-06-23 | Fix endless recursion in ti(4)'s ti_ifmedia_upd(), found by clang 3.7.0. | Dimitry Andric |
| 2015-01-06 | In order to reduce use of M_EXT outside of the mbuf allocator and | Robert Watson |
| 2014-09-26 | - Mechanically convert to if_inc_counter() the rest of counters. | Gleb Smirnoff |
| 2014-06-17 | Fix teardown of static DMA allocations in various NIC drivers: | John Baldwin |
| 2014-06-16 | - Modify vm_page_unwire() and vm_page_enqueue() to directly accept | Attilio Rao |
| 2013-10-26 | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff |
| 2013-08-19 | Remove unused and incomplete support for delayed fragment checksums | Andre Oppermann |
| 2012-12-04 | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff |
| 2012-11-05 | Remove duplicate const specifiers in many drivers (I hope I got all of | Dimitry Andric |
| 2012-11-01 | Remove TCP/UDP checksum offloading feature for IP fragmented | Pyun YongHyeon |
| 2011-12-15 | Eliminate vestiges of page coloring. | Alan Cox |
| 2011-11-14 | Overhaul bus_dma(9) usage in driver: | Pyun YongHyeon |
| 2011-11-14 | Export sysctl node for various interrupt moderation parameters and | Pyun YongHyeon |
| 2011-11-14 | It's bad idea to allocate large memory, 4KB, from stack. | Pyun YongHyeon |
| 2011-11-10 | Remove dead ifdef. Driver should always check raised interrupt is | Pyun YongHyeon |
| 2011-11-10 | style. | Pyun YongHyeon |
| 2011-11-08 | Retire 'options TI_PRIVATE_JUMBOS' and replace local jumbo | Pyun YongHyeon |
| 2011-11-07 | Do not allow changing MTU to be less than the minimum. | Pyun YongHyeon |
| 2011-11-07 | If ti_chipinit() fails in ti_stop(), ignore the error and release | Pyun YongHyeon |
| 2011-11-07 | Show RX buffer allocation failure and do not blindly send alive | Pyun YongHyeon |
| 2011-11-07 | Mini ring is not available on Tigon 1 so do not create DMA maps for | Pyun YongHyeon |
| 2011-11-07 | Track which ring was updated in RX handler and update only modified | Pyun YongHyeon |
| 2011-11-07 | o Remove unnecessary controller reinitialization. | Pyun YongHyeon |
| 2011-11-07 | Remove ti_unit member variable in softc. | Pyun YongHyeon |
| 2011-11-04 | Implement altq(4) support. | Pyun YongHyeon |
| 2011-11-04 | Because ti(4) drops a driver lock in RX handler, check whether | Pyun YongHyeon |
| 2011-11-04 | Don't abuse if_hwassist and make sure enabling corresponding TX/RX | Pyun YongHyeon |
| 2011-11-04 | Don't clear upper 4bits from VLAN tag information. It's | Pyun YongHyeon |