summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mac80211: Allow a STA to join an IBSS with 80+80 MHz channelJouni Malinen2015-12-041-0/+1
* cfg80211: reg: Refactor calculation of bandwidth flagsMichal Sojka2015-12-041-54/+37Star
* mac80211: rewrite remain-on-channel logicJohannes Berg2015-12-043-291/+316
* mac80211: simplify ack_skb handlingJohannes Berg2015-12-043-18/+13Star
* mac80211: move off-channel/mgmt-tx code to offchannel.cJohannes Berg2015-12-043-495/+502
* mac80211: fix mgmt-tx abort cookie and leakJohannes Berg2015-12-041-3/+2Star
* mac80211: catch queue stop underflowJohannes Berg2015-12-041-2/+5
* mac80211: properly free TX skbs when monitor TX failsJohannes Berg2015-12-041-1/+1
* mac80211: properly free skb when r-o-c for TX failsJohannes Berg2015-12-041-1/+1
* Revert "mac80211: don't advertise NL80211_FEATURE_FULL_AP_CLIENT_STATE"Johannes Berg2015-12-041-1/+2
* cfg80211: handle add_station auth/assoc flag quirksJohannes Berg2015-12-042-14/+19
* cfg80211: use NL80211_ATTR_STA_AID in nl82011_set_stationAyala Beker2015-12-041-2/+2
* mac80211: Add support for aborting an ongoing scanVidyullatha Kanchanapally2015-12-041-0/+6
* cfg80211: Add support for aborting an ongoing scanVidyullatha Kanchanapally2015-12-043-0/+38
* mac80211: add new IEEE80211_VIF_GET_NOA_UPDATE flagJanusz.Dziedzic@tieto.com2015-12-041-2/+4
* cfg80211: Remove unused cfg80211_can_use_iftype_chan()Michal Sojka2015-12-042-121/+0Star
* cfg80211: reg: Remove unused function parameterMichal Sojka2015-12-041-4/+3Star
* mac80211: add atomic uploaded keys iteratorEliad Peller2015-12-043-4/+55
* mac80211: allow the driver to send EOSP when neededEmmanuel Grumbach2015-12-042-43/+126
* cfg80211: ocb: Fix null pointer deref if join_ocb is unimplementedOla Olsson2015-12-041-0/+3
* mac80211: remove string from unaligned packet warningJohannes Berg2015-12-041-2/+1Star
* lib80211: ratelimit key index mismatchJohannes Berg2015-12-042-4/+4
* mac80211: mesh: print MAC address instead of pointerJohannes Berg2015-12-041-2/+2
* cfg80211: replace ieee80211_ie_split() with an inlineJohannes Berg2015-12-041-7/+0Star
* cfg80211: add complete data to station add/change tracingJohannes Berg2015-12-041-0/+38
* cfg80211: Add missing tracing to cfg80211Ilan Peer2015-12-043-5/+108
* mac80211: allow driver to prevent two stations w/ same addressJohannes Berg2015-12-042-2/+17
* Merge remote-tracking branch 'mac80211/master' into HEADJohannes Berg2015-12-046-15/+21
|\
| * mac80211: fix off-channel mgmt-tx uninitialized variable usageJohannes Berg2015-12-021-2/+6
| * mac80211: do not actively scan DFS channelsAntonio Quartulli2015-12-021-4/+5
| * mac80211: don't teardown sdata on sdata stopEliad Peller2015-12-021-1/+1
| * mac80211: always set the buf_size in AddBA req to 64Gregory Greenman2015-11-201-1/+2
| * mac80211: ensure we don't update tx power on a non-running sdataEmmanuel Grumbach2015-11-201-1/+2
| * mac80211: mesh: fix call_rcu() usageJohannes Berg2015-11-171-4/+4
| * mac80211: don't advertise NL80211_FEATURE_FULL_AP_CLIENT_STATEJohannes Berg2015-11-171-2/+1Star
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-11-2410-1032/+1207
|\ \
| * | Bluetooth: Increment management interface revisionJohan Hedberg2015-11-231-1/+1
| * | Bluetooth: Fix powering on with privacy and advertisingAndrzej Kaczmarek2015-11-231-7/+7
| * | Bluetooth: Fix returning proper HCI status from __hci_req_syncJohan Hedberg2015-11-231-1/+7
| * | Bluetooth: Add support for Get Advertising Size Information commandMarcel Holtmann2015-11-221-0/+58
| * | Bluetooth: Simplify if statements in tlv_data_is_valid functionMarcel Holtmann2015-11-221-9/+11
| * | Bluetooth: Add instance range check for Add Advertising commandMarcel Holtmann2015-11-221-0/+4
| * | Bluetooth: remove unneeded variable in l2cap_stream_rxPrasanna Karthik2015-11-191-3/+1Star
| * | Bluetooth: Clean up hci_core codePrasanna Karthik2015-11-191-3/+4
| * | Bluetooth: clean up af_bluetooth codePrasanna Karthik2015-11-191-2/+2
| * | Bluetooth: Delete an unnecessary check before the function call "kfree_skb"Markus Elfring2015-11-191-2/+1Star
| * | mac802154: Delete an unnecessary check before the function call "kfree_skb"Markus Elfring2015-11-191-2/+1Star
| * | Bluetooth: Simplify request cleanup codeJohan Hedberg2015-11-192-3/+3
| * | Bluetooth: Remove conn_unfinished variable from hci_connect_le()Johan Hedberg2015-11-191-36/+12Star
| * | Bluetooth: Move check for ongoing connect earlier in hci_connect_le()Johan Hedberg2015-11-191-6/+6