| Age | Commit message (Expand) | Author |
| 2018-12-22 | Replace: M_COPY_PKTHDR -> m_copy_pkthdr. No functional change, since the | maxv |
| 2018-07-25 | Initialize some members in a mbuf which is on stack. | msaitoh |
| 2018-06-26 | Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward | msaitoh |
| 2017-10-23 | If if_initialize() failed in the attach function, return. | msaitoh |
| 2017-07-29 | Check for M_EXT in m->m_flags, whether m is NULL, after MCLGET. | riastradh |
| 2017-02-02 | wlan interfaces make interrupt routine running on softint context. | nonaka |
| 2016-06-10 | Introduce m_set_rcvif and m_reset_rcvif | ozaki-r |
| 2016-05-26 | Introduce M_CLEARCTX and use it instead of open-coding rcvif | ozaki-r |
| 2016-05-26 | Use M_GETCTX | ozaki-r |
| 2016-03-02 | PR/50882: David Binderman: Remove redundant code. | christos |
| 2015-04-10 | Fix a double free. "Suggested" by Brainy. | maxv |
| 2015-01-07 | Pass a correct firmware size (instead of 0) to firmware_free | ozaki-r |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2013-10-17 | - remove unused variables | christos |
| 2012-04-25 | Fix alignment and endian bugs observed on sparc64. | nakayama |
| 2012-04-14 | Remove duplicate code. | nakayama |
| 2012-04-12 | - Add pmf(9) suspend, resume to bwi(4) cardbus front end. | nakayama |
| 2012-03-15 | Fix array overflow, found by gcc -O3. | bouyer |
| 2011-10-10 | Kill local definition of __unused attribute. | njoly |
| 2011-01-28 | Don't BWI_DEBUG by default + comment cleanup. | pooka |
| 2010-04-16 | #include <sys/bus.h> instead of <machine/bus.h>. No functional change | dyoung |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2009-07-25 | use __arraycount, kill N() macro. | cegger |
| 2009-04-26 | device_t/softc split | cegger |
| 2009-04-23 | Add power hooks. Proposed a couple of days ago on tech-kern@, no | kefren |
| 2009-04-18 | Remove extra whitespace added by a stupid tool. | tsutsui |
| 2009-03-18 | bcopy -> memcpy | cegger |
| 2009-03-18 | bzero -> memset | cegger |
| 2009-02-23 | I smell rotting code. (Give a chance to the user to at least set the flags | cube |
| 2009-01-10 | use new exported constants from net80211. | cegger |
| 2009-01-10 | BCM4328 has MAC rev 12. | cegger |
| 2009-01-09 | Fix previous screwup. | macallan |
| 2009-01-09 | A driver for Broadcom BCM4302 wlan controllers, otherwise known as | macallan |