| Age | Commit message (Expand) | Author |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2009-09-15 | Simplify activation routines. Don't block interrupts, if_deactivate() | dyoung |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-04-15 | Remove a few KAUTH_GENERIC_ISSUSER in favor of more descriptive | elad |
| 2008-11-12 | Remove LKMs and switch to the module framework, pass 1. | ad |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2007-12-20 | Constify struct ifnet->if_sadl and every use throughout the tree. | dyoung |
| 2007-12-09 | Merge jmcneill-pm branch. | jmcneill |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-09-01 | Change a bazillion occurrences of code resembling this, | dyoung |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-01-04 | Consistent usage of KAUTH_GENERIC_ISSUSER. | elad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-07-21 | - Use the LWP cached credentials where sane. | ad |
| 2006-05-14 | integrate kauth. | elad |
| 2006-03-12 | Note in radiotap header file and manual page that radiotap fields | dyoung |
| 2006-02-20 | Use device_is_active() rather than testing dv_flags for DVF_ACTIVE | thorpej |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-11-18 | Adapt drivers to the new net80211(9). | skrll |
| 2005-08-10 | Allow setting the MAC address via wiconfig -m (Lord Isildur) | christos |
| 2005-07-23 | disable SYSCTL_SETUP for _LKM until we have a plan how to deal with | drochner |
| 2005-07-16 | #ifdef out an unused variable in the case of !WI_DEBUG. | yamt |
| 2005-07-15 | Add a sysctl for turning wi(4) debugging on and off. | dyoung |
| 2005-07-14 | Clear IEEE80211_F_DROPUNENC in ic_flags in operating states where | dyoung |
| 2005-07-06 | Historically, an(4), ath(4), atw(4), rtw(4), and wi(4) have printed | dyoung |
| 2005-07-06 | Avoid an unnecessary API difference between NetBSD and FreeBSD: | dyoung |
| 2005-07-06 | Don't write the WEP keys to the device if it is invalid (e.g., | dyoung |
| 2005-06-26 | Make sure there is a valid transmit key, before trying to use information | erh |
| 2005-06-26 | Do not build AP support if 'options IEEE80211_NO_HOSTAP' is in the | dyoung |
| 2005-06-25 | Bug fix: fix WEP by managing keys & crypto in the style of the new | dyoung |
| 2005-06-22 | Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9) | dyoung |
| 2005-03-27 | correct logic so we recognize timeout on alloc | dyoung |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-13 | Bug fix: use the MAC that the firmware tells us, resorting to the | dyoung |
| 2005-01-17 | Delete an out-of-date comment. | dyoung |
| 2004-12-14 | In wi_stop, wait for transmit commands to complete. Extract | dyoung |
| 2004-12-13 | Bug fix: synchronize Transmit commands with all other commands. | dyoung |
| 2004-12-13 | In wi_tx_intr, be a little more explicit about which fields we're | dyoung |
| 2004-12-13 | Refactor. wi_read_rid calls, | dyoung |
| 2004-11-26 | Fix what appears to be a byte order error on big-endian systems with Symbol | mycroft |
| 2004-10-30 | When adding/deleting multicast addresses, only whack the address | thorpej |
| 2004-09-28 | Simplify the BSSID synchronization code. | dyoung |
| 2004-08-10 | Make the node table into an LRU cache: least-recently used nodes | dyoung |
| 2004-08-07 | Be much more robust with RID values during attach: | mycroft |
| 2004-08-06 | Use bpf_mtap2(). | mycroft |
| 2004-08-05 | Put unadulterated dB values in the radiotap header, not the converted dBm | mycroft |