aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-04-29Bluetooth: Fix multiple LE socket handlingHEADmasterJohan Hedberg1-4/+8
2013-04-29Bluetooth: Remove useless hci_conn disc_timeout settingJohan Hedberg1-2/+0
2013-04-29Bluetooth: Simplify hci_conn_hold/drop logic for L2CAPJohan Hedberg1-3/+5
2013-04-26Bluetooth: Remove unnecessary L2CAP channel state checkJohan Hedberg1-4/+1
2013-04-26Bluetooth: Remove useless sk variable in l2cap_le_conn_readyJohan Hedberg1-5/+3
2013-04-26Bluetooth: Fix duplicate call to l2cap_chan_ready()Johan Hedberg1-2/+0
2013-04-26Bluetooth: Add clarifying comment to l2cap_conn_ready()Johan Hedberg1-0/+3
2013-04-26Bluetooth: Fix hardcoding ATT CID in __l2cap_chan_add()Johan Hedberg1-2/+6
2013-04-26Bluetooth: Fix EBUSY condition test in l2cap_chan_connectJohan Hedberg1-10/+4
2013-04-26Bluetooth: Fix LE vs BR/EDR selection when connectingJohan Hedberg1-1/+1
2013-04-26Bluetooth: Rename L2CAP_CID_LE_DATA to L2CAP_CID_LE_ATTJohan Hedberg3-10/+10
2013-04-26Bluetooth: Create independent LE signalling defines and structsJohan Hedberg2-16/+42
2013-04-26Bluetooth: Handle LE L2CAP signalling in its own functionJohan Hedberg1-5/+48
2013-04-24Bluetooth: Fix checks for LE support on LE-only controllersJohan Hedberg2-3/+3
2013-04-24Bluetooth: Add event mask page 2 setting supportJohan Hedberg2-0/+34
2013-04-24Bluetooth: Add synchronization train parameters reading supportJohan Hedberg2-1/+16
2013-04-23Bluetooth: btmrvl: report error if verify_fw_download times outAndreas Fenkart1-11/+10
2013-04-23Bluetooth: btmrvl: release lock while waiting for fw download completeAndreas Fenkart1-6/+12
2013-04-23Bluetooth: btmrvl: use native helpers for debugfsAndy Shevchenko1-244/+22
2013-04-23Bluetooth: Remove unneeded parameter from L2CAP ATT channel handlingMarcel Holtmann1-3/+4
2013-04-23Bluetooth: hci_get_cmd_complete() can be staticFengguang Wu1-1/+2
2013-04-23Bluetooth: Add support for Intel Bluetooth device [8087:07dc]Tedd Ho-Jeong An1-0/+377
2013-04-23Bluetooth: Fix sending write_le_host_supporte for LE-only controllersJohan Hedberg2-1/+17
2013-04-19Bluetooth: Fix HCI command send functions to use const specifierJohan Hedberg2-13/+17
2013-04-18Bluetooth: remove unneeded var initialization in btmrvlGustavo Padovan1-1/+1
2013-04-18Bluetooth: Rename LE_SCANNING_* macrosAndre Guedes3-5/+5
2013-04-18Bluetooth: Add macros for filter duplicates valuesAndre Guedes2-1/+3
2013-04-18Bluetooth: Add LE scan type macrosAndre Guedes2-4/+6
2013-04-18Bluetooth: Change LE scanning timeout macrosAndre Guedes2-3/+3
2013-04-18Bluetooth: Add reading of all local feature pagesJohan Hedberg3-1/+14
2013-04-18Bluetooth: Track feature pages in a single tableJohan Hedberg3-60/+63
2013-04-18Bluetooth: Move and rename hci_conn_acceptFrédéric Dalleau3-38/+37
2013-04-18Bluetooth: Fix incorrect SSP mode bit for non SSP devicesJaganath Kanakkassery1-1/+12
2013-04-17Bluetooth: hidp: fix sending output reports on intr channelDavid Herrmann1-7/+5
2013-04-17Bluetooth: hidp: don't send boot-protocol messages as HID-reportsDavid Herrmann1-19/+5
2013-04-17Bluetooth: hidp: merge 'send' functions into hidp_send_message()David Herrmann1-96/+60
2013-04-17Bluetooth: hidp: merge hidp_process_{ctrl,intr}_transmit()David Herrmann1-29/+11
2013-04-17Bluetooth: hidp: handle kernel_sendmsg() errors correctlyDavid Herrmann1-2/+14
2013-04-17Bluetooth: hidp: remove old session-managementDavid Herrmann3-348/+18
2013-04-17Bluetooth: hidp: add new session-management helpersDavid Herrmann2-25/+583
2013-04-17Bluetooth: l2cap: add l2cap_user sub-modulesDavid Herrmann2-0/+96
2013-04-17Bluetooth: l2cap: introduce l2cap_conn ref-countingDavid Herrmann2-1/+28
2013-04-17Bluetooth: hidp: move hidp_schedule() to core.cDavid Herrmann2-9/+9
2013-04-17Bluetooth: allow constant arguments for bacmp()/bacpy()David Herrmann1-2/+2
2013-04-17Bluetooth: hidp: test "terminate" before sleepingDavid Herrmann1-4/+8
2013-04-17Bluetooth: hidp: remove unused session->state fieldDavid Herrmann2-4/+2
2013-04-17Bluetooth: introduce hci_conn ref-countingDavid Herrmann3-3/+32
2013-04-17Bluetooth: remove unneeded hci_conn_hold/put_device()David Herrmann4-41/+4
2013-04-11Bluetooth: Reject SCO when hci connection timeoutsClaudio Takahasi1-0/+12
2013-04-11Bluetooth: Remove unneeded parameterClaudio Takahasi1-5/+5
2013-04-11Bluetooth: Minor coding style fixClaudio Takahasi1-2/+1
2013-04-11Bluetooth: Use GFP_KERNEL in sco_conn_addClaudio Takahasi1-1/+1
2013-04-11Bluetooth: Fix SCO connection referenceClaudio Takahasi1-1/+0
2013-04-11Bluetooth: rename hci_conn_put to hci_conn_dropDavid Herrmann7-32/+32
2013-04-11Bluetooth: Use separate function for BCM92035 vendor setupMarcel Holtmann1-28/+24
2013-04-05Bluetooth: hidp: verify l2cap socketsDavid Herrmann3-0/+9
2013-04-05Bluetooth: hidp: remove redundant error messageDavid Herrmann1-1/+0
2013-04-04Bluetooth: Remove driver init queue from coreMarcel Holtmann2-25/+0
2013-04-04Bluetooth: Convert BCM92035 support to driver setup callbackMarcel Holtmann1-11/+23
2013-04-04Bluetooth: Add driver setup stage for early initMarcel Holtmann2-13/+21
2013-04-04Bluetooth: Add __hci_cmd_sync_ev functionJohan Hedberg2-5/+20
2013-04-04Bluetooth: Add support for custom event terminated commandsJohan Hedberg4-2/+22
2013-04-04Bluetooth: Add __hci_cmd_sync() helper functionJohan Hedberg2-0/+105
2013-04-04Bluetooth: Track received events in hdevJohan Hedberg3-0/+16
2013-04-04Bluetooth: Remove trivial white spaceChan-yeol Park1-5/+5
2013-04-04Bluetooth: Fix possible NULL dereference in hci_uart_tty_receiveChan-yeol Park1-1/+4
2013-04-04Bluetooth: Fix H4 crash from incoming UART packetsChan-yeol Park1-0/+3
2013-04-04Bluetooth: Remove unneeded hci_req_cmd_status functionAndre Guedes2-27/+0
2013-04-04Bluetooth: Fix hci_inquiry ioctl usageAndre Guedes2-0/+18
2013-04-04Bluetooth: Fix HCI request frameworkAndre Guedes1-5/+1
2013-04-04Bluetooth: Add support for Foxconn/Hon Hai [0489:e04d]Noguchi Kazutosi2-0/+3
2013-04-03brcmfmac: enable sk_buff queueing when credits depleteArend van Spriel3-60/+627
2013-04-03brcmfmac: no flow-control tlv signals when fcmode is NONEArend van Spriel1-6/+6
2013-04-03brcmfmac: only allocate firmware-signalling resources if requiredArend van Spriel2-7/+10
2013-04-03brcmfmac: move brcmf_fws_{de,}init() functionsArend van Spriel1-68/+68
2013-04-03brcmfmac: correct specified length from FIFOCREDITBACK signalArend van Spriel1-1/+1
2013-04-03brcmfmac: initialize struct brcmf_fws_info fields before iovarArend van Spriel1-4/+4
2013-04-03brcmfmac: add dedicated log level for low-level sdio debuggingArend van Spriel4-62/+63
2013-04-03brcmfmac: avoid error output on header only packetPiotr Haber1-2/+2
2013-04-03brcmfmac: avoid error output in receive pathArend van Spriel1-3/+3
2013-04-03brcmfmac: fix handling sk_buff cleanup upon bus tx failureArend van Spriel3-14/+33
2013-04-03brcmfmac: enable tx status signallingArend van Spriel5-87/+455
2013-04-03brcmfmac: add flow-control mode to firmware signallingArend van Spriel4-11/+41
2013-04-03brcmfmac: add optional bus callback definition for tx queue cleanupArend van Spriel3-3/+56
2013-04-03brcmfmac: add firmware-signalling hanger functionsArend van Spriel1-0/+197
2013-04-03brcmfmac: perform filtered firmware-signalling cleanup upon DEL_IFArend van Spriel1-2/+13
2013-04-03brcmfmac: add definitions for handling sk_buff control buffer dataArend van Spriel1-33/+107
2013-04-03brcmfmac: allow stopping netif queue for different reasonsArend van Spriel2-8/+38
2013-04-03brcmfmac: add firmware-signalling cleanup functionArend van Spriel1-5/+46
2013-04-03brcmfmac: add handler for credit map firmware eventsArend van Spriel1-0/+24
2013-04-03brcmfmac: handle firmware signal for updating mac descriptor infoArend van Spriel3-15/+112
2013-04-03brcmfmac: hookup firmware signalling to firmware interface eventsArend van Spriel5-61/+148
2013-04-03brcmfmac: determine the wiphy->bands property correctly.Hante Meuleman3-82/+278
2013-04-03brcmfmac: use skb_cow() in brcmf_sdbrcm_txpkt() to assure alignmentArend van Spriel1-19/+6
2013-04-03brcmfmac: minor optimization of brcmf_sdbrcm_txpkt() functionArend van Spriel1-4/+3
2013-04-03brcmfmac: correct success flag passed by brcmf_sdbrcm_txpkt()Arend van Spriel1-1/+1
2013-04-03rtlwifi: rtl8188ee: Fix wrong header patchChen, Chien-Chia9-27/+27
2013-04-03Revert "NFC: microread: Fix MEI build failure"Samuel Ortiz1-1/+1
2013-04-01rtlwifi: rtl8188ee: Enable build of new driverLarry Finger3-0/+26
2013-04-01rtlwifi: rtl8188ee: Enable recognition of RTL8188EELarry Finger4-2/+15
2013-04-01rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192de: rtl8723ae: Add changes re...Larry Finger22-142/+219
2013-04-01rtlwifi: rtl8188ee: Add new driverLarry Finger24-0/+14998
2013-04-01rtlwifi: Rework rtl_lps_leave() and rtl_lps_enter() to use work queueLarry Finger4-24/+34
2013-04-01rtlwifi: rtl8192c: rtl8192ce: Update to vendor driver of 2013.02.07Larry Finger8-323/+298
2013-04-01rtlwifi: rtl8723ae: Update to vendor driver of 2013.02.07Larry Finger7-8/+226
2013-04-01rtlwifi: rtl8192se: Update driver to match vendor driver of 2013.02.07Larry Finger8-347/+181
2013-04-01rtlwifi Modify existing bits to match vendor version 2013.02.07Larry Finger11-148/+1055
2013-04-01rt2x00: rt2800lib: probe RT chipset earlierGabor Juhos1-35/+45
2013-04-01rt2x00: rt2800lib: separate RT and RF chipset detectionGabor Juhos1-24/+32
2013-04-01rt2x00: introduce rt2x00_set_{rt,rf} helpersGabor Juhos1-0/+17
2013-04-01b43: make struct b2056_inittabs_pts constHauke Mehrtens1-3/+3
2013-04-01b43: mark some functions and structs staticHauke Mehrtens5-13/+9
2013-04-01mwifiex: use separate AMPDU tx/rx window sizes in 11ac networksAvinash Patil5-0/+55
2013-04-01mwifiex: change default tx/rx win_size for BA setupAvinash Patil4-6/+29
2013-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville34-411/+463
2013-03-27brcmsmac: remove some pmu functions and use the bcma equivalentsHauke Mehrtens6-107/+43
2013-03-27bcma: export some gpio functionsHauke Mehrtens1-0/+2
2013-03-27bcma: export bcma_chipco_get_alp_clock()Hauke Mehrtens2-1/+4
2013-03-27bcma: handle more devices in bcma_pmu_get_alp_clock()Hauke Mehrtens2-4/+21
2013-03-27bcma: use BCMA_CC_PMU_CTL_* constantsHauke Mehrtens1-5/+5
2013-03-27bcma: mark eromptr as __iomemHauke Mehrtens1-8/+8
2013-03-27Show actual timeout value in failed calibration messages.Robert Shade2-4/+8
2013-03-27carl9170: remove fast channel change featureChristian Lamparter4-66/+27
2013-03-27mwl8k: always apply configuration even when device is idleJonas Gorski1-6/+4
2013-03-27brcmsmac: add support for adhoc modeHauke Mehrtens3-4/+20
2013-03-27brcmsmac: activate AP supportHauke Mehrtens3-4/+26
2013-03-27brcmsmac: deactivate ucode sending probe responsesHauke Mehrtens3-1/+24
2013-03-27brcmsmac: add support for probe response templateHauke Mehrtens4-84/+42
2013-03-27brcmsmac: react on changing SSIDHauke Mehrtens3-0/+17
2013-03-27brcmsmac: add beacon template supportHauke Mehrtens4-6/+159
2013-03-27brcmsmac: write beacon period to hardwareHauke Mehrtens1-0/+10
2013-03-27brcmsmac: remove brcms_pub->bcmerrHauke Mehrtens2-3/+0
2013-03-27brcmsmac: remove brcms_bss_cfg->cur_etheraddrHauke Mehrtens2-3/+2
2013-03-27brcmsmac: remove brcms_bss_cfg->upHauke Mehrtens2-7/+5
2013-03-27brcmsmac: remove brcms_bss_cfg->enableHauke Mehrtens2-5/+2
2013-03-27brcmsmac: remove brcms_bss_cfg->associatedHauke Mehrtens2-11/+3
2013-03-27brcmsmac: remove brcms_bss_cfg->BSSHauke Mehrtens2-16/+9
2013-03-27brcmsmac: add interface type to brcms_bss_cfgHauke Mehrtens4-1/+17
2013-03-27brcmsmac: implement ieee80211_ops get_tsf and set_tsfHauke Mehrtens4-0/+71
2013-03-27b43: use constantsHauke Mehrtens2-7/+11
2013-03-27mwifiex: use fw_status register to wake up PCIe cardAvinash Patil1-13/+24
2013-03-27mwifiex: avoid waking up device in awake stateAvinash Patil1-3/+4
2013-03-27mwifiex: do not enable PCIe interrupt in Power Save sleep stateAvinash Patil1-1/+2
2013-03-27brcmsmac: Remove unused macro SI_MSGJoe Perches1-6/+0
2013-03-27ath9k: trivial: change spectral relayfs bufferingZefir Kurtisi1-1/+1
2013-03-27b43: N-PHY: use more bits for offset in RSSI calibrationRafał Miłecki1-2/+2
2013-03-27libertas: drop maintainershipDan Williams1-2/+1
2013-03-27iwlegacy: 4965-rs: avoid null pointer dereference errorColin Ian King1-1/+2
2013-03-27ath9k: avoid queueing hw check work when suspendedLuis R. Rodriguez1-1/+2
2013-03-27b43: A fix for DMA transmission sequence errorsIestyn C. Elfick1-12/+53
2013-03-27b43: N-PHY: increase initial value of "mind" in RSSI calibrationRafał Miłecki1-2/+2
2013-03-27Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville4-3/+25
2013-03-27Revert "brcmsmac: support 4313iPA"John W. Linville2-271/+162
2013-03-25b43: remove warning for LP-PHY with sprom < 8Hauke Mehrtens1-9/+3
2013-03-25ssb: read additional sprom v2 and v3 attributes.Hauke Mehrtens1-2/+18
2013-03-25ssb: fix sprom constant for ant_available_{bg,a}Hauke Mehrtens1-5/+5
2013-03-25b43: use bcma_chipco_gpio_control()Hauke Mehrtens1-5/+2
2013-03-25bcma: define board typesRafał Miłecki1-0/+54
2013-03-25ssb: define more board typesRafał Miłecki1-3/+51
2013-03-25bcma: extract board_type from SPROMRafał Miłecki1-0/+1
2013-03-25ssb: extract board_type from SPROMRafał Miłecki1-0/+3
2013-03-25mwifiex: add support to configure VHT for AP modeYogesh Ashok Powar9-0/+129
2013-03-25rtlwifi: usb: add NET_IP_ALIGN padding to RX skb when neededJussi Kivilinna1-1/+40
2013-03-25rtlwifi: usb: defer rx processing to taskletJussi Kivilinna3-15/+51
2013-03-25rtlwifi: usb: remove extra skb copy on RX pathJussi Kivilinna1-15/+4
2013-03-25rtlwifi: usb: use usb_alloc_coherent for RX buffersJussi Kivilinna2-47/+68
2013-03-25Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville17-130/+330
2013-03-25Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville21-989/+1329
2013-03-25Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville21-253/+195
2013-03-25Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville37-257/+374
2013-03-25mwifiex: reset skb->data after processing PCIe sleep confirm cmd resposeAvinash Patil1-0/+1
2013-03-25Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville12-76/+154
2013-03-25Merge branch 'wl12xx-next' into for-linvilleLuciano Coelho17-130/+330
2013-03-25wlcore: move handling from hardirq to the irq thread functionLuciano Coelho1-32/+21
2013-03-25wlcore: use print_hex_dump_debug()Luciano Coelho1-17/+16
2013-03-25wlcore: consider dummy packets when tx queues are emptyArik Nemtsov1-1/+1
2013-03-25wlcore: correctly check state before regdomain confArik Nemtsov1-2/+5
2013-03-25wlcore: AP-mode - recover security seq num for stationsArik Nemtsov3-1/+44
2013-03-25wlcore: free AP global links properly on recoveryArik Nemtsov2-2/+4
2013-03-25wl18xx: print chip info during bootVictor Goldenshtein2-1/+52
2013-03-25wlcore: don't attempt to roam in case of p2pEyal Shapira1-1/+8
2013-03-25wlcore: change warn on missing lock in wlcore_queue_xx funcsArik Nemtsov1-2/+3
2013-03-25wlcore: report rssi from roaming statisticsNadim Zubidat3-0/+77
2013-03-25wlcore: consolidate tx_seq handling on recoveryArik Nemtsov5-56/+67
2013-03-25wlcore: don't risk using stale HLID during .sta_state callbackArik Nemtsov1-4/+2
2013-03-25wlcore: fix link count in single-link-PSM optimizationArik Nemtsov2-6/+14
2013-03-25wlcore: set max num of Rx BA sessions per chipIgal Chernobelsky7-4/+11
2013-03-25wlcore: enter elp in force ps mode in 5msIgal Chernobelsky1-1/+3
2013-03-24mac80211: Don't restart sta-timer if not associated.Ben Greear2-3/+6
2013-03-24cfg80211: always check for scan end on P2P deviceJohannes Berg6-47/+92
2013-03-20mac80211: fix virtual monitor interface lockingJohannes Berg1-16/+19
2013-03-20cfg80211: fix wdev tracing crashJohannes Berg1-1/+2
2013-03-20Bluetooth: fix error return code in rfcomm_add_listener()Wei Yongjun1-1/+3
2013-03-20iwlwifi: mvm: Add support for different ROC typesIlan Peer3-17/+24
2013-03-20Merge remote-tracking branch 'wireless-next/master' into iwlwifi-nextJohannes Berg281-3716/+10550
2013-03-20iwlwifi: mvm: Increase the max remain on channel timeIlan Peer1-1/+1
2013-03-20iwlwifi: mvm: fix WoWLAN RF-kill bugJohannes Berg1-7/+3
2013-03-20iwlwifi: mvm: tune the move to static SMPS due to BT loadEmmanuel Grumbach1-1/+3
2013-03-20iwlwifi: mvm: take the valid_{rx,tx}_ant from the TLVEmmanuel Grumbach5-11/+22
2013-03-20iwlwifi: mvm: take the radio type / step / dash from TLVsEmmanuel Grumbach2-16/+19