summaryrefslogtreecommitdiffstats
path: root/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* {nl,mac}80211: fix interface combinations on crypto controlled devicesManikanta Pubbisetty2019-07-263-9/+28
* Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-161-1/+1
|\
| * docs: power: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-116-13/+164
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-225-23/+5Star
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-187-16/+35
| |\ \ \
| * | | | nl80211: send event when CMD_FRAME duration expiresJames Prestwood2019-06-142-0/+31
| * | | | cfg80211: Add a function to iterate all BSS entriesIlan Peer2019-06-141-0/+21
| * | | | mac80211: allow turning TWT responder support on and off via netlinkJohn Crispin2019-06-141-0/+4
| * | | | nl80211: require and validate vendor command policyJohannes Berg2019-06-142-2/+50
| * | | | nl80211: add support for SAE authentication offloadChung-Hsien Hsu2019-06-141-0/+14
| * | | | nl80211: add WPA3 definition for SAE authenticationChung-Hsien Hsu2019-06-141-1/+2
| * | | | nl80211: add NL80211_ATTR_IFINDEX to port authorized eventChung-Hsien Hsu2019-06-141-1/+3
| * | | | nl80211: fill all policy .type entriesJohannes Berg2019-05-281-21/+57
| * | | | cfg80211: Handle bss expiry during connectionChaitanya Tata2019-05-283-9/+39
* | | | | Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-111-2/+4
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-093-69/+32Star
|\ \ \ \ \
| * | | | | net/lib80211: move TKIP handling to ARC4 library codeArd Biesheuvel2019-06-202-31/+18Star
| * | | | | net/lib80211: move WEP handling to ARC4 library codeArd Biesheuvel2019-06-202-38/+14Star
| | |_|_|/ | |/| | |
* | | | | Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-091-4/+2Star
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-281-4/+2Star
| |/ / /
* | | | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-215-23/+5Star
|\ \ \ \ | |_|_|/ |/| | |
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 501Thomas Gleixner2019-06-193-15/+3Star
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-192-8/+2Star
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-186-32/+88
|\ \ \ \ | |/ / / |/| | |
| * | | Merge tag 'mac80211-for-davem-2019-06-14' of git://git.kernel.org/pub/scm/lin...David S. Miller2019-06-146-32/+88
| |\ \ \ | | |_|/ | |/| |
| | * | cfg80211: report measurement start TSF correctlyAvraham Stern2019-06-141-2/+2
| | * | cfg80211: fix memory leak of wiphy device nameEric Biggers2019-06-141-1/+1
| | * | cfg80211: util: fix bit count off by oneMordechay Goodstein2019-06-141-1/+1
| | * | cfg80211: use BIT_ULL in cfg80211_parse_mbssid_data()Luca Coelho2019-06-141-2/+2
| | * | nl80211: fill all policy .type entriesJohannes Berg2019-05-291-21/+66
| | * | nl80211: fix station_info pertid memory leakAndy Strohman2019-05-281-1/+3
| | * | {nl,mac}80211: allow 4addr AP operation on crypto controlled devicesManikanta Pubbisetty2019-05-242-3/+11
| | * | mac80211: fix rate reporting inside cfg80211_calculate_bitrate_he()John Crispin2019-05-241-1/+1
| | * | wireless: Skip directory when generating certificatesMaxim Mikityanskiy2019-05-141-0/+1
| | |/
* | / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 432Thomas Gleixner2019-06-051-2/+1Star
|/ /
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-212-0/+2
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-212-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-088-372/+917
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-031-3/+2Star
| |\
| * | genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-271-0/+104
| * | netlink: make validation more configurable for future strictnessJohannes Berg2019-04-272-93/+116
| * | netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-272-92/+112
| * | Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/sc...David S. Miller2019-04-267-83/+584
| |\ \
| | * | cfg80211: add support to probe unexercised mesh linkRajkumar Manoharan2019-04-263-0/+79
| | * | nl80211: do a struct assignment to radar_chandef instead of memcpy()Luca Coelho2019-04-261-1/+1
| | * | cfg80211: don't pass pointer to pointer unnecessarilyDan Carpenter2019-04-261-4/+4
| | * | cfg80211: Add support to set tx power for a station associatedAshok Raj Nagarajan2019-04-261-0/+43
| | * | nl80211: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-04-261-7/+3Star