| Commit message (Expand) | Author | Age |
... | |
* | | | | | cfg80211: export reg_initiator_name() | Luis R. Rodriguez | 2013-10-18 |
* | | | | | Merge tag 'nfc-next-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | John W. Linville | 2013-10-18 |
|\ \ \ \ \ |
|
| * | | | | | NFC: Fix SE API related sparse warning | Samuel Ortiz | 2013-10-07 |
| * | | | | | NFC: NCI: Modify NCI SPI to implement CS/INT handshake per the spec | Eric Lapuyade | 2013-09-25 |
| * | | | | | NFC: NCI: nci_spi_recv_frame() now returns (not forward) the read frame | Eric Lapuyade | 2013-09-25 |
| * | | | | | NFC: NCI: zero struct spi_transfer variables before usage | Eric Lapuyade | 2013-09-25 |
| * | | | | | NFC: netlink: SE API implementation | Samuel Ortiz | 2013-09-24 |
| * | | | | | NFC: digital: Fix sens_res endiannes handling | Thierry Escande | 2013-09-24 |
| * | | | | | NFC: rawsock: Fix a memory leak | Thierry Escande | 2013-09-24 |
| * | | | | | NFC: digital: digital_tg_send_sensf_res() can be static | Fengguang Wu | 2013-09-24 |
| * | | | | | NFC: digital: Add newline to pr_* calls | Samuel Ortiz | 2013-09-24 |
| * | | | | | NFC: digital: Remove PR_ERR and PR_DBG macros | Samuel Ortiz | 2013-09-24 |
| * | | | | | NFC: NCI: Store the spi device pointer from the spi instance | Eric Lapuyade | 2013-09-24 |
| * | | | | | NFC Digital: Add target NFC-DEP support | Thierry Escande | 2013-09-24 |
| * | | | | | NFC Digital: Add initiator NFC-DEP support | Thierry Escande | 2013-09-24 |
| * | | | | | NFC Digital: Add NFC-F technology support | Thierry Escande | 2013-09-24 |
| * | | | | | NFC Digital: Add NFC-A technology support | Thierry Escande | 2013-09-24 |
| * | | | | | NFC Digital: Implement driver commands mechanism | Thierry Escande | 2013-09-24 |
| * | | | | | NFC: Digital Protocol stack implementation | Thierry Escande | 2013-09-24 |
| * | | | | | NFC: Set active target upon DEP up event reception | Samuel Ortiz | 2013-09-24 |
| * | | | | | NFC: NCI: Simplify NCI SPI to become a simple framing/checking layer | Eric Lapuyade | 2013-09-24 |
| * | | | | | NFC: NCI: Rename spi ndev -> nsdev and nci_dev -> ndev for consistency | Eric Lapuyade | 2013-09-24 |
| * | | | | | NFC: NCI: Fix wrong allocation size in nci_spi_allocate_device() | Eric Lapuyade | 2013-09-24 |
| * | | | | | NFC: Export nfc_find_se() | Arron Wang | 2013-09-24 |
| |/ / / / |
|
* | | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | John W. Linville | 2013-10-18 |
|\ \ \ \ \ |
|
| * | | | | | Bluetooth: Read current IAC LAP on controller setup | Marcel Holtmann | 2013-10-14 |
| * | | | | | Bluetooth: Read number of supported IAC on controller setup | Marcel Holtmann | 2013-10-14 |
| * | | | | | Bluetooth: Check that scan window is smaller or equal than scan interval | Marcel Holtmann | 2013-10-14 |
| * | | | | | Bluetooth: Check that bind() bdaddr type matches connect() | Johan Hedberg | 2013-10-14 |
| * | | | | | Bluetooth: Reject invalid bdaddr types for sockets | Johan Hedberg | 2013-10-14 |
| * | | | | | Bluetooth: Convert Set Discoverable to use an asynchronous request | Johan Hedberg | 2013-10-14 |
| * | | | | | Bluetooth: Fix updating scan mode in set_bredr() | Johan Hedberg | 2013-10-14 |
| * | | | | | Bluetooth: Move set_bredr_scan() to avoid forward declaration | Johan Hedberg | 2013-10-14 |
| * | | | | | Bluetooth: Make Set Connectable also update the LE advertising type | Johan Hedberg | 2013-10-14 |
| * | | | | | Bluetooth: Fix updating advertising data needlessly | Johan Hedberg | 2013-10-14 |
| * | | | | | Bluetooth: Move static advertising functions to avoid forward declarations | Johan Hedberg | 2013-10-14 |
| * | | | | | Bluetooth: Add missing error handling for Set Connectable | Johan Hedberg | 2013-10-14 |
| * | | | | | Bluetooth: Move more logic into set_connectable complete callback | Johan Hedberg | 2013-10-14 |
| * | | | | | Bluetooth: Reorganize set_connectable HCI command sending | Johan Hedberg | 2013-10-14 |
| * | | | | | Bluetooth: Introduce L2CAP channel callback for resuming | Marcel Holtmann | 2013-10-14 |
| * | | | | | Bluetooth: Introduce L2CAP channel flag for defer setup | Marcel Holtmann | 2013-10-14 |
| * | | | | | Bluetooth: Adjust header for proc socket information | Marcel Holtmann | 2013-10-14 |
| * | | | | | Bluetooth: Increase minor version of core module | Marcel Holtmann | 2013-10-13 |
| * | | | | | Bluetooth: Provide msg_name callback for L2CAP connectionless channels | Marcel Holtmann | 2013-10-13 |
| * | | | | | Bluetooth: Add support for per socket msg_name callback | Marcel Holtmann | 2013-10-13 |
| * | | | | | Bluetooth: Use l2cap_pi(sk) directly where possible | Marcel Holtmann | 2013-10-13 |
| * | | | | | Bluetooth: Remove src and dst fields from bt_sock structure | Marcel Holtmann | 2013-10-13 |
| * | | | | | Bluetooth: Store RFCOMM address information in its own socket structure | Marcel Holtmann | 2013-10-13 |
| * | | | | | Bluetooth: Store SCO address information in its own socket structure | Marcel Holtmann | 2013-10-13 |
| * | | | | | Bluetooth: Use SCO addresses from HCI connection directly | Marcel Holtmann | 2013-10-13 |