summaryrefslogtreecommitdiff
path: root/sys/net80211
AgeCommit message (Expand)Author
2023-06-24Fix typo in comment.msaitoh
2022-11-19ieee80211_input.c: Fix a few debug messagesyamt
2022-10-24Make ifq_drops in struct ifqueue and struct ifaltq 64 bit.msaitoh
2022-03-18net80211: Use getticks(), not hardclock_ticks.riastradh
2022-03-14Additional channel flags.mlelstv
2022-02-16fix various typos, mainly in comments.andvar
2021-09-21don't opencode kauth_cred_get()christos
2021-09-19fix various typos in comments, messages and documentation.andvar
2021-09-03fix typos in comments, mainly s/extention/extension/ and s/sufficent/sufficient/andvar
2021-08-21fix some more typos in comments/log messages, improve wording as well.andvar
2021-07-24Fix all remaining typos, mainly in comments but also in few definitions and l...andvar
2020-11-30s/ we we / we /msaitoh
2020-11-03Use kmem_* instead of malloc/free and use interrupt versions as themlelstv
2020-10-06net80211: Initialise the interface with a decent link state.roy
2020-07-28Omit now-unused function.riastradh
2020-07-25Convert malloc -> kmem.riastradh
2020-07-25Convert ieee80211_crypto_ccmp.c to new aes_ccm API.riastradh
2020-07-22s/reseting/resetting/msaitoh
2020-07-13i hit an assert in this code but we weren't sure why.mrg
2020-03-15Define and implement a locking protocol for the ifmedia / mii layers:thorpej
2020-02-29Fix printf to handle various datatypes for MHLEN.mlelstv
2020-02-240x%p --> %p for non-external codes.rin
2020-02-04Use ifmedia_fini().thorpej
2020-01-29Adopt <net/if_stats.h>.thorpej
2019-12-27s/inital/initial/msaitoh
2019-12-19Avoid changing signedness bit with << 24 in ieee80211_crypto_tkip.ckamil
2019-12-19Add comment for previous.jakllsch
2019-12-19Do not associate with with any access point if no SSID has been configured.jakllsch
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2019-10-05remove __packed attribute from struct ieee80211_radiotap_headermrg
2019-10-03ieee80211_announce: Print supported rates with aprint_debugjmcneill
2019-08-20Include <net/if.h> for IFNAMSIZchristos
2019-05-17 Remove extra OSIOCSIFMEDIA. This old ioctl is converted to new one inmsaitoh
2019-04-11Fix CVS Idkamil
2019-03-01Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as brieflypgoyette
2019-01-29Normalize all the compat hooks' names to the formpgoyette
2019-01-28- Don't expose random data conversion functions, but expose the high levelchristos
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2018-12-22Replace M_ALIGN and MH_ALIGN by m_align.maxv
2018-12-22Move m_align() back into the kernel, and switch M_ALIGN and MH_ALIGN to it.maxv
2018-12-22Replace: M_MOVE_PKTHDR -> m_move_pkthdr. No functional change, since themaxv
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2018-06-21remove unused argumentsmaxv
2018-06-21Fix use-after-free, m_cat can free m.maxv
2018-05-08Remove three useless debug messages, remove meaningless XXXs, and removemaxv
2018-05-04Remove duplicate macros. Reported in PR/29786.maxv
2018-05-03Remove ovbcopy from net80211.maxv
2018-04-27Move m_align and m_append into iee80211_netbsd.c. They are part ofmaxv
2018-04-19s/static inline/static __inline/g for consistency.christos