summaryrefslogtreecommitdiffstats
path: root/net/nfc/rawsock.c
Commit message (Expand)AuthorAgeFilesLines
* nfc: Add KCOV annotationsDmitry Vyukov2022-11-021-0/+3
* net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp2022-04-061-2/+1
* net: in_irq() cleanupChangbin Du2021-08-131-1/+1
* net: sock: introduce sk_error_reportAlexander Aring2021-06-291-1/+1
* net/nfc/rawsock.c: fix a permission check bugJeimon2021-05-101-1/+1
* NFC: fix resource leak when target index is invalidPan Bian2021-01-231-1/+1
* net/nfc/rawsock.c: add CAP_NET_RAW check.Qingyu Li2020-08-111-2/+5
* net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig2020-07-191-4/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-2/+2
* net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-261-2/+2
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* 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