summaryrefslogtreecommitdiffstats
path: root/net/nfc/rawsock.c
Commit message (Expand)AuthorAgeFilesLines
* NFC: netlink: Add mode parameter to deactivate_target functionsChristophe Ricard2015-10-271-1/+2
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-2/+2
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-4/+3
* new helper: memcpy_from_msg()Al Viro2014-11-241-1/+1
* net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-051-1/+1
* net: add __pskb_copy_fclone and pskb_copy_for_cloneOctavian Purdila2014-06-111-2/+2
* NFC: nfc_sock_link() can be staticFengguang Wu2014-05-261-2/+2
* NFC: Add RAW socket type support for SOCKPROTO_RAWHiren Tandel2014-05-201-5/+89
* nfc: Fix FSF address in file headersJeff Kirsher2013-12-111-3/+1
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-201-2/+0
* NFC: rawsock: Fix a memory leakThierry Escande2013-09-251-2/+5
* NFC: Fix some code style and whitespace issuesSzymon Janc2012-10-261-1/+0
* NFC: Return from rawsock_release when sk is NULLEric Dumazet2012-06-261-1/+4
* NFC: Fix next target_idx type and rename for clarityEric Lapuyade2012-04-121-2/+2
* NFC: The core part should generate the target indexSamuel Ortiz2012-04-121-0/+6
* NFC: Core code identation fixesSamuel Ortiz2012-03-061-8/+8
* NFC: NFC core layer should not set the target_idxIlan Elias2012-01-241-12/+0
* NFC: Atomic socket allocationSamuel Ortiz2011-12-141-1/+1
* NFC: Add tx skb allocation routineSamuel Ortiz2011-12-141-5/+2
* NFC: Add function name to the NFC pr_fmt() routineSamuel Ortiz2011-12-141-1/+1
* nfc: Convert nfc_dbg to pr_debugJoe Perches2011-11-301-12/+12
* nfc: Use standard logging stylesJoe Perches2011-11-301-1/+3
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* NFC: Reserve tx head and tail roomSamuel Ortiz2011-08-241-7/+6
* NFC: add the NFC socket raw protocolLauro Ramos Venancio2011-07-051-0/+354