aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-01Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville8-40/+80
2014-11-27Bluetooth: Automatically flushable packets aren't allowed on LE linksSteven Walter1-3/+11
2014-11-26mac802154: remove unnecessary if statementVarka Bhadram1-5/+3
2014-11-26ieee802154: fix spelling mistakesVarka Bhadram4-4/+4
2014-11-20Merge tag 'mac80211-next-for-john-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville27-303/+2266
2014-11-19Merge commit '4e6ce4dc7ce71d0886908d55129d5d6482a27ff9' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville8-31/+34
2014-11-19mac80211: minstrel_ht: add a small optimization to minstrel_aggr_checkFelix Fietkau1-3/+3
2014-11-19mac80211: notify drivers on sta rate table changesJohannes Berg3-0/+25
2014-11-19nl80211: Broadcast CMD_NEW_INTERFACE and CMD_DEL_INTERFACETomasz Bursztyka1-7/+41
2014-11-19nl80211: Replace interface socket owner attribute with more generic oneJukka Rissanen1-2/+2
2014-11-19cfg80211: protect fools returning NULL in add_virtual_intfRafał Miłecki1-1/+4
2014-11-19cfg80211: explicitly initialize some fields in custom reg pathArik Nemtsov1-0/+3
2014-11-19cfg80211: update missing fields in custom regulatory pathArik Nemtsov1-0/+10
2014-11-19mac80211: skip legacy rate mask handling for VHT ratesFelix Fietkau1-1/+1
2014-11-19mac80211: don't allow 40MHz tx rates in case of 20MHz chandefEliad Peller1-0/+2
2014-11-19mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDRJohannes Berg7-38/+92
2014-11-19mac80211: rcu-ify scan and scheduled scan request pointersJohannes Berg3-34/+56
2014-11-19cfg80211: allow drivers to support random MAC addresses for scanJohannes Berg1-3/+83
2014-11-19mac80211: remove redundant checkEliad Peller1-1/+1
2014-11-19cfg80211: add wowlan net-detect supportLuciano Coelho2-1/+111
2014-11-19cfg80211: refactor nl80211_start_sched_scan so it can be reusedLuciano Coelho1-58/+72
2014-11-19mac80211: synchronously reserve TID per stationLiad Kaufman6-0/+147
2014-11-19mac80211: add specific-queue flushing supportLiad Kaufman2-5/+18
2014-11-19mac80211: add TDLS channel-switch Rx flowArik Nemtsov7-1/+413
2014-11-19mac80211: introduce TDLS channel switch opsArik Nemtsov9-5/+362
2014-11-19mac80211: add parsing of TDLS specific IEsArik Nemtsov2-0/+18
2014-11-19cfg80211: introduce TDLS channel switch commandsArik Nemtsov4-0/+178
2014-11-19mac80211: prepare TDLS mgmt code for channel-switch templatesArik Nemtsov1-25/+57
2014-11-19mac80211: track AP and peer STA TDLS chan-switch supportArik Nemtsov6-2/+23
2014-11-19cfg/mac80211: define TDLS channel switch feature bitArik Nemtsov1-3/+6
2014-11-19mac80211: add BSS coex IE to TDLS setup framesArik Nemtsov1-0/+15
2014-11-19mac80211: add supported channels IE during TDLS setupArik Nemtsov1-0/+71
2014-11-19mac80211: add function to create data frame template including keyJohannes Berg2-0/+34
2014-11-19mac80211: factor out 802.11 header building codeJohannes Berg1-52/+92
2014-11-19mac80211: move skb info band assignment outJohannes Berg4-16/+16
2014-11-19mac80211: retransmit TDLS teardown packet through AP if not ACKedLiad Kaufman4-13/+117
2014-11-19mac80211: add option for setting skb flags before xmitLiad Kaufman2-8/+16
2014-11-19Bluetooth: Convert link keys list to use RCUJohan Hedberg2-21/+20
2014-11-19Bluetooth: Fix setting conn->pending_sec_level value from link keyJohan Hedberg1-7/+40
2014-11-19Bluetooth: Fix setting state back to TASK_RUNNINGJohan Hedberg1-0/+2
2014-11-18Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville30-282/+1933
2014-11-18Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg125-2997/+3054
2014-11-18Bluetooth: Call drain_workqueue() before resetting stateJohan Hedberg1-0/+10
2014-11-18Bluetooth: Use shorter "rand" name for "randomizer"Johan Hedberg3-31/+23
2014-11-18Bluetooth: Fix BR/EDR-only address checks for remote OOB dataJohan Hedberg1-0/+22
2014-11-17ieee802154: fix byteorder for short address and panidAlexander Aring3-13/+13
2014-11-17ieee802154: rename and move WPAN_NUM_ definesAlexander Aring1-2/+2
2014-11-17ieee802154: add del interface commandAlexander Aring4-0/+50
2014-11-17ieee802154: setting extended address while iface addAlexander Aring6-12/+25
2014-11-17ieee802154: add new interface commandAlexander Aring3-0/+56