pandora-kernel.git
2011-07-11 Olivier Sobrielibertas: fix errors in functions accessing module...
2011-07-11 Pavel Roskinath5k: fix typos, bad comment formatting and GHz in...
2011-07-11 Pavel Roskinath5k: validate mode in ath5k_ani_init() before trying...
2011-07-11 Felix Fietkauath9k_hw: add a missing delay for an analog register
2011-07-11 Felix Fietkauath9k_hw: fix synth delay for half/quarter channels
2011-07-11 Felix Fietkauath9k_hw: set 5 GHz half/quarter channels on AR9002...
2011-07-11 Felix Fietkauath9k_hw: remove ar9287 v1.3+ specific hardcoded regist...
2011-07-11 Felix Fietkauath9k_hw: initialize more timing related registers...
2011-07-11 Felix Fietkauath9k_hw: fix MAC clock rate for AR9287 v1.3+
2011-07-11 Felix Fietkauath9k_hw: fix MAC clock for half/quarter rate
2011-07-11 Felix Fietkauath9k_hw: always enable 5 GHz fast clock for AR9280
2011-07-11 Felix Fietkauath9k_hw: remove hardcoded PLL overrides for AR9280
2011-07-11 Amitkumar Karwarmwifiex: 11n specific configuration for transmit
2011-07-11 Don Fryiwlagn: remove iwlagn_hcmd_utils structure and call...
2011-07-11 Wey-Yi Guyiwlagn: separate and enhance the fixed rate from
2011-07-11 Wey-Yi Guyiwlagn: block regular host commands if driver don't...
2011-07-11 Wey-Yi Guyiwlagn: allow application own the uCode operation
2011-07-11 Wey-Yi Guyiwlagn: add CMD_ON_DEMAND flag for host command from...
2011-07-11 Wey-Yi Guyiwlagn: declare static
2011-07-11 Meenakshi Venkataramaniwlagn: Enable/disable PS poll based on RSSI and BT...
2011-07-11 Meenakshi Venkataramanmac80211: add driver RSSI threshold events
2011-07-11 Wey-Yi Guyiwlagn: use bt handler for 2030 and 135 series devices
2011-07-11 Wey-Yi Guyiwlagn: remove double level temperature indirect call
2011-07-11 Fry, Donald Hiwlagn: remove indirection for eeprom_query_addr
2011-07-11 Fry, Donald Hiwlagn: remove the indirection for iwl_apm_init
2011-07-11 Fry, Donald Hiwlagn: remove the indirection for update_chain_flags
2011-07-11 Emmanuel Grumbachiwlagn: provide heplers to access the transport ops
2011-07-11 Wey-Yi Guyiwlagn: remove the indirection for the dma channel num
2011-07-11 Emmanuel Grumbachiwlagn: consolidate the API that sends host commands...
2011-07-11 Emmanuel Grumbachiwlagn: remove code duplication
2011-07-11 Emmanuel Grumbachiwlagn: add an API for TX stop
2011-07-11 Emmanuel Grumbachiwlagn: add an API for RX stop
2011-07-11 Emmanuel Grumbachiwlagn: add an API to free the TX context
2011-07-11 Emmanuel Grumbachiwlagn: remove the CMD_MAPPED flag
2011-07-11 John W. LinvilleMerge branch 'master' of /linux/kernel/git/padovan...
2011-07-11 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-07-11 Ilia KolomisnkyBluetooth: Fixes l2cap "command reject" reply according...
2011-07-08 Vinicius Costa... Bluetooth: Add support for returning the encryption...
2011-07-08 Vinicius Costa... Bluetooth: Add support for storing the key size
2011-07-08 Vinicius Costa... Bluetooth: Add support for communicating keys with...
2011-07-08 Vinicius Costa... Bluetooth: Remove unused field in hci_conn
2011-07-08 Vinicius Costa... Bluetooth: Use the stored LTK for restabilishing security
2011-07-08 Vinicius Costa... Bluetooth: Use the link key list to temporarily store...
2011-07-08 Vinicius Costa... Bluetooth: Add support for storing the LTK
2011-07-08 Vinicius Costa... Bluetooth: Fix SM pairing parameters negotiation
2011-07-08 Vinicius Costa... Bluetooth: Reject an encryption request when the key...
2011-07-08 Vinicius Costa... Bluetooth: Add functions to manipulate the link key...
2011-07-08 Vinicius Costa... Bluetooth: Add new structures for supporting SM key...
2011-07-08 Vinicius Costa... Bluetooth: Add support for SMP phase 3 (key distribution)
2011-07-08 Rajkumar Manoharanath9k_htc: Inform stack about tx ack status
2011-07-08 Rajkumar Manoharanath9k_hw: Remove read-only registers from AR9003 intervals
2011-07-08 Rajkumar Manoharanath9k_hw: Disable power detector calibration for AR9003
2011-07-08 Rajkumar Manoharanath9k_hw: Update AR9003 interval to improve 5G Tx EVM
2011-07-08 Luciano Coelhocfg80211: return -ENOENT when stopping sched_scan while...
2011-07-08 Mohammed Shafi... ath9k_hw: Disable PAPRD based on paprd_ht20_mask for...
2011-07-08 Yogesh Ashok... mwifiex: 4-byte alignment in mwifiex_process_sta_txpd()
2011-07-08 Amitkumar Karwarmwifiex: fix minor issue in debugfs command 'info'
2011-07-08 Amitkumar Karwarmwifiex: fix regression in WEP security mode
2011-07-08 Pavel Roskinath5k: read sc->imask with sc->irqlock held
2011-07-08 Pavel Roskinath5k: use kstrtoint() to parse numbers coming from...
2011-07-08 Pavel Roskinath5k: fix formatting errors found by checkpatch.pl
2011-07-08 Pavel Roskinath5k: fix misplaced or extraneous braces found by...
2011-07-08 Pavel Roskinath5k: use parentheses around macro definitions
2011-07-08 Pavel Roskinath5k: don't use volatile, it's not needed
2011-07-08 Pavel Roskinath5k: use more readable way to clear MAC address
2011-07-08 Pavel Roskinath5k: use DEFINE_PCI_DEVICE_TABLE in led.c, mark users...
2011-07-08 Pavel Roskinath5k: use KERN_WARNING in ATH5K_PRINTF
2011-07-08 Pavel Roskinath5k: remove unneeded parentheses after return
2011-07-08 Pavel Roskinath5k: replace spaces with tabs as suggested by checkpa...
2011-07-08 Pavel Roskinath5k: remove PRIV_ENTRY and PRIV_ASSIGN macros, they...
2011-07-08 Christian Lampartercarl9170: Implement tx_frames_pending mac80211 callback...
2011-07-08 Sebastian Andrzej... net/b43: don't return IRQ_HANDLED if nothing was done
2011-07-08 Rafał Miłeckib43: HT-PHY: define dummy TX power functions
2011-07-08 Rajkumar Manoharanmac80211: Restart STA timers only on associated state
2011-07-08 Rajkumar Manoharanath9k_htc: do not configure filter before driver is...
2011-07-08 Rafał Miłeckib43: LCN-PHY: include new PHY in common code
2011-07-08 Rafał Miłeckib43: define firmwares for HT and LCN PHYs
2011-07-08 Johannes Bergmac80211: allow driver to generate P1K for IV32
2011-07-08 Johannes Bergmac80211: allow drivers to access key sequence counter
2011-07-08 Johannes Bergmac80211: simplify RX PN/IV handling
2011-07-08 Rafał Miłeckib43: LCN-PHY add place for new PHY support
2011-07-08 Johannes Bergmac80211: use AES_BLOCK_SIZE
2011-07-08 Rafał Miłeckib43: read radio ID on new cores
2011-07-08 Rafał Miłeckib43: use radio ID reading code to older cores only
2011-07-08 Rafał Miłeckib43: select BLOCKIO for BCMA
2011-07-08 Rafał Miłeckib43: change selecting ucode for newer cores
2011-07-08 Rafał Miłeckib43: bus: add helpers for getting/setting wldev from...
2011-07-08 Rafał Miłeckib43: handle BCMA in bus switches
2011-07-08 Rafał Miłeckib43: use switches for SSB specific code
2011-07-08 Johannes Bergmac80211: fix CMAC races
2011-07-08 Johannes Bergmac80211: fix CCMP races
2011-07-08 Johannes Bergmac80211: fix TKIP races, make API easier to use
2011-07-08 Rafał Miłeckib43: implement BCMA bus ops
2011-07-08 Rafał Miłeckib43: make b43_wireless_init bus generic
2011-07-08 John W. LinvilleMerge branch 'for-linville' of git://git./linux/kernel...
2011-07-08 Arik Nemtsovwl12xx: start/stop queues according to global per-AC...
2011-07-07 Mat MartineauBluetooth: Remove L2CAP busy queue
2011-07-07 Mat MartineauBluetooth: Use event-driven approach for handling ERTM...
2011-07-07 Mat MartineauBluetooth: Move code for ERTM local busy state to separ...
2011-07-07 Andre GuedesBluetooth: Fix potential deadlock in mgmt
next