index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mfd
/
88pm860x-i2c.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-07-11
iwlagn: consolidate the API that sends host commands and move to transport
Emmanuel Grumbach
19
-92
/
+100
2011-07-11
iwlagn: remove code duplication
Emmanuel Grumbach
2
-22
/
+0
2011-07-11
iwlagn: add an API for TX stop
Emmanuel Grumbach
7
-55
/
+59
2011-07-11
iwlagn: add an API for RX stop
Emmanuel Grumbach
4
-18
/
+19
2011-07-11
iwlagn: add an API to free the TX context
Emmanuel Grumbach
8
-148
/
+95
2011-07-11
iwlagn: remove the CMD_MAPPED flag
Emmanuel Grumbach
2
-13
/
+4
2011-07-11
Bluetooth: Fixes l2cap "command reject" reply according to spec
Ilia Kolomisnky
2
-7
/
+27
2011-07-08
Bluetooth: Add support for returning the encryption key size
Vinicius Costa Gomes
2
-0
/
+5
2011-07-08
Bluetooth: Add support for storing the key size
Vinicius Costa Gomes
5
-9
/
+16
2011-07-08
Bluetooth: Add support for communicating keys with userspace
Vinicius Costa Gomes
1
-15
/
+45
2011-07-08
Bluetooth: Remove unused field in hci_conn
Vinicius Costa Gomes
2
-3
/
+0
2011-07-08
Bluetooth: Use the stored LTK for restabilishing security
Vinicius Costa Gomes
1
-0
/
+12
2011-07-08
Bluetooth: Use the link key list to temporarily store the STK
Vinicius Costa Gomes
1
-8
/
+15
2011-07-08
Bluetooth: Add support for storing the LTK
Vinicius Costa Gomes
1
-6
/
+14
2011-07-08
Bluetooth: Fix SM pairing parameters negotiation
Vinicius Costa Gomes
1
-10
/
+30
2011-07-08
Bluetooth: Reject an encryption request when the key isn't found
Vinicius Costa Gomes
1
-2
/
+16
2011-07-08
Bluetooth: Add functions to manipulate the link key list for SMP
Vinicius Costa Gomes
2
-0
/
+78
2011-07-08
Bluetooth: Add new structures for supporting SM key distribution
Vinicius Costa Gomes
3
-0
/
+22
2011-07-08
Bluetooth: Add support for SMP phase 3 (key distribution)
Vinicius Costa Gomes
3
-2
/
+114
2011-07-08
ath9k_htc: Inform stack about tx ack status
Rajkumar Manoharan
1
-0
/
+1
2011-07-08
ath9k_hw: Remove read-only registers from AR9003 intervals
Rajkumar Manoharan
1
-3
/
+1
2011-07-08
ath9k_hw: Disable power detector calibration for AR9003
Rajkumar Manoharan
1
-2
/
+2
2011-07-08
ath9k_hw: Update AR9003 interval to improve 5G Tx EVM
Rajkumar Manoharan
1
-1
/
+1
2011-07-08
cfg80211: return -ENOENT when stopping sched_scan while not running
Luciano Coelho
2
-2
/
+3
2011-07-08
ath9k_hw: Disable PAPRD based on paprd_ht20_mask for 5GHz
Mohammed Shafi Shajakhan
2
-0
/
+32
2011-07-08
mwifiex: 4-byte alignment in mwifiex_process_sta_txpd()
Yogesh Ashok Powar
2
-5
/
+12
2011-07-08
mwifiex: fix minor issue in debugfs command 'info'
Amitkumar Karwar
1
-1
/
+1
2011-07-08
mwifiex: fix regression in WEP security mode
Amitkumar Karwar
1
-1
/
+1
2011-07-08
ath5k: read sc->imask with sc->irqlock held
Pavel Roskin
1
-1
/
+2
2011-07-08
ath5k: use kstrtoint() to parse numbers coming from sysfs
Pavel Roskin
1
-2
/
+4
2011-07-08
ath5k: fix formatting errors found by checkpatch.pl
Pavel Roskin
15
-180
/
+182
2011-07-08
ath5k: fix misplaced or extraneous braces found by checkpatch.pl
Pavel Roskin
4
-16
/
+14
2011-07-08
ath5k: use parentheses around macro definitions
Pavel Roskin
2
-7
/
+8
2011-07-08
ath5k: don't use volatile, it's not needed
Pavel Roskin
1
-1
/
+1
2011-07-08
ath5k: use more readable way to clear MAC address
Pavel Roskin
1
-1
/
+2
2011-07-08
ath5k: use DEFINE_PCI_DEVICE_TABLE in led.c, mark users with __devinit
Pavel Roskin
2
-4
/
+4
2011-07-08
ath5k: use KERN_WARNING in ATH5K_PRINTF
Pavel Roskin
1
-1
/
+2
2011-07-08
ath5k: remove unneeded parentheses after return
Pavel Roskin
2
-2
/
+2
2011-07-08
ath5k: replace spaces with tabs as suggested by checkpatch.pl
Pavel Roskin
10
-94
/
+94
2011-07-08
ath5k: remove PRIV_ENTRY and PRIV_ASSIGN macros, they obfuscate the code
Pavel Roskin
1
-9
/
+6
2011-07-08
carl9170: Implement tx_frames_pending mac80211 callback function
Christian Lamparter
1
-0
/
+8
2011-07-08
net/b43: don't return IRQ_HANDLED if nothing was done
Sebastian Andrzej Siewior
1
-1
/
+1
2011-07-08
b43: HT-PHY: define dummy TX power functions
Rafał Miłecki
1
-2
/
+10
2011-07-08
mac80211: Restart STA timers only on associated state
Rajkumar Manoharan
1
-0
/
+3
2011-07-08
ath9k_htc: do not configure filter before driver is started
Rajkumar Manoharan
1
-2
/
+7
2011-07-08
b43: LCN-PHY: include new PHY in common code
Rafał Miłecki
2
-0
/
+9
2011-07-08
b43: define firmwares for HT and LCN PHYs
Rafał Miłecki
1
-0
/
+40
2011-07-08
mac80211: allow driver to generate P1K for IV32
Johannes Berg
2
-8
/
+25
2011-07-08
mac80211: allow drivers to access key sequence counter
Johannes Berg
3
-2
/
+137
2011-07-08
mac80211: simplify RX PN/IV handling
Johannes Berg
5
-20
/
+44
[next]