index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
nfc
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-21
net: rework recvmsg handler msg_name and msg_namelen logic
Hannes Frederic Sowa
2
-4
/
+0
2013-11-20
genetlink: make multicast groups const, prevent abuse
Johannes Berg
1
-32
/
+19
2013-11-20
genetlink: pass family to functions using groups
Johannes Berg
1
-13
/
+26
2013-11-20
genetlink: only pass array to genl_register_family_with_ops()
Johannes Berg
1
-2
/
+1
2013-11-15
genetlink: make all genl_ops users const
Johannes Berg
1
-1
/
+1
2013-10-07
NFC: Fix SE API related sparse warning
Samuel Ortiz
1
-1
/
+1
2013-09-25
NFC: NCI: Modify NCI SPI to implement CS/INT handshake per the spec
Eric Lapuyade
1
-22
/
+31
2013-09-25
NFC: NCI: nci_spi_recv_frame() now returns (not forward) the read frame
Eric Lapuyade
1
-16
/
+10
2013-09-25
NFC: NCI: zero struct spi_transfer variables before usage
Eric Lapuyade
1
-0
/
+9
2013-09-25
NFC: netlink: SE API implementation
Samuel Ortiz
1
-0
/
+91
2013-09-25
NFC: digital: Fix sens_res endiannes handling
Thierry Escande
1
-9
/
+6
2013-09-25
NFC: rawsock: Fix a memory leak
Thierry Escande
1
-2
/
+5
2013-09-25
NFC: digital: digital_tg_send_sensf_res() can be static
Fengguang Wu
1
-1
/
+1
2013-09-25
NFC: digital: Add newline to pr_* calls
Samuel Ortiz
3
-26
/
+22
2013-09-25
NFC: digital: Remove PR_ERR and PR_DBG macros
Samuel Ortiz
4
-27
/
+31
2013-09-25
NFC: NCI: Store the spi device pointer from the spi instance
Eric Lapuyade
1
-0
/
+1
2013-09-25
NFC Digital: Add target NFC-DEP support
Thierry Escande
4
-7
/
+755
2013-09-25
NFC Digital: Add initiator NFC-DEP support
Thierry Escande
5
-6
/
+435
2013-09-25
NFC Digital: Add NFC-F technology support
Thierry Escande
4
-0
/
+153
2013-09-25
NFC Digital: Add NFC-A technology support
Thierry Escande
4
-4
/
+488
2013-09-25
NFC Digital: Implement driver commands mechanism
Thierry Escande
4
-8
/
+427
2013-09-25
NFC: Digital Protocol stack implementation
Thierry Escande
4
-0
/
+192
2013-09-25
NFC: Set active target upon DEP up event reception
Samuel Ortiz
1
-0
/
+13
2013-09-25
NFC: NCI: Simplify NCI SPI to become a simple framing/checking layer
Eric Lapuyade
1
-125
/
+55
2013-09-25
NFC: NCI: Rename spi ndev -> nsdev and nci_dev -> ndev for consistency
Eric Lapuyade
1
-64
/
+64
2013-09-25
NFC: NCI: Fix wrong allocation size in nci_spi_allocate_device()
Eric Lapuyade
1
-1
/
+1
2013-09-25
NFC: Export nfc_find_se()
Arron Wang
1
-4
/
+5
2013-08-14
NFC: Update secure element state
Arron Wang
1
-0
/
+4
2013-08-14
NFC: Fix secure element state check
Arron Wang
1
-2
/
+2
2013-08-14
NFC: hci: Fix enable/disable confusion
Dan Carpenter
1
-1
/
+1
2013-08-14
NFC: netlink: Add result of firmware operation to completion event
Eric Lapuyade
3
-4
/
+15
2013-08-14
NFC: Move nfc_fw_download_done() definition from private to public
Eric Lapuyade
1
-2
/
+0
2013-08-14
NFC: Add a GET_SE netlink API
Samuel Ortiz
1
-0
/
+91
2013-08-14
NFC: Fix SE discovery failure warning condition
Samuel Ortiz
1
-1
/
+1
2013-07-31
NFC: netlink: Rename CMD_FW_UPLOAD to CMD_FW_DOWNLOAD
Samuel Ortiz
4
-23
/
+23
2013-07-19
NFC: Fix NCI over SPI build
Frederic Danis
1
-0
/
+1
2013-06-14
NFC: llcp: Fix the well known services endianness
Samuel Ortiz
1
-2
/
+2
2013-06-14
NFC: llcp: Set the LLC Link Management well known service bit
Samuel Ortiz
1
-0
/
+1
2013-06-14
NFC: llcp: Do not send pending Tx frames when the remote is not ready
Samuel Ortiz
1
-0
/
+3
2013-06-14
NFC: llcp: Fix non blocking sockets connections
Samuel Ortiz
2
-3
/
+6
2013-06-14
NFC: Fix a potential memory leak
Thierry Escande
1
-0
/
+1
2013-06-14
NFC: Keep socket alive until the DISC PDU is actually sent
Thierry Escande
3
-0
/
+15
2013-06-14
NFC: Rename nfc_llcp_disconnect() to nfc_llcp_send_disconnect()
Thierry Escande
3
-24
/
+3
2013-06-14
NFC: Add secure element enablement netlink API
Samuel Ortiz
1
-0
/
+56
2013-06-14
NFC: Add secure element enablement internal API
Samuel Ortiz
2
-4
/
+109
2013-06-14
NFC: Remove and free all SEs when releasing an NFC device
Samuel Ortiz
1
-0
/
+8
2013-06-14
NFC: Send netlink events for secure elements additions and removals
Samuel Ortiz
3
-0
/
+80
2013-06-14
NFC: Add secure elements addition and removal API
Samuel Ortiz
1
-1
/
+44
2013-06-14
NFC: Extend and fix the internal secure element API
Samuel Ortiz
3
-0
/
+58
2013-06-14
NFC: Remove the static supported_se field
Samuel Ortiz
5
-9
/
+2
[next]