index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
|
Bluetooth: Fix incorrect SSP mode bit for non SSP devices
Jaganath Kanakkassery
2013-04-18
1
-1
/
+12
|
|
*
|
|
|
Bluetooth: hidp: fix sending output reports on intr channel
David Herrmann
2013-04-17
1
-7
/
+5
|
|
*
|
|
|
Bluetooth: hidp: don't send boot-protocol messages as HID-reports
David Herrmann
2013-04-17
1
-19
/
+5
|
|
*
|
|
|
Bluetooth: hidp: merge 'send' functions into hidp_send_message()
David Herrmann
2013-04-17
1
-96
/
+60
|
|
*
|
|
|
Bluetooth: hidp: merge hidp_process_{ctrl,intr}_transmit()
David Herrmann
2013-04-17
1
-29
/
+11
|
|
*
|
|
|
Bluetooth: hidp: handle kernel_sendmsg() errors correctly
David Herrmann
2013-04-17
1
-2
/
+14
|
|
*
|
|
|
Bluetooth: hidp: remove old session-management
David Herrmann
2013-04-17
3
-348
/
+18
|
|
*
|
|
|
Bluetooth: hidp: add new session-management helpers
David Herrmann
2013-04-17
2
-25
/
+583
|
|
*
|
|
|
Bluetooth: l2cap: add l2cap_user sub-modules
David Herrmann
2013-04-17
1
-0
/
+86
|
|
*
|
|
|
Bluetooth: l2cap: introduce l2cap_conn ref-counting
David Herrmann
2013-04-17
1
-1
/
+24
|
|
*
|
|
|
Bluetooth: hidp: move hidp_schedule() to core.c
David Herrmann
2013-04-17
2
-9
/
+9
|
|
*
|
|
|
Bluetooth: hidp: test "terminate" before sleeping
David Herrmann
2013-04-17
1
-4
/
+8
|
|
*
|
|
|
Bluetooth: hidp: remove unused session->state field
David Herrmann
2013-04-17
2
-4
/
+2
|
|
*
|
|
|
Bluetooth: introduce hci_conn ref-counting
David Herrmann
2013-04-17
2
-3
/
+1
|
|
*
|
|
|
Bluetooth: remove unneeded hci_conn_hold/put_device()
David Herrmann
2013-04-17
3
-37
/
+4
|
|
*
|
|
|
Bluetooth: Reject SCO when hci connection timeouts
Claudio Takahasi
2013-04-11
1
-0
/
+12
|
|
*
|
|
|
Bluetooth: Remove unneeded parameter
Claudio Takahasi
2013-04-11
1
-5
/
+5
|
|
*
|
|
|
Bluetooth: Minor coding style fix
Claudio Takahasi
2013-04-11
1
-2
/
+1
|
|
*
|
|
|
Bluetooth: Use GFP_KERNEL in sco_conn_add
Claudio Takahasi
2013-04-11
1
-1
/
+1
|
|
*
|
|
|
Bluetooth: Fix SCO connection reference
Claudio Takahasi
2013-04-11
1
-1
/
+0
|
|
*
|
|
|
Bluetooth: rename hci_conn_put to hci_conn_drop
David Herrmann
2013-04-11
6
-31
/
+31
|
|
*
|
|
|
Bluetooth: hidp: verify l2cap sockets
David Herrmann
2013-04-06
2
-0
/
+8
|
|
*
|
|
|
Bluetooth: hidp: remove redundant error message
David Herrmann
2013-04-06
1
-1
/
+0
|
|
*
|
|
|
Bluetooth: Remove driver init queue from core
Marcel Holtmann
2013-04-04
1
-23
/
+0
|
|
*
|
|
|
Bluetooth: Add driver setup stage for early init
Marcel Holtmann
2013-04-04
1
-13
/
+20
|
|
*
|
|
|
Bluetooth: Add __hci_cmd_sync_ev function
Johan Hedberg
2013-04-04
1
-5
/
+18
|
|
*
|
|
|
Bluetooth: Add support for custom event terminated commands
Johan Hedberg
2013-04-04
2
-2
/
+19
|
|
*
|
|
|
Bluetooth: Add __hci_cmd_sync() helper function
Johan Hedberg
2013-04-04
1
-0
/
+102
|
|
*
|
|
|
Bluetooth: Track received events in hdev
Johan Hedberg
2013-04-04
2
-0
/
+15
|
|
*
|
|
|
Bluetooth: Remove unneeded hci_req_cmd_status function
Andre Guedes
2013-04-04
1
-26
/
+0
|
|
*
|
|
|
Bluetooth: Fix hci_inquiry ioctl usage
Andre Guedes
2013-04-04
2
-0
/
+18
|
|
*
|
|
|
Bluetooth: Fix HCI request framework
Andre Guedes
2013-04-04
1
-5
/
+1
|
*
|
|
|
|
NFC: RFKILL support
Samuel Ortiz
2013-04-12
1
-0
/
+38
|
*
|
|
|
|
rfkill: Add NFC to the list of supported radios
Samuel Ortiz
2013-04-12
1
-1
/
+3
|
*
|
|
|
|
NFC: Prevent polling when device is down
Samuel Ortiz
2013-04-11
1
-0
/
+5
|
*
|
|
|
|
NFC: llcp: Terminate connection when receiving a DISC on (0,0)
Samuel Ortiz
2013-04-11
1
-0
/
+6
|
*
|
|
|
|
NFC: llcp: Remove local_cleanup last argument
Samuel Ortiz
2013-04-11
1
-4
/
+4
|
*
|
|
|
|
NFC: llcp: Only keep raw sockets alive when the LLCP local leaves
Samuel Ortiz
2013-04-11
1
-23
/
+3
|
*
|
|
|
|
NFC: llcp: Add support in getsockopt for RW, LTO, and MIU remote parameters
Thierry Escande
2013-04-11
1
-1
/
+22
|
*
|
|
|
|
NFC: llcp: Reset RW, LTO, and MIU remote parameters when link goes down
Thierry Escande
2013-04-11
3
-2
/
+13
|
*
|
|
|
|
NFC: llcp: Use localy stored remote_miu value if not set at socket level
Thierry Escande
2013-04-11
3
-3
/
+12
|
*
|
|
|
|
NFC: llcp: Aggregated frames support
Thierry Escande
2013-04-11
2
-12
/
+69
|
*
|
|
|
|
NFC: llcp: Fix zero octets length SDU handling
Olivier Guiter
2013-04-11
1
-8
/
+8
|
*
|
|
|
|
NFC: llcp: Fall back to local values when getting socket options
Samuel Ortiz
2013-04-11
1
-3
/
+13
|
*
|
|
|
|
NFC: llcp: Socket miux is a big endian field
Samuel Ortiz
2013-04-11
3
-6
/
+9
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
2013-04-10
19
-373
/
+406
|
|
\
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
|
|
*
|
|
mac80211: make ieee802_11_parse_elems an inline
Johannes Berg
2013-04-08
2
-8
/
+6
|
|
*
|
|
mac80211: don't start new netdev queues if driver stopped
Johannes Berg
2013-04-08
1
-2
/
+22
|
|
*
|
|
mac80211: replace some dead code by a warning
Johannes Berg
2013-04-08
1
-1
/
+2
|
|
*
|
|
mac80211: don't fiddle with netdev queues in MLME code
Johannes Berg
2013-04-08
1
-24
/
+2
[prev]
[next]