| Age | Commit message (Expand) | Author |
| 2021-09-21 | don't opencode kauth_cred_get() | christos |
| 2021-09-19 | fix various typos in comments, messages and documentation. | andvar |
| 2021-09-03 | fix typos in comments, mainly s/extention/extension/ and s/sufficent/sufficient/ | andvar |
| 2021-08-21 | fix some more typos in comments/log messages, improve wording as well. | andvar |
| 2021-07-24 | Fix all remaining typos, mainly in comments but also in few definitions and l... | andvar |
| 2020-11-30 | s/ we we / we / | msaitoh |
| 2020-11-03 | Use kmem_* instead of malloc/free and use interrupt versions as the | mlelstv |
| 2020-10-06 | net80211: Initialise the interface with a decent link state. | roy |
| 2020-07-28 | Omit now-unused function. | riastradh |
| 2020-07-25 | Convert malloc -> kmem. | riastradh |
| 2020-07-25 | Convert ieee80211_crypto_ccmp.c to new aes_ccm API. | riastradh |
| 2020-07-22 | s/reseting/resetting/ | msaitoh |
| 2020-07-13 | i hit an assert in this code but we weren't sure why. | mrg |
| 2020-03-15 | Define and implement a locking protocol for the ifmedia / mii layers: | thorpej |
| 2020-02-29 | Fix printf to handle various datatypes for MHLEN. | mlelstv |
| 2020-02-24 | 0x%p --> %p for non-external codes. | rin |
| 2020-02-04 | Use ifmedia_fini(). | thorpej |
| 2020-01-29 | Adopt <net/if_stats.h>. | thorpej |
| 2019-12-27 | s/inital/initial/ | msaitoh |
| 2019-12-19 | Avoid changing signedness bit with << 24 in ieee80211_crypto_tkip.c | kamil |
| 2019-12-19 | Add comment for previous. | jakllsch |
| 2019-12-19 | Do not associate with with any access point if no SSID has been configured. | jakllsch |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-10-05 | remove __packed attribute from struct ieee80211_radiotap_header | mrg |
| 2019-10-03 | ieee80211_announce: Print supported rates with aprint_debug | jmcneill |
| 2019-08-20 | Include <net/if.h> for IFNAMSIZ | christos |
| 2019-05-17 | Remove extra OSIOCSIFMEDIA. This old ioctl is converted to new one in | msaitoh |
| 2019-04-11 | Fix CVS Id | kamil |
| 2019-03-01 | Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly | pgoyette |
| 2019-01-29 | Normalize all the compat hooks' names to the form | pgoyette |
| 2019-01-28 | - Don't expose random data conversion functions, but expose the high level | christos |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2018-12-22 | Replace M_ALIGN and MH_ALIGN by m_align. | maxv |
| 2018-12-22 | Move m_align() back into the kernel, and switch M_ALIGN and MH_ALIGN to it. | maxv |
| 2018-12-22 | Replace: M_MOVE_PKTHDR -> m_move_pkthdr. No functional change, since the | maxv |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-06-26 | Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward | msaitoh |
| 2018-06-21 | remove unused arguments | maxv |
| 2018-06-21 | Fix use-after-free, m_cat can free m. | maxv |
| 2018-05-08 | Remove three useless debug messages, remove meaningless XXXs, and remove | maxv |
| 2018-05-04 | Remove duplicate macros. Reported in PR/29786. | maxv |
| 2018-05-03 | Remove ovbcopy from net80211. | maxv |
| 2018-04-27 | Move m_align and m_append into iee80211_netbsd.c. They are part of | maxv |
| 2018-04-19 | s/static inline/static __inline/g for consistency. | christos |
| 2018-04-10 | Improve an XXX of mine, and fix one stat. | maxv |
| 2018-01-21 | Switch sp_timoff to u_int16_t, to prevent possible overflow in | maxv |
| 2018-01-21 | Appease the overflow check, 4 is enough. | maxv |
| 2018-01-19 | Style, no functional change. | maxv |
| 2018-01-19 | Style, and check the return value of m_append. | maxv |
| 2018-01-19 | Style, no functional change. | maxv |