summaryrefslogtreecommitdiffstats
path: root/drivers/dma/edma.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-04-22mwl8k: remove nonstandard rate 72 MbpsJonas Gorski1-6/+4
2013-04-22mac80211_hwsim: handle IEEE80211_HW_SUPPORTS_RC_TABLEKarl Beldan1-1/+23
2013-04-22mac80211/minstrel: use the new rate control APIFelix Fietkau2-91/+111
2013-04-22mac80211/minstrel_ht: use the new rate control APIFelix Fietkau2-68/+84
2013-04-22mac80211: improve the rate control APIFelix Fietkau4-167/+369
2013-04-22cfg80211: introduce critical protocol indication from user-spaceArend van Spriel7-1/+245
2013-04-22mac80211: minstrel_ht: initialize rates selectionKarl Beldan1-0/+3
2013-04-22mac80211: minstrel_ht: pick only supported rates for sta and group max*ratesKarl Beldan1-6/+15
2013-04-22rfkill: fix error return code in rfkill_gpio_probe()Wei Yongjun1-2/+5
2013-04-22mac80211: use synchronize_rcu() with rcu_barrier()Bob Copeland3-2/+5
2013-04-22mac80211: indicate admission control in TX queue parametersAlexander Bondar2-0/+3
2013-04-22cfg80211: invert P2P-Device vs. netdev check orderingJohannes Berg1-4/+4
2013-04-22cfg80211: fix P2P-Device stop lockingJohannes Berg1-0/+2
2013-04-19nl80211: allow using wdev identifiers to get scan resultsJohannes Berg1-75/+91
2013-04-18mac80211: fix P2P-Device management frame RXJohannes Berg1-1/+2
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-17mac80211: optimize minstrel_ewmaKarl Beldan1-2/+3
2013-04-17mac80211: cosmetics for minstrel_debugfsKarl Beldan1-2/+2
2013-04-17mac80211: fix station entry leak/warning while suspendingJohannes Berg1-2/+2
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-16mac80211: fix CTS protection handlingFelix Fietkau3-3/+15
2013-04-16mac80211: fix and optimize MCS mask handlingFelix Fietkau5-10/+28
2013-04-16mac80211_hwsim: handle VHT rates in rx_statusKarl Beldan1-3/+11
2013-04-16mac80211: VHT off-by-one NSSKarl Beldan1-3/+3
2013-04-16mac80211: adjust initial chandefs assignments in ieee80211_register_hwKarl Beldan1-11/+12
2013-04-16mac80211: fix rate control tx handler for VHT ratesKarl Beldan1-14/+17
2013-04-16mac80211: remove warning from ieee80211_beacon_lossAlexander Bondar1-1/+0
2013-04-16mac80211: handle wide bandwidth channel switchJohannes Berg1-17/+79
2013-04-16mac80211: parse VHT channel switch IEsJohannes Berg9-18/+63