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
path:
root
/
net
/
nfc
Age
Commit message (
Expand
)
Author
Files
Lines
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
2013-06-14
NFC: Add NCI over SPI receive
Frederic Danis
1
-0
/
+174
2013-06-14
NFC: Add NCI over SPI send
Frederic Danis
1
-1
/
+70
2013-06-14
NFC: Add basic NCI over SPI
Frederic Danis
3
-1
/
+149
2013-06-14
NFC: HCI: Follow a positive code path in the HCI ops implementations
Samuel Ortiz
1
-18
/
+18
2013-06-14
NFC: HCI: Implement fw_upload ops
Eric Lapuyade
1
-0
/
+11
2013-06-14
NFC: Add firmware upload netlink command
Eric Lapuyade
3
-0
/
+114
2013-06-14
NFC: NCI: Fix skb->dev usage
Frederic Danis
2
-13
/
+6
2013-05-21
NFC: Remove commented out LLCP related Makefile line
Paul Bolle
1
-1
/
+0
2013-04-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+3
2013-04-29
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
9
-79
/
+9
2013-04-27
NFC: Add missing RFKILL dependency for Kconfig
Marcel Holtmann
1
-0
/
+1
2013-04-26
NFC: Move LLCP code to the NFC top level diirectory
Samuel Ortiz
9
-79
/
+8
2013-04-25
NFC: llcp: two bugs in ->getname()
Dan Carpenter
1
-2
/
+3
2013-04-24
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
5
-54
/
+194
2013-04-12
NFC: RFKILL support
Samuel Ortiz
1
-0
/
+38
2013-04-11
NFC: Prevent polling when device is down
Samuel Ortiz
1
-0
/
+5
2013-04-11
NFC: llcp: Terminate connection when receiving a DISC on (0,0)
Samuel Ortiz
1
-0
/
+6
2013-04-11
NFC: llcp: Remove local_cleanup last argument
Samuel Ortiz
1
-4
/
+4
2013-04-11
NFC: llcp: Only keep raw sockets alive when the LLCP local leaves
Samuel Ortiz
1
-23
/
+3
2013-04-11
NFC: llcp: Add support in getsockopt for RW, LTO, and MIU remote parameters
Thierry Escande
1
-1
/
+22
2013-04-11
NFC: llcp: Reset RW, LTO, and MIU remote parameters when link goes down
Thierry Escande
3
-2
/
+13
2013-04-11
NFC: llcp: Use localy stored remote_miu value if not set at socket level
Thierry Escande
3
-3
/
+12
2013-04-11
NFC: llcp: Aggregated frames support
Thierry Escande
2
-12
/
+69
2013-04-11
NFC: llcp: Fix zero octets length SDU handling
Olivier Guiter
1
-8
/
+8
2013-04-11
NFC: llcp: Fall back to local values when getting socket options
Samuel Ortiz
1
-3
/
+13
2013-04-11
NFC: llcp: Socket miux is a big endian field
Samuel Ortiz
3
-6
/
+9
2013-04-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2
-11
/
+3
2013-04-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-11
/
+6
2013-04-07
NFC: llcp: fix info leaks via msg_name in llcp_sock_recvmsg()
Mathias Krause
1
-0
/
+3
2013-04-02
net: fix smatch warnings inside datagram_poll
Jacob Keller
1
-1
/
+1
2013-03-31
net: add option to enable error queue packets waking select
Keller, Jacob E
1
-1
/
+2
2013-03-26
NFC: llcp: Keep the connected socket parent pointer alive
Samuel Ortiz
1
-1
/
+3
2013-03-20
NFC: llcp: Remove possible double call to kfree_skb
Thierry Escande
1
-2
/
+0
2013-03-20
NFC: llcp: Detach socket from process context only when releasing the socket
Samuel Ortiz
2
-8
/
+0
2013-03-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2
-9
/
+55
2013-03-10
NFC: llcp: Add cleanup support for unreplied SNL requests
Thierry Escande
3
-0
/
+57
[next]