| Age | Commit message (Expand) | Author |
| 2022-08-20 | fwip_async_output(): Replace "IF_DEQUEUE() -> IF_PREPEND() on failure" with | thorpej |
| 2020-01-29 | Adopt <net/if_stats.h>. | thorpej |
| 2018-11-15 | Remove the 't' argument from m_tag_find(). | maxv |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2016-06-10 | Introduce m_set_rcvif and m_reset_rcvif | ozaki-r |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2012-04-29 | Change to consistently use M_FW for all malloc/free. | dsl |
| 2010-05-23 | Revert all previous kmem_ commits. This needs to be done in a different way | christos |
| 2010-05-10 | Use kmem(9) instead of malloc(9). | kiyohara |
| 2010-03-29 | Bye-bye fw_port.h. | kiyohara |
| 2010-03-11 | various aprint_* fixes. | mrg |
| 2009-12-06 | Simplify device-activation hook. | dyoung |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-03-18 | bzero -> memset | cegger |
| 2008-11-12 | Remove LKMs and switch to the module framework, pass 1. | ad |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-06-24 | Replace gcc extension of comma-elimination variadic macros with aprint_debug_... | gmcgarry |
| 2008-03-29 | Split device_t/softc. | kiyohara |
| 2008-02-07 | Start patching up the kernel so that a network driver always has | dyoung |
| 2007-12-11 | use __KERNEL_RCSID() | lukem |
| 2007-12-09 | Merge jmcneill-pm branch. | jmcneill |
| 2007-11-05 | + Sync to FreeBSD. | kiyohara |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-04-21 | firewire.c sync to Rev.1.86 for FreeBSD. | kiyohara |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-07-23 | Since fwip_unicast_input_recycle() is called from interrupt context, one | kiyohara |
| 2005-07-11 | ieee1394 import from FreeBSD. | kiyohara |