summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-01-07mac80211: clean up prepare_for_handlers() return valueJohannes Berg1-18/+18
2014-01-07mac80211: simplify code in ieee80211_prepare_and_rx_handleEmmanuel Grumbach1-3/+1
2014-01-07mac80211: clean up garbage in commentEmmanuel Grumbach1-1/+1
2014-01-06mac80211: sync dtim_count to TSFThomas Pedersen5-0/+46
2014-01-06cfg80211: fix wext-compat for getting retry valueUjjal Roy1-2/+2
2014-01-06mac80211: enable WME for peer mesh STAChun-Yeow Yeoh1-0/+1
2014-01-06mac80211: fix memory leak in register_hw() error pathJohannes Berg1-11/+11
2014-01-06mac80211: handle station TX latency allocation errorsJohannes Berg1-30/+40
2014-01-06mac80211: clean up netdev debugfs macros a bitJohannes Berg1-27/+33
2014-01-06nl80211: move vendor/testmode event skb functions out of ifdefJohannes Berg1-49/+49
2014-01-06mac80211: add tracing for ieee80211_sta_set_bufferedJohannes Berg2-0/+29
2013-12-30cfg80211/mac80211: correct qos-map lockingJohannes Berg2-1/+3
2013-12-19mac80211: Add support for QoS mappingKyeyoon Park3-1/+38
2013-12-19cfg80211: Add support for QoS mappingKyeyoon Park9-2/+142
2013-12-19nl80211: support vendor-specific eventsJohannes Berg1-19/+79
2013-12-19mac80211: add helper functions for tracking P2P NoA stateFelix Fietkau1-0/+140
2013-12-19mac80211: fix iflist_mtx/mtx locking in radar detectionJohannes Berg6-20/+73
2013-12-19mac80211: remove unnecessary iflist_mtx lockingJohannes Berg2-4/+0
2013-12-19mac80211: align struct ps_data.tim to unsigned longJoe Perches1-1/+2
2013-12-18mac80211: make ieee80211_recalc_radar_chanctx staticJohannes Berg2-25/+23
2013-12-18mac80211: fix checkpatch errorsWeilong Chen8-12/+12
2013-12-16nl80211: add VHT support for set_bitrate_maskJanusz Dziedzic1-6/+86
2013-12-16mac80211: read station mgmt keys via get_key callMax Stepanov1-1/+2
2013-12-16mac80211: check pairwise key_idx on get_key callMax Stepanov1-2/+2
2013-12-16mac80211: align ieee80211_ibss_csa_beacon() with ieee80211_assign_beacon()Luciano Coelho1-1/+4
2013-12-16mac80211: refactor ieee80211_ibss_process_chanswitch()Luciano Coelho3-50/+17
2013-12-16mac80211: update adjusting TBTT bit in beaconThomas Pedersen4-4/+22
2013-12-16mac80211: reschedule sched scan after HW restartDavid Spinadel4-20/+68
2013-12-16mac80211: make ieee80211_assign_beacon() staticLuciano Coelho2-4/+2
2013-12-16mac80211: lock sdata in ieee80211_csa_connection_drop_work()Luciano Coelho1-0/+4
2013-12-16mac80211: let the driver reserve extra tailroom in beaconsFelix Fietkau1-3/+6
2013-12-16mac80211: free all AP/VLAN keys at onceJohannes Berg4-28/+43
2013-12-16mac80211: optimise mixed AP/VLAN station removalJohannes Berg3-6/+14
2013-12-16mac80211: optimise synchronize_net() for sta_info_flushJohannes Berg2-4/+41
2013-12-16mac80211: move synchronize_net() before sta key removalJohannes Berg2-14/+5
2013-12-16mac80211: don't delay station destructionJohannes Berg7-119/+12
2013-12-16mac80211: move 4-addr sta pointer clearing before synchronize_rcu()Johannes Berg1-3/+4
2013-12-16mac80211: add pre-RCU-sync sta removal driver operationJohannes Berg3-19/+33
2013-12-16Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg508-13328/+30164
2013-12-11nfc: Fix FSF address in file headersJeff Kirsher22-61/+22
2013-12-11rfkill: Fix FSF address in file headersJeff Kirsher1-3/+1
2013-12-11Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville6-73/+877
2013-12-10Bluetooth: Fix handling of L2CAP Command Reject over LEJohan Hedberg1-0/+26
2013-12-09Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville4-79/+70
2013-12-09Bluetooth: Use macros for connectionless slave broadcast featuresMarcel Holtmann1-3/+3
2013-12-07Bluetooth: Increase minor version of core moduleMarcel Holtmann1-1/+1
2013-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville15-59/+99
2013-12-05Bluetooth: Fix valid LE PSM checkJohan Hedberg1-1/+1
2013-12-05Bluetooth: Use min_t for calculating chan->mpsJohan Hedberg1-5/+1
2013-12-05mac80211: fix nested sdata lock for IBSS/CSASimon Wunderlich1-2/+2