index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-27
NFC: LLCP raw socket support
Thierry Escande
5
-4
/
+148
2012-09-27
NFC: Fix missing mutex unlock in pn533_send_cmd_frame_async
Szymon Janc
1
-7
/
+8
2012-09-27
NFC: Use dynamic initialization for rwlocks
Szymon Janc
1
-2
/
+2
2012-09-25
ath5k: add missing breaks in ath5k_hw_set_spur_mitigation_filter
John W. Linville
1
-0
/
+2
2012-09-25
ath9k_hw: fix BT sleep state on chip wakeup
Rajkumar Manoharan
1
-1
/
+1
2012-09-25
rt2x00: Replace open coded interface checking with interface combinations.
Gertjan van Wingerde
3
-39
/
+47
2012-09-25
rt2x00: Deprecate max_sta_intf field of struct rt2x00_ops.
Gertjan van Wingerde
9
-11
/
+2
2012-09-25
mwifiex: potential corruption in mwifiex_update_uap_custom_ie()
Dan Carpenter
1
-1
/
+1
2012-09-25
ath9k: Disable ASPM only for AR9285
Sujith Manoharan
1
-2
/
+3
2012-09-25
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...
John W. Linville
2
-5
/
+6
2012-09-25
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
17
-39
/
+132
2012-09-25
Merge tag 'nfc-next-3.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
John W. Linville
30
-1686
/
+1283
2012-09-25
cfg80211: Fix regulatory check for 60GHz band frequencies
Vladimir Kondratiev
1
-5
/
+14
2012-09-25
NFC: Fix typo negociating -> negotiating
Waldemar Rymarkiewicz
1
-5
/
+5
2012-09-25
NFC: Don't handle consequent RSET frames after UA
Waldemar Rymarkiewicz
1
-7
/
+31
2012-09-25
NFC: Handle RSET in SHDLC_CONNECTING state
Waldemar Rymarkiewicz
1
-1
/
+2
2012-09-25
NFC: xmit from hci ops must return 0 or negative
Waldemar Rymarkiewicz
2
-2
/
+11
2012-09-25
MAINTAINERS: Add NFC specific mailing list
Samuel Ortiz
1
-0
/
+1
2012-09-25
NFC: Remove the pn544 raw driver
Cong Wang
4
-918
/
+0
2012-09-25
NFC: Add HCI module description
Eric Lapuyade
1
-0
/
+1
2012-09-25
NFC: Fix LLC registration definitions for ANSI compliance
Eric Lapuyade
2
-2
/
+2
2012-09-25
NFC: Move the pn544_hci dereference below the NULL test
Wei Yongjun
1
-3
/
+6
2012-09-25
NFC: Move the nfcwilink dereference below the NULL test
Wei Yongjun
1
-2
/
+2
2012-09-25
NFC: Remove unneeded LLC symbols export
Samuel Ortiz
3
-17
/
+1
2012-09-25
NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC Core
Eric Lapuyade
8
-1152
/
+164
2012-09-25
NFC: Add an shdlc llc module to llc core
Eric Lapuyade
5
-2
/
+852
2012-09-25
NFC: Add a nop (passthrough) llc module to llc core
Eric Lapuyade
5
-2
/
+107
2012-09-25
NFC: Add an LLC Core layer to HCI
Eric Lapuyade
5
-1
/
+292
2012-09-25
NFC: Modified hci_transceive to become an asynchronous operation
Eric Lapuyade
5
-39
/
+92
2012-09-25
NFC: Add a public nfc_hci_send_cmd_async method
Eric Lapuyade
2
-1
/
+36
2012-09-25
NFC: Changed the HCI cmd execution callback prototype
Eric Lapuyade
4
-24
/
+21
2012-09-25
NFC: Correct outgoing frame before requeueing
Waldemar Rymarkiewicz
1
-2
/
+1
2012-09-25
NFC: Remove crc generation from shdlc layer
Waldemar Rymarkiewicz
2
-27
/
+32
2012-09-25
NFC: Fix possible LLCP memory leak
Wei Yongjun
1
-5
/
+9
2012-09-25
NFC: Remove pointless conditional before HCI kfree_skb()
Wei Yongjun
2
-4
/
+2
2012-09-25
NFC: Set the IRQF_ONESHOT flag from the pn544_hci IRQ handler request
Samuel Ortiz
1
-2
/
+2
2012-09-25
NFC: Don't use WQ_MEM_RECLAIM for pn533
Tejun Heo
1
-3
/
+1
2012-09-25
NFC: Use system_nrt_wq instead of custom ones
Tejun Heo
9
-122
/
+26
2012-09-25
NFC: Remove repeated code for NULL check
Syam Sidhardhan
1
-3
/
+0
2012-09-25
NFC: Use module_platform_driver macro for nfcwilink.c
Syam Sidhardhan
1
-15
/
+1
2012-09-25
NFC: Implement NCI dep_link_up and dep_link_down
Ilan Elias
4
-1
/
+60
2012-09-25
NFC: Parse NCI NFC-DEP activation params
Ilan Elias
2
-0
/
+38
2012-09-25
NFC: Set local general bytes in nci_start_poll
Ilan Elias
4
-0
/
+93
2012-09-25
NFC: Queue pn533 commands
Samuel Ortiz
1
-17
/
+85
2012-09-24
ath5k: disable HW crypto in management frame
Chun-Yeow Yeoh
2
-0
/
+4
2012-09-24
carl9170: connect to 11w protected networks
Christian Lamparter
2
-1
/
+4
2012-09-24
p54: connect to 11w protected networks
Christian Lamparter
1
-0
/
+12
2012-09-24
iwlegacy: use eth_broadcast_addr
Johannes Berg
1
-2
/
+2
2012-09-24
ipw2x00: silence GCC warning for unused variable 'dev'
Paul Bolle
1
-1
/
+1
2012-09-24
bcma: handle BCM43227
Rafał Miłecki
2
-0
/
+3
[next]