summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-10Merge 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-06Bluetooth: Fix valid LE PSM checkJohan Hedberg1-1/+1
2013-12-06Bluetooth: Use min_t for calculating chan->mpsJohan Hedberg1-5/+1
2013-12-05mac80211: fix nested sdata lock for IBSS/CSASimon Wunderlich1-2/+2
2013-12-05cfg80211: don't "leak" uncompleted scansEliad Peller3-30/+8
2013-12-05mac80211: start_next_roc only if scan was actually runningEliad Peller1-1/+3
2013-12-05mac80211: determine completed scan type by defined opsEliad Peller1-8/+7
2013-12-05cfg80211: stop sched scan only when neededBarak Bercovitz1-1/+4
2013-12-05cfg80211: in bitrate_mask, rename mcs to ht_mcsJanusz Dziedzic2-11/+11
2013-12-05nl80211: allow setting bitrate mask back to defaultJanusz Dziedzic1-3/+5
2013-12-05Bluetooth: Simplify l2cap_chan initialization for LE CoCJohan Hedberg2-25/+14
2013-12-05Bluetooth: Add debugfs controls for LE CoC MPS and CreditsJohan Hedberg1-4/+12
2013-12-05Bluetooth: Fix validating LE PSM valuesJohan Hedberg2-11/+44
2013-12-05Bluetooth: Fix CID ranges for LE CoC CID allocationsJohan Hedberg1-2/+7
2013-12-05Bluetooth: Fix clearing of chan->omtu for LE CoC channelsJohan Hedberg1-4/+4
2013-12-05Bluetooth: Limit LE MPS to the MTU valueJohan Hedberg1-4/+14
2013-12-05Bluetooth: Fix suspending the L2CAP socket if we start with 0 creditsJohan Hedberg1-0/+3
2013-12-05Bluetooth: Fix LE L2CAP Connect Request handling together with SMPJohan Hedberg1-0/+3
2013-12-05Bluetooth: Implement LE L2CAP reassemblyJohan Hedberg1-3/+76
2013-12-05Bluetooth: Add LE L2CAP segmentation support for outgoing dataJohan Hedberg1-1/+126
2013-12-05Bluetooth: Introduce L2CAP channel callback for suspendingJohan Hedberg1-0/+9
2013-12-05Bluetooth: Reject LE CoC commands when the feature is not enabledJohan Hedberg1-0/+11
2013-12-05Bluetooth: Add LE flow control disciplineJohan Hedberg1-1/+66
2013-12-05Bluetooth: Implement returning of LE L2CAP creditsJohan Hedberg1-0/+26
2013-12-05Bluetooth: Add new BT_SNDMTU and BT_RCVMTU socket optionsJohan Hedberg1-0/+76