| Age | Commit message (Expand) | Author |
| 2024-06-28 | net: Remove unneeded NULL check for the allocated ifnet | Zhenlei Huang |
| 2023-11-26 | sys: Automated cleanup of cdefs and other formatting | Warner Losh |
| 2023-10-13 | bpf: Add IfAPI analogue for bpf_peers_present() | Justin Hibbits |
| 2023-10-13 | Revert "bpf: Add IfAPI analogue for bpf_peers_present()" | Justin Hibbits |
| 2023-10-13 | bpf: Add IfAPI analogue for bpf_peers_present() | Justin Hibbits |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-08-16 | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2023-02-06 | Mechanically convert if_my(4) to IfAPI | Justin Hibbits |
| 2022-05-09 | my: Remove unused devclass argument to DRIVER_MODULE. | John Baldwin |
| 2020-09-01 | my: clean up empty lines in .c and .h files | Mateusz Guzik |
| 2019-10-21 | Convert to if_foreach_llmaddr() KPI. | Gleb Smirnoff |
| 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 |
| 2017-11-27 | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-05-17 | Remove register keyword from sys/ and ANSIfy prototypes | Ed Maste |
| 2015-01-06 | In order to reduce use of M_EXT outside of the mbuf allocator and | Robert Watson |
| 2014-09-18 | Mechanically convert to if_inc_counter(). | Gleb Smirnoff |
| 2014-05-16 | Remove some unused variables. | Christian Brueffer |
| 2013-12-29 | Remove superfluous old-style rcsid[] from if_my.c. There is already an | Dimitry Andric |
| 2013-10-26 | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff |
| 2013-01-30 | Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de... | Sofian Brabez |
| 2012-12-04 | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff |
| 2012-01-07 | ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again | Kevin Lo |
| 2011-06-28 | Remove duplicate header includes | Kevin Lo |
| 2010-05-03 | Add new tunable 'net.link.ifqmaxlen' to set default send interface | Maxim Sobolev |
| 2009-11-19 | - This driver used the if_watchdog timer both as a watchdog on transmit and | John Baldwin |
| 2009-06-26 | Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ | Robert Watson |
| 2009-03-23 | Release driver lock at the end of the watchdog routine instead of trying to | John Baldwin |
| 2009-02-05 | Shutdown returns an int. | Warner Losh |
| 2007-10-12 | Spelling fix for interupt -> interrupt | Kevin Lo |
| 2007-03-11 | my(4) doesn't need miibus(4). | Christian Brueffer |
| 2007-02-23 | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati |
| 2006-12-29 | Fix fat-fingering in previous commit. | John Baldwin |
| 2006-12-29 | Various bpf(4) related fixes to catch places up to the new bpf(4) | John Baldwin |
| 2006-09-15 | - Consistently use if_printf() only in interface methods: if_start(), | Gleb Smirnoff |
| 2006-06-05 | Add altq(4) support. | Christian Brueffer |
| 2006-05-16 | Since DELAY() was moved, most <machine/clock.h> #includes have been | Poul-Henning Kamp |
| 2005-12-04 | Fix -Wundef from compiling the amd64 LINT. | Ruslan Ermilov |
| 2005-11-11 | - Store pointer to the link-level address right in "struct ifnet" | Ruslan Ermilov |
| 2005-08-16 | Fixup locking in if_my(4) and mark it MPSAFE: | John Baldwin |
| 2005-08-10 | - Remove pre-new-bus code under #if 0 and some other rotted code under | John Baldwin |
| 2005-08-10 | - Use if_printf() and device_printf() instead of outputting my%d: | John Baldwin |
| 2005-08-09 | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson |
| 2005-08-03 | Modify device drivers supporting multicast addresses to lock if_addr_mtx | Robert Watson |
| 2005-06-10 | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis |
| 2005-05-29 | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi |
| 2005-03-05 | Use BUS_PROBE_DEFAULT for pci probe return value | Warner Losh |
| 2005-01-06 | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh |
| 2004-06-09 | Replace handrolled CRC calculation with ether_crc32_[lb]e(). | Christian Weisgerber |