aboutsummaryrefslogtreecommitdiff
path: root/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2019-07-26lib80211: use crypto API ccm(aes) transform for CCMP processingGravatar Ard Biesheuvel 2-112/+87
2019-07-15Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 6-13/+164
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+4
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 3-69/+32
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-4/+2
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLGravatar David Howells 1-4/+2
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 5-23/+5
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 5-23/+5
2019-06-20net/lib80211: move TKIP handling to ARC4 library codeGravatar Ard Biesheuvel 2-31/+18
2019-06-20net/lib80211: move WEP handling to ARC4 library codeGravatar Ard Biesheuvel 2-38/+14
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 501Gravatar Thomas Gleixner 3-15/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 2-8/+2
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 7-16/+35
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 6-32/+88
2019-06-14docs: power: convert docs to ReST and rename to *.rstGravatar Mauro Carvalho Chehab 1-1/+1
2019-06-14Merge tag 'mac80211-for-davem-2019-06-14' of git://git.kernel.org/pub/scm/lin...Gravatar David S. Miller 6-32/+88
2019-06-14nl80211: send event when CMD_FRAME duration expiresGravatar James Prestwood 2-0/+31
2019-06-14cfg80211: report measurement start TSF correctlyGravatar Avraham Stern 1-2/+2
2019-06-14cfg80211: fix memory leak of wiphy device nameGravatar Eric Biggers 1-1/+1
2019-06-14cfg80211: util: fix bit count off by oneGravatar Mordechay Goodstein 1-1/+1
2019-06-14cfg80211: use BIT_ULL in cfg80211_parse_mbssid_data()Gravatar Luca Coelho 1-2/+2
2019-06-14cfg80211: Add a function to iterate all BSS entriesGravatar Ilan Peer 1-0/+21
2019-06-14mac80211: allow turning TWT responder support on and off via netlinkGravatar John Crispin 1-0/+4
2019-06-14nl80211: require and validate vendor command policyGravatar Johannes Berg 2-2/+50
2019-06-14nl80211: add support for SAE authentication offloadGravatar Chung-Hsien Hsu 1-0/+14
2019-06-14nl80211: add WPA3 definition for SAE authenticationGravatar Chung-Hsien Hsu 1-1/+2
2019-06-14nl80211: add NL80211_ATTR_IFINDEX to port authorized eventGravatar Chung-Hsien Hsu 1-1/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 432Gravatar Thomas Gleixner 1-2/+1
2019-05-29nl80211: fill all policy .type entriesGravatar Johannes Berg 1-21/+66
2019-05-28nl80211: fill all policy .type entriesGravatar Johannes Berg 1-21/+57
2019-05-28nl80211: fix station_info pertid memory leakGravatar Andy Strohman 1-1/+3
2019-05-28cfg80211: Handle bss expiry during connectionGravatar Chaitanya Tata 3-9/+39
2019-05-24{nl,mac}80211: allow 4addr AP operation on crypto controlled devicesGravatar Manikanta Pubbisetty 2-3/+11
2019-05-24mac80211: fix rate reporting inside cfg80211_calculate_bitrate_he()Gravatar John Crispin 1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 2-0/+2
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 2-0/+2
2019-05-14wireless: Skip directory when generating certificatesGravatar Maxim Mikityanskiy 1-0/+1
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 8-372/+917
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-1/+0
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+2
2019-04-27genetlink: optionally validate strictly/dumpsGravatar Johannes Berg 1-0/+104
2019-04-27netlink: make validation more configurable for future strictnessGravatar Johannes Berg 2-93/+116
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagGravatar Michal Kubecek 2-92/+112
2019-04-26Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/sc...Gravatar David S. Miller 7-83/+584
2019-04-26cfg80211: add support to probe unexercised mesh linkGravatar Rajkumar Manoharan 3-0/+79
2019-04-26nl80211: do a struct assignment to radar_chandef instead of memcpy()Gravatar Luca Coelho 1-1/+1
2019-04-26cfg80211: don't pass pointer to pointer unnecessarilyGravatar Dan Carpenter 1-4/+4
2019-04-26cfg80211: Add support to set tx power for a station associatedGravatar Ashok Raj Nagarajan 1-0/+43