summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-11-28NFC: NCI: Implement Target mode send functionJulien Lefrique1-0/+13
2014-11-28NFC: NCI: Configure ATR_RES general bytesJulien Lefrique1-1/+9
2014-11-28NFC: NCI: Handle Target mode activationJulien Lefrique1-24/+109
2014-11-28NFC: NCI: Enable NFC-DEP in Listen A and Listen FJulien Lefrique1-0/+29
2014-11-28NFC: NCI: Add passive Listen modes in discover requestJulien Lefrique1-10/+32
2014-11-28NFC: llcp: Use list_for_each_entry in llcp_accept_pollAxel Lin1-3/+3
2014-11-28NFC: digital: Add NFC-DEP Target-side ATN SupportMark A. Greer1-5/+83
2014-11-28NFC: digital: Add NFC-DEP Initiator-side ATN SupportMark A. Greer1-6/+98
2014-11-28NFC: digital: Add NFC-DEP Target-side NACK SupportMark A. Greer1-11/+51
2014-11-28NFC: digital: Add NFC-DEP Initiator-side NACK SupportMark A. Greer1-5/+64
2014-11-28NFC: digital: Add NFC-DEP Receive Chaining SupportMark A. Greer1-6/+174
2014-11-28NFC: digital: Add NFC-DEP Send Chaining SupportMark A. Greer1-17/+109
2014-11-28NFC: digital: Implement NFC-DEP max payload lengthsMark A. Greer1-10/+98
2014-11-28NFC: digital: Enforce NFC-DEP PNI sequencingMark A. Greer1-3/+33
2014-11-28NFC: digital: Ensure no NAD byte in DEP_REQ and DEP_RES framesMark A. Greer1-0/+10
2014-11-28NFC: digital: Add Target-mode NFC-DEP DID SupportMark A. Greer1-4/+26
2014-11-28NFC: digital: Ensure no DID in NFC-DEP responsesMark A. Greer1-2/+5
2014-11-28NFC: digital: Rearrange NFC-DEP DEP_REQ/DEP_RES CodeMark A. Greer1-21/+22
2014-11-28NFC: digital: Fix potential skb leaks in NFC-DEP codeMark A. Greer1-8/+17
2014-11-20Merge tag 'mac80211-next-for-john-2014-11-20' of git://git.kernel.org/pub/scm...John W. Linville27-303/+2266
2014-11-19Merge commit '4e6ce4dc7ce71d0886908d55129d5d6482a27ff9' of git://git.kernel.o...John 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