summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-10-26NFC: Small nfc_hci_create_pipe refactoringSzymon Janc1-8/+8
2012-10-26NFC: Remove unneeded LLCP function return callsSzymon Janc1-9/+0
2012-10-26NFC: Remove not needed local variable in nci_set_local_general_bytesSzymon Janc1-6/+4
2012-10-26NFC: Use NFC_MAX_GT_LEN to check len in nci_set_local_general_bytesSzymon Janc1-1/+1
2012-10-26NFC: Add NFC_ATTR_RF_MODE when sending device netlink propertiesThierry Escande1-1/+2
2012-10-26NFC: Set rf_mode to NFC_RF_NONE where necessaryThierry Escande1-0/+5
2012-10-26NFC: Initial SNL supportSamuel Ortiz1-0/+65
2012-10-26NFC: Add SNL frame building routineSamuel Ortiz2-0/+47
2012-10-26NFC: Use llcp_allocate_pdu to build the DISC framesSamuel Ortiz1-9/+1
2012-10-26NFC: Avoid falling back to SYMM when sk is NULLSamuel Ortiz1-3/+4
2012-10-26NFC: HCI check presence must not fail when driver doesn't support itEric Lapuyade1-0/+3
2012-10-26NFC: Implement HCI DEP send and receive dataArron Wang1-4/+15
2012-10-26NFC: Implement HCI DEP link up and downArron Wang1-0/+24
2012-10-26NFC: Handle pn544 continue activationArron Wang1-1/+3
2012-10-26NFC: Pass hardware specific HCI event to driverArron Wang1-3/+9
2012-10-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville7-31/+45
2012-10-19Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville45-948/+5140
2012-10-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville21-372/+1458
2012-10-19mac80211: make client powersave independent of interface typeMarco Porsch6-74/+122
2012-10-18nl/cfg80211: force scan using an AP vif if requestedAntonio Quartulli2-2/+13
2012-10-18Bluetooth: AMP: Get amp_mgr reference in HS hci_connAndrei Emeltchenko2-2/+4
2012-10-18cfg80211: add cfg80211 exported function tracingBeni Lev7-10/+615
2012-10-18cfg80211: add tracing to rdev-opsBeni Lev4-79/+2141
2012-10-18cfg80211: add wrappers for registered_device_opsHila Gonen14-148/+700
2012-10-18cfg80211: Disallow HT/WEP in IBSS modeSujith Manoharan1-3/+17
2012-10-18mac80211: fix copy-paste typo in KconfigMarco Porsch1-1/+1
2012-10-18mac80211: use __printf attribute in debugfsJohannes Berg1-3/+3
2012-10-18mac80211: remove some unused codeJohannes Berg4-18/+4
2012-10-18mac80211: remove unimplemented mesh vendor syncJohannes Berg3-54/+5
2012-10-18mac80211: Notify new IBSS network creationSujith Manoharan1-3/+8
2012-10-18mac80211: add support for tx to abort low priority scan requestsSam Leffler3-4/+22
2012-10-18cfg80211: add support for flushing old scan resultsSam Leffler4-24/+59
2012-10-18wireless: use OR operation to set wiphy featuresJohannes Berg1-3/+3
2012-10-18cfg80211: add scan flag to indicate its prioritySam Leffler1-2/+14
2012-10-18cfg80211: code rearrangement to avoid forward declarationsAmitkumar Karwar1-27/+27
2012-10-18{nl,cfg}80211: add a flags word to scan requestsSam Leffler1-0/+12
2012-10-18Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville3-24/+34
2012-10-17mac80211: connect with HT20 if HT40 is not permittedJohannes Berg1-10/+20
2012-10-17{nl,cfg}80211: Peer STA VHT capsMahesh Palivela2-0/+10
2012-10-17mac80211: VHT peer STA capsMahesh Palivela5-0/+60
2012-10-17ieee80211: Rename VHT cap structMahesh Palivela3-5/+5
2012-10-17mac80211: move out the non-statistics variable estab_plinks from mesh_statAshok Nagarajan5-6/+6
2012-10-17mac80211: Use appropriate debug wrapperMohammed Shafi Shajakhan1-2/+2
2012-10-17mac80211: Allow station mode SAE to be implemented in user spaceJouni Malinen3-7/+43
2012-10-17cfg80211: Allow user space to specify non-IEs to SAE AuthenticationJouni Malinen4-18/+61
2012-10-17mac80211: Add debug print on unexpect authentication stateJouni Malinen1-1/+6
2012-10-17mac80211: Take status code as parameter to ieee80211_send_authJouni Malinen4-7/+7
2012-10-17mac80211: add channel context iteratorJohannes Berg1-2/+20
2012-10-17mac80211: track needed RX chains for channel contextsJohannes Berg11-91/+205
2012-10-17mac80211: use channel contextsJohannes Berg16-466/+586