index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'nfc-next-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
2013-10-18
10
-154
/
+2627
|
\
|
*
NFC: Fix SE API related sparse warning
Samuel Ortiz
2013-10-07
1
-1
/
+1
|
*
NFC: NCI: Modify NCI SPI to implement CS/INT handshake per the spec
Eric Lapuyade
2013-09-25
1
-22
/
+31
|
*
NFC: NCI: nci_spi_recv_frame() now returns (not forward) the read frame
Eric Lapuyade
2013-09-25
1
-16
/
+10
|
*
NFC: NCI: zero struct spi_transfer variables before usage
Eric Lapuyade
2013-09-25
1
-0
/
+9
|
*
NFC: netlink: SE API implementation
Samuel Ortiz
2013-09-25
1
-0
/
+91
|
*
NFC: digital: Fix sens_res endiannes handling
Thierry Escande
2013-09-25
1
-9
/
+6
|
*
NFC: rawsock: Fix a memory leak
Thierry Escande
2013-09-25
1
-2
/
+5
|
*
NFC: digital: digital_tg_send_sensf_res() can be static
Fengguang Wu
2013-09-25
1
-1
/
+1
|
*
NFC: digital: Add newline to pr_* calls
Samuel Ortiz
2013-09-25
3
-26
/
+22
|
*
NFC: digital: Remove PR_ERR and PR_DBG macros
Samuel Ortiz
2013-09-25
4
-27
/
+31
|
*
NFC: NCI: Store the spi device pointer from the spi instance
Eric Lapuyade
2013-09-25
1
-0
/
+1
|
*
NFC Digital: Add target NFC-DEP support
Thierry Escande
2013-09-25
4
-7
/
+755
|
*
NFC Digital: Add initiator NFC-DEP support
Thierry Escande
2013-09-25
5
-6
/
+435
|
*
NFC Digital: Add NFC-F technology support
Thierry Escande
2013-09-25
4
-0
/
+153
|
*
NFC Digital: Add NFC-A technology support
Thierry Escande
2013-09-25
4
-4
/
+488
|
*
NFC Digital: Implement driver commands mechanism
Thierry Escande
2013-09-25
4
-8
/
+427
|
*
NFC: Digital Protocol stack implementation
Thierry Escande
2013-09-25
4
-0
/
+192
|
*
NFC: Set active target upon DEP up event reception
Samuel Ortiz
2013-09-25
1
-0
/
+13
|
*
NFC: NCI: Simplify NCI SPI to become a simple framing/checking layer
Eric Lapuyade
2013-09-25
1
-125
/
+55
|
*
NFC: NCI: Rename spi ndev -> nsdev and nci_dev -> ndev for consistency
Eric Lapuyade
2013-09-25
1
-64
/
+64
|
*
NFC: NCI: Fix wrong allocation size in nci_spi_allocate_device()
Eric Lapuyade
2013-09-25
1
-1
/
+1
|
*
NFC: Export nfc_find_se()
Arron Wang
2013-09-25
1
-4
/
+5
*
|
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
2013-10-18
20
-569
/
+1373
|
\
\
|
*
|
Bluetooth: Read current IAC LAP on controller setup
Marcel Holtmann
2013-10-14
1
-0
/
+3
|
*
|
Bluetooth: Read number of supported IAC on controller setup
Marcel Holtmann
2013-10-14
2
-1
/
+24
|
*
|
Bluetooth: Check that scan window is smaller or equal than scan interval
Marcel Holtmann
2013-10-14
1
-0
/
+4
|
*
|
Bluetooth: Check that bind() bdaddr type matches connect()
Johan Hedberg
2013-10-14
1
-0
/
+6
|
*
|
Bluetooth: Reject invalid bdaddr types for sockets
Johan Hedberg
2013-10-14
1
-0
/
+6
|
*
|
Bluetooth: Convert Set Discoverable to use an asynchronous request
Johan Hedberg
2013-10-14
1
-9
/
+54
|
*
|
Bluetooth: Fix updating scan mode in set_bredr()
Johan Hedberg
2013-10-14
1
-1
/
+5
|
*
|
Bluetooth: Move set_bredr_scan() to avoid forward declaration
Johan Hedberg
2013-10-14
1
-20
/
+20
|
*
|
Bluetooth: Make Set Connectable also update the LE advertising type
Johan Hedberg
2013-10-14
1
-5
/
+30
|
*
|
Bluetooth: Fix updating advertising data needlessly
Johan Hedberg
2013-10-14
1
-1
/
+1
|
*
|
Bluetooth: Move static advertising functions to avoid forward declarations
Johan Hedberg
2013-10-14
1
-28
/
+28
|
*
|
Bluetooth: Add missing error handling for Set Connectable
Johan Hedberg
2013-10-14
1
-0
/
+7
|
*
|
Bluetooth: Move more logic into set_connectable complete callback
Johan Hedberg
2013-10-14
1
-4
/
+19
|
*
|
Bluetooth: Reorganize set_connectable HCI command sending
Johan Hedberg
2013-10-14
1
-16
/
+20
|
*
|
Bluetooth: Introduce L2CAP channel callback for resuming
Marcel Holtmann
2013-10-14
2
-5
/
+10
|
*
|
Bluetooth: Introduce L2CAP channel flag for defer setup
Marcel Holtmann
2013-10-14
2
-10
/
+12
|
*
|
Bluetooth: Adjust header for proc socket information
Marcel Holtmann
2013-10-14
1
-1
/
+1
|
*
|
Bluetooth: Increase minor version of core module
Marcel Holtmann
2013-10-13
1
-1
/
+1
|
*
|
Bluetooth: Provide msg_name callback for L2CAP connectionless channels
Marcel Holtmann
2013-10-13
2
-1
/
+18
|
*
|
Bluetooth: Add support for per socket msg_name callback
Marcel Holtmann
2013-10-13
1
-4
/
+11
|
*
|
Bluetooth: Use l2cap_pi(sk) directly where possible
Marcel Holtmann
2013-10-13
1
-8
/
+7
|
*
|
Bluetooth: Remove src and dst fields from bt_sock structure
Marcel Holtmann
2013-10-13
1
-3
/
+1
|
*
|
Bluetooth: Store RFCOMM address information in its own socket structure
Marcel Holtmann
2013-10-13
1
-13
/
+15
|
*
|
Bluetooth: Store SCO address information in its own socket structure
Marcel Holtmann
2013-10-13
1
-18
/
+18
|
*
|
Bluetooth: Use SCO addresses from HCI connection directly
Marcel Holtmann
2013-10-13
1
-12
/
+8
|
*
|
Bluetooth: Access BNEP session addresses through L2CAP channel
Marcel Holtmann
2013-10-13
1
-12
/
+6
[next]