| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'mac80211-for-davem-2017-07-07' of git://git.kernel.org/pub/scm/lin... | David S. Miller | 2017-07-07 | 1 | -3/+7 |
|\ |
|
| * | cfg80211: Validate frequencies nested in NL80211_ATTR_SCAN_FREQUENCIES | Srinivas Dasari | 2017-07-07 | 1 | -0/+4 |
| * | cfg80211: Define nla_policy for NL80211_ATTR_LOCAL_MESH_POWER_MODE | Srinivas Dasari | 2017-07-07 | 1 | -0/+1 |
| * | cfg80211: Check if NAN service ID is of expected size | Srinivas Dasari | 2017-07-07 | 1 | -1/+1 |
| * | cfg80211: Check if PMKID attribute is of expected size | Srinivas Dasari | 2017-07-07 | 1 | -2/+1 |
* | | nl80211: Don't verify owner_nlportid on NAN commands | Andrei Otcheretianski | 2017-06-30 | 1 | -8/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-06-21 | 1 | -13/+9 |
|\ \
| |/ |
|
| * | dev_ioctl: copy only the smaller struct iwreq for wext | Johannes Berg | 2017-06-14 | 1 | -3/+3 |
| * | wireless: wext: use struct iwreq earlier in the call chain | Johannes Berg | 2017-06-14 | 1 | -8/+7 |
| * | wireless: wext: remove ndo_do_ioctl fallback | Johannes Berg | 2017-06-14 | 1 | -3/+0 |
* | | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 2017-06-16 | 1 | -1/+1 |
* | | nl80211: add authorized flag to ROAM event | Avraham Stern | 2017-06-13 | 2 | -1/+4 |
* | | cfg80211: support 4-way handshake offloading for 802.1X | Avraham Stern | 2017-06-13 | 4 | -0/+195 |
* | | cfg80211: support 4-way handshake offloading for WPA/WPA2-PSK | Eliad Peller | 2017-06-13 | 1 | -0/+9 |
* | | Merge remote-tracking branch 'net-next/master' into mac80211-next | Johannes Berg | 2017-06-08 | 2 | -8/+10 |
|\ \
| |/ |
|
| * | cfg80211: make cfg80211_sched_scan_results() work from atomic context | Arend Van Spriel | 2017-05-23 | 1 | -4/+4 |
| * | mac80211: strictly check mesh address extension mode | Rajkumar Manoharan | 2017-05-17 | 1 | -4/+6 |
* | | wireless: Require HANDLE_DFS flag to switch channel for non-AP mode | Benjamin Berg | 2017-05-19 | 1 | -1/+13 |
* | | wireless: Only join DFS channels in mesh mode if userspace flags support | Benjamin Berg | 2017-05-19 | 2 | -0/+11 |
* | | cfg80211: improve warnings in VHT rate calculation | Johannes Berg | 2017-05-17 | 1 | -4/+7 |
|/ |
|
* | nl80211: correctly validate MU-MIMO groups | Johannes Berg | 2017-05-08 | 1 | -2/+2 |
* | cfg80211: add request id to cfg80211_sched_scan_*() api | Arend Van Spriel | 2017-04-28 | 4 | -41/+54 |
* | cfg80211: unify cfg80211_roamed() and cfg80211_roamed_bss() | Avraham Stern | 2017-04-28 | 5 | -76/+53 |
* | cfg80211: add request id parameter to .sched_scan_stop() signature | Arend Van Spriel | 2017-04-26 | 3 | -9/+9 |
* | nl80211: add support for BSSIDs in scheduled scan matchsets | Arend Van Spriel | 2017-04-26 | 1 | -10/+30 |
* | nl80211: allow multiple active scheduled scan requests | Arend Van Spriel | 2017-04-26 | 6 | -57/+181 |
* | cfg80211: simplify netlink socket owner interface deletion | Johannes Berg | 2017-04-26 | 3 | -47/+9 |
* | cfg80211: Fix dfs state propagation for non-DFS center channel | Vasanthakumar Thiagarajan | 2017-04-25 | 1 | -3/+0 |
* | Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/sc... | David S. Miller | 2017-04-20 | 17 | -277/+1005 |
|\ |
|
| * | nl80211: Fix enum type of variable in nl80211_put_sta_rate() | Matthias Kaehlcke | 2017-04-18 | 1 | -1/+1 |
| * | cfg80211: Fix array-bounds warning in fragment copy | Matthias Kaehlcke | 2017-04-18 | 1 | -3/+3 |
| * | nl80211: add request id in scheduled scan event messages | Arend Van Spriel | 2017-04-18 | 3 | -17/+14 |
| * | cfg80211: refactor nl80211 monitor option parsing | Johannes Berg | 2017-04-13 | 1 | -56/+70 |
| * | cfg80211: move add/change interface monitor flags into params | Johannes Berg | 2017-04-13 | 5 | -24/+27 |
| * | cfg80211: allow leaving MU-MIMO monitor configuration unchanged | Johannes Berg | 2017-04-13 | 1 | -5/+3 |
| * | cfg80211: Add support for FILS shared key authentication offload | Vidyullatha Kanchanapally | 2017-03-31 | 2 | -7/+108 |
| * | cfg80211: Use a structure to pass connect response params | Vidyullatha Kanchanapally | 2017-03-31 | 6 | -122/+116 |
| * | cfg80211: preserve wdev ID across netns changes | Johannes Berg | 2017-03-17 | 1 | -1/+9 |
| * | nl80211: Use signed function for a signed variable | Masashi Honma | 2017-03-16 | 1 | -1/+1 |
| * | cfg80211: Share Channel DFS state across wiphys of same DFS domain | Vasanthakumar Thiagarajan | 2017-03-06 | 6 | -7/+218 |
| * | cfg80211: Disallow moving out of operating DFS channel in non-ETSI | Vasanthakumar Thiagarajan | 2017-03-06 | 1 | -0/+52 |
| * | cfg80211: Make pre-CAC results valid only for ETSI domain | Vasanthakumar Thiagarajan | 2017-03-06 | 8 | -9/+191 |
| * | cfg80211: refactor cfg80211_calculate_bitrate() | Johannes Berg | 2017-03-06 | 1 | -28/+32 |
| * | cfg80211: combine two nested ifs into a single condition | Johannes Berg | 2017-03-06 | 2 | -11/+11 |
| * | cfg80211: Accept multiple RSSI thresholds for CQM | Andrew Zaborowski | 2017-03-06 | 5 | -13/+177 |
* | | netlink: pass extended ACK struct where available | Johannes Berg | 2017-04-13 | 1 | -15/+18 |
* | | netlink: pass extended ACK struct to parsing functions | Johannes Berg | 2017-04-13 | 1 | -37/+41 |
* | | cfg80211: check rdev resume callback only for registered wiphy | Arend Van Spriel | 2017-03-29 | 1 | -6/+4 |
* | | nl80211: fix dumpit error path RTNL deadlocks | Johannes Berg | 2017-03-16 | 1 | -71/+56 |
|/ |
|
* | Merge tag 'mac80211-next-for-davem-2017-02-09' of git://git.kernel.org/pub/sc... | David S. Miller | 2017-02-10 | 4 | -40/+114 |
|\ |
|