Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8a8d0875a5ccf14a6772b3bbffa1717e668a0d8a
/
net
/
nfc
/
llcp_sock.c
9cd3e07
net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA
by Eric Dumazet
· 9 years ago
11aa9c2
net: Pass kern from net_proto_family.create to sk_alloc
by Eric W. Biederman
· 9 years ago
1b78414
net: Remove iocb argument from sendmsg and recvmsg
by Ying Xue
· 10 years ago
b5f185f
Merge tag 'master-2014-12-08' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next
by David S. Miller
· 10 years ago
413df10
NFC: llcp: Use list_for_each_entry in llcp_accept_poll
by Axel Lin
· 10 years ago
51f3d02
net: Add and use skb_copy_datagram_msg() helper.
by David S. Miller
· 10 years ago
342dfc3
net: add build-time checks for msg->msg_name size
by Steffen Hurrle
· 11 years ago
11bfb1c
NFC: llcp: Use default MIU if none was specified on connect
by Szymon Janc
· 11 years ago
98b32de
nfc: Fix FSF address in file headers
by Jeff Kirsher
· 11 years ago
f3d3342
net: rework recvmsg handler msg_name and msg_namelen logic
by Hannes Frederic Sowa
· 11 years ago
b401123
NFC: llcp: Fix non blocking sockets connections
by Samuel Ortiz
· 12 years ago
17f7ae16
NFC: Keep socket alive until the DISC PDU is actually sent
by Thierry Escande
· 11 years ago
58e3dd1
NFC: Rename nfc_llcp_disconnect() to nfc_llcp_send_disconnect()
by Thierry Escande
· 11 years ago
5871768
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
17a2911
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 12 years ago
30cc458
NFC: Move LLCP code to the NFC top level diirectory
by Samuel Ortiz
· 12 years ago
[Renamed (99%) from net/nfc/llcp/sock.c]
064f370
NFC: llcp: Add support in getsockopt for RW, LTO, and MIU remote parameters
by Thierry Escande
· 12 years ago
abd18d4
NFC: llcp: Reset RW, LTO, and MIU remote parameters when link goes down
by Thierry Escande
· 12 years ago
66cbfa1
NFC: llcp: Use localy stored remote_miu value if not set at socket level
by Thierry Escande
· 12 years ago
00e856d
NFC: llcp: Fall back to local values when getting socket options
by Samuel Ortiz
· 12 years ago
5eef666
NFC: llcp: Socket miux is a big endian field
by Samuel Ortiz
· 12 years ago
6fe5468
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 12 years ago
39a352a
NFC: llcp: Keep the connected socket parent pointer alive
by Samuel Ortiz
· 12 years ago
bec964e
NFC: llcp: Detach socket from process context only when releasing the socket
by Samuel Ortiz
· 12 years ago
49c87cd
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 12 years ago
06d44f8
NFC: llcp: Use socket specific link parameters before the local ones
by Samuel Ortiz
· 12 years ago
26fd76c
NFC: llcp: Implement socket options
by Samuel Ortiz
· 12 years ago
e4306be
NFC: llcp: Rename socket rw and miu fields
by Samuel Ortiz
· 12 years ago
b141e81
NFC: llcp: Decrease socket ack log when accepting a connection
by Samuel Ortiz
· 12 years ago
fb97c3e
NFC: Use skb_copy_datagram_iovec
by Samuel Ortiz
· 12 years ago
fad2e37
NFC: Avoid memcpy on LLCP connection less Rx path
by Samuel Ortiz
· 12 years ago
2593c2c
NFC: llcp: Remove the tx backlog queue
by Samuel Ortiz
· 12 years ago
2c2d45b
NFC: Add support for SO_TIMESTAMP LLCP socket option
by Thierry Escande
· 12 years ago
026e43d
nfc: remove noisy message from llcp_sock_sendmsg
by Dave Jones
· 12 years ago
b874dec
NFC: Implement LLCP connection less Tx path
by Samuel Ortiz
· 12 years ago
31ca61a
NFC: Forward LLCP datagrams to userspace
by Samuel Ortiz
· 12 years ago
874934f
NFC: Fix style issues with logical operations
by Szymon Janc
· 12 years ago
32418cf
Remove noisy printks from llcp_sock_connect
by Dave Jones
· 12 years ago
4463523b
NFC: LLCP raw socket support
by Thierry Escande
· 12 years ago
5db327f
NFC: Remove repeated code for NULL check
by Syam Sidhardhan
· 12 years ago
fe3c094
NFC: Check for llcp_sock and its device from llcp_sock_getname
by Samuel Ortiz
· 12 years ago
c66433d
NFC: Dereference LLCP bind socket address after checking for it to be NULL
by Samuel Ortiz
· 12 years ago
8b7e8ed
NFC: Forbid LLCP service name reusing
by Samuel Ortiz
· 12 years ago
cbbf472
NFC: Release LLCP SAP when the owner is released
by Samuel Ortiz
· 12 years ago
12e5bdf
NFC: Fix LLCP getname socket op
by Samuel Ortiz
· 12 years ago
635d999
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 12 years ago
147f20e
NFC: Prevent NULL deref when getting socket name
by Sasha Levin
· 12 years ago
a59f975
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 12 years ago
58d1eab
NFC: Fix possible NULL ptr deref when getting the name of a socket
by Sasha Levin
· 12 years ago
93d7e49
NFC: Move LLCP MIU extension value to socket structure
by Samuel Ortiz
· 12 years ago
7a06e58
NFC: Move LLCP receiver window value to socket structure
by Samuel Ortiz
· 12 years ago
a69f32a
NFC: Socket linked list
by Samuel Ortiz
· 13 years ago
c7aa122
NFC: Take a reference on the LLCP local pointer when creating a socket
by Samuel Ortiz
· 13 years ago
4260c13
NFC: Update the LLCP poll mask
by Samuel Ortiz
· 12 years ago
ff353d8
NFC: LLCP connect must wait for a CC frame
by Samuel Ortiz
· 12 years ago
427a2eb
NFC: LLCP code identation fixes
by Samuel Ortiz
· 13 years ago
40c75f8
NFC: Fix LLCP sockets releasing path
by Samuel Ortiz
· 13 years ago
0c31835
NFC: Unlink LLCP child sockets from llcp_sock_release
by Samuel Ortiz
· 13 years ago
53a0ac2
NFC: LLCP socket sendmsg implemetation
by Samuel Ortiz
· 13 years ago
d646960
NFC: Initial LLCP support
by Samuel Ortiz
· 13 years ago