| Commit message (Expand) | Author | Age | Files | Lines |
* | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 2017-06-16 | 1 | -1/+1 |
* | Merge remote-tracking branch 'net-next/master' into mac80211-next | Johannes Berg | 2017-06-08 | 1 | -4/+6 |
|\ |
|
| * | mac80211: strictly check mesh address extension mode | Rajkumar Manoharan | 2017-05-17 | 1 | -4/+6 |
* | | cfg80211: improve warnings in VHT rate calculation | Johannes Berg | 2017-05-17 | 1 | -4/+7 |
|/ |
|
* | cfg80211: unify cfg80211_roamed() and cfg80211_roamed_bss() | Avraham Stern | 2017-04-28 | 1 | -3/+1 |
* | cfg80211: Fix array-bounds warning in fragment copy | Matthias Kaehlcke | 2017-04-18 | 1 | -3/+3 |
* | cfg80211: move add/change interface monitor flags into params | Johannes Berg | 2017-04-13 | 1 | -2/+2 |
* | cfg80211: Use a structure to pass connect response params | Vidyullatha Kanchanapally | 2017-03-31 | 1 | -9/+3 |
* | 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 | 1 | -5/+5 |
* | net: adjust skb->truesize in pskb_expand_head() | Eric Dumazet | 2017-01-27 | 1 | -2/+0 |
* | cfg80211: Specify the reason for connect timeout | Purushottam Kushwaha | 2017-01-13 | 1 | -1/+1 |
* | cfg80211: move function checking range fit to util.c | Rafał Miłecki | 2017-01-06 | 1 | -0/+15 |
* | cfg80211: only pass sband to set_mandatory_flags_band() | Arend Van Spriel | 2017-01-05 | 1 | -4/+4 |
* | cfg80211: get rid of name indirection trick for ieee80211_get_channel() | Arend Van Spriel | 2016-12-13 | 1 | -3/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-11-22 | 1 | -1/+2 |
|\ |
|
| * | cfg80211: add bitrate for 20MHz MCS 9 | Pedersen, Thomas | 2016-11-15 | 1 | -1/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-10-30 | 1 | -19/+15 |
|\| |
|
| * | cfg80211: add ability to check DA/SA in A-MSDU decapsulation | Johannes Berg | 2016-10-12 | 1 | -2/+12 |
| * | cfg80211: let ieee80211_amsdu_to_8023s() take only header-less SKB | Johannes Berg | 2016-10-12 | 1 | -19/+5 |
* | | cfg80211: handle fragmented IEs in splitting | Johannes Berg | 2016-10-27 | 1 | -3/+22 |
* | | cfg80211: validate beacon int as part of iface combinations | Johannes Berg | 2016-10-27 | 1 | -31/+52 |
* | | cfg80211: fix beacon interval in interface combination iteration | Johannes Berg | 2016-10-27 | 1 | -4/+2 |
* | | cfg80211: fix possible memory leak in cfg80211_iter_combinations() | Wei Yongjun | 2016-10-18 | 1 | -1/+3 |
* | | cfg80211: support virtual interfaces with different beacon intervals | Purushottam Kushwaha | 2016-10-13 | 1 | -6/+37 |
* | | cfg80211: pass struct to interface combination check/iter | Purushottam Kushwaha | 2016-10-13 | 1 | -16/+12 |
|/ |
|
* | cfg80211: add add_nan_func / del_nan_func | Ayala Beker | 2016-09-30 | 1 | -0/+22 |
* | cfg80211: add start / stop NAN commands | Ayala Beker | 2016-09-30 | 1 | -2/+4 |
* | cfg80211: Add support for static WEP in the driver | David Spinadel | 2016-09-30 | 1 | -1/+1 |
* | cfg80211: reduce connect key caching struct size | Johannes Berg | 2016-09-13 | 1 | -4/+1 |
* | cfg80211: validate key index better | Johannes Berg | 2016-09-13 | 1 | -1/+7 |
* | cfg80211: identically validate beacon interval for AP/MESH/IBSS | Purushottam Kushwaha | 2016-08-11 | 1 | -1/+1 |
* | cfg80211: handle failed skb allocation | Gregory Greenman | 2016-07-06 | 1 | -0/+2 |
* | cfg80211: fix proto in ieee80211_data_to_8023 for frames without LLC header | Felix Fietkau | 2016-06-29 | 1 | -1/+1 |
* | mm/page_ref: use page_ref helper instead of direct modification of _count | Joonsoo Kim | 2016-05-20 | 1 | -1/+1 |
* | cfg80211: make wdev_list accessible to drivers | Johannes Berg | 2016-05-12 | 1 | -2/+2 |
* | cfg80211: Add option to report the bss entry in connect result | Kanchanapally, Vidyullatha | 2016-04-26 | 1 | -1/+1 |
* | cfg80211: remove enum ieee80211_band | Johannes Berg | 2016-04-12 | 1 | -20/+20 |
* | wireless: use reset to set mac header | Zhang Shengju | 2016-03-05 | 1 | -1/+1 |
* | cfg80211: reuse existing page fragments in A-MSDU rx | Felix Fietkau | 2016-02-24 | 1 | -5/+77 |
* | cfg80211: fix faulty variable initialization in ieee80211_amsdu_to_8023s | Felix Fietkau | 2016-02-24 | 1 | -1/+1 |
* | cfg80211: add support for non-linear skbs in ieee80211_amsdu_to_8023s | Felix Fietkau | 2016-02-24 | 1 | -51/+49 |
* | cfg80211: add function for 802.3 conversion with separate output buffer | Felix Fietkau | 2016-02-24 | 1 | -53/+53 |
* | mac80211: move A-MSDU skb_linearize call to ieee80211_amsdu_to_8023s | Felix Fietkau | 2016-02-24 | 1 | -0/+3 |
* | cfg80211: Remove unused cfg80211_can_use_iftype_chan() | Michal Sojka | 2015-12-04 | 1 | -114/+0 |
* | cfg80211: replace ieee80211_ie_split() with an inline | Johannes Berg | 2015-12-04 | 1 | -7/+0 |
* | cfg80211: ignore netif running state when changing iftype | Michal Kazior | 2015-05-29 | 1 | -1/+1 |
* | cfg80211: properly send NL80211_ATTR_DISCONNECTED_BY_AP in disconnect | Johannes Berg | 2015-05-26 | 1 | -1/+2 |
* | cfg80211: move IE split utilities here from mac80211 | Johannes Berg | 2015-04-07 | 1 | -0/+41 |
* | cfg/mac80211: add regulatory classes IE during TDLS setup | Arik Nemtsov | 2015-03-30 | 1 | -0/+129 |